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

4.104.114.95
Last change on this file since 6a75acb was 6a75acb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/29/08 at 06:26:44

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

  • aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING. AC_PREREQ(2.62).
  • Property mode set to 100644
File size: 136.8 KB
Line 
12008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
4        AC_PREREQ(2.62).
5
62008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
9
102008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * libchip/Makefile.am: Move termios helper routines from libchip to
13        libcsupport. Add routine which makes it easy for a termios device
14        driver to inform termios of its default baud rate. This avoids
15        inconsistencies in later termios settings changes.
16        * libchip/serial/termios_baud2index.c,
17        libchip/serial/termios_baud2num.c: Removed.
18
192008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
22
232008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
26        not fail if there are none.
27
282008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
29
30        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
31        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
32        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
33        * libchip/Makefile.am:
34        derived a generic spi memory driver from spi-flash-m25p40,
35        added descriptor for fram fm25l256
36
372008-05-07      Till Straumann <strauman@slac.stanford.edu>
38
39        PR 649/bsps
40        * libchip/ide/ata.c: Give up if the interface does not become ready.
41
422008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        Moved to cpukit.
45        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
46        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
47        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
48        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
49        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
50        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
51        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
52        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
53        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
54        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
55        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
56        nfsclient/src/xdr_mbuf.c: Removed.
57
582008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
61
622008-01-05      Chris Johns <chrisj@rtems.org>
63
64        * libchip/flash/am29lv160.c: Update the blank check error message
65        to say there is an error.
66       
672007-12-22      Chris Johns <chrisj@rtems.org>
68
69        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
70        the hello message. Just one line but still a little too long.
71       
722007-12-14      Chris Johns <chrisj@rtems.org>
73
74        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
75        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
76        * libchip/flash, libchip/flash/am29lv160.c,
77        libchip/flash/am29lv160.h: New.
78
792007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * libchip/network/if_fxp.c: Spacing.
82
832007-11-20      Till Straumann <strauman@slac.stanford.edu>
84
85        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
86        Avoid using 'stdio' before the system is up and fully
87        initialized.
88
892007-11-20      Till Straumann <strauman@slac.stanford.edu>
90
91        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
92        * libchip/Makefile.am, libchip/preinstall.am:
93        added new driver for Maxim DS1375 i2c RTC.
94
952007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
96
97        * libchip/i2c/spi-flash-m25p40.c:
98        added addressing call in write function
99
1002007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
101
102        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
103        * libchip/Makefile.am:
104        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
105
1062007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
109
1102007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * nfsclient/Makefile.am: Fix errors.
113
1142007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
117
1182007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * aclocal/version.m4: Bump RTEMS_API to 4.9.
121        Bump RTEMS_VERSION to 4.8.99.0.
122
1232007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
126
1272007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * configure.ac: Remove AC_PROG_AWK (Unused).
130
1312007-09-14      Daron Chabot <djc915@mail.usask.ca>
132
133        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
134        rtems_interrupt_vector, to permit passing arbitrary arguments to the
135        ISR. Clean up of variables to silence compiler warnings.
136
1372007-09-13      Daniel Hellstrom <daniel@gaisler.com>
138
139        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
140
1412007-09-12      Daniel Hellstrom <daniel@gaisler.com>
142
143        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
144          - Odd bit bug in some chips taken care of.
145          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
146            alignment but failing to do so must have made the driver writer to make
147            some incorrect assumptions about MBUFs.
148          - Fixed MBUF handling to handle mbuf chains better. The Data length of
149            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
150          - Made while loop responsible for copying data to fifo port copy 16 shorts
151            per loop instead of 1 short, increasing the copying process.
152
1532007-09-07      Daniel Hellstrom <daniel@gaisler.com>
154
155        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
156        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
157
1582007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * configure.ac, wrapup/Makefile.am: Remove RDBG.
161        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
162        librdbg/Makefile.am, librdbg/preinstall.am,
163        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
164        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
165        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
166        librdbg/include/rdbg/powerpc/rdbg_f.h,
167        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
168        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
169        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
170        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
171        librdbg/src/servtsp.c, librdbg/src/servutil.c,
172        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
173        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
174        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
175        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
176        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
177        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
178        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
179        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
180        librdbg/src/powerpc/rdbg_f.c,
181        librdbg/src/powerpc/new_exception_processing/remdeb.h,
182        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
183        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
184        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
185
1862007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
189
1902007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
193          sizes.
194
1952007-07-27      Chris Johns <chrisj@rtems.org>
196
197        * wrapup/Makefile.am: Create archive from a file for hosts
198        with a limited command line size.
199
2002007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
203          sizes.
204
2052007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
206       
207        * configure.ac: Add nfsclient.
208        * nfsclient/Makefile.am: New.
209        * nfsclient/proto/Makefile, nfsclient/Makefile,
210          nfsclient/src/Makefile: Remove.
211        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
212        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
213
2142007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
217        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
218        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
219        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
220        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
221        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
222        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
223        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
224        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
225        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
226        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
227        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
228
2292007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
230
231        * libchip/serial/ns16550.c: removed timed out wait for transmitter
232        to become ready: This will not work for fast CPUs.
233
2342007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
235
236        * libchip/ide/ata.c: fixed warning
237
2382007-06-20      Ray Xu <rayx@gmail.com>
239
240        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
241        console, and libio. This shrinks the memory requirements but Joel has
242        not figured out how best to present this to application space.
243        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
244        New files.
245
2462007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
247
248        * optman/sapi/no-io.c: Split IO Manager into one function per file so
249        now we only need required initialization methods.
250
2512007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
252
253        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
254        parameter since it was used to configure a no longer used feature.
255        Device names are now part of the filesystem not in a table.
256
2572007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
260        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
261        optman/rtems/no-part.c, optman/rtems/no-region.c,
262        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
263        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
264        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
265        other optional managers so using them reduces application size
266        instead of increasing it.
267        * optman/rtems/no-barrier.c: New file.
268
2692007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
270
271        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
272        adjustments to pci-API changes.
273        * libchip/network/dec21140.c, libchip/network/elnk.c,
274        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
275        changes.
276
2772007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
278
279        * libchip/network/dec21140.c, libchip/network/if_dc.c,
280        libchip/network/if_fxp.c: Reflect changes to pci-API.
281
2822007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
283
284        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
285        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
286
2872007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
288
289        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
290          being used to compile "tools").
291
2922007-03-13      Joel Sherrill <joel@OARcorp.com>
293
294        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
295
2962007-03-12      Joel Sherrill <joel@OARcorp.com>
297
298        * libchip/network/cs8900.c, libchip/network/cs8900.h,
299        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
300        and/or fix mistake in copyright notice. Both of these mistakes appear
301        to be from code submitted after these changes were made previously.
302
3032007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
304
305        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
306
3072007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
308
309        * libchip/Makefile.am: Correct path to README.tulipclone.
310
3112007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
312
313        * libchip/ide/ata.c: Remove superfluous type casts.
314
3152007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
316
317        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
318        Use size_t for sizes.
319
3202007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
321
322        * libchip/ide/ata.c: in ata_request_done: moved call to free()
323        from preemption disabled region
324
3252007-01-16      Till Straumann <strauman@slac.stanford.edu>
326
327        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
328        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
329        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
330
3312006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
332
333        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
334          ioctl_command_t as ioctl argument.
335
3362006-12-13      Joel Sherrill <joel@OARcorp.com>
337
338        * librtems++/include/rtems++/rtemsEvent.h,
339        librtems++/include/rtems++/rtemsMessageQueue.h,
340        librtems++/include/rtems++/rtemsSemaphore.h,
341        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
342        librtems++/src/rtemsMessageQueue.cc,
343        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
344        rtems_unsigned32 to uint32_t.
345
3462006-12-13      Joel Sherrill <joel@OARcorp.com>
347
348        PR 1181/bsps
349        * optman/rtems/no-msg.c: Clean up dead code.
350
3512006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
352
353        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
354
3552006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
356
357        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
358        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
359        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
360
3612006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
362
363        * configure.ac: New BUG-REPORT address.
364
3652006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
366
367        * Makefile.am: Remove ampolish3.
368
3692006-11-17      Joel Sherrill <joel@OARcorp.com>
370
371        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
372        blank lines.
373
3742006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
375
376        * configure.ac: Remove RTEMS_AMPOLISH3.
377        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
378          Remove checks for AMPOLISH3.
379        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
380        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
381        * ampolish3: Remove.
382
3832006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
384
385        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
386        * aclocal/prog-cc.m4: Remove CFLAGS.
387        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
388        Compose CFLAGS. Append CFLAGS to ac_configure_args.
389
3902006-10-23      Joel Sherrill <joel@OARcorp.com>
391
392        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
393
3942006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
395
396        * automake/compile.am: Use hard-coded RTEMS_* flags.
397
3982006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
399
400        * aclocal/rtems-top.m4: Remove RTEMS_API.
401        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
402
4032006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
404
405        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
406
4072006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
408
409        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
410
4112006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
412
413        * aclocal/version.m4: Bump version to 4.7.99.0.
414
4152006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
416
417        * configure.ac: Require autoconf-2.60. Require automake-1.10.
418
4192006-09-11      Joel Sherrill <joel@OARcorp.com>
420
421        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
422
4232006-09-04      Joel Sherrill <joel@OARcorp.com>
424
425        * libchip/network/greth.c, libchip/network/open_eth.c,
426        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
427        introduced by warning removal.
428
4292006-09-01      Joel Sherrill <joel@OARcorp.com>
430
431        * libchip/network/greth.c, libchip/network/open_eth.c,
432        libchip/network/smc91111.c: Remove warnings and correct prototype
433        added earlier today.
434
4352006-09-01      Joel Sherrill <joel@OARcorp.com>
436
437        * libchip/network/cs8900.c, libchip/network/greth.c,
438        libchip/network/i82586.c, libchip/network/open_eth.c,
439        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
440        sized integers, and inttypes.h printf helpers.
441
4422006-08-09      Kolja Waschk <waschk@telos.de>
443
444        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
445
4462006-07-12      Joel Sherrill <joel@OARcorp.com>
447
448        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
449
4502006-07-11      Jerry Needell <jerry.needell@unh.edu>
451
452        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
453        4.6 branch.  Original modifications by Gaisler Enterprises.
454        * libchip/network/greth.c, libchip/network/greth.h: New files.
455
4562006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
457
458        * ide/ata.[ch]:
459        (PR1118) fetch priority for ATA task from a variable,
460        not a fixed configuration value.
461       
4622006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
463
464        * Makefile.am: Add ampolish3.
465
4662006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
467
468        * ampolish3: New.
469        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
470
4712006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
472
473        * aclocal/rtems-ampolish.m4: New.
474        * configure.ac: Use RTEMS_AMPOLISH3.
475
4762006-04-18  Joel Sherrill <joel@OARcorp.com>
477
478        * aclocal/version.m4: Updated to rtems-4.6.99.3.
479
4802006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
481
482        PR 853/filesystem
483        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
484        should be modified to support the new exception scheme and to use the
485        handle parameter.
486
4872006-02-a32     Eric Norum <norume@aps.anl.gov>
488
489        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
490        "newer" PCI access calls.  Minor cleanups.  Comments.
491
4922006-01-12      Eric Norum <norume@aps.anl.gov>
493
494        PR 861/networking
495        PR 863/networking
496        * libchip/network/smc91111.c: Fix illegal lvalue increments.
497
4982006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
499
500        * wrapup/Makefile.am: Add preinstall.am.
501        * libchip/Makefile.am: Build libchip/network/smc91111.
502        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
503        Eliminate cyg_int* crap.
504
5052006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
506
507        * librdbg/Makefile.am: Add preinstall.am.
508        * aclocal/bsp-configure.m4: Add ampolish3.
509        New header guards.
510
5112006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
512
513        * libchip/network/open_eth.c, libchip/network/open_eth.h:
514        Merger from rtems-4-6-branch.
515
5162006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
517
518        * libchip/network/smc91111.c
519        libchip/network/smc91111config.h
520        libchip/network/smc91111exp.h
521        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
522        * libchip/Makefile.am: Reflect adding smc91111*.
523
5242006-01-08      Joel Sherrill <joel@OARcorp.com>
525
526        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
527        char *.
528
5292006-01-08      Joel Sherrill <joel@OARcorp.com>
530
531        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
532        warnings.
533
5342005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
535
536        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
537        Add RTEMS_RELLDFLAGS.
538        * automake/compile.am: Remove RTEMS_USE_GCC.
539        Remove RTEMS_RELLDFLAGS.
540        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
541
5422005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
543
544        * libchip/network/if_media.h, libchip/network/mii.h:
545        Remove (Moved to cpukit).
546        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
547        and libchip/network/if_media.h.
548        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
549        if_media.h having moved.
550
5512005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
552
553        * automake/compile.am, automake/host.am, automake/local.am,
554        automake/subdirs.am: Remove depend.
555        * configure.ac: Explicitly pass --libdir and --includedir to
556        testsuites.
557
5582005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
559
560        * configure.ac: Reflect changes to testsuites.
561
5622005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
563
564        * automake/compile.am: Remove GCCSPECS.
565        * aclocal/prog-cc.m4: Add GCCSPECS.
566        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
567
5682005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
569
570        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
571        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
572
5732005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
574
575        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
576        libcpu/byteorder.h for i386.
577
5782005-11-02      Till Straumann <strauman@slac.stanford.edu>
579
580        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
581        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
582        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
583        added a simple API/library for i2c devices and drivers for i2c
584        2-byte eeproms and a ds1621 temperature sensor; API is documented
585        in libi2c.h.
586
5872005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
588
589        * libnetworking/pppd/ipxcp.c,
590        libnetworking/pppd/chat.c,
591        libnetworking/pppd/patchlevel.h,
592        libnetworking/pppd/upap.h,
593        libnetworking/pppd/md5.h,
594        libnetworking/pppd/pppd.8,
595        libnetworking/pppd/README,
596        libnetworking/pppd/preinstall.am,
597        libnetworking/pppd/md4.h,
598        libnetworking/pppd/magic.c,
599        libnetworking/pppd/pppd.h,
600        libnetworking/pppd/demand.c,
601        libnetworking/pppd/rtemsmain.c,
602        libnetworking/pppd/sys-rtems.c,
603        libnetworking/pppd/ipcp.h,
604        libnetworking/pppd/lcp.h,
605        libnetworking/pppd/chap_ms.c,
606        libnetworking/pppd/md4.c,
607        libnetworking/pppd/rtemspppd.h,
608        libnetworking/pppd/cbcp.h,
609        libnetworking/pppd/auth.c,
610        libnetworking/pppd/lcp.c,
611        libnetworking/pppd/example/README,
612        libnetworking/pppd/example/ppp.conf,
613        libnetworking/pppd/example/system.h,
614        libnetworking/pppd/example/netconfig.h,
615        libnetworking/pppd/example/pppdapp.c,
616        libnetworking/pppd/example/init.c,
617        libnetworking/pppd/example/Makefile-user,
618        libnetworking/pppd/example/pppd.options,
619        libnetworking/pppd/rtemspppd.c,
620        libnetworking/pppd/ipxcp.h,
621        libnetworking/pppd/chap_ms.h,
622        libnetworking/pppd/options.c,
623        libnetworking/pppd/magic.h,
624        libnetworking/pppd/chap.h,
625        libnetworking/pppd/cbcp.c,
626        libnetworking/pppd/upap.c,
627        libnetworking/pppd/chap.c,
628        libnetworking/pppd/Makefile.am,
629        libnetworking/pppd/ccp.h,
630        libnetworking/pppd/utils.c,
631        libnetworking/pppd/rtemsdialer.h,
632        libnetworking/pppd/fsm.h,
633        libnetworking/pppd/pathnames.h,
634        libnetworking/pppd/md5.c,
635        libnetworking/pppd/fsm.c,
636        libnetworking/pppd/ipcp.c,
637        libnetworking/pppd/STATUS,
638        libnetworking/pppd/ccp.c,
639        libnetworking/Makefile.am: Remove (Moved to cpukit).
640
6412005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
642
643        * configure.ac: Remove libnetworking, libnetworking/pppd.
644        * wrapup/Makefile.am: Remove libpppd.a.
645
6462005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
647
648        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
649        rtemsdialer.h to $(includedir)/rtems.
650
6512005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
652
653        * libnetworking/rtems_telnetd/icmds.c,
654        libnetworking/rtems_telnetd/Makefile.am,
655        libnetworking/rtems_telnetd/preinstall.am,
656        libnetworking/rtems_telnetd/pty.c,
657        libnetworking/rtems_telnetd/pty.h,
658        libnetworking/rtems_telnetd/README,
659        libnetworking/rtems_telnetd/telnetd.c,
660        libnetworking/rtems_telnetd/telnetd.h:
661        Remove (Moved to cpukit).
662
6632005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
664
665        * configure.ac: Remove libnetworking/rtems_telnetd.
666        * libnetworking/Makefile.am: Remove rtems_telnetd.
667        * libnetworking/README: Remove (Obsolete).
668        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
669
6702005-10-20  Eric Norum <norume@aps.anl.gov>
671
672        * libchip/network/dec21140.c: Clean up PCI mapping.
673
6742005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
675
676        * libnetworking/pppd/Makefile.am: Use preinstall.am.
677        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
678        librdbg/src/servrpc.c, librdbg/src/servtgt.c
679        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
680        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
681        * configure.ac: Move optman to the end of BSP_SUBDIRS.
682
6832005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
684
685        * aclocal/bspopts.m4: Add missing m4 quotes.
686
6872005-09-02  Joel Sherrill <joel@OARcorp.com>
688
689    * aclocal/version.m4: Updated to rtems-4.6.99.2.
690
6912005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
692
693        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
694        libchip/network/dec21140.c: Remove initialization of PCI bus.
695
6962005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
697
698        * optman/Makefile.am: Add preinstall.am.
699
7002005-07-18      Karel Gardas <kgardas@objectsecurity.com>
701
702        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
703        UNTESTED to tested.
704
7052005-06-17      Joel Sherrill <joel@OARcorp.com>
706
707        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
708        it is not supported by the MPC5xx.
709
7102005-06-17      Joel Sherrill <joel@OARcorp.com>
711
712        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
713        interface. Also correct attempting to build on other than PowerPC and
714        x86.
715
7162005-06-16      Daron Chabot <daron@nucleus.usask.ca>
717
718        * libchip/Makefile.am: Add driver for Tulip clones.
719        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
720        libchip/network/if_dcreg.h: New files.
721
7222005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
723
724        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
725        to enable rdbg.
726        * configure.ac: Reflect changes above.
727
7282005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
729
730        * configure.ac: Add ada/.
731
7322005-05-20      Sergei Organov  <osv@topconrd.ru>
733
734        PR 750/networking
735        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
736        wait_input().
737
7382005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
739
740        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
741        rtems/irq.h.
742
7432005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
744
745        * libchip/Makefile.am: Include preinstall.am.
746        * libchip/preinstall.am: New.
747
7482005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
749
750        * configure.ac: Add AMPOLISH3.
751        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
752        * libnetworking/rtems_telnetd/preinstall.am: New.
753        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
754
7552005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
756
757        * configure.ac: Let enable_rpcgen default to "no".
758
7592005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
760
761        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
762
7632005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
764
765        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
766        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
767
7682005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
769
770        * libchip/network/dec21140.c, libchip/network/elnk.c,
771        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
772
7732005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
774
775        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
776        of code as a result of the implementation of a common PCI interface.
777
7782005-05-04      Joel Sherrill <joel@OARcorp.com>
779
780        * libchip/network/open_eth.c: Remove prototype of set_vector.
781
7822005-05-03      Joel Sherrill <joel@OARcorp.com>
783
784        * librdbg/src/ptrace.c: Remove warning.
785
7862005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
787
788        * libchip/network/dec21140.c, libchip/network/elnk.c,
789        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
790        Modified parameter list to remove warnings.
791
7922005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
793
794        * libchip/network/cs8900.c, libchip/network/i82586.c,
795        libchip/network/open_eth.c, libchip/network/sonic.c,
796        libchip/serial/mc68681.c: Modified types to remove
797        warnings.  Added initialization to remove warnings.
798
7992005-04-28      Joel Sherrill <joel@OARcorp.com>
800
801        * libchip/network/README.sonic: Rewritten to account for removal of
802        dmv177.
803
8042005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
805
806        PR 781/rtems_misc
807        * libchip/serial/ns16550_p.h: Fix baud rate calculation
808
8092005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
810
811        * libchip/serial/ns16550.c:
812        Fixed warnings generated in various powerpc configurations
813
8142005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
815
816        * libchip/serial/ns16550.c: Modified
817        ISR to work with PPC new exception processing
818
8192005-03-14      Joel Sherrill <joel@OARcorp.com>
820
821        * libchip/network/dec21140.c, libchip/network/elnk.c,
822        libchip/network/if_fxp.c: Continue PCI API unification. All use
823        pci_find_device(). Network drivers manufacture a signature since all
824        calls have not been converted yet.
825
8262005-03-04      Joel Sherrill <joel@OARcorp.com>
827
828        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
829        initialize function part of the unified PCI API as pci_initialize().
830
8312005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
832
833        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
834        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
835
8362005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
837
838        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
839        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
840
8412005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
842
843        * aclocal/ppc.m4: Reflect changes to ppc exception processing
844        building procedures.
845
8462005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
847
848        * aclocal/prog-cc.m4:
849        Quote CFLAGS's RHS to accomodate Solaris broken sh.
850
8512005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
852
853        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
854
8552005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
856
857        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
858
8592005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
860
861        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
862
8632005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
864
865        * libnetworking/rtems_servers/ftp.c,
866        libnetworking/rtems_servers/ftp.h,
867        libnetworking/rtems_servers/Makefile.am:
868        Remove (relocated to cpukit/ftpd).
869        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
870        removed move libnetworking/rtems_servers.
871
8722005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
873
874        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
875
8762005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
877
878        PR 755/rtems
879        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
880        Remove local declarations of rtems_bsdnet_nameservers,
881        rtems_bsdnet_nameservers_count.
882
8832005-01-31      Sergei Organov <osv@topconrd.ru>
884
885        PR 751/pppd
886        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
887        committed to fix PR736 breaks pppd. chat.c should have its own static
888        ttyfd for pppd to work correctly. The symptom is that second
889        invokation of chat (for connect script) fails due to pppd_ttyfd set
890        to -1 by previous chat invokation (for init script). In addition,
891        this patch fixes leaving of dangling pointer in the abort_stbring[]
892        by chat_send().
893
8942005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
895
896        * configure.ac: Remove CFLAGS_DEBUG_V.
897        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
898
8992005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
900
901        * wrapup/Makefile.am: Remove rtems-ctor.o.
902
9032005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
904
905        * libchip/rtc/rtc.h: size_t RTC_Count.
906
9072005-01-20      Joel Sherrill <joel@OARcorp.com>
908
909        PR 736/pppd
910        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
911        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
912        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
913        should not be static and should have a name more specific to pppd.
914
9152005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
916
917        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
918        libnetworking/rtems_servers/Makefile.am,
919        libnetworking/rtems_telnetd/Makefile.am,
920        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
921        Eliminate CFLAGS_OPTIMIZE_V.
922
9232005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
924
925        * configure.ac: Pass CFLAGS to testsuites configure.
926        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
927        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
928
9292005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
930
931        * configure.ac: Pass CFLAGS to cpukit configure.
932        * aclocal/rtems-flags.m4: Remove (Unused).
933        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
934        * aclocal/env-rtemsbsp.m4:
935        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
936        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
937        RTEMS_CFLAGS.
938        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
939        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
940        Cleanup comments.
941
9422005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
943
944        * automake/compile.am: Remove build-variant support.
945
9462005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
947
948        * libnetworking/pppd/Makefile.am,
949        libnetworking/rtems_servers/Makefile.am,
950        libnetworking/rtems_telnetd/Makefile.am:
951        Remove build-variant support.
952
9532005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
954
955        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
956        support/Makefile.am, wrapup/Makefile.am:
957        Remove build-variant support.
958
9592004-11-22      Joel Sherrill <joel@OARcorp.com>
960
961        * libchip/network/if_fxp.c: Add entry for another module ID code.
962
9632004-11-22      Joel Sherrill <joel@OARcorp.com>
964
965        PR 693/misc
966        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
967        in/outport routines.
968
9692004-11-22      Joel Sherrill <joel@OARcorp.com>
970
971        PR 693/misc
972        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
973        in/outport routines.
974
9752004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
976
977        * aclocal/enable-itron.m4: Remove (unused).
978
9792004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
980
981        * configure.ac: Misc. quoting cleanups.
982        Enable ada-tests iff --enable-ada and --enable-tests.
983
9842004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
985
986        PR 703/filesystem
987        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
988        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
989        libchip/ide/ide_controller.c:
990        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
991        available for BSPS/device drivers.
992        Extend the "modes_available" and "mode_active" parameters to
993        uint16_t for UDMA support.
994
9952004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
996
997        * libchip/network/dec21140.c: Cleanup a bit and remove message about
998        not supported on PowerPC since it works on the MVME2100 BSP.
999
10002004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1001
1002        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1003        Add dependency tracking for *.cfgs.
1004        * Makefile.am: Add dependency tracking for *.cfg.
1005
10062004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1007
1008        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1009        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1010
10112004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1012
1013        PR 707/make_build
1014        * configure.ac: Add --enable-rpcgen.
1015
10162004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1017
1018        PR 700/rtems_misc
1019        * libnetworking/rtems_webserver/asp.c,
1020        libnetworking/rtems_webserver/balloc.c,
1021        libnetworking/rtems_webserver/cgi.c,
1022        libnetworking/rtems_webserver/default.c,
1023        libnetworking/rtems_webserver/ej.h,
1024        libnetworking/rtems_webserver/ejIntrn.h,
1025        libnetworking/rtems_webserver/ejlex.c,
1026        libnetworking/rtems_webserver/ejparse.c,
1027        libnetworking/rtems_webserver/emfdb.c,
1028        libnetworking/rtems_webserver/emfdb.h,
1029        libnetworking/rtems_webserver/form.c,
1030        libnetworking/rtems_webserver/handler.c,
1031        libnetworking/rtems_webserver/h.c,
1032        libnetworking/rtems_webserver/license.txt,
1033        libnetworking/rtems_webserver/Makefile.am,
1034        libnetworking/rtems_webserver/md5c.c,
1035        libnetworking/rtems_webserver/md5.h,
1036        libnetworking/rtems_webserver/mime.c,
1037        libnetworking/rtems_webserver/misc.c,
1038        libnetworking/rtems_webserver/NOTES,
1039        libnetworking/rtems_webserver/ringq.c,
1040        libnetworking/rtems_webserver/rom.c,
1041        libnetworking/rtems_webserver/rtems_webserver.h,
1042        libnetworking/rtems_webserver/security.c,
1043        libnetworking/rtems_webserver/sock.c,
1044        libnetworking/rtems_webserver/socket.c,
1045        libnetworking/rtems_webserver/sockGen.c,
1046        libnetworking/rtems_webserver/sym.c,
1047        libnetworking/rtems_webserver/uemf.c,
1048        libnetworking/rtems_webserver/uemf.h,
1049        libnetworking/rtems_webserver/um.c,
1050        libnetworking/rtems_webserver/um.h,
1051        libnetworking/rtems_webserver/umui.c,
1052        libnetworking/rtems_webserver/url.c,
1053        libnetworking/rtems_webserver/value.c,
1054        libnetworking/rtems_webserver/wbase64.c,
1055        libnetworking/rtems_webserver/webcomp.c,
1056        libnetworking/rtems_webserver/webmain.c,
1057        libnetworking/rtems_webserver/webpage.c,
1058        libnetworking/rtems_webserver/webrom.c,
1059        libnetworking/rtems_webserver/webs.c,
1060        libnetworking/rtems_webserver/websda.c,
1061        libnetworking/rtems_webserver/websda.h,
1062        libnetworking/rtems_webserver/webs.h,
1063        libnetworking/rtems_webserver/websSSL.c,
1064        libnetworking/rtems_webserver/websSSL.h,
1065        libnetworking/rtems_webserver/websuemf.c,
1066        libnetworking/rtems_webserver/wsIntrn.h:
1067        Remove (Moved to cpukit/http).
1068
10692004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1070
1071        PR 700/rtems_misc
1072        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1073        Remove libnetworking/rtems_webserver.
1074
10752004-10-25      Eric Norum <norume@aps.anl.gov>
1076
1077        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1078
10792004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1080
1081        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1082
10832004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1084
1085        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1086        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1087
10882004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1089
1090        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1091
10922004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1093
1094        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1095        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1096
10972004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1098
1099        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1100        BITSPERBYTE.
1101
11022004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1103
1104        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1105        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1106
11072004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1108
1109        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1110
11112004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1112
1113        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1114        * aclocal/enable-bare.m4: Remove.
1115        * configure.ac: Remove BARE_CPU_MODEL.
1116
11172004-10-13      Eric Norum <norume@aps.anl.gov>
1118
1119        PR 688/bsps
1120        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1121        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1122        MC146818A (and several Dallas Semiconductor) TOD chips.
1123
11242004-10-13      Eric Norum <norume@aps.anl.gov>
1125
1126        PR 686/networking
1127        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1128        device code.
1129
11302004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1131
1132        * libchip/network/dec21140.c: include <rtems/pci.h>.
1133
11342004-09-29      Joel Sherrill <joel@OARcorp.com>
1135
1136        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1137        libnetworking/pppd/utils.c: i960 obsoleted and all references
1138        removed.
1139
11402004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1141
1142        PR 607/networking
1143        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1144        instead of fully specifying unused PCI features.
1145
11462004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1147
1148        * configure.ac: Require automake > 1.9.
1149
11502004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1151
1152        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1153
11542004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1155
1156        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1157        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1158
11592004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1160
1161        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1162        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1163
11642004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1165
1166        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1167
11682004-07-28  Joel Sherrill <joel@OARcorp.com>
1169
1170    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1171
11722004-07-25      Joel Sherrill <joel@OARcorp.com>
1173
1174        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1175
11762004-05-21  Till Strauman <strauman@slac.stanford.edu>
1177
1178        PR 625/networking
1179        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1180        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1181        an error rather than panic if no chip is detected (thus allowing
1182        for probing).
1183        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1184        instead of looping forever.  Avoid divide by zero (crashed my PC).
1185        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1186        they are UNTESTED.
1187
11882004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1189
1190        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1191
11922004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1193
1194        * libchip/network/dec21140.c, libchip/network/elnk.c:
1195        #include <errno.h>.
1196
11972004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1198
1199        * libchip/network/if_media.h: Update from FreeBSD.
1200        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1201        libchip/network/i82586.c: #include <errno.h>.
1202
12032004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1204
1205        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1206
12072004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1208
1209        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1210
12112004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1212
1213        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1214        automake).
1215
12162004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1217
1218        PR 599/pppd
1219        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1220
12212004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1222
1223        * optman/rtems/no-region.c: Reflect having changed
1224        rtems_region_get_segment_size.
1225
12262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1227
1228        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1229        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1230        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1231        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1232        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1233        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1234        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1235
12362004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1237
1238        * libchip/ide/ata.c, libchip/network/dec21140.c,
1239        libchip/network/elnk.c, libchip/network/i82586.c,
1240        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1241        libchip/network/open_eth.c, libchip/network/sonic.c,
1242        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1243        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1244        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1245        libchip/shmdr/shm_driver.h: Cosmetics.
1246
12472004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1248
1249        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1250        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1251        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1252        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1253        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1254        fixed size types.
1255
12562004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1257
1258        * configure.ac: Explicitly pass --includedir and --libdir to
1259        cpukit/configure.
1260
12612004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1262
1263        * librdbg/Makefile.am: Fix rpcgen rules.
1264        * librdbg/src/i386/any/remdeb_xdr.c,
1265        librdbg/src/m68k/any/remdeb_xdr.c,
1266        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1267        Reflect changes to librdbg/Makefile.am.
1268
12692004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1270
1271        * configure.ac: Reflect changes testsuites/configure.ac and
1272        cpukit/configure.ac.
1273
12742004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1275
1276        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1277        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1278
12792004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1280
1281        * configure.ac: Reflect changes to testsuites's configuration.
1282
12832004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1284
1285        PR/589 rtems
1286        * libchip/network/pci.h: Remove (Moved to cpukit).
1287
12882004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1289
1290        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1291        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1292        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1293        libchip/network/dec21140.c, libchip/network/elnk.c,
1294        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1295        libchip/network/open_eth.h, libchip/network/sonic.c,
1296        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1297        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1298        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1299        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1300        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1301        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1302        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1303        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1304        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1305        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1306        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1307        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1308        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1309        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1310        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1311        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1312        fixed-size types.
1313
13142004-03-14      Chris Johns  <chrisj@rtems.org>
1315
1316        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1317        the BSP example code.
1318        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1319        support the DIMMPC. This is a pc386 target with IO port support. Minor
1320        formating clean up. Add documentation to the header file.
1321        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1322        cs8900.h header file.
1323
13242004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1325
1326        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1327        Cosmetics.
1328
13292004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1330
1331        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1332        There are no application level Makefiles in here.
1333
13342004-03-04      Joel Sherrill <joel@OARcorp.com>
1335
1336        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1337        they can be used in application level makefiles.
1338
13392004-03-05      Joel Sherrill <joel@OARcorp.com>
1340
1341        * libnetworking/rtems_webserver/ejparse.c,
1342        libnetworking/rtems_webserver/emfdb.c,
1343        libnetworking/rtems_webserver/sock.c,
1344        libnetworking/rtems_webserver/socket.c,
1345        libnetworking/rtems_webserver/sym.c,
1346        libnetworking/rtems_webserver/webs.c,
1347        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
13482004-03-05      Joel Sherrill <joel@OARcorp.com>
1349
1350        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1351        compiling this file only only those CPU families with supported
1352        exception models.
1353
13542004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1355
1356        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1357        testsuites (Was exposed with --enable-multilib, only).
1358        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1359         Add RTEMS_BSP_CONFIG_SUBDIR.
1360        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1361        testsuites's configure.
1362        * aclocal/rtems-top.m4: Remove ENDIF hack.
1363        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1364
13652004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1366
1367        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1368        wrapup/Makefile.am: Fix automake problems having been introduced
1369        in previous patch.
1370
13712004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1372
1373        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1374        Preinstall dirs.
1375        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1376        * aclocal/check-multiprocessing.m4: Cosmetics.
1377        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1378        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1379
13802004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1381
1382        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1383        librdbg/src/Makefile.am.
1384        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1385        * configure.ac: Reflect changes above.
1386        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1387        * wrapup/Makefile.am: Reflect changes above.
1388        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1389
13902004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1391
1392        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1393
13942004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1395
1396        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1397
13982004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1399
1400        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1401
14022004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1403
1404        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1405        librdbg/src/powerpc/Makefile.am: Remove.
1406        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1407        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1408        * configure.ac: Reflect changes above.
1409
14102004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1411
1412
14132004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1414
1415        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1416        STRIP.
1417
14182004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1419
1420        * librdbg/include/Makefile.am: Merge-in
1421        librdbg/include/rdbg/i386/Makefile.am,
1422        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1423        librdbg/include/rdbg/powerpc/Makefile.am.
1424        * librdbg/include/rdbg/i386/Makefile.am,
1425        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1426        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1427        * configure.ac: Reflect changes above.
1428
14292004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1430
1431        * configure.ac: Use AS_HELP_STRING(ada).
1432
14332004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1434
1435        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1436        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1437        Use AC_CONFIG_HEADERS.
1438        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1439        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1440
14412004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1442
1443        * Makefile.am: include local.am.
1444
14452004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1446
1447        * aclocal/version.m4: 4.6.99.0.
1448
14492004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1450
1451        * Makefile.am: Don't include host.am.
1452        * automake/compile.am: Further cleanups.
1453
14542004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1455
1456        * automake/lib.am: Remove (Unused).
1457
14582004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1459
1460        * wrapup/Makefile.am: Don't include lib.am.
1461        * automake/compile.am: Use automake compilation rules.
1462
14632004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1464
1465        * libnetworking/pppd/Makefile.am,
1466        libnetworking/rtems_servers/Makefile.am,
1467        libnetworking/rtems_telnetd/Makefile.am,
1468        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1469        support/Makefile.am: Don't include lib.am.
1470
14712004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1472
1473        * libchip/Makefile.am: Don't include lib.am.
1474        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1475        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1476        unnecessary EXTRA_DISTs.
1477
14782004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1479
1480        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1481        hack.
1482
14832004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1484
1485        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1486        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1487        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1488        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1489
14902004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1491
1492        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1493        Add AM_CONDITIONAL(HAS_MP).
1494        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1495        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1496        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1497        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1498        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1499        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1500        (Deprecated by autoconf 2.59).
1501
15022004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1503
1504        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1505        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1506
15072004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1508
1509        * ChangeLog: Merge-in libnetworking/ChangeLog.
1510        * libnetworking/ChangeLog: Remove.
1511        * ChangeLog: Merge-in librdbg/ChangeLog.
1512        * librdbg/ChangeLog: Remove.
1513        * ChangeLog: Merge-in libchip/ChangeLog.
1514        * libchip/ChangeLog: Remove.
1515        * ChangeLog: Merge-in optman/ChangeLog.
1516        * optman/ChangeLog: Remove.
1517
15182004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1519
1520        * configure.ac: Reflect changes to cpukit.
1521        * wrapup/Makefile.am: Reflect changes to librdbg.
1522        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1523        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1524        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1525        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1526        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1527        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1528        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1529        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1530        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1531
15322004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1533
1534        * aclocal/rtems-top.m4: Remove check for version.m4.
1535        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1536
15372004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1538
1539        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1540        * wrapup/Makefile.am: Reflect changes to libchip/*.
1541        * support/Makefile.am: Use automake compilation rules.
1542        * wrapup/Makefile.am: Reflect changes to support/*.
1543        * configure.ac: Remove libnetworking/wrapup/Makefile.
1544        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1545        libnetworking/*/lib*.a instead of libnetapps.a.
1546        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1547        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1548        * optman/Makefile.am: Use automake compilation rules.
1549        * libchip/Makefile.am: Fix typo in previous patch.
1550        * libchip/Makefile.am: Use automake compilation rules.
1551        * libnetworking/Makefile.am: Remove wrapup.
1552        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1553        automake-compilation rules.
1554        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1555        automake-compilation rules.
1556        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1557        automake-compilation rules.
1558        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1559        automake-compilation rules.
1560        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1561
15622004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1563
1564        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1565        PRE/TMPINSTALL_FILES to CLEANFILES.
1566        * automake/lib.am: Remove TMPINSTALL_FILES.
1567        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1568        PRE/TMPINSTALL_FILES to CLEANFILES.
1569        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1570        PRE/TMPINSTALL_FILES to CLEANFILES.
1571        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1572        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1573        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1574        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1575        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1576        * librdbg/src/i386/Makefile.am: Ditto.
1577        * librdbg/src/m68k/Makefile.am: Ditto.
1578        * librdbg/src/powerpc/Makefile.am: Ditto.
1579        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1580        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1581        * libnetworking/rtems_servers/Makefile.am: Ditto.
1582        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1583        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1584
15852004-01-07      Joel Sherrill <joel@OARcorp.com>
1586
1587        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1588        more completely covers the MIPS family.
1589
15902003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1591
1592        * wrapup/Makefile.am: Reflect changes to shmdr.
1593        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1594
15952003-12-18      Joel Sherrill <joel@OARcorp.com>
1596
1597        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1598        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1599        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1600        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1601        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1602        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1603        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1604
16052003-12-17      Joel Sherrill <joel@OARcorp.com>
1606
1607        * aclocal/version.m4: Updated to rtems-20031217-test.
1608
16092003-12-17     
1610
1611        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1612        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1613
16142003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1615
1616        * automake/compile.am: Remove LINK_LIBS (Unused).
1617        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1618
16192003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1620
1621        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1622        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1623        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1624        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1625        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1626
16272003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1628
1629        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1630        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1631        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1632        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1633        * librdbg/src/i386/Makefile.am:
1634        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1635        * librdbg/src/m68k/Makefile.am:
1636        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1637        * librdbg/src/powerpc/Makefile.am:
1638        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1639
16402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1641
1642        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1643        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1644        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1645        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1646        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1647        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1648        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1649        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1650        * optman/Makefile.am: Remove project_libdir.
1651        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1652        PRE/TMPINSTALL_FILES.
1653        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1654        PRE/TMPINSTALL_FILES.
1655        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1656        PRE/TMPINSTALL_FILES.
1657        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1658        PRE/TMPINSTALL_FILES.
1659        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1660        from PRE/TMPINSTALL_FILES.
1661        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1662        PRE/TMPINSTALL_FILES.
1663        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1664        PRE/TMPINSTALL_FILES.
1665        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1666        PRE/TMPINSTALL_FILES.
1667        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1668        PRE/TMPINSTALL_FILES.
1669        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1670        PRE/TMPINSTALL_FILES.
1671        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1672        PRE/TMPINSTALL_FILES.
1673        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1674        from PRE/TMPINSTALL_FILES.
1675
16762003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1677
1678        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1679        * automake/lib.am: Remove project_libdir.
1680        * wrapup/Makefile.am: Reworked.
1681
16822003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1683
1684        * configure.ac: Reflect changes to librdbg.
1685        * optman/Makefile.am: Add tmpinstall dirstamp support.
1686        * libchip/Makefile.am: Fix variant-tmpinstall support.
1687        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1688        * librdbg/src/powerpc/Makefile.am: Merge-in former
1689        new_exception_processing/Makefile.am.
1690        * librdbg/src/m68k/any/Makefile.am: Remove.
1691        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1692        * librdbg/src/i386/any/Makefile.am: Remove.
1693        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1694        * librdbg/src/Makefile.am: Cosmetics.
1695        * librdbg/include/Makefile.am: Cosmetics.
1696        * librdbg/Makefile.am: Cosmetics.
1697        * libnetworking/Makefile.am: Cosmetics.
1698        * libnetworking/pppd/Makefile.am: Cosmetics.
1699        * libnetworking/wrapup/Makefile.am: Cosmetics.
1700
17012003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1702
1703        * Makefile.am: Cosmetics.
1704        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1705        support.
1706
17072003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1708
1709        * automake/compile.am: Remove $(ARCH):-rule.
1710
17112003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1712
1713        * configure.ac: Remove lib/libbsp/shared/Makefile,
1714        lib/libbsp/shmdr/Makefile.
1715
17162003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1717
1718        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1719        libchip/serial/Makefile, libchip/rtc/Makefile.
1720        * support/Makefile.am: Remove all-local: $(ARCH).
1721        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1722        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1723        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1724        * optman/Makefile.am: Remove all-local: $(ARCH).
1725        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1726        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1727        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1728        compilation dirstamp support.
1729        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1730        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1731        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1732        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1733        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1734        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1735        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1736        all-local: $(ARCH).
1737        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1738        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1739        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1740        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1741        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1742
17432003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1744
1745        * aclocal/lead-dot.m4: New (from automake-1.7f).
1746        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1747        AC_SUBST(dirstamp).
1748        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1749        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1750        libchip/serial/Makefile.am: Ditto.
1751        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1752        * librdbg/include/Makefile.am: Ditto.
1753        * librdbg/include/rdbg/Makefile.am: Ditto.
1754        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1755        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1756        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1757        * librdbg/src/Makefile.am: Ditto.
1758        * librdbg/src/i386/Makefile.am: Ditto.
1759        * librdbg/src/i386/any/Makefile.am: Ditto.
1760        * librdbg/src/m68k/Makefile.am: Ditto.
1761        * librdbg/src/m68k/any/Makefile.am: Ditto.
1762        * librdbg/src/powerpc/Makefile.am: Ditto.
1763        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1764        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1765        preinstallation.
1766        * libnetworking/pppd/Makefile.am: Ditto.
1767        * libnetworking/rtems_servers/Makefile.am: Ditto.
1768        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1769        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1770        * libnetworking/wrapup/Makefile.am: Ditto.
1771
17722003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1773
1774        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1775        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1776        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1777        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1778        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1779        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1780        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1781        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1782        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1783        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1784        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1785        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1786        underquoting to silence automake-1.8.
1787
17882003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1789
1790        * configure.ac: Reflect having moved tests to ../../testsuites.
1791
17922003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1793
1794        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1795        * aclocal/canonical-host.m4: Remove.
1796        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1797        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1798
17992003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1800
1801        * aclocal/check-cpu.m4: Remove.
1802        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1803        * aclocal/canonical-target-name.m4: Add m4-quotes.
1804        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1805        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1806        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1807        * aclocal/check-networking.m4: Add m4-quotes. Require
1808        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1809        * aclocal/check-posix.m4: Add m4-quotes. Require
1810        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1811        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1812        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1813        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1814
18152003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1816
1817        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1818        * aclocal/bsp-alias.m4: Remove.
1819
18202003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1821
1822        * configure.ac: Make presence of tests/ optional.
1823
18242003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1825
1826        * aclocal/path-perl.m4: Remove (Unused).
1827
18282003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1829
1830        * automake/force-preinstall.am: Remove.
1831
18322003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1833
1834        PR 499/rtems_misc
1835        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1836        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1837        Configuration (Odd was forced) - Correction of Stop Bit configuration
1838        (inversed) - Correction of ISR Handler to call
1839        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1840        CTS Hardware flow control Configuration.
1841
18422003-09-04      Joel Sherrill <joel@OARcorp.com>
1843
1844        * lib/libcpu/shared/include/cache.h,
1845        lib/libcpu/shared/src/cache_aligned_malloc.c,
1846        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1847        license changed.
1848        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1849        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1850        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1851        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1852        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1853        for license changed.
1854        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1855        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1856        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1857        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1858        libchip/network/cs8900.h, libchip/network/dec21140.c,
1859        libchip/network/elnk.c, libchip/network/open_eth.c,
1860        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1861        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1862        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1863        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1864        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1865        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1866        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1867        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1868        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1869        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1870        libchip/serial/serial.h, libchip/serial/z85c30.c,
1871        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1872        libchip/serial/z85c30_reg.c: URL for license changed.
1873
18742003-09-03      Jiri Gaisler <jiri@gaisler.com>
1875
1876        PR 477/networking
1877        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1878        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1879        libchip/network/open_eth.h: New files.
1880
18812003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1882
1883        * aclocal/rtems-top.m4: Add RTEMS_API.
1884        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1885
18862003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1887
1888        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1889        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1890        @RTEMS_BSP@.cfg.
1891
18922003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1893
1894        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1895
18962003-08-20      Joel Sherrill <joel@OARcorp.com>
1897
1898        * libchip/network/cs8900.c: Correct copyright statements.
1899
19002003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1901
1902        * aclocal/check-itron.m4: Remove.
1903        * aclocal/enable-inlines.m4: Remove.
1904        * Makefile.am: Reflect having moved aclocal/.
1905        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1906        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1907        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1908        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1909        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1910        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1911        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1912        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1913        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1914        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1915        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1916        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1917        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1918        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1919        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1920        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1921        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1922        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1923        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1924        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1925        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1926        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1927        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1928        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1929        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1930        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1931        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1932        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1933        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1934        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1935        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1936        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1937        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1938        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1939        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1940        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1941        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1942        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1943        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1944        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1945        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1946        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1947        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1948        * aclocal/target.m4: New (Copied from ../../aclocal).
1949        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1950        * aclocal/version.m4: New (Copied from ../../aclocal).
1951
19522003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1953
1954        * configure.ac: Remove stray comments.
1955        * automake/local.am, automake/host.am: Remove "debug".
1956
19572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1958
1959        * Makefile.am: Reflect having moved automake/.
1960        * lib/Makefile.am: Reflect having moved automake/.
1961        * support/Makefile.am: Reflect having moved automake/.
1962        * wrapup/Makefile.am: Reflect having moved automake/.
1963        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1964        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1965        from ../../automake).
1966        * optman/Makefile.am: Reflect having moved automake/.
1967        * libchip/Makefile.am: Reflect having moved automake/.
1968        * libchip/ide/Makefile.am: Reflect having moved automake/.
1969        * libchip/network/Makefile.am: Reflect having moved automake/.
1970        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1971        * libchip/serial/Makefile.am: Reflect having moved automake/.
1972        * librdbg/Makefile.am: Reflect having moved automake/.
1973        * librdbg/include/Makefile.am: Reflect having moved automake/.
1974        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1975        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1976        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1977        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1978        automake/.
1979        * librdbg/src/Makefile.am: Reflect having moved automake/.
1980        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1981        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1982        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1983        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1984        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1985        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1986        having moved automake/.
1987        * libnetworking/Makefile.am: Reflect having moved automake/.
1988        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1989        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1990        automake/.
1991        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1992        automake/.
1993        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1994        automake/.
1995        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1996
19972003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1998
1999        * Makefile.am: Add bsp.pc.in.
2000        * bsp.pc.in: New (pkgconfig support).
2001
20022003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2003
2004        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2005
20062003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2007
2008        * lib/Makefile.am: New (Required by 'make dist').
2009        * lib/ChangeLog: Remove.
2010        * lib/.cvsignore: Cleanup.
2011        * configure.ac: Reflect having added lib/Makefile.am.
2012        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2013        lib/libbsp/configure.ac.
2014        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2015        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2016
20172003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2018
2019        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2020        * configure.ac: Merge-in librdbg/configure.ac.
2021        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2022        librdbg/configure.ac.
2023        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2024        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2025        LIBCHIP. Conditionally build include-dirs.
2026        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2027        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2028        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2029        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2030        librdbg/include/rdbg/m68k/Makefile.am,
2031        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2032        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2033        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2034        librdbg/src/powerpc/Makefile.am, librdbg/
2035        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2036        configure.ac into ../configure.ac.
2037        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2038        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2039        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2040        libnetworking/rtems_telnetd/Makefile.am,
2041        libnetworking/rtems_webserver/Makefile.am,
2042        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2043        into ../configure.ac.
2044
20452003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2046
2047        PR 427/rtems
2048        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2049        * librdbg/src/servtsp.c: Ditto.
2050
20512003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2052
2053        PR 429/bsps
2054        PR 432/bsps
2055        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2056        packets are queued onto an elnk board, the ISR will deadlock the device
2057        with a tx complete interrupt.  Lighter tx loads are not affected as they
2058        end up submitting single packets to the device.
2059
20602003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2061
2062        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2063        optman/configure.ac.
2064        * optman/configure.ac: Remove (Merged into ../configure.ac).
2065        * optman/Makefile.am: Reflect having merged configure.ac into
2066        ../configure.ac.
2067        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2068        * libchip/Makefile.am, libchip/ide/Makefile.am,
2069        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2070        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2071        ../configure.ac.
2072
20732003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2074
2075        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2076
20772003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2078
2079        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2080        on i386.
2081
20822003-06-13      Joel Sherrill <joel@OARcorp.com>
2083
2084        * libnetworking/pppd/chat.c: Removed warnings.
2085
20862003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2087
2088        * libchip/network/README.3com: New file missed in previous commit.
2089        PR 405/bsps
2090        PR 393/networking
2091        * libchip/network/dec21140.c: Fix leak also known as PR393.
2092        * libchip/network/elnk.c, libchip/network/if_media.h,
2093        libchip/network/mii.h: New files.
2094        * libchip/network/Makefile.am: Reflect new files.
2095
20962003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2097
2098        * configure.ac: Remove support for profile-variant.
2099
21002003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2101
2102        PR 397/pppd
2103        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2104        * libnetworking/pppd/magic.c: Remove *rand48.
2105        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2106
21072003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2108
2109        * wrapup/Makefile.am: Add libide.a.
2110
21112003-04-15      Joel Sherrill <joel@OARcorp.com>
2112
2113        PR 387/rtems_misc
2114        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2115        routines.
2116        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2117
21182003-04-11      Joel Sherrill <joel@OARcorp.com>
2119
2120        * libnetworking/rtems_webserver/cgi.c,
2121        libnetworking/rtems_webserver/sockGen.c,
2122        libnetworking/rtems_webserver/umui.c,
2123        libnetworking/rtems_webserver/websSSL.c,
2124        libnetworking/rtems_webserver/websSSL.h,
2125        libnetworking/rtems_webserver/websda.c,
2126        libnetworking/rtems_webserver/websda.h: New files. Not included in
2127        previous commit.
2128
21292003-04-10      Joel Sherrill <joel@OARcorp.com>
2130
2131        PR 371/pppd
2132        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2133        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2134        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2135        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2136        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2137        still global symbols in rtemspppd.h which might need to be changed or
2138        converted into member of a structure which is dereferenced with a
2139        pointer that is managed as a per task variable. But this patch should
2140        avoid many conflicts.
2141
21422003-03-27      Joel Sherrill <joel@OARcorp.com>
2143
2144        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2145        not allowed in the cpukit source code since it must be buildable
2146        independent of any BSP. These files were moved to libchip/ide.
2147        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2148        files.
2149
21502003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2151
2152        PR 368/filesystems
2153        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2154        improvements which now work on pc386 and mbx8xx.
2155        * libchip/ide/ide_controller.c: New file.
2156
21572003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2158
2159        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2160
21612003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2162
2163        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2164        * configure.ac: Add support/.
2165        * support/.cvsignore: New.
2166        * support/Makefile.am: New.
2167        * support/version.c: New.
2168        * wrapup/Makefile.am: Add support/libsupport.a.
2169        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2170        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2171        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2172        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2173
21742003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2175
2176        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2177
21782003-02-20      Till Straumann <strauman@slac.stanford.edu>
2179
2180        PR 354/networking
2181        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2182        chip against a table of supported chips. The untested ones are still
2183        commented out, however.
2184
21852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2186
2187        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2188        * configure.ac: AC_PREREQ(2.57).
2189        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2190        * optman/configure.ac: AC_PREREQ(2.57).
2191        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2192        * libchip/configure.ac: AC_PREREQ(2.57).
2193        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2194        * librdbg/configure.ac: AC_PREREQ(2.57).
2195        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2196        * libnetworking/configure.ac: AC_PREREQ(2.57).
2197
21982003-02-06      Joel Sherrill <joel@OARcorp.com>
2199
2200        * libnetworking/pppd/chat.c: Convert routines with common names to
2201        static. This included get_char(), put_char(), and character() among
2202        others.
2203
22042003-02-03      Joel Sherrill <joel@OARcorp.com>
2205
2206        PR 338/filesystem
2207        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2208        rtems_io_lookup_name() (API change).  Unused function removed.
2209
22102003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2211
2212        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2213        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2214        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2215        Eliminate *_O_FILES.
2216        * libnetworking/rtems_servers/Makefile.am,
2217        libnetworking/rtems_webserver/Makefile.am,
2218        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2219
22202002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2221
2222        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2223        Let all-local: depend on $(LIB).
2224        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2225        * optman/Makefile.am: Apply install-data-local to install *.rels.
2226
22272002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2228
2229        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2230        %.c rules.
2231        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2232        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2233        * libchip/rtc/Makefile.am: Ditto.
2234        * libchip/serial/Makefile.am: Ditto.
2235
22362002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2237
2238        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2239        LIBC_DEFINES.
2240        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2241        LIBC_DEFINES.
2242        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2243        LIBC_DEFINES.
2244
22452002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2246
2247        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2248
22492002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2250
2251        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2252        cache-checking.
2253        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2254
22552002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2256
2257        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2258        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2259        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2260        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2261        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2262
22632002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2264
2265        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2266        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2267        Remove.
2268        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2269
22702002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2271
2272        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2273        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2274
22752002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2276
2277        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2278        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2279
22802002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2281
2282        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2283        * optman/rel.am: New.
2284
22852002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2286
2287        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2288        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2289        braino in comment on "exec". Extend --enable-ada handling.
2290
22912002-11-04      Joel Sherrill <joel@OARcorp.com>
2292
2293        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2294        tasks and rolling multiple loops into 1.
2295        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2296        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2297        Removed warnings.
2298
22992002-10-31      Joel Sherrill <joel@OARcorp.com>
2300
2301        * libchip/network/dec21140.c: Removed warnings.
2302        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2303        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2304        librdbg/src/m68k/any/remdeb_xdr.c,
2305        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2306        warnings.
2307        * libnetworking/rtems_webserver/socket.c,
2308        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2309
23102002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2311
2312        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2313        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2314        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2315        above.
2316
23172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2318
2319        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2320        * wrapup/.cvsignore: Remove autom4te.cache.
2321        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2322        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2323        autom4te.cache.
2324        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2325        autom4te.cache.
2326        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2327        autom4te.cache.
2328
23292002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2330
2331        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2332
23332002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2334
2335        * optman/.cvsignore: Add autom4te.cache.
2336
23372002-09-14      Joel Sherrill <joel@OARcorp.com>
2338
2339        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2340
23412002-09-07      Joel Sherrill <joel@OARcorp.com>
2342
2343        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2344        include files to resolve warnings.
2345
23462002-09-07      Chris Johns <ccj@acm.org>
2347
2348        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2349        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2350        which corrects the problem  where the cs8900.c file was actually the BSP
2351        glue.  Joel did some hacking so this file will compile.  Previously it
2352        required providing a target.h file to compile.
2353        * libchip/network/cs8900.c.bsp: New file.
2354
23552002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2356
2357        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2358
23592002-08-31      Joel Sherrill <joel@OARcorp.com>
2360
2361        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2362        eliminate warning.
2363
23642002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2365
2366        * configure.ac: Add ada-tests.
2367
23682002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2369
2370        * Makefile.am: Add preinstall-stamp.
2371
23722002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2373
2374        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2375        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2376        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2377        gcc31 happy.
2378        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2379        cp.
2380
23812002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2382
2383        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2384        make/bsp.mak.
2385        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2386        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2387
23882002-08-12      Joel Sherrill <joel@OARcorp.com>
2389
2390        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2391        avoid error.
2392
23932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2394
2395        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2396        * configure.ac: Add BSP_SUBDIRS.
2397        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2398        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2399        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2400        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2401        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2402        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2403        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2404        RTEMS_CHECK_BSP_CACHE.
2405        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2406        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2407        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2408        .$(OBJEXT) instead of .o.
2409        * libnetworking/pppd/Makefile.am,
2410        libnetworking/rtems_servers/Makefile.am,
2411        libnetworking/rtems_telnetd/Makefile.am,
2412        libnetworking/rtems_webserver/Makefile.am,
2413        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2414
24152002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2416
2417        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2418        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2419        ../libchip/serial/$(ARCH)/libserialio.a.
2420        * libchip/serial/Makefile.am: Don't tmp-install lib.
2421        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2422
24232002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2424
2425        * Makefile.am: Add rtems_makedir.
2426        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2427        * Makefile.am: Add wrapup-SUBDIR.
2428        * wrapup/ChangeLog: Remove.
2429        * wrapup/configure.ac: Remove.
2430        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2431        (Make the bare BSP happy).
2432        * configure.ac: Ditto.
2433        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2434        Create make/custom/default.cfg.
2435        * configure.ac: Add creation of make/custom/*.cfg. Create
2436        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2437
24382002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2439
2440        * Makefile.am: Clean $(PROJECT_RELEASE).
2441
24422002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2443
2444        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2445        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2446        prototype mismatches.
2447
24482002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2449
2450        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2451        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2452
24532002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2454
2455        * acinclude.m4: Add test "$multilib" != "yes".
2456        * config-ml.in: Remove.
2457        * acinclude.m4: Cleanups.
2458        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2459        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2460        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2461        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2462        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2463
24642002-07-16      Eric Norum <eric.norum@usask.ca>
2465
2466        * New driver for the Intel EtherExpressPro (82559ER) chip.
2467        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2468        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2469        * libchip/network/Makefile.am: Modified to reflect above.
2470
24712002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2472
2473        * acinclude.m4: New.
2474        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2475        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2476        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2477
24782002-07-01      Joel Sherrill <joel@OARcorp.com>
2479
2480        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2481        _Objects_Information_table now that it is a two dimensional array based
2482        upon API and class.
2483        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2484        of strnlen().
2485
24862002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2487
2488        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2489        preinstall libnetapps.a.
2490
24912002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2492
2493        * configure.ac: Remove librpc.
2494
24952002-06-25      Joel Sherrill <joel@OARcorp.com>
2496
2497        * Per PR233, moved librpc to exec.
2498        * configure.ac, wrapup/Makefile.am: Modified.
2499        * librpc, librpc/ChangeLog: Removed.
2500
25012002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2502
2503        * optman/Makefile.am: Remove multilib support.
2504        * optman/configure.ac: Ditto.
2505        * optman/sapi/Makefile.am: Ditto.
2506
25072002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2508
2509        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2510        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2511
25122002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2513
2514        Move networking libraries to c/src/exec/libnetworking
2515        * libnetworking/configure.ac, libnetworking/Makefile.am,
2516        libnetworking/wrapup/Makefile.am: Reflect Moval.
2517
25182002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2519
2520        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2521        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2522        <rtems/bspIo.h>.
2523
25242002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2525
2526        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2527        * libnetworking/rtems/mkrootfs.h: Ditto.
2528        * libnetworking/rtems/Makefile.am: Reflect changes above.
2529
25302002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2531
2532        * configure.ac: Remove lib.
2533
25342002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2535
2536        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2537        that exception stack frames on M68K members with VBR always are 6 byte
2538        long. The incorrect assumption resulted in some gdb commands like "next"
2539        to fail on the 68360.
2540
25412002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2542
2543        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2544        PR 220
2545        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2546        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2547        CVS.
2548        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2549        libnetworking/sys/filio.h: Remove.
2550        * libnetworking/sys/Makefile.am: Reflect changes above.
2551
25522002-05-07      Chris Johns <ccj@acm.org>
2553
2554        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2555        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2556        requires it to be stripped.
2557
25582002-05-01      Eric Norum <eric.norum@usask.ca>
2559
2560        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2561        assembly  to satisfy gcc 3.1 and newer.
2562
25632002-04-26      Eric Norum <eric.norum@usask.ca>
2564
2565        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2566        agressive optimization in gcc 3.1 does not reorder things.
2567
25682002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2569
2570        * libchip/network/dec21140.c: Reflect changes to powerpc's
2571        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2572        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2573        <rtems/score/cpu.h>.
2574        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2575        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2576
25772002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2578
2579        * optman/configure.ac: Remove ENABLE_GCC28.
2580
25812002-04-11      Chris Johns <ccj@acm.org>
2582
2583        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2584        driver control block field to the ifconfig network driver structure.
2585        This field is needed by the i82586 driver which was ported from NetBSD
2586        as it had better hardware abstraction.
2587        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2588        PR59, added the drv_ctrl driver control block field to the ifconfig
2589        network driver structure. This field is needed by the i82586 driver
2590        which was ported from NetBSD as it had better hardware abstraction.
2591
25922002-04-10      Mike Siers <mikes@poliac.com>
2593
2594        * libnetworking/rtems_webserver/NOTES,
2595        libnetworking/rtems_webserver/asp.c,
2596        libnetworking/rtems_webserver/balloc.c,
2597        libnetworking/rtems_webserver/default.c,
2598        libnetworking/rtems_webserver/ej.h,
2599        libnetworking/rtems_webserver/ejIntrn.h,
2600        libnetworking/rtems_webserver/ejlex.c,
2601        libnetworking/rtems_webserver/ejparse.c,
2602        libnetworking/rtems_webserver/emfdb.c,
2603        libnetworking/rtems_webserver/emfdb.h,
2604        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2605        libnetworking/rtems_webserver/handler.c,
2606        libnetworking/rtems_webserver/license.txt,
2607        libnetworking/rtems_webserver/md5.h,
2608        libnetworking/rtems_webserver/md5c.c,
2609        libnetworking/rtems_webserver/mime.c,
2610        libnetworking/rtems_webserver/misc.c,
2611        libnetworking/rtems_webserver/ringq.c,
2612        libnetworking/rtems_webserver/rom.c,
2613        libnetworking/rtems_webserver/security.c,
2614        libnetworking/rtems_webserver/sock.c,
2615        libnetworking/rtems_webserver/sym.c,
2616        libnetworking/rtems_webserver/uemf.c,
2617        libnetworking/rtems_webserver/uemf.h,
2618        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2619        libnetworking/rtems_webserver/url.c,
2620        libnetworking/rtems_webserver/value.c,
2621        libnetworking/rtems_webserver/wbase64.c,
2622        libnetworking/rtems_webserver/webcomp.c,
2623        libnetworking/rtems_webserver/webpage.c,
2624        libnetworking/rtems_webserver/webrom.c,
2625        libnetworking/rtems_webserver/webs.c,
2626        libnetworking/rtems_webserver/webs.h,
2627        libnetworking/rtems_webserver/websuemf.c,
2628        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2629        2.1.4.
2630
26312002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2632
2633        * libchip/network/i82586.c: Include <string.h>.
2634        * libchip/network/sonic.c: Ditto.
2635
26362002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2637
2638        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2639
26402002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2641
2642        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2643
26442002-03-27      Thomas.Doerfler@imd-systems.de
2645
2646        PR 144
2647        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2648        memory address 0 when called for the first time. This is done when
2649        trying to clear the variable "dhcp_hostname".
2650
26512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2652
2653        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2654        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2655        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2656        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2657        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2658        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2659        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2660        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2661        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2662        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2663        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2664        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2665        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2666        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2667        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2668        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2669        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2670        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2671        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2672        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2673        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2674        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2675        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2676        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2677        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2678        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2679        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2680        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2681        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2682        AUTOMAKE_OPTIONS.
2683        * libnetworking/configure.ac:
2684        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2685        foreign 1.6]).
2686        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2687        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2688        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2689        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2690        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2691        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2692        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2693        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2694        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2695        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2696        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2697        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2698        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2699        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2700        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2701        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2702        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2703
27042002-03-27      Ilya Alexeev <ilya@continuum.ru>
2705
2706        PR 162
2707        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2708        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2709        used in a device write routines.  Now ppp_softc structure have own
2710        character for writing to device (sc_outchar).  I think that converting
2711        local variables to static is not a right solution, because problems will
2712        occur in the case of two or more ppp instances.
2713        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2714        must be u_long, otherwise in the case of the big output packet endless
2715        loop may occur.
2716
27172002-03-21      Ilya Alexeev <ilya@continuum.ru>
2718
2719        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2720        preparations for multiple PPPD connections.
2721
27222002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2723
2724        PR 149
2725        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2726        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2727        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2728        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2729
27302002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2731
2732        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2733        * configure.ac: Modified to reflect addition.
2734
27352002-02-27      Ilya Alexeev <ilya@continuum.ru>
2736
2737        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2738        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2739        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2740        capabilities as well as eliminate some warnings.
2741
27422002-02-27      Eric Norum <eric.norum@usask.ca>
2743
2744        * libnetworking/net/radix.c: Properly handle fetching the default route
2745        when there is no route.  This was a bug in the original FreeBSD code and
2746        this fix is from an updated version of their code.
2747
27482002-02-16      Eric Norum <eric.norum@usask.ca>
2749
2750        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2751        checking.
2752
27532002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2754
2755        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2756        dodefaultroute.
2757
27582002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2759
2760        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2761        include <rtems/seterr.h>.
2762
27632002-02-01      Mike Siers <mikes@poliac.com>
2764
2765        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2766        avoid bringing the link down too fast. NOTE: Mike reports successfully
2767        running at 56K baud on a direct link.
2768
27692002-02-01      Eric Valette <valette@crf.canon.fr>
2770
2771        * librdbg/So many patches have been posted recently on the mailing list
2772        and  because we were unable to find correct solution to compile on
2773        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2774        because the coding  style of rdbg was rather inconsistant among various
2775        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2776        global coding style (using indent + manual edits), 2) incorporate/review
2777        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2778        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2779        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2780        after rdbg initialization is done, NB : the paches is huge but it is
2781        mainly due to coding styke chnages.  Only few lines of codes have been
2782        really changed and they do not impact  rdbg functionnality (AFAIKT).
2783        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2784        librdbg/include/rdbg/m68k/rdbg_f.h,
2785        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2786        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2787        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2788        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2789        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2790        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2791        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2792        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2793        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2794        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2795        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2796        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2797        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2798        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2799        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2800        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2801
28022002-01-31      Mike Siers <mikes@poliac.com>
2803
2804        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2805        * Nice Update of PPPD support which eliminates the requiremetn that
2806        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2807        and reports that it seems to be more stable and handle larger packets
2808        better.  This patch replaces the termios tasks with more general pppd
2809        network driver tasks.  The functions pppinput() and pppstart() get
2810        called from the interrupt service routine.
2811        * libnetworking/Makefile.am, libnetworking/configure.ac,
2812        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2813        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2814        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2815        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2816        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2817        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2818        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2819        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2820        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2821        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2822        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2823        libnetworking/net/route.c, libnetworking/net/route.h,
2824        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2825        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2826        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2827        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2828        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2829        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2830        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2831        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2832        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2833        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2834        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2835        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2836        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2837        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2838        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2839        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2840        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2841        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2842        libnetworking/pppd/example/README,
2843        libnetworking/pppd/example/netconfig.h,
2844        libnetworking/wrapup/Makefile.am: Modified.
2845        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2846        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2847        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2848        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2849        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2850        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2851        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2852        libnetworking/modem/pppcompress.c: Subdirectory removed.
2853
28542002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2855
2856        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2857        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2858
28592002-01-18      Till Straumann <strauman@slac.stanford.edu>
2860
2861        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2862        issues: - exception handler needs to enable MSR_FP if the interrupted
2863        thread is FP enabled. - printk message for MSR fixed and added
2864        stacktrace. NOTE: this requires the stacktrace patch to
2865        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2866        however).
2867
28682002-01-06      Joel Sherrill <joel@OARcorp.com>
2869
2870        * optman/.cvsignore: Added aclocal.m4 and configure.
2871        * optman/.cvsignore: New file.
2872
28732002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2874
2875        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2876
28772002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2878
2879        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2880        * optman/ChangeLog: New.
2881        * optman/configure.ac: New.
2882        * optman/Makefile.am: New.
2883        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2884        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2885
28862001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2887
2888        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2889
28902001-12-18      Eric Norum <eric.norum@usask.ca>
2891
2892        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2893        `directories' (path names with a / at the end) while disallowing open()
2894        operations on TFTP `directories'.
2895
28962001-12-07      Eric Norum <eric.norum@usask.ca>
2897
2898        * libnetworking/lib/tftpDriver.c: Restore write capability.
2899
29002001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2901
2902        * libchip/network/sonic.h: Fix typo.
2903        * libnetworking/arpa/Makefile.am: Remove stray lines.
2904
29052001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2906
2907        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2908
29092001-10-18      Eric Norum <eric.norum@usask.ca>
2910
2911        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2912        chdir() and open() operations within the TFTP file system.
2913
29142001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2915
2916        * librdbg/configure.ac: Fix latent bug exposed by removal of
2917        config.cache's which prevented powerpc targets librdbg from building.
2918
29192001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2920
2921        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2922        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2923        autoconf-2.52 happy.
2924
29252001-10-12      Mike Siers <mikes@poliac.com>
2926
2927        * libnetworking/Update to stable working state.  Congratulations Mike!
2928        :).
2929        * libnetworking/modem_example: Directory removed.
2930        * libnetworking/modem_example/16550.h,
2931        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2932        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2933        libnetworking/modem_example/ppp.h,
2934        libnetworking/modem_example/pppcompress.c: Files removed.
2935        * libnetworking/pppd/example/pppd.options: New file.
2936        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2937        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2938        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2939        libnetworking/pppd/rtemsmain.c: Updated.
2940
29412001-10-12      Joel Sherrill <joel@OARcorp.com>
2942
2943        * libchip/serial/z85c30.c: Fixed typo.
2944
29452001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2946
2947        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2948        * configure.in: Remove.
2949        * configure.ac: New file, generated from configure.in by autoupdate.
2950        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2951        * libchip/configure.in: Remove.
2952        * libchip/configure.ac: New file, generated from configure.in by
2953        autoupdate.
2954        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2955        * librdbg/configure.in: Remove.
2956        * librdbg/configure.ac: New file, generated from configure.in by
2957        autoupdate.
2958        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2959        * libnetworking/configure.in: Remove.
2960        * libnetworking/configure.ac: New file, generated from configure.in by
2961        autoupdate.
2962
29632001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2964
2965        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2966        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2967        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2968
29692001-09-27      Joel Sherrill <joel@OARcorp.com>
2970
2971        * libchip/ChangeLog: Fixed typo in date.
2972
29732001-09-27      Eric Norum <eric.norum@usask.ca>
2974
2975        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2976        TFTP  filesystem.
2977
29782001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2979
2980        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2981        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2982        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2983        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2984        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2985        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2986        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2987        'PREINSTALL_FILES ='.
2988        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2989        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2990        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2991        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2992        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2993        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2994        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2995        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2996        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2997        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2998        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2999        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3000
30012001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3002
3003        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3004        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3005        * librdbg/src/m68k/any/Makefile.am: Ditto.
3006        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3007        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3008        happy.
3009
30102001-09-21      Joel Sherrill <joel@OARcorp.com>
3011
3012        * libchip/network/Makefile.am: Fixed typo on file name.
3013        * libchip/network/i82586.c: Commented out line 318 which is referencing
3014        a member of a structure that is not currently there.  This needs to be
3015        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3016        to C style.
3017
30182001-09-19      Eric Norum <eric.norum@usask.ca>
3019
3020        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3021
30222001-09-19      Chris Johns <ccj@acm.org>
3023
3024        * libchip/network/README.i82586, libchip/network/i82586.c,
3025        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3026        Network driver for Intel i82586.
3027        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3028        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3029        "root" filesystem with information obtained via the DHCP response.
3030
30312001-09-14      Eric Norum <eric.norum@usask.ca>
3032
3033        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3034        make gcc 3.x happy.
3035
30362001-08-16      Mike Siers <mikes@poliac.com>
3037
3038        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3039        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3040        These support callback functionality that has not even been compiled
3041        under RTEMS yet.
3042        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3043        example application.  Mike's notes on the modifications: - renamed
3044        error() function because of namespace problems - removed calls to the
3045        exit() funciton - removed extra files from the pppd source directory -
3046        defined pppd task constant values in rtemspppd.h - modifyied example
3047        code to get actual tick per second value - placed the pppd 2.3.11 man
3048        page file (pppd.8) into the pppd directory.
3049        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3050        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3051        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3052        libnetworking/pppd/rtems-ppp.c: Deleted.
3053        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3054        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3055        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3056        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3057        libnetworking/pppd/example/init.c,
3058        libnetworking/pppd/example/netconfig.h,
3059        libnetworking/pppd/example/ppp.conf,
3060        libnetworking/pppd/example/pppdapp.c,
3061        libnetworking/pppd/example/system.h: New files.
3062        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3063        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3064        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3065        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3066        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3067        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3068        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3069        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3070        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3071        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3072        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3073        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3074        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3075        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3076        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3077
30782001-08-16      Joel Sherrill <joel@OARcorp.com>
3079
3080        * libnetworking/pppd/example/Makefile: Removed.
3081        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3082        to avoid bootstrap -c clobbering it.
3083        * libnetworking/rtems_telnetd/.cvsignore: New file.
3084
30852001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3086
3087        * libnetworking/Makefile.am, libnetworking/configure.in,
3088        libnetworking/rtems_servers/Makefile.am,
3089        libnetworking/rtems_servers/telnetd.c,
3090        libnetworking/rtems_servers/telnetd.h,
3091        libnetworking/rtems_telnetd/Makefile.am,
3092        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3093        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3094        libnetworking/rtems_telnetd/telnetd.c,
3095        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3096        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3097        effect when ftpd change. - the tcp/ip stats have been implemented into
3098        icmds.c and started when telnetd daemon is started.
3099        * libnetworking/rtems_servers/telnetd.c,
3100        libnetworking/rtems_servers/telnetd.h: Removed.
3101        * libnetworking/rtems_telnetd: New directory.
3102        * libnetworking/rtems_telnetd/Makefile.am,
3103        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3104        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3105        libnetworking/rtems_telnetd/telnetd.c,
3106        libnetworking/rtems_telnetd/telnetd.h: New files.
3107
31082001-06-14      Joel Sherrill <joel@OARcorp.com>
3109
3110        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3111        Moved from libmisc/shell so the network stack to address network
3112        depenendency.
3113        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3114
31152001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3116
3117        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3118
31192001-05-15      Joel Sherrill <joel@OARcorp.com>
3120
3121        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3122        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3123        accidentally deleted the incorrectly empty versions.
3124
31252001-05-14      Till Straumann <strauman@slac.stanford.edu>
3126
3127        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3128        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3129        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3130        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3131        to know the values) - the affected BSP (shared/motorola) headers have
3132        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3133        driver (libchip/network/dec21140.c) has been fixed to use
3134        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3135        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3136        who is using this driver. - the DEC driver also has been fixed to use
3137        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3138        delay_in_bus_cycles().
3139
31402001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3141
3142        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3143
31442001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3145
3146        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3147
31482001-04-24      Eric Norum <eric.norum@usask.ca>
3149
3150        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3151        NTP synchronization a little more robust -- no NTP daemon yet, but at
3152        least it trys a little harder when the primary NTP server is down.
3153
31542001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3155
3156        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3157        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3158        libnetworking/pppd/modem_example/modem.c,
3159        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3160        other strings into English.
3161        * libnetworking/pppd/STATUS: updated to reflect the changes.
3162
31632001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3164
3165        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3166        again.
3167
31682001-04-20      Eric Valette <valette@crf.canon.fr>
3169
3170        * mcp750 directory renamed new_exception processing as it supports many
3171        more CPU models.
3172        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3173        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3174        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3175        formerly in mcp750 plus modifications.
3176        * librdbg/src/powerpc/mcp750/.cvsignore,
3177        librdbg/src/powerpc/mcp750/Makefile.am,
3178        librdbg/src/powerpc/mcp750/remdeb.h,
3179        librdbg/src/powerpc/mcp750/remdeb_f.x,
3180        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3181        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3182        new_exception_processing.
3183        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3184        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3185        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3186        part of this effort to add support for the MPC8xx.
3187
31882001-04-19      Joel Sherrill <joel@OARcorp.com>
3189
3190        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3191        internal include files.
3192
31932001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3194
3195        PR 158
3196        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3197        rcmd() library call by commenting out the parts that deal with signals.
3198        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3199        stdio. The 'server-side' parts of this file which deal with
3200        authentication are disabled since they are not needed.
3201
32022001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3203
3204        * libnetworking/include/.cvsignore: Remove dangling file.
3205
32062001-03-14      Joel Sherrill <joel@OARcorp.com>
3207
3208        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3209        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3210        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3211        libchip style serial drivers can be written in libcpu or libbsp.
3212
32132001-03-01      Joel Sherrill <joel@OARcorp.com>
3214
3215        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3216        libchip/network/sonic.c, libchip/network/sonic.h,
3217        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3218        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3219        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3220        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3221        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3222        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3223        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3224        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3225
32262001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3227
3228        * librdbg/include/rdbg/Makefile.am,
3229        librdbg/include/rdbg/i386/Makefile.am,
3230        librdbg/include/rdbg/m68k/Makefile.am,
3231        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3232        style on include files.
3233
32342001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3235
3236        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3237        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3238        replace ${..} with $(..).
3239        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3240        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3241        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3242        libnetworking/rtems/Makefile.am, libnetworking/
3243        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3244        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3245        include_*HEADERS instead of H_FILES.
3246        * libnetworking/include/Makefile.am: Remove.
3247        * libnetworking/Makefile.am: Add handling of *.h files.
3248        * libnetworking/configure.in: Remove include/Makefile.
3249
32502001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3251
3252        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3253
32542001-01-31      Sergei Organov <osv@javad.ru>
3255
3256        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3257        current dir and root dir removed in favor of new libio support for
3258        task-local current and root directories. - Bug in `close_data_socket()'
3259        introduced by previous change fixed. - `command_pasv()' changed to set
3260        timeout on socket we are listening on and code fixed to don't close
3261        socket twice on error. - `serr()' changed to clear `errno'. -
3262        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3263        changed to clear `errno' before processing session. -
3264        `close_data_socket()' fixed to close both active and passive sockets -
3265        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3266        empty string  in `exec_command()'.
3267
32682001-01-25      Eric Norum <eric.norum@usask.ca>
3269
3270        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3271        improves throughput on systems which are dropping packets.   Only the
3272        first timeout is reduced.  This keeps the number of extra packets down
3273        on networks that are very busy and dropping lots of packets.
3274
32752001-01-24      Sergei Organov <osv@javad.ru>
3276
3277        * libnetworking/rtems_servers/ftpd.c,
3278        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3279        - Timeouts on sockets implemented. 'idle' field added to configuration.
3280        No timeout by default to keep backward compatibility. Note: SITE IDLE
3281        command not implemented yet. - Basic global access control implemented.
3282        'access' field added to configuration. No access limitations by default
3283        to keep backward compatibility. - Anchor data socket for active mode
3284        (using self IP and port 20.) - Fixed default data port support (still
3285        not tested). - Don't allow IP address different from originating host in
3286        PORT command to improve security. - Fixed bug in MDTM command. - Check
3287        for correctness of parsing of argument in command_port(). - Fixed
3288        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3289        a directory. - Command parsing a little bit improved: command names are
3290        now converted to upper-case to be more compatible with RFC (command
3291        names are not case-sensitive.) - Reformat comments so that they have
3292        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3293        previous changes - True ASCII mode implemented (doesn't work for hooks
3294        and /dev/null) - Passive mode implemented, PASV command added. - Default
3295        port for data connection could be used (untested, can't find ftp client
3296        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3297        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3298
32992001-01-18      Joel Sherrill <joel@OARcorp.com>
3300
3301        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3302        macro using variable arguments.
3303        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3304        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3305        since I updated the main RTEMS development machine to RedHat 7.2 and
3306        apparently got a new version of rpcgen.
3307
33082001-01-12      Sergei Organov <osv@javad.ru>
3309
3310        * libnetworking/rtems_servers/ftpd.c,
3311        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3312        - use pool of pre-created threads to handle sessions instead of
3313        creating/deleting threads on the fly - LIST output is now similar to
3314        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3315        happy with it. - LIST NAME now works (both for files and directories) -
3316        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3317        clients happy  - keep track of CWD for every session separately -
3318        ability to specify root directory name for FTPD in configuration table.
3319        FTPD will then create illusion for FTP clients that this is actually
3320        root directory. - ignore options sent in commands, thus LIST -al FILE
3321        works and doesn't try to list "-al" directory. - buffers are allocated
3322        on stack instead of heap where possible to eliminate malloc/free calls
3323        (avoid possible heap fragmentation troubles). - drop using of task
3324        notepad to pass parameters - use function arguments instead - use
3325        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3326        in socket() instead of AF_INET.
3327
33282001-01-02      Joel Sherrill <joel@OARcorp.com>
3329
3330        * libnetworking/CHANGELOG: Removed.
3331        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3332
33332000-12-14      Eric Norum <eric.norum@usask.ca>
3334
3335        * libnetworking/lib/tftpDriver.c: Added write capability.
3336
33372000-12-08      Joel Sherrill <joel@OARcorp.com>
3338
3339        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3340        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3341        numerous variable declarations conditional on PPP_COMPRESS and
3342        PPP_FILTER.  Commented out variables that were not used because the code
3343        using them was commented out. Removed totally unused variables.
3344        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3345        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3346
33472000-11-30      Joel Sherrill <joel@OARcorp.com>
3348
3349        * libnetworking/modem/ppp_tty.c: Changed to include
3350        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3351        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3352        * libnetworking/Makefile.am: Modified to reflect above.
3353
33542000-11-27      Joel Sherrill <joel@OARcorp.com>
3355
3356        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3357
33582000-11-25      Eric Norum <eric.norum@usask.ca>
3359
3360        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3361        core.
3362
33632000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3364
3365        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3366        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3367        subdir.
3368        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3369        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3370        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3371        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3372        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3373        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3374        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3375        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3376        ppp_tty.c and the real pppd main is in pppmain.c.
3377
33782000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3379
3380        * libchip/network/sonic.c: Added ipalign() routine to align the received
3381        packet so that the ip header is on a 32-bit boundary. Necessary for
3382        cpu's that do not allow unaligned loads and stores and when the 32-bit
3383        DMA mode is used.
3384
33852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3386
3387        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3388        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3389        ACLOCAL_AMFLAGS.
3390        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3391        ACLOCAL_AMFLAGS.
3392        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3393        ACLOCAL_AMFLAGS.
3394
33952000-11-03      Chris Johns <ccj@acm.org>
3396
3397        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3398        libchip/network/cs8900.h: New files.
3399
34002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3401
3402        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3403        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3404        $(RTEMS_TOPdir)/aclocal.
3405        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3406        $(RTEMS_TOPdir)/aclocal.
3407        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3408        $(RTEMS_TOPdir)/aclocal.
3409
34102000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3411
3412        * configure.in: Switch to GNU-canonicalization.
3413        * Makefile.am: Reflect changes to configure.in.
3414        * acinclude.m4: Remove.
3415
34162000-10-30      Joel Sherrill <joel@OARcorp.com>
3417
3418        * POSIX include files merged into newlib.  This resulted in some
3419        definitions moving to other files and thus some secondary effects in
3420        RTEMS source code.
3421        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3422        in sync with newlib's <machine/types.h>.
3423        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3424        definition of struct itimerval in <sys/time.h>.
3425
34262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3427
3428        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3429        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3430        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3431        * ChangeLog: Fix typos.
3432        * configure.in: add tests to the GNU canonicalized subdirectories.
3433
34342000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3435
3436        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3437        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3438        the lib directory before configuring lib/.
3439
34402000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3441
3442        * configure.in, Makefile.am: add exec to the GNU canonicalized
3443        subdirectories.
3444        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3445        * configure.in: add libnetworking, librpc and librdb to the GNU
3446        canonicalized subdirectories.
3447        * configure.in: add libmisc and libchip to the GNU canonicalized
3448        subdirectories.
3449        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3450        Switch to GNU canonicalization.
3451        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3452        Switch to GNU canonicalization.
3453        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3454        Switch to GNU canonicalization.
3455
34562000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3457
3458        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3459        canonicalization to libfs/. The approach is currently a bit of a hack as
3460        GNU canonicalization does not support the per-BSP build some of the
3461        other directories require.  As more of the tree is converted, this will
3462        become less  of an issue.
3463
34642000-10-20      Joel Sherrill <joel@OARcorp.com>
3465
3466        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3467        parameter.
3468
34692000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3470
3471        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3472        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3473        * librdbg/configure.in: Add m68k support.
3474        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3475        subdirectory.
3476        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3477        failure.
3478        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3479        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3480        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3481        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3482        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3483        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3484        librdbg/src/m68k/.cvsignore: New files.
3485        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3486        function pointers.
3487        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3488        _after_ pointer has been checked against NULL.
3489
34902000-10-18      Joel Sherrill <joel@OARcorp.com>
3491
3492        * wrapup/Makefile.am: Added libfs.
3493
34942000-10-18      Chris Johns <ccj@acm.org>
3495
3496        * libfs created.
3497        * configure.in: Added libfs subdirectory.
3498        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3499
35002000-09-28      Joel Sherrill <joel@OARcorp.com>
3501
3502        * libnetworking/rtems_webserver/Makefile.am,
3503        libnetworking/rtems_webserver/base64.c,
3504        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3505        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3506
35072000-09-22      Joel Sherrill <joel@OARcorp.com>
3508
3509        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3510        libnetworking/rtems/rtems_bsdnet_internal.h,
3511        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3512        have included rtems.h.  It is now including precisely the  least amount
3513        of low level, yet portable .h files to get the basic RTEMS types
3514        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3515        used machine/types.h to include rtems.h.
3516
35172000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3518
3519        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3520
35212000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3522
3523        * libnetworking/ChangeLog: Cleanup.
3524
35252000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3526
3527        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3528        * libchip/ChangeLog: Fix formating.
3529
35302000-09-05      Joel Sherrill <joel@OARcorp.com>
3531
3532        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3533        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3534        confusion and to work with the converted flags.
3535
35362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3537
3538        * wrapup/Makefile.am: Include compile.am.
3539        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3540        libchip/serial/Makefile.am: Include compile.am.
3541        * librdbg/src/i386/any/Makefile.am,
3542        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3543        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3544        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3545        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3546        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3547        libnetworking/rtems_servers/Makefile.am,
3548        libnetworking/rtems_webserver/Makefile.am,
3549        libnetworking/wrapup/Makefile.am: Include compile.am.
3550
35512000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3552
3553        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3554        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3555
35562000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3557
3558        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3559
35602000-08-31      Joel Sherrill <joel@OARcorp.com>
3561
3562        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3563        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3564        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3565        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3566        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3567        * libnetworking/wbase64.c: Removed.
3568        * libnetworking/Makefile.am, libnetworking/asp.c,
3569        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3570        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3571        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3572        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3573        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3574        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3575        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3576        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3577        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3578        Modified.
3579
35802000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3581
3582        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3583
35842000-08-30      Joel Sherrill <joel@OARcorp.com>
3585
3586        * libnetworking/rtems_webserver/license.txt: New file.
3587
35882000-08-10      Joel Sherrill <joel@OARcorp.com>
3589
3590        * ChangeLog: New file.
3591        * libchip/ChangeLog: New file.
3592        * librdbg/ChangeLog: New file.
3593        * libnetworking/ChangeLog: New file.
3594
Note: See TracBrowser for help on using the repository browser.