source: rtems/c/src/ChangeLog @ de3864e

4.104.114.95
Last change on this file since de3864e was be78809, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/23/08 at 08:03:28

usee inttypes.h for output format specifiers

  • Property mode set to 100644
File size: 137.8 KB
Line 
12008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
4        for output format specifiers.
5
62008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
7
8        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
9        Fixed some data types
10
112008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
12
13        * libchip/i2c/spi-sd-card.c: Added missing header file.
14        * libchip/Makefile.am: Added SD Card driver.
15
162008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
17
18        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
19        make glyphs non-constant, added file headers
20
212008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
22
23        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
24        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
25        * libchip/display/font_hcms29xx.h
26        Creation of SPI display driver
27
282008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
29
30        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
31        via SPI.
32
332008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
36        AC_PREREQ(2.62).
37
382008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
41
422008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * libchip/Makefile.am: Move termios helper routines from libchip to
45        libcsupport. Add routine which makes it easy for a termios device
46        driver to inform termios of its default baud rate. This avoids
47        inconsistencies in later termios settings changes.
48        * libchip/serial/termios_baud2index.c,
49        libchip/serial/termios_baud2num.c: Removed.
50
512008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
54
552008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
58        not fail if there are none.
59
602008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
61
62        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
63        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
64        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
65        * libchip/Makefile.am:
66        derived a generic spi memory driver from spi-flash-m25p40,
67        added descriptor for fram fm25l256
68
692008-05-07      Till Straumann <strauman@slac.stanford.edu>
70
71        PR 649/bsps
72        * libchip/ide/ata.c: Give up if the interface does not become ready.
73
742008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        Moved to cpukit.
77        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
78        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
79        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
80        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
81        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
82        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
83        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
84        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
85        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
86        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
87        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
88        nfsclient/src/xdr_mbuf.c: Removed.
89
902008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
93
942008-01-05      Chris Johns <chrisj@rtems.org>
95
96        * libchip/flash/am29lv160.c: Update the blank check error message
97        to say there is an error.
98       
992007-12-22      Chris Johns <chrisj@rtems.org>
100
101        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
102        the hello message. Just one line but still a little too long.
103       
1042007-12-14      Chris Johns <chrisj@rtems.org>
105
106        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
107        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
108        * libchip/flash, libchip/flash/am29lv160.c,
109        libchip/flash/am29lv160.h: New.
110
1112007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * libchip/network/if_fxp.c: Spacing.
114
1152007-11-20      Till Straumann <strauman@slac.stanford.edu>
116
117        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
118        Avoid using 'stdio' before the system is up and fully
119        initialized.
120
1212007-11-20      Till Straumann <strauman@slac.stanford.edu>
122
123        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
124        * libchip/Makefile.am, libchip/preinstall.am:
125        added new driver for Maxim DS1375 i2c RTC.
126
1272007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
128
129        * libchip/i2c/spi-flash-m25p40.c:
130        added addressing call in write function
131
1322007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
133
134        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
135        * libchip/Makefile.am:
136        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
137
1382007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
141
1422007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * nfsclient/Makefile.am: Fix errors.
145
1462007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
149
1502007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * aclocal/version.m4: Bump RTEMS_API to 4.9.
153        Bump RTEMS_VERSION to 4.8.99.0.
154
1552007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
156
157        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
158
1592007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * configure.ac: Remove AC_PROG_AWK (Unused).
162
1632007-09-14      Daron Chabot <djc915@mail.usask.ca>
164
165        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
166        rtems_interrupt_vector, to permit passing arbitrary arguments to the
167        ISR. Clean up of variables to silence compiler warnings.
168
1692007-09-13      Daniel Hellstrom <daniel@gaisler.com>
170
171        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
172
1732007-09-12      Daniel Hellstrom <daniel@gaisler.com>
174
175        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
176          - Odd bit bug in some chips taken care of.
177          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
178            alignment but failing to do so must have made the driver writer to make
179            some incorrect assumptions about MBUFs.
180          - Fixed MBUF handling to handle mbuf chains better. The Data length of
181            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
182          - Made while loop responsible for copying data to fifo port copy 16 shorts
183            per loop instead of 1 short, increasing the copying process.
184
1852007-09-07      Daniel Hellstrom <daniel@gaisler.com>
186
187        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
188        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
189
1902007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * configure.ac, wrapup/Makefile.am: Remove RDBG.
193        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
194        librdbg/Makefile.am, librdbg/preinstall.am,
195        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
196        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
197        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
198        librdbg/include/rdbg/powerpc/rdbg_f.h,
199        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
200        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
201        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
202        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
203        librdbg/src/servtsp.c, librdbg/src/servutil.c,
204        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
205        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
206        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
207        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
208        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
209        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
210        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
211        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
212        librdbg/src/powerpc/rdbg_f.c,
213        librdbg/src/powerpc/new_exception_processing/remdeb.h,
214        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
215        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
216        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
217
2182007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
221
2222007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
223
224        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
225          sizes.
226
2272007-07-27      Chris Johns <chrisj@rtems.org>
228
229        * wrapup/Makefile.am: Create archive from a file for hosts
230        with a limited command line size.
231
2322007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
233
234        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
235          sizes.
236
2372007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
238       
239        * configure.ac: Add nfsclient.
240        * nfsclient/Makefile.am: New.
241        * nfsclient/proto/Makefile, nfsclient/Makefile,
242          nfsclient/src/Makefile: Remove.
243        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
244        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
245
2462007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
247
248        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
249        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
250        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
251        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
252        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
253        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
254        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
255        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
256        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
257        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
258        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
259        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
260
2612007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
262
263        * libchip/serial/ns16550.c: removed timed out wait for transmitter
264        to become ready: This will not work for fast CPUs.
265
2662007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
267
268        * libchip/ide/ata.c: fixed warning
269
2702007-06-20      Ray Xu <rayx@gmail.com>
271
272        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
273        console, and libio. This shrinks the memory requirements but Joel has
274        not figured out how best to present this to application space.
275        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
276        New files.
277
2782007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
279
280        * optman/sapi/no-io.c: Split IO Manager into one function per file so
281        now we only need required initialization methods.
282
2832007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
284
285        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
286        parameter since it was used to configure a no longer used feature.
287        Device names are now part of the filesystem not in a table.
288
2892007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
290
291        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
292        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
293        optman/rtems/no-part.c, optman/rtems/no-region.c,
294        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
295        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
296        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
297        other optional managers so using them reduces application size
298        instead of increasing it.
299        * optman/rtems/no-barrier.c: New file.
300
3012007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
302
303        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
304        adjustments to pci-API changes.
305        * libchip/network/dec21140.c, libchip/network/elnk.c,
306        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
307        changes.
308
3092007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
310
311        * libchip/network/dec21140.c, libchip/network/if_dc.c,
312        libchip/network/if_fxp.c: Reflect changes to pci-API.
313
3142007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
315
316        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
317        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
318
3192007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
320
321        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
322          being used to compile "tools").
323
3242007-03-13      Joel Sherrill <joel@OARcorp.com>
325
326        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
327
3282007-03-12      Joel Sherrill <joel@OARcorp.com>
329
330        * libchip/network/cs8900.c, libchip/network/cs8900.h,
331        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
332        and/or fix mistake in copyright notice. Both of these mistakes appear
333        to be from code submitted after these changes were made previously.
334
3352007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
336
337        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
338
3392007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
340
341        * libchip/Makefile.am: Correct path to README.tulipclone.
342
3432007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
344
345        * libchip/ide/ata.c: Remove superfluous type casts.
346
3472007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
348
349        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
350        Use size_t for sizes.
351
3522007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
353
354        * libchip/ide/ata.c: in ata_request_done: moved call to free()
355        from preemption disabled region
356
3572007-01-16      Till Straumann <strauman@slac.stanford.edu>
358
359        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
360        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
361        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
362
3632006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
364
365        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
366          ioctl_command_t as ioctl argument.
367
3682006-12-13      Joel Sherrill <joel@OARcorp.com>
369
370        * librtems++/include/rtems++/rtemsEvent.h,
371        librtems++/include/rtems++/rtemsMessageQueue.h,
372        librtems++/include/rtems++/rtemsSemaphore.h,
373        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
374        librtems++/src/rtemsMessageQueue.cc,
375        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
376        rtems_unsigned32 to uint32_t.
377
3782006-12-13      Joel Sherrill <joel@OARcorp.com>
379
380        PR 1181/bsps
381        * optman/rtems/no-msg.c: Clean up dead code.
382
3832006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
384
385        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
386
3872006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
388
389        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
390        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
391        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
392
3932006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
394
395        * configure.ac: New BUG-REPORT address.
396
3972006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
398
399        * Makefile.am: Remove ampolish3.
400
4012006-11-17      Joel Sherrill <joel@OARcorp.com>
402
403        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
404        blank lines.
405
4062006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
407
408        * configure.ac: Remove RTEMS_AMPOLISH3.
409        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
410          Remove checks for AMPOLISH3.
411        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
412        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
413        * ampolish3: Remove.
414
4152006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
416
417        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
418        * aclocal/prog-cc.m4: Remove CFLAGS.
419        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
420        Compose CFLAGS. Append CFLAGS to ac_configure_args.
421
4222006-10-23      Joel Sherrill <joel@OARcorp.com>
423
424        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
425
4262006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
427
428        * automake/compile.am: Use hard-coded RTEMS_* flags.
429
4302006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
431
432        * aclocal/rtems-top.m4: Remove RTEMS_API.
433        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
434
4352006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
436
437        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
438
4392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
440
441        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
442
4432006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
444
445        * aclocal/version.m4: Bump version to 4.7.99.0.
446
4472006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
448
449        * configure.ac: Require autoconf-2.60. Require automake-1.10.
450
4512006-09-11      Joel Sherrill <joel@OARcorp.com>
452
453        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
454
4552006-09-04      Joel Sherrill <joel@OARcorp.com>
456
457        * libchip/network/greth.c, libchip/network/open_eth.c,
458        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
459        introduced by warning removal.
460
4612006-09-01      Joel Sherrill <joel@OARcorp.com>
462
463        * libchip/network/greth.c, libchip/network/open_eth.c,
464        libchip/network/smc91111.c: Remove warnings and correct prototype
465        added earlier today.
466
4672006-09-01      Joel Sherrill <joel@OARcorp.com>
468
469        * libchip/network/cs8900.c, libchip/network/greth.c,
470        libchip/network/i82586.c, libchip/network/open_eth.c,
471        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
472        sized integers, and inttypes.h printf helpers.
473
4742006-08-09      Kolja Waschk <waschk@telos.de>
475
476        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
477
4782006-07-12      Joel Sherrill <joel@OARcorp.com>
479
480        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
481
4822006-07-11      Jerry Needell <jerry.needell@unh.edu>
483
484        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
485        4.6 branch.  Original modifications by Gaisler Enterprises.
486        * libchip/network/greth.c, libchip/network/greth.h: New files.
487
4882006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
489
490        * ide/ata.[ch]:
491        (PR1118) fetch priority for ATA task from a variable,
492        not a fixed configuration value.
493       
4942006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
495
496        * Makefile.am: Add ampolish3.
497
4982006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
499
500        * ampolish3: New.
501        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
502
5032006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
504
505        * aclocal/rtems-ampolish.m4: New.
506        * configure.ac: Use RTEMS_AMPOLISH3.
507
5082006-04-18  Joel Sherrill <joel@OARcorp.com>
509
510        * aclocal/version.m4: Updated to rtems-4.6.99.3.
511
5122006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
513
514        PR 853/filesystem
515        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
516        should be modified to support the new exception scheme and to use the
517        handle parameter.
518
5192006-02-a32     Eric Norum <norume@aps.anl.gov>
520
521        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
522        "newer" PCI access calls.  Minor cleanups.  Comments.
523
5242006-01-12      Eric Norum <norume@aps.anl.gov>
525
526        PR 861/networking
527        PR 863/networking
528        * libchip/network/smc91111.c: Fix illegal lvalue increments.
529
5302006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
531
532        * wrapup/Makefile.am: Add preinstall.am.
533        * libchip/Makefile.am: Build libchip/network/smc91111.
534        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
535        Eliminate cyg_int* crap.
536
5372006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
538
539        * librdbg/Makefile.am: Add preinstall.am.
540        * aclocal/bsp-configure.m4: Add ampolish3.
541        New header guards.
542
5432006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
544
545        * libchip/network/open_eth.c, libchip/network/open_eth.h:
546        Merger from rtems-4-6-branch.
547
5482006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
549
550        * libchip/network/smc91111.c
551        libchip/network/smc91111config.h
552        libchip/network/smc91111exp.h
553        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
554        * libchip/Makefile.am: Reflect adding smc91111*.
555
5562006-01-08      Joel Sherrill <joel@OARcorp.com>
557
558        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
559        char *.
560
5612006-01-08      Joel Sherrill <joel@OARcorp.com>
562
563        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
564        warnings.
565
5662005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
567
568        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
569        Add RTEMS_RELLDFLAGS.
570        * automake/compile.am: Remove RTEMS_USE_GCC.
571        Remove RTEMS_RELLDFLAGS.
572        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
573
5742005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
575
576        * libchip/network/if_media.h, libchip/network/mii.h:
577        Remove (Moved to cpukit).
578        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
579        and libchip/network/if_media.h.
580        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
581        if_media.h having moved.
582
5832005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
584
585        * automake/compile.am, automake/host.am, automake/local.am,
586        automake/subdirs.am: Remove depend.
587        * configure.ac: Explicitly pass --libdir and --includedir to
588        testsuites.
589
5902005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
591
592        * configure.ac: Reflect changes to testsuites.
593
5942005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
595
596        * automake/compile.am: Remove GCCSPECS.
597        * aclocal/prog-cc.m4: Add GCCSPECS.
598        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
599
6002005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
601
602        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
603        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
604
6052005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
606
607        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
608        libcpu/byteorder.h for i386.
609
6102005-11-02      Till Straumann <strauman@slac.stanford.edu>
611
612        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
613        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
614        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
615        added a simple API/library for i2c devices and drivers for i2c
616        2-byte eeproms and a ds1621 temperature sensor; API is documented
617        in libi2c.h.
618
6192005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
620
621        * libnetworking/pppd/ipxcp.c,
622        libnetworking/pppd/chat.c,
623        libnetworking/pppd/patchlevel.h,
624        libnetworking/pppd/upap.h,
625        libnetworking/pppd/md5.h,
626        libnetworking/pppd/pppd.8,
627        libnetworking/pppd/README,
628        libnetworking/pppd/preinstall.am,
629        libnetworking/pppd/md4.h,
630        libnetworking/pppd/magic.c,
631        libnetworking/pppd/pppd.h,
632        libnetworking/pppd/demand.c,
633        libnetworking/pppd/rtemsmain.c,
634        libnetworking/pppd/sys-rtems.c,
635        libnetworking/pppd/ipcp.h,
636        libnetworking/pppd/lcp.h,
637        libnetworking/pppd/chap_ms.c,
638        libnetworking/pppd/md4.c,
639        libnetworking/pppd/rtemspppd.h,
640        libnetworking/pppd/cbcp.h,
641        libnetworking/pppd/auth.c,
642        libnetworking/pppd/lcp.c,
643        libnetworking/pppd/example/README,
644        libnetworking/pppd/example/ppp.conf,
645        libnetworking/pppd/example/system.h,
646        libnetworking/pppd/example/netconfig.h,
647        libnetworking/pppd/example/pppdapp.c,
648        libnetworking/pppd/example/init.c,
649        libnetworking/pppd/example/Makefile-user,
650        libnetworking/pppd/example/pppd.options,
651        libnetworking/pppd/rtemspppd.c,
652        libnetworking/pppd/ipxcp.h,
653        libnetworking/pppd/chap_ms.h,
654        libnetworking/pppd/options.c,
655        libnetworking/pppd/magic.h,
656        libnetworking/pppd/chap.h,
657        libnetworking/pppd/cbcp.c,
658        libnetworking/pppd/upap.c,
659        libnetworking/pppd/chap.c,
660        libnetworking/pppd/Makefile.am,
661        libnetworking/pppd/ccp.h,
662        libnetworking/pppd/utils.c,
663        libnetworking/pppd/rtemsdialer.h,
664        libnetworking/pppd/fsm.h,
665        libnetworking/pppd/pathnames.h,
666        libnetworking/pppd/md5.c,
667        libnetworking/pppd/fsm.c,
668        libnetworking/pppd/ipcp.c,
669        libnetworking/pppd/STATUS,
670        libnetworking/pppd/ccp.c,
671        libnetworking/Makefile.am: Remove (Moved to cpukit).
672
6732005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
674
675        * configure.ac: Remove libnetworking, libnetworking/pppd.
676        * wrapup/Makefile.am: Remove libpppd.a.
677
6782005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
679
680        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
681        rtemsdialer.h to $(includedir)/rtems.
682
6832005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
684
685        * libnetworking/rtems_telnetd/icmds.c,
686        libnetworking/rtems_telnetd/Makefile.am,
687        libnetworking/rtems_telnetd/preinstall.am,
688        libnetworking/rtems_telnetd/pty.c,
689        libnetworking/rtems_telnetd/pty.h,
690        libnetworking/rtems_telnetd/README,
691        libnetworking/rtems_telnetd/telnetd.c,
692        libnetworking/rtems_telnetd/telnetd.h:
693        Remove (Moved to cpukit).
694
6952005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
696
697        * configure.ac: Remove libnetworking/rtems_telnetd.
698        * libnetworking/Makefile.am: Remove rtems_telnetd.
699        * libnetworking/README: Remove (Obsolete).
700        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
701
7022005-10-20  Eric Norum <norume@aps.anl.gov>
703
704        * libchip/network/dec21140.c: Clean up PCI mapping.
705
7062005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
707
708        * libnetworking/pppd/Makefile.am: Use preinstall.am.
709        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
710        librdbg/src/servrpc.c, librdbg/src/servtgt.c
711        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
712        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
713        * configure.ac: Move optman to the end of BSP_SUBDIRS.
714
7152005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
716
717        * aclocal/bspopts.m4: Add missing m4 quotes.
718
7192005-09-02  Joel Sherrill <joel@OARcorp.com>
720
721    * aclocal/version.m4: Updated to rtems-4.6.99.2.
722
7232005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
724
725        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
726        libchip/network/dec21140.c: Remove initialization of PCI bus.
727
7282005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
729
730        * optman/Makefile.am: Add preinstall.am.
731
7322005-07-18      Karel Gardas <kgardas@objectsecurity.com>
733
734        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
735        UNTESTED to tested.
736
7372005-06-17      Joel Sherrill <joel@OARcorp.com>
738
739        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
740        it is not supported by the MPC5xx.
741
7422005-06-17      Joel Sherrill <joel@OARcorp.com>
743
744        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
745        interface. Also correct attempting to build on other than PowerPC and
746        x86.
747
7482005-06-16      Daron Chabot <daron@nucleus.usask.ca>
749
750        * libchip/Makefile.am: Add driver for Tulip clones.
751        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
752        libchip/network/if_dcreg.h: New files.
753
7542005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
755
756        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
757        to enable rdbg.
758        * configure.ac: Reflect changes above.
759
7602005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
761
762        * configure.ac: Add ada/.
763
7642005-05-20      Sergei Organov  <osv@topconrd.ru>
765
766        PR 750/networking
767        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
768        wait_input().
769
7702005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
771
772        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
773        rtems/irq.h.
774
7752005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
776
777        * libchip/Makefile.am: Include preinstall.am.
778        * libchip/preinstall.am: New.
779
7802005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
781
782        * configure.ac: Add AMPOLISH3.
783        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
784        * libnetworking/rtems_telnetd/preinstall.am: New.
785        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
786
7872005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
788
789        * configure.ac: Let enable_rpcgen default to "no".
790
7912005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
792
793        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
794
7952005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
796
797        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
798        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
799
8002005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
801
802        * libchip/network/dec21140.c, libchip/network/elnk.c,
803        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
804
8052005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
806
807        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
808        of code as a result of the implementation of a common PCI interface.
809
8102005-05-04      Joel Sherrill <joel@OARcorp.com>
811
812        * libchip/network/open_eth.c: Remove prototype of set_vector.
813
8142005-05-03      Joel Sherrill <joel@OARcorp.com>
815
816        * librdbg/src/ptrace.c: Remove warning.
817
8182005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
819
820        * libchip/network/dec21140.c, libchip/network/elnk.c,
821        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
822        Modified parameter list to remove warnings.
823
8242005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
825
826        * libchip/network/cs8900.c, libchip/network/i82586.c,
827        libchip/network/open_eth.c, libchip/network/sonic.c,
828        libchip/serial/mc68681.c: Modified types to remove
829        warnings.  Added initialization to remove warnings.
830
8312005-04-28      Joel Sherrill <joel@OARcorp.com>
832
833        * libchip/network/README.sonic: Rewritten to account for removal of
834        dmv177.
835
8362005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
837
838        PR 781/rtems_misc
839        * libchip/serial/ns16550_p.h: Fix baud rate calculation
840
8412005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
842
843        * libchip/serial/ns16550.c:
844        Fixed warnings generated in various powerpc configurations
845
8462005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
847
848        * libchip/serial/ns16550.c: Modified
849        ISR to work with PPC new exception processing
850
8512005-03-14      Joel Sherrill <joel@OARcorp.com>
852
853        * libchip/network/dec21140.c, libchip/network/elnk.c,
854        libchip/network/if_fxp.c: Continue PCI API unification. All use
855        pci_find_device(). Network drivers manufacture a signature since all
856        calls have not been converted yet.
857
8582005-03-04      Joel Sherrill <joel@OARcorp.com>
859
860        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
861        initialize function part of the unified PCI API as pci_initialize().
862
8632005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
864
865        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
866        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
867
8682005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
869
870        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
871        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
872
8732005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
874
875        * aclocal/ppc.m4: Reflect changes to ppc exception processing
876        building procedures.
877
8782005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
879
880        * aclocal/prog-cc.m4:
881        Quote CFLAGS's RHS to accomodate Solaris broken sh.
882
8832005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
884
885        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
886
8872005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
888
889        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
890
8912005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
892
893        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
894
8952005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
896
897        * libnetworking/rtems_servers/ftp.c,
898        libnetworking/rtems_servers/ftp.h,
899        libnetworking/rtems_servers/Makefile.am:
900        Remove (relocated to cpukit/ftpd).
901        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
902        removed move libnetworking/rtems_servers.
903
9042005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
905
906        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
907
9082005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
909
910        PR 755/rtems
911        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
912        Remove local declarations of rtems_bsdnet_nameservers,
913        rtems_bsdnet_nameservers_count.
914
9152005-01-31      Sergei Organov <osv@topconrd.ru>
916
917        PR 751/pppd
918        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
919        committed to fix PR736 breaks pppd. chat.c should have its own static
920        ttyfd for pppd to work correctly. The symptom is that second
921        invokation of chat (for connect script) fails due to pppd_ttyfd set
922        to -1 by previous chat invokation (for init script). In addition,
923        this patch fixes leaving of dangling pointer in the abort_stbring[]
924        by chat_send().
925
9262005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
927
928        * configure.ac: Remove CFLAGS_DEBUG_V.
929        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
930
9312005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
932
933        * wrapup/Makefile.am: Remove rtems-ctor.o.
934
9352005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
936
937        * libchip/rtc/rtc.h: size_t RTC_Count.
938
9392005-01-20      Joel Sherrill <joel@OARcorp.com>
940
941        PR 736/pppd
942        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
943        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
944        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
945        should not be static and should have a name more specific to pppd.
946
9472005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
948
949        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
950        libnetworking/rtems_servers/Makefile.am,
951        libnetworking/rtems_telnetd/Makefile.am,
952        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
953        Eliminate CFLAGS_OPTIMIZE_V.
954
9552005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
956
957        * configure.ac: Pass CFLAGS to testsuites configure.
958        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
959        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
960
9612005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
962
963        * configure.ac: Pass CFLAGS to cpukit configure.
964        * aclocal/rtems-flags.m4: Remove (Unused).
965        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
966        * aclocal/env-rtemsbsp.m4:
967        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
968        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
969        RTEMS_CFLAGS.
970        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
971        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
972        Cleanup comments.
973
9742005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
975
976        * automake/compile.am: Remove build-variant support.
977
9782005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
979
980        * libnetworking/pppd/Makefile.am,
981        libnetworking/rtems_servers/Makefile.am,
982        libnetworking/rtems_telnetd/Makefile.am:
983        Remove build-variant support.
984
9852005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
986
987        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
988        support/Makefile.am, wrapup/Makefile.am:
989        Remove build-variant support.
990
9912004-11-22      Joel Sherrill <joel@OARcorp.com>
992
993        * libchip/network/if_fxp.c: Add entry for another module ID code.
994
9952004-11-22      Joel Sherrill <joel@OARcorp.com>
996
997        PR 693/misc
998        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
999        in/outport routines.
1000
10012004-11-22      Joel Sherrill <joel@OARcorp.com>
1002
1003        PR 693/misc
1004        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1005        in/outport routines.
1006
10072004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1008
1009        * aclocal/enable-itron.m4: Remove (unused).
1010
10112004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1012
1013        * configure.ac: Misc. quoting cleanups.
1014        Enable ada-tests iff --enable-ada and --enable-tests.
1015
10162004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1017
1018        PR 703/filesystem
1019        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1020        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1021        libchip/ide/ide_controller.c:
1022        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1023        available for BSPS/device drivers.
1024        Extend the "modes_available" and "mode_active" parameters to
1025        uint16_t for UDMA support.
1026
10272004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1028
1029        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1030        not supported on PowerPC since it works on the MVME2100 BSP.
1031
10322004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1033
1034        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1035        Add dependency tracking for *.cfgs.
1036        * Makefile.am: Add dependency tracking for *.cfg.
1037
10382004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1039
1040        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1041        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1042
10432004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1044
1045        PR 707/make_build
1046        * configure.ac: Add --enable-rpcgen.
1047
10482004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1049
1050        PR 700/rtems_misc
1051        * libnetworking/rtems_webserver/asp.c,
1052        libnetworking/rtems_webserver/balloc.c,
1053        libnetworking/rtems_webserver/cgi.c,
1054        libnetworking/rtems_webserver/default.c,
1055        libnetworking/rtems_webserver/ej.h,
1056        libnetworking/rtems_webserver/ejIntrn.h,
1057        libnetworking/rtems_webserver/ejlex.c,
1058        libnetworking/rtems_webserver/ejparse.c,
1059        libnetworking/rtems_webserver/emfdb.c,
1060        libnetworking/rtems_webserver/emfdb.h,
1061        libnetworking/rtems_webserver/form.c,
1062        libnetworking/rtems_webserver/handler.c,
1063        libnetworking/rtems_webserver/h.c,
1064        libnetworking/rtems_webserver/license.txt,
1065        libnetworking/rtems_webserver/Makefile.am,
1066        libnetworking/rtems_webserver/md5c.c,
1067        libnetworking/rtems_webserver/md5.h,
1068        libnetworking/rtems_webserver/mime.c,
1069        libnetworking/rtems_webserver/misc.c,
1070        libnetworking/rtems_webserver/NOTES,
1071        libnetworking/rtems_webserver/ringq.c,
1072        libnetworking/rtems_webserver/rom.c,
1073        libnetworking/rtems_webserver/rtems_webserver.h,
1074        libnetworking/rtems_webserver/security.c,
1075        libnetworking/rtems_webserver/sock.c,
1076        libnetworking/rtems_webserver/socket.c,
1077        libnetworking/rtems_webserver/sockGen.c,
1078        libnetworking/rtems_webserver/sym.c,
1079        libnetworking/rtems_webserver/uemf.c,
1080        libnetworking/rtems_webserver/uemf.h,
1081        libnetworking/rtems_webserver/um.c,
1082        libnetworking/rtems_webserver/um.h,
1083        libnetworking/rtems_webserver/umui.c,
1084        libnetworking/rtems_webserver/url.c,
1085        libnetworking/rtems_webserver/value.c,
1086        libnetworking/rtems_webserver/wbase64.c,
1087        libnetworking/rtems_webserver/webcomp.c,
1088        libnetworking/rtems_webserver/webmain.c,
1089        libnetworking/rtems_webserver/webpage.c,
1090        libnetworking/rtems_webserver/webrom.c,
1091        libnetworking/rtems_webserver/webs.c,
1092        libnetworking/rtems_webserver/websda.c,
1093        libnetworking/rtems_webserver/websda.h,
1094        libnetworking/rtems_webserver/webs.h,
1095        libnetworking/rtems_webserver/websSSL.c,
1096        libnetworking/rtems_webserver/websSSL.h,
1097        libnetworking/rtems_webserver/websuemf.c,
1098        libnetworking/rtems_webserver/wsIntrn.h:
1099        Remove (Moved to cpukit/http).
1100
11012004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1102
1103        PR 700/rtems_misc
1104        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1105        Remove libnetworking/rtems_webserver.
1106
11072004-10-25      Eric Norum <norume@aps.anl.gov>
1108
1109        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1110
11112004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1112
1113        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1114
11152004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1116
1117        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1118        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1119
11202004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1121
1122        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1123
11242004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1125
1126        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1127        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1128
11292004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1130
1131        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1132        BITSPERBYTE.
1133
11342004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1135
1136        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1137        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1138
11392004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1140
1141        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1142
11432004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1144
1145        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1146        * aclocal/enable-bare.m4: Remove.
1147        * configure.ac: Remove BARE_CPU_MODEL.
1148
11492004-10-13      Eric Norum <norume@aps.anl.gov>
1150
1151        PR 688/bsps
1152        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1153        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1154        MC146818A (and several Dallas Semiconductor) TOD chips.
1155
11562004-10-13      Eric Norum <norume@aps.anl.gov>
1157
1158        PR 686/networking
1159        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1160        device code.
1161
11622004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1163
1164        * libchip/network/dec21140.c: include <rtems/pci.h>.
1165
11662004-09-29      Joel Sherrill <joel@OARcorp.com>
1167
1168        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1169        libnetworking/pppd/utils.c: i960 obsoleted and all references
1170        removed.
1171
11722004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1173
1174        PR 607/networking
1175        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1176        instead of fully specifying unused PCI features.
1177
11782004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1179
1180        * configure.ac: Require automake > 1.9.
1181
11822004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1183
1184        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1185
11862004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1187
1188        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1189        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1190
11912004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1192
1193        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1194        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1195
11962004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1197
1198        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1199
12002004-07-28  Joel Sherrill <joel@OARcorp.com>
1201
1202    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1203
12042004-07-25      Joel Sherrill <joel@OARcorp.com>
1205
1206        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1207
12082004-05-21  Till Strauman <strauman@slac.stanford.edu>
1209
1210        PR 625/networking
1211        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1212        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1213        an error rather than panic if no chip is detected (thus allowing
1214        for probing).
1215        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1216        instead of looping forever.  Avoid divide by zero (crashed my PC).
1217        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1218        they are UNTESTED.
1219
12202004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1221
1222        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1223
12242004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1225
1226        * libchip/network/dec21140.c, libchip/network/elnk.c:
1227        #include <errno.h>.
1228
12292004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1230
1231        * libchip/network/if_media.h: Update from FreeBSD.
1232        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1233        libchip/network/i82586.c: #include <errno.h>.
1234
12352004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1236
1237        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1238
12392004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1240
1241        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1242
12432004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1244
1245        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1246        automake).
1247
12482004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1249
1250        PR 599/pppd
1251        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1252
12532004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1254
1255        * optman/rtems/no-region.c: Reflect having changed
1256        rtems_region_get_segment_size.
1257
12582004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1259
1260        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1261        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1262        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1263        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1264        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1265        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1266        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1267
12682004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1269
1270        * libchip/ide/ata.c, libchip/network/dec21140.c,
1271        libchip/network/elnk.c, libchip/network/i82586.c,
1272        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1273        libchip/network/open_eth.c, libchip/network/sonic.c,
1274        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1275        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1276        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1277        libchip/shmdr/shm_driver.h: Cosmetics.
1278
12792004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1280
1281        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1282        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1283        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1284        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1285        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1286        fixed size types.
1287
12882004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1289
1290        * configure.ac: Explicitly pass --includedir and --libdir to
1291        cpukit/configure.
1292
12932004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1294
1295        * librdbg/Makefile.am: Fix rpcgen rules.
1296        * librdbg/src/i386/any/remdeb_xdr.c,
1297        librdbg/src/m68k/any/remdeb_xdr.c,
1298        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1299        Reflect changes to librdbg/Makefile.am.
1300
13012004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1302
1303        * configure.ac: Reflect changes testsuites/configure.ac and
1304        cpukit/configure.ac.
1305
13062004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1307
1308        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1309        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1310
13112004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1312
1313        * configure.ac: Reflect changes to testsuites's configuration.
1314
13152004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1316
1317        PR/589 rtems
1318        * libchip/network/pci.h: Remove (Moved to cpukit).
1319
13202004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1321
1322        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1323        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1324        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1325        libchip/network/dec21140.c, libchip/network/elnk.c,
1326        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1327        libchip/network/open_eth.h, libchip/network/sonic.c,
1328        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1329        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1330        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1331        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1332        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1333        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1334        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1335        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1336        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1337        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1338        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1339        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1340        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1341        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1342        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1343        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1344        fixed-size types.
1345
13462004-03-14      Chris Johns  <chrisj@rtems.org>
1347
1348        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1349        the BSP example code.
1350        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1351        support the DIMMPC. This is a pc386 target with IO port support. Minor
1352        formating clean up. Add documentation to the header file.
1353        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1354        cs8900.h header file.
1355
13562004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1357
1358        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1359        Cosmetics.
1360
13612004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1362
1363        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1364        There are no application level Makefiles in here.
1365
13662004-03-04      Joel Sherrill <joel@OARcorp.com>
1367
1368        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1369        they can be used in application level makefiles.
1370
13712004-03-05      Joel Sherrill <joel@OARcorp.com>
1372
1373        * libnetworking/rtems_webserver/ejparse.c,
1374        libnetworking/rtems_webserver/emfdb.c,
1375        libnetworking/rtems_webserver/sock.c,
1376        libnetworking/rtems_webserver/socket.c,
1377        libnetworking/rtems_webserver/sym.c,
1378        libnetworking/rtems_webserver/webs.c,
1379        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
13802004-03-05      Joel Sherrill <joel@OARcorp.com>
1381
1382        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1383        compiling this file only only those CPU families with supported
1384        exception models.
1385
13862004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1387
1388        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1389        testsuites (Was exposed with --enable-multilib, only).
1390        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1391         Add RTEMS_BSP_CONFIG_SUBDIR.
1392        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1393        testsuites's configure.
1394        * aclocal/rtems-top.m4: Remove ENDIF hack.
1395        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1396
13972004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1398
1399        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1400        wrapup/Makefile.am: Fix automake problems having been introduced
1401        in previous patch.
1402
14032004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1404
1405        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1406        Preinstall dirs.
1407        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1408        * aclocal/check-multiprocessing.m4: Cosmetics.
1409        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1410        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1411
14122004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1413
1414        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1415        librdbg/src/Makefile.am.
1416        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1417        * configure.ac: Reflect changes above.
1418        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1419        * wrapup/Makefile.am: Reflect changes above.
1420        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1421
14222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1423
1424        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1425
14262004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1427
1428        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1429
14302004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1431
1432        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1433
14342004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1435
1436        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1437        librdbg/src/powerpc/Makefile.am: Remove.
1438        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1439        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1440        * configure.ac: Reflect changes above.
1441
14422004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1443
1444
14452004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1446
1447        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1448        STRIP.
1449
14502004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1451
1452        * librdbg/include/Makefile.am: Merge-in
1453        librdbg/include/rdbg/i386/Makefile.am,
1454        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1455        librdbg/include/rdbg/powerpc/Makefile.am.
1456        * librdbg/include/rdbg/i386/Makefile.am,
1457        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1458        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1459        * configure.ac: Reflect changes above.
1460
14612004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1462
1463        * configure.ac: Use AS_HELP_STRING(ada).
1464
14652004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1466
1467        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1468        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1469        Use AC_CONFIG_HEADERS.
1470        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1471        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1472
14732004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1474
1475        * Makefile.am: include local.am.
1476
14772004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1478
1479        * aclocal/version.m4: 4.6.99.0.
1480
14812004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1482
1483        * Makefile.am: Don't include host.am.
1484        * automake/compile.am: Further cleanups.
1485
14862004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1487
1488        * automake/lib.am: Remove (Unused).
1489
14902004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1491
1492        * wrapup/Makefile.am: Don't include lib.am.
1493        * automake/compile.am: Use automake compilation rules.
1494
14952004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1496
1497        * libnetworking/pppd/Makefile.am,
1498        libnetworking/rtems_servers/Makefile.am,
1499        libnetworking/rtems_telnetd/Makefile.am,
1500        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1501        support/Makefile.am: Don't include lib.am.
1502
15032004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1504
1505        * libchip/Makefile.am: Don't include lib.am.
1506        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1507        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1508        unnecessary EXTRA_DISTs.
1509
15102004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1511
1512        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1513        hack.
1514
15152004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1516
1517        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1518        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1519        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1520        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1521
15222004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1523
1524        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1525        Add AM_CONDITIONAL(HAS_MP).
1526        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1527        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1528        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1529        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1530        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1531        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1532        (Deprecated by autoconf 2.59).
1533
15342004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1535
1536        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1537        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1538
15392004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1540
1541        * ChangeLog: Merge-in libnetworking/ChangeLog.
1542        * libnetworking/ChangeLog: Remove.
1543        * ChangeLog: Merge-in librdbg/ChangeLog.
1544        * librdbg/ChangeLog: Remove.
1545        * ChangeLog: Merge-in libchip/ChangeLog.
1546        * libchip/ChangeLog: Remove.
1547        * ChangeLog: Merge-in optman/ChangeLog.
1548        * optman/ChangeLog: Remove.
1549
15502004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1551
1552        * configure.ac: Reflect changes to cpukit.
1553        * wrapup/Makefile.am: Reflect changes to librdbg.
1554        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1555        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1556        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1557        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1558        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1559        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1560        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1561        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1562        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1563
15642004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1565
1566        * aclocal/rtems-top.m4: Remove check for version.m4.
1567        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1568
15692004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1570
1571        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1572        * wrapup/Makefile.am: Reflect changes to libchip/*.
1573        * support/Makefile.am: Use automake compilation rules.
1574        * wrapup/Makefile.am: Reflect changes to support/*.
1575        * configure.ac: Remove libnetworking/wrapup/Makefile.
1576        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1577        libnetworking/*/lib*.a instead of libnetapps.a.
1578        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1579        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1580        * optman/Makefile.am: Use automake compilation rules.
1581        * libchip/Makefile.am: Fix typo in previous patch.
1582        * libchip/Makefile.am: Use automake compilation rules.
1583        * libnetworking/Makefile.am: Remove wrapup.
1584        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1585        automake-compilation rules.
1586        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1587        automake-compilation rules.
1588        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1589        automake-compilation rules.
1590        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1591        automake-compilation rules.
1592        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1593
15942004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1595
1596        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1597        PRE/TMPINSTALL_FILES to CLEANFILES.
1598        * automake/lib.am: Remove TMPINSTALL_FILES.
1599        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1600        PRE/TMPINSTALL_FILES to CLEANFILES.
1601        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1602        PRE/TMPINSTALL_FILES to CLEANFILES.
1603        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1604        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1605        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1606        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1607        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1608        * librdbg/src/i386/Makefile.am: Ditto.
1609        * librdbg/src/m68k/Makefile.am: Ditto.
1610        * librdbg/src/powerpc/Makefile.am: Ditto.
1611        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1612        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1613        * libnetworking/rtems_servers/Makefile.am: Ditto.
1614        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1615        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1616
16172004-01-07      Joel Sherrill <joel@OARcorp.com>
1618
1619        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1620        more completely covers the MIPS family.
1621
16222003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1623
1624        * wrapup/Makefile.am: Reflect changes to shmdr.
1625        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1626
16272003-12-18      Joel Sherrill <joel@OARcorp.com>
1628
1629        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1630        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1631        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1632        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1633        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1634        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1635        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1636
16372003-12-17      Joel Sherrill <joel@OARcorp.com>
1638
1639        * aclocal/version.m4: Updated to rtems-20031217-test.
1640
16412003-12-17     
1642
1643        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1644        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1645
16462003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1647
1648        * automake/compile.am: Remove LINK_LIBS (Unused).
1649        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1650
16512003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1652
1653        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1654        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1655        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1656        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1657        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1658
16592003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1660
1661        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1662        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1663        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1664        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1665        * librdbg/src/i386/Makefile.am:
1666        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1667        * librdbg/src/m68k/Makefile.am:
1668        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1669        * librdbg/src/powerpc/Makefile.am:
1670        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1671
16722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1673
1674        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1675        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1676        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1677        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1678        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1679        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1680        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1681        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1682        * optman/Makefile.am: Remove project_libdir.
1683        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1684        PRE/TMPINSTALL_FILES.
1685        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1686        PRE/TMPINSTALL_FILES.
1687        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1688        PRE/TMPINSTALL_FILES.
1689        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1690        PRE/TMPINSTALL_FILES.
1691        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1692        from PRE/TMPINSTALL_FILES.
1693        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1694        PRE/TMPINSTALL_FILES.
1695        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1696        PRE/TMPINSTALL_FILES.
1697        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1698        PRE/TMPINSTALL_FILES.
1699        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1700        PRE/TMPINSTALL_FILES.
1701        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1702        PRE/TMPINSTALL_FILES.
1703        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1704        PRE/TMPINSTALL_FILES.
1705        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1706        from PRE/TMPINSTALL_FILES.
1707
17082003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1709
1710        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1711        * automake/lib.am: Remove project_libdir.
1712        * wrapup/Makefile.am: Reworked.
1713
17142003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1715
1716        * configure.ac: Reflect changes to librdbg.
1717        * optman/Makefile.am: Add tmpinstall dirstamp support.
1718        * libchip/Makefile.am: Fix variant-tmpinstall support.
1719        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1720        * librdbg/src/powerpc/Makefile.am: Merge-in former
1721        new_exception_processing/Makefile.am.
1722        * librdbg/src/m68k/any/Makefile.am: Remove.
1723        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1724        * librdbg/src/i386/any/Makefile.am: Remove.
1725        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1726        * librdbg/src/Makefile.am: Cosmetics.
1727        * librdbg/include/Makefile.am: Cosmetics.
1728        * librdbg/Makefile.am: Cosmetics.
1729        * libnetworking/Makefile.am: Cosmetics.
1730        * libnetworking/pppd/Makefile.am: Cosmetics.
1731        * libnetworking/wrapup/Makefile.am: Cosmetics.
1732
17332003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1734
1735        * Makefile.am: Cosmetics.
1736        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1737        support.
1738
17392003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1740
1741        * automake/compile.am: Remove $(ARCH):-rule.
1742
17432003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1744
1745        * configure.ac: Remove lib/libbsp/shared/Makefile,
1746        lib/libbsp/shmdr/Makefile.
1747
17482003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1749
1750        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1751        libchip/serial/Makefile, libchip/rtc/Makefile.
1752        * support/Makefile.am: Remove all-local: $(ARCH).
1753        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1754        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1755        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1756        * optman/Makefile.am: Remove all-local: $(ARCH).
1757        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1758        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1759        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1760        compilation dirstamp support.
1761        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1762        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1763        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1764        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1765        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1766        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1767        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1768        all-local: $(ARCH).
1769        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1770        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1771        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1772        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1773        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1774
17752003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1776
1777        * aclocal/lead-dot.m4: New (from automake-1.7f).
1778        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1779        AC_SUBST(dirstamp).
1780        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1781        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1782        libchip/serial/Makefile.am: Ditto.
1783        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1784        * librdbg/include/Makefile.am: Ditto.
1785        * librdbg/include/rdbg/Makefile.am: Ditto.
1786        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1787        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1788        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1789        * librdbg/src/Makefile.am: Ditto.
1790        * librdbg/src/i386/Makefile.am: Ditto.
1791        * librdbg/src/i386/any/Makefile.am: Ditto.
1792        * librdbg/src/m68k/Makefile.am: Ditto.
1793        * librdbg/src/m68k/any/Makefile.am: Ditto.
1794        * librdbg/src/powerpc/Makefile.am: Ditto.
1795        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1796        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1797        preinstallation.
1798        * libnetworking/pppd/Makefile.am: Ditto.
1799        * libnetworking/rtems_servers/Makefile.am: Ditto.
1800        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1801        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1802        * libnetworking/wrapup/Makefile.am: Ditto.
1803
18042003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1805
1806        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1807        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1808        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1809        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1810        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1811        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1812        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1813        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1814        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1815        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1816        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1817        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1818        underquoting to silence automake-1.8.
1819
18202003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1821
1822        * configure.ac: Reflect having moved tests to ../../testsuites.
1823
18242003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1825
1826        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1827        * aclocal/canonical-host.m4: Remove.
1828        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1829        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1830
18312003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1832
1833        * aclocal/check-cpu.m4: Remove.
1834        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1835        * aclocal/canonical-target-name.m4: Add m4-quotes.
1836        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1837        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1838        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1839        * aclocal/check-networking.m4: Add m4-quotes. Require
1840        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1841        * aclocal/check-posix.m4: Add m4-quotes. Require
1842        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1843        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1844        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1845        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1846
18472003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1848
1849        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1850        * aclocal/bsp-alias.m4: Remove.
1851
18522003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1853
1854        * configure.ac: Make presence of tests/ optional.
1855
18562003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1857
1858        * aclocal/path-perl.m4: Remove (Unused).
1859
18602003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1861
1862        * automake/force-preinstall.am: Remove.
1863
18642003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1865
1866        PR 499/rtems_misc
1867        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1868        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1869        Configuration (Odd was forced) - Correction of Stop Bit configuration
1870        (inversed) - Correction of ISR Handler to call
1871        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1872        CTS Hardware flow control Configuration.
1873
18742003-09-04      Joel Sherrill <joel@OARcorp.com>
1875
1876        * lib/libcpu/shared/include/cache.h,
1877        lib/libcpu/shared/src/cache_aligned_malloc.c,
1878        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1879        license changed.
1880        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1881        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1882        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1883        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1884        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1885        for license changed.
1886        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1887        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1888        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1889        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1890        libchip/network/cs8900.h, libchip/network/dec21140.c,
1891        libchip/network/elnk.c, libchip/network/open_eth.c,
1892        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1893        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1894        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1895        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1896        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1897        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1898        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1899        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1900        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1901        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1902        libchip/serial/serial.h, libchip/serial/z85c30.c,
1903        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1904        libchip/serial/z85c30_reg.c: URL for license changed.
1905
19062003-09-03      Jiri Gaisler <jiri@gaisler.com>
1907
1908        PR 477/networking
1909        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1910        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1911        libchip/network/open_eth.h: New files.
1912
19132003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1914
1915        * aclocal/rtems-top.m4: Add RTEMS_API.
1916        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1917
19182003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1919
1920        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1921        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1922        @RTEMS_BSP@.cfg.
1923
19242003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1925
1926        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1927
19282003-08-20      Joel Sherrill <joel@OARcorp.com>
1929
1930        * libchip/network/cs8900.c: Correct copyright statements.
1931
19322003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1933
1934        * aclocal/check-itron.m4: Remove.
1935        * aclocal/enable-inlines.m4: Remove.
1936        * Makefile.am: Reflect having moved aclocal/.
1937        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1938        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1939        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1940        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1941        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1942        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1943        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1944        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1945        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1946        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1947        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1948        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1949        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1950        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1951        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1952        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1953        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1954        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1955        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1956        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1957        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1958        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1959        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1960        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1961        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1962        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1963        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1964        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1965        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1966        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1967        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1968        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1969        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1970        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1971        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1972        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1973        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1974        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1975        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1976        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1977        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1978        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1979        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1980        * aclocal/target.m4: New (Copied from ../../aclocal).
1981        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1982        * aclocal/version.m4: New (Copied from ../../aclocal).
1983
19842003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1985
1986        * configure.ac: Remove stray comments.
1987        * automake/local.am, automake/host.am: Remove "debug".
1988
19892003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1990
1991        * Makefile.am: Reflect having moved automake/.
1992        * lib/Makefile.am: Reflect having moved automake/.
1993        * support/Makefile.am: Reflect having moved automake/.
1994        * wrapup/Makefile.am: Reflect having moved automake/.
1995        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1996        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1997        from ../../automake).
1998        * optman/Makefile.am: Reflect having moved automake/.
1999        * libchip/Makefile.am: Reflect having moved automake/.
2000        * libchip/ide/Makefile.am: Reflect having moved automake/.
2001        * libchip/network/Makefile.am: Reflect having moved automake/.
2002        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2003        * libchip/serial/Makefile.am: Reflect having moved automake/.
2004        * librdbg/Makefile.am: Reflect having moved automake/.
2005        * librdbg/include/Makefile.am: Reflect having moved automake/.
2006        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2007        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2008        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2009        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2010        automake/.
2011        * librdbg/src/Makefile.am: Reflect having moved automake/.
2012        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2013        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2014        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2015        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2016        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2017        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2018        having moved automake/.
2019        * libnetworking/Makefile.am: Reflect having moved automake/.
2020        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2021        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2022        automake/.
2023        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2024        automake/.
2025        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2026        automake/.
2027        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2028
20292003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2030
2031        * Makefile.am: Add bsp.pc.in.
2032        * bsp.pc.in: New (pkgconfig support).
2033
20342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2035
2036        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2037
20382003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2039
2040        * lib/Makefile.am: New (Required by 'make dist').
2041        * lib/ChangeLog: Remove.
2042        * lib/.cvsignore: Cleanup.
2043        * configure.ac: Reflect having added lib/Makefile.am.
2044        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2045        lib/libbsp/configure.ac.
2046        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2047        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2048
20492003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2050
2051        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2052        * configure.ac: Merge-in librdbg/configure.ac.
2053        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2054        librdbg/configure.ac.
2055        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2056        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2057        LIBCHIP. Conditionally build include-dirs.
2058        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2059        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2060        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2061        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2062        librdbg/include/rdbg/m68k/Makefile.am,
2063        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2064        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2065        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2066        librdbg/src/powerpc/Makefile.am, librdbg/
2067        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2068        configure.ac into ../configure.ac.
2069        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2070        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2071        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2072        libnetworking/rtems_telnetd/Makefile.am,
2073        libnetworking/rtems_webserver/Makefile.am,
2074        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2075        into ../configure.ac.
2076
20772003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2078
2079        PR 427/rtems
2080        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2081        * librdbg/src/servtsp.c: Ditto.
2082
20832003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2084
2085        PR 429/bsps
2086        PR 432/bsps
2087        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2088        packets are queued onto an elnk board, the ISR will deadlock the device
2089        with a tx complete interrupt.  Lighter tx loads are not affected as they
2090        end up submitting single packets to the device.
2091
20922003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2093
2094        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2095        optman/configure.ac.
2096        * optman/configure.ac: Remove (Merged into ../configure.ac).
2097        * optman/Makefile.am: Reflect having merged configure.ac into
2098        ../configure.ac.
2099        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2100        * libchip/Makefile.am, libchip/ide/Makefile.am,
2101        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2102        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2103        ../configure.ac.
2104
21052003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2106
2107        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2108
21092003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2110
2111        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2112        on i386.
2113
21142003-06-13      Joel Sherrill <joel@OARcorp.com>
2115
2116        * libnetworking/pppd/chat.c: Removed warnings.
2117
21182003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2119
2120        * libchip/network/README.3com: New file missed in previous commit.
2121        PR 405/bsps
2122        PR 393/networking
2123        * libchip/network/dec21140.c: Fix leak also known as PR393.
2124        * libchip/network/elnk.c, libchip/network/if_media.h,
2125        libchip/network/mii.h: New files.
2126        * libchip/network/Makefile.am: Reflect new files.
2127
21282003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2129
2130        * configure.ac: Remove support for profile-variant.
2131
21322003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2133
2134        PR 397/pppd
2135        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2136        * libnetworking/pppd/magic.c: Remove *rand48.
2137        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2138
21392003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2140
2141        * wrapup/Makefile.am: Add libide.a.
2142
21432003-04-15      Joel Sherrill <joel@OARcorp.com>
2144
2145        PR 387/rtems_misc
2146        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2147        routines.
2148        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2149
21502003-04-11      Joel Sherrill <joel@OARcorp.com>
2151
2152        * libnetworking/rtems_webserver/cgi.c,
2153        libnetworking/rtems_webserver/sockGen.c,
2154        libnetworking/rtems_webserver/umui.c,
2155        libnetworking/rtems_webserver/websSSL.c,
2156        libnetworking/rtems_webserver/websSSL.h,
2157        libnetworking/rtems_webserver/websda.c,
2158        libnetworking/rtems_webserver/websda.h: New files. Not included in
2159        previous commit.
2160
21612003-04-10      Joel Sherrill <joel@OARcorp.com>
2162
2163        PR 371/pppd
2164        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2165        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2166        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2167        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2168        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2169        still global symbols in rtemspppd.h which might need to be changed or
2170        converted into member of a structure which is dereferenced with a
2171        pointer that is managed as a per task variable. But this patch should
2172        avoid many conflicts.
2173
21742003-03-27      Joel Sherrill <joel@OARcorp.com>
2175
2176        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2177        not allowed in the cpukit source code since it must be buildable
2178        independent of any BSP. These files were moved to libchip/ide.
2179        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2180        files.
2181
21822003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2183
2184        PR 368/filesystems
2185        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2186        improvements which now work on pc386 and mbx8xx.
2187        * libchip/ide/ide_controller.c: New file.
2188
21892003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2190
2191        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2192
21932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2194
2195        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2196        * configure.ac: Add support/.
2197        * support/.cvsignore: New.
2198        * support/Makefile.am: New.
2199        * support/version.c: New.
2200        * wrapup/Makefile.am: Add support/libsupport.a.
2201        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2202        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2203        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2204        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2205
22062003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2207
2208        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2209
22102003-02-20      Till Straumann <strauman@slac.stanford.edu>
2211
2212        PR 354/networking
2213        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2214        chip against a table of supported chips. The untested ones are still
2215        commented out, however.
2216
22172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2218
2219        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2220        * configure.ac: AC_PREREQ(2.57).
2221        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2222        * optman/configure.ac: AC_PREREQ(2.57).
2223        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2224        * libchip/configure.ac: AC_PREREQ(2.57).
2225        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2226        * librdbg/configure.ac: AC_PREREQ(2.57).
2227        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2228        * libnetworking/configure.ac: AC_PREREQ(2.57).
2229
22302003-02-06      Joel Sherrill <joel@OARcorp.com>
2231
2232        * libnetworking/pppd/chat.c: Convert routines with common names to
2233        static. This included get_char(), put_char(), and character() among
2234        others.
2235
22362003-02-03      Joel Sherrill <joel@OARcorp.com>
2237
2238        PR 338/filesystem
2239        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2240        rtems_io_lookup_name() (API change).  Unused function removed.
2241
22422003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2243
2244        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2245        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2246        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2247        Eliminate *_O_FILES.
2248        * libnetworking/rtems_servers/Makefile.am,
2249        libnetworking/rtems_webserver/Makefile.am,
2250        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2251
22522002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2253
2254        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2255        Let all-local: depend on $(LIB).
2256        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2257        * optman/Makefile.am: Apply install-data-local to install *.rels.
2258
22592002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2260
2261        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2262        %.c rules.
2263        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2264        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2265        * libchip/rtc/Makefile.am: Ditto.
2266        * libchip/serial/Makefile.am: Ditto.
2267
22682002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2269
2270        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2271        LIBC_DEFINES.
2272        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2273        LIBC_DEFINES.
2274        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2275        LIBC_DEFINES.
2276
22772002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2278
2279        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2280
22812002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2282
2283        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2284        cache-checking.
2285        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2286
22872002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2288
2289        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2290        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2291        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2292        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2293        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2294
22952002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2296
2297        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2298        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2299        Remove.
2300        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2301
23022002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2303
2304        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2305        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2306
23072002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2308
2309        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2310        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2311
23122002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2313
2314        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2315        * optman/rel.am: New.
2316
23172002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2318
2319        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2320        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2321        braino in comment on "exec". Extend --enable-ada handling.
2322
23232002-11-04      Joel Sherrill <joel@OARcorp.com>
2324
2325        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2326        tasks and rolling multiple loops into 1.
2327        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2328        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2329        Removed warnings.
2330
23312002-10-31      Joel Sherrill <joel@OARcorp.com>
2332
2333        * libchip/network/dec21140.c: Removed warnings.
2334        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2335        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2336        librdbg/src/m68k/any/remdeb_xdr.c,
2337        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2338        warnings.
2339        * libnetworking/rtems_webserver/socket.c,
2340        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2341
23422002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2343
2344        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2345        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2346        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2347        above.
2348
23492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2350
2351        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2352        * wrapup/.cvsignore: Remove autom4te.cache.
2353        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2354        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2355        autom4te.cache.
2356        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2357        autom4te.cache.
2358        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2359        autom4te.cache.
2360
23612002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2362
2363        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2364
23652002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2366
2367        * optman/.cvsignore: Add autom4te.cache.
2368
23692002-09-14      Joel Sherrill <joel@OARcorp.com>
2370
2371        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2372
23732002-09-07      Joel Sherrill <joel@OARcorp.com>
2374
2375        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2376        include files to resolve warnings.
2377
23782002-09-07      Chris Johns <ccj@acm.org>
2379
2380        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2381        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2382        which corrects the problem  where the cs8900.c file was actually the BSP
2383        glue.  Joel did some hacking so this file will compile.  Previously it
2384        required providing a target.h file to compile.
2385        * libchip/network/cs8900.c.bsp: New file.
2386
23872002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2388
2389        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2390
23912002-08-31      Joel Sherrill <joel@OARcorp.com>
2392
2393        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2394        eliminate warning.
2395
23962002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2397
2398        * configure.ac: Add ada-tests.
2399
24002002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2401
2402        * Makefile.am: Add preinstall-stamp.
2403
24042002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2405
2406        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2407        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2408        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2409        gcc31 happy.
2410        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2411        cp.
2412
24132002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2414
2415        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2416        make/bsp.mak.
2417        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2418        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2419
24202002-08-12      Joel Sherrill <joel@OARcorp.com>
2421
2422        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2423        avoid error.
2424
24252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2426
2427        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2428        * configure.ac: Add BSP_SUBDIRS.
2429        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2430        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2431        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2432        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2433        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2434        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2435        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2436        RTEMS_CHECK_BSP_CACHE.
2437        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2438        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2439        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2440        .$(OBJEXT) instead of .o.
2441        * libnetworking/pppd/Makefile.am,
2442        libnetworking/rtems_servers/Makefile.am,
2443        libnetworking/rtems_telnetd/Makefile.am,
2444        libnetworking/rtems_webserver/Makefile.am,
2445        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2446
24472002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2448
2449        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2450        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2451        ../libchip/serial/$(ARCH)/libserialio.a.
2452        * libchip/serial/Makefile.am: Don't tmp-install lib.
2453        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2454
24552002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2456
2457        * Makefile.am: Add rtems_makedir.
2458        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2459        * Makefile.am: Add wrapup-SUBDIR.
2460        * wrapup/ChangeLog: Remove.
2461        * wrapup/configure.ac: Remove.
2462        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2463        (Make the bare BSP happy).
2464        * configure.ac: Ditto.
2465        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2466        Create make/custom/default.cfg.
2467        * configure.ac: Add creation of make/custom/*.cfg. Create
2468        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2469
24702002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2471
2472        * Makefile.am: Clean $(PROJECT_RELEASE).
2473
24742002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2475
2476        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2477        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2478        prototype mismatches.
2479
24802002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2481
2482        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2483        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2484
24852002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2486
2487        * acinclude.m4: Add test "$multilib" != "yes".
2488        * config-ml.in: Remove.
2489        * acinclude.m4: Cleanups.
2490        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2491        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2492        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2493        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2494        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2495
24962002-07-16      Eric Norum <eric.norum@usask.ca>
2497
2498        * New driver for the Intel EtherExpressPro (82559ER) chip.
2499        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2500        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2501        * libchip/network/Makefile.am: Modified to reflect above.
2502
25032002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2504
2505        * acinclude.m4: New.
2506        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2507        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2508        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2509
25102002-07-01      Joel Sherrill <joel@OARcorp.com>
2511
2512        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2513        _Objects_Information_table now that it is a two dimensional array based
2514        upon API and class.
2515        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2516        of strnlen().
2517
25182002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2519
2520        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2521        preinstall libnetapps.a.
2522
25232002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2524
2525        * configure.ac: Remove librpc.
2526
25272002-06-25      Joel Sherrill <joel@OARcorp.com>
2528
2529        * Per PR233, moved librpc to exec.
2530        * configure.ac, wrapup/Makefile.am: Modified.
2531        * librpc, librpc/ChangeLog: Removed.
2532
25332002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2534
2535        * optman/Makefile.am: Remove multilib support.
2536        * optman/configure.ac: Ditto.
2537        * optman/sapi/Makefile.am: Ditto.
2538
25392002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2540
2541        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2542        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2543
25442002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2545
2546        Move networking libraries to c/src/exec/libnetworking
2547        * libnetworking/configure.ac, libnetworking/Makefile.am,
2548        libnetworking/wrapup/Makefile.am: Reflect Moval.
2549
25502002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2551
2552        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2553        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2554        <rtems/bspIo.h>.
2555
25562002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2557
2558        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2559        * libnetworking/rtems/mkrootfs.h: Ditto.
2560        * libnetworking/rtems/Makefile.am: Reflect changes above.
2561
25622002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2563
2564        * configure.ac: Remove lib.
2565
25662002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2567
2568        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2569        that exception stack frames on M68K members with VBR always are 6 byte
2570        long. The incorrect assumption resulted in some gdb commands like "next"
2571        to fail on the 68360.
2572
25732002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2574
2575        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2576        PR 220
2577        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2578        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2579        CVS.
2580        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2581        libnetworking/sys/filio.h: Remove.
2582        * libnetworking/sys/Makefile.am: Reflect changes above.
2583
25842002-05-07      Chris Johns <ccj@acm.org>
2585
2586        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2587        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2588        requires it to be stripped.
2589
25902002-05-01      Eric Norum <eric.norum@usask.ca>
2591
2592        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2593        assembly  to satisfy gcc 3.1 and newer.
2594
25952002-04-26      Eric Norum <eric.norum@usask.ca>
2596
2597        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2598        agressive optimization in gcc 3.1 does not reorder things.
2599
26002002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2601
2602        * libchip/network/dec21140.c: Reflect changes to powerpc's
2603        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2604        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2605        <rtems/score/cpu.h>.
2606        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2607        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2608
26092002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2610
2611        * optman/configure.ac: Remove ENABLE_GCC28.
2612
26132002-04-11      Chris Johns <ccj@acm.org>
2614
2615        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2616        driver control block field to the ifconfig network driver structure.
2617        This field is needed by the i82586 driver which was ported from NetBSD
2618        as it had better hardware abstraction.
2619        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2620        PR59, added the drv_ctrl driver control block field to the ifconfig
2621        network driver structure. This field is needed by the i82586 driver
2622        which was ported from NetBSD as it had better hardware abstraction.
2623
26242002-04-10      Mike Siers <mikes@poliac.com>
2625
2626        * libnetworking/rtems_webserver/NOTES,
2627        libnetworking/rtems_webserver/asp.c,
2628        libnetworking/rtems_webserver/balloc.c,
2629        libnetworking/rtems_webserver/default.c,
2630        libnetworking/rtems_webserver/ej.h,
2631        libnetworking/rtems_webserver/ejIntrn.h,
2632        libnetworking/rtems_webserver/ejlex.c,
2633        libnetworking/rtems_webserver/ejparse.c,
2634        libnetworking/rtems_webserver/emfdb.c,
2635        libnetworking/rtems_webserver/emfdb.h,
2636        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2637        libnetworking/rtems_webserver/handler.c,
2638        libnetworking/rtems_webserver/license.txt,
2639        libnetworking/rtems_webserver/md5.h,
2640        libnetworking/rtems_webserver/md5c.c,
2641        libnetworking/rtems_webserver/mime.c,
2642        libnetworking/rtems_webserver/misc.c,
2643        libnetworking/rtems_webserver/ringq.c,
2644        libnetworking/rtems_webserver/rom.c,
2645        libnetworking/rtems_webserver/security.c,
2646        libnetworking/rtems_webserver/sock.c,
2647        libnetworking/rtems_webserver/sym.c,
2648        libnetworking/rtems_webserver/uemf.c,
2649        libnetworking/rtems_webserver/uemf.h,
2650        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2651        libnetworking/rtems_webserver/url.c,
2652        libnetworking/rtems_webserver/value.c,
2653        libnetworking/rtems_webserver/wbase64.c,
2654        libnetworking/rtems_webserver/webcomp.c,
2655        libnetworking/rtems_webserver/webpage.c,
2656        libnetworking/rtems_webserver/webrom.c,
2657        libnetworking/rtems_webserver/webs.c,
2658        libnetworking/rtems_webserver/webs.h,
2659        libnetworking/rtems_webserver/websuemf.c,
2660        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2661        2.1.4.
2662
26632002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2664
2665        * libchip/network/i82586.c: Include <string.h>.
2666        * libchip/network/sonic.c: Ditto.
2667
26682002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2669
2670        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2671
26722002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2673
2674        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2675
26762002-03-27      Thomas.Doerfler@imd-systems.de
2677
2678        PR 144
2679        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2680        memory address 0 when called for the first time. This is done when
2681        trying to clear the variable "dhcp_hostname".
2682
26832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2684
2685        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2686        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2687        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2688        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2689        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2690        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2691        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2692        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2693        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2694        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2695        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2696        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2697        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2698        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2699        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2700        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2701        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2702        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2703        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2704        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2705        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2706        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2707        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2708        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2709        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2710        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2711        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2712        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2713        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2714        AUTOMAKE_OPTIONS.
2715        * libnetworking/configure.ac:
2716        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2717        foreign 1.6]).
2718        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2719        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2720        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2721        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2722        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2723        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2724        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2725        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2726        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2727        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2728        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2729        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2730        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2731        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2732        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2733        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2734        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2735
27362002-03-27      Ilya Alexeev <ilya@continuum.ru>
2737
2738        PR 162
2739        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2740        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2741        used in a device write routines.  Now ppp_softc structure have own
2742        character for writing to device (sc_outchar).  I think that converting
2743        local variables to static is not a right solution, because problems will
2744        occur in the case of two or more ppp instances.
2745        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2746        must be u_long, otherwise in the case of the big output packet endless
2747        loop may occur.
2748
27492002-03-21      Ilya Alexeev <ilya@continuum.ru>
2750
2751        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2752        preparations for multiple PPPD connections.
2753
27542002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2755
2756        PR 149
2757        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2758        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2759        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2760        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2761
27622002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2763
2764        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2765        * configure.ac: Modified to reflect addition.
2766
27672002-02-27      Ilya Alexeev <ilya@continuum.ru>
2768
2769        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2770        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2771        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2772        capabilities as well as eliminate some warnings.
2773
27742002-02-27      Eric Norum <eric.norum@usask.ca>
2775
2776        * libnetworking/net/radix.c: Properly handle fetching the default route
2777        when there is no route.  This was a bug in the original FreeBSD code and
2778        this fix is from an updated version of their code.
2779
27802002-02-16      Eric Norum <eric.norum@usask.ca>
2781
2782        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2783        checking.
2784
27852002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2786
2787        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2788        dodefaultroute.
2789
27902002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2791
2792        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2793        include <rtems/seterr.h>.
2794
27952002-02-01      Mike Siers <mikes@poliac.com>
2796
2797        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2798        avoid bringing the link down too fast. NOTE: Mike reports successfully
2799        running at 56K baud on a direct link.
2800
28012002-02-01      Eric Valette <valette@crf.canon.fr>
2802
2803        * librdbg/So many patches have been posted recently on the mailing list
2804        and  because we were unable to find correct solution to compile on
2805        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2806        because the coding  style of rdbg was rather inconsistant among various
2807        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2808        global coding style (using indent + manual edits), 2) incorporate/review
2809        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2810        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2811        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2812        after rdbg initialization is done, NB : the paches is huge but it is
2813        mainly due to coding styke chnages.  Only few lines of codes have been
2814        really changed and they do not impact  rdbg functionnality (AFAIKT).
2815        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2816        librdbg/include/rdbg/m68k/rdbg_f.h,
2817        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2818        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2819        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2820        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2821        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2822        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2823        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2824        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2825        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2826        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2827        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2828        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2829        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2830        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2831        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2832        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2833
28342002-01-31      Mike Siers <mikes@poliac.com>
2835
2836        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2837        * Nice Update of PPPD support which eliminates the requiremetn that
2838        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2839        and reports that it seems to be more stable and handle larger packets
2840        better.  This patch replaces the termios tasks with more general pppd
2841        network driver tasks.  The functions pppinput() and pppstart() get
2842        called from the interrupt service routine.
2843        * libnetworking/Makefile.am, libnetworking/configure.ac,
2844        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2845        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2846        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2847        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2848        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2849        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2850        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2851        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2852        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2853        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2854        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2855        libnetworking/net/route.c, libnetworking/net/route.h,
2856        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2857        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2858        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2859        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2860        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2861        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2862        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2863        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2864        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2865        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2866        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2867        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2868        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2869        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2870        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2871        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2872        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2873        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2874        libnetworking/pppd/example/README,
2875        libnetworking/pppd/example/netconfig.h,
2876        libnetworking/wrapup/Makefile.am: Modified.
2877        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2878        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2879        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2880        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2881        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2882        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2883        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2884        libnetworking/modem/pppcompress.c: Subdirectory removed.
2885
28862002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2887
2888        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2889        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2890
28912002-01-18      Till Straumann <strauman@slac.stanford.edu>
2892
2893        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2894        issues: - exception handler needs to enable MSR_FP if the interrupted
2895        thread is FP enabled. - printk message for MSR fixed and added
2896        stacktrace. NOTE: this requires the stacktrace patch to
2897        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2898        however).
2899
29002002-01-06      Joel Sherrill <joel@OARcorp.com>
2901
2902        * optman/.cvsignore: Added aclocal.m4 and configure.
2903        * optman/.cvsignore: New file.
2904
29052002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2906
2907        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2908
29092002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2910
2911        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2912        * optman/ChangeLog: New.
2913        * optman/configure.ac: New.
2914        * optman/Makefile.am: New.
2915        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2916        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2917
29182001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2919
2920        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2921
29222001-12-18      Eric Norum <eric.norum@usask.ca>
2923
2924        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2925        `directories' (path names with a / at the end) while disallowing open()
2926        operations on TFTP `directories'.
2927
29282001-12-07      Eric Norum <eric.norum@usask.ca>
2929
2930        * libnetworking/lib/tftpDriver.c: Restore write capability.
2931
29322001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2933
2934        * libchip/network/sonic.h: Fix typo.
2935        * libnetworking/arpa/Makefile.am: Remove stray lines.
2936
29372001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2938
2939        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2940
29412001-10-18      Eric Norum <eric.norum@usask.ca>
2942
2943        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2944        chdir() and open() operations within the TFTP file system.
2945
29462001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2947
2948        * librdbg/configure.ac: Fix latent bug exposed by removal of
2949        config.cache's which prevented powerpc targets librdbg from building.
2950
29512001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2952
2953        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2954        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2955        autoconf-2.52 happy.
2956
29572001-10-12      Mike Siers <mikes@poliac.com>
2958
2959        * libnetworking/Update to stable working state.  Congratulations Mike!
2960        :).
2961        * libnetworking/modem_example: Directory removed.
2962        * libnetworking/modem_example/16550.h,
2963        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2964        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2965        libnetworking/modem_example/ppp.h,
2966        libnetworking/modem_example/pppcompress.c: Files removed.
2967        * libnetworking/pppd/example/pppd.options: New file.
2968        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2969        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2970        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2971        libnetworking/pppd/rtemsmain.c: Updated.
2972
29732001-10-12      Joel Sherrill <joel@OARcorp.com>
2974
2975        * libchip/serial/z85c30.c: Fixed typo.
2976
29772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2978
2979        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2980        * configure.in: Remove.
2981        * configure.ac: New file, generated from configure.in by autoupdate.
2982        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2983        * libchip/configure.in: Remove.
2984        * libchip/configure.ac: New file, generated from configure.in by
2985        autoupdate.
2986        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2987        * librdbg/configure.in: Remove.
2988        * librdbg/configure.ac: New file, generated from configure.in by
2989        autoupdate.
2990        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2991        * libnetworking/configure.in: Remove.
2992        * libnetworking/configure.ac: New file, generated from configure.in by
2993        autoupdate.
2994
29952001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2996
2997        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2998        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2999        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3000
30012001-09-27      Joel Sherrill <joel@OARcorp.com>
3002
3003        * libchip/ChangeLog: Fixed typo in date.
3004
30052001-09-27      Eric Norum <eric.norum@usask.ca>
3006
3007        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3008        TFTP  filesystem.
3009
30102001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3011
3012        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3013        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3014        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3015        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3016        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3017        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3018        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3019        'PREINSTALL_FILES ='.
3020        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3021        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3022        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3023        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3024        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3025        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3026        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3027        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3028        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3029        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3030        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3031        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3032
30332001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3034
3035        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3036        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3037        * librdbg/src/m68k/any/Makefile.am: Ditto.
3038        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3039        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3040        happy.
3041
30422001-09-21      Joel Sherrill <joel@OARcorp.com>
3043
3044        * libchip/network/Makefile.am: Fixed typo on file name.
3045        * libchip/network/i82586.c: Commented out line 318 which is referencing
3046        a member of a structure that is not currently there.  This needs to be
3047        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3048        to C style.
3049
30502001-09-19      Eric Norum <eric.norum@usask.ca>
3051
3052        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3053
30542001-09-19      Chris Johns <ccj@acm.org>
3055
3056        * libchip/network/README.i82586, libchip/network/i82586.c,
3057        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3058        Network driver for Intel i82586.
3059        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3060        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3061        "root" filesystem with information obtained via the DHCP response.
3062
30632001-09-14      Eric Norum <eric.norum@usask.ca>
3064
3065        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3066        make gcc 3.x happy.
3067
30682001-08-16      Mike Siers <mikes@poliac.com>
3069
3070        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3071        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3072        These support callback functionality that has not even been compiled
3073        under RTEMS yet.
3074        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3075        example application.  Mike's notes on the modifications: - renamed
3076        error() function because of namespace problems - removed calls to the
3077        exit() funciton - removed extra files from the pppd source directory -
3078        defined pppd task constant values in rtemspppd.h - modifyied example
3079        code to get actual tick per second value - placed the pppd 2.3.11 man
3080        page file (pppd.8) into the pppd directory.
3081        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3082        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3083        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3084        libnetworking/pppd/rtems-ppp.c: Deleted.
3085        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3086        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3087        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3088        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3089        libnetworking/pppd/example/init.c,
3090        libnetworking/pppd/example/netconfig.h,
3091        libnetworking/pppd/example/ppp.conf,
3092        libnetworking/pppd/example/pppdapp.c,
3093        libnetworking/pppd/example/system.h: New files.
3094        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3095        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3096        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3097        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3098        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3099        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3100        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3101        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3102        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3103        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3104        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3105        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3106        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3107        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3108        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3109
31102001-08-16      Joel Sherrill <joel@OARcorp.com>
3111
3112        * libnetworking/pppd/example/Makefile: Removed.
3113        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3114        to avoid bootstrap -c clobbering it.
3115        * libnetworking/rtems_telnetd/.cvsignore: New file.
3116
31172001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3118
3119        * libnetworking/Makefile.am, libnetworking/configure.in,
3120        libnetworking/rtems_servers/Makefile.am,
3121        libnetworking/rtems_servers/telnetd.c,
3122        libnetworking/rtems_servers/telnetd.h,
3123        libnetworking/rtems_telnetd/Makefile.am,
3124        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3125        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3126        libnetworking/rtems_telnetd/telnetd.c,
3127        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3128        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3129        effect when ftpd change. - the tcp/ip stats have been implemented into
3130        icmds.c and started when telnetd daemon is started.
3131        * libnetworking/rtems_servers/telnetd.c,
3132        libnetworking/rtems_servers/telnetd.h: Removed.
3133        * libnetworking/rtems_telnetd: New directory.
3134        * libnetworking/rtems_telnetd/Makefile.am,
3135        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3136        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3137        libnetworking/rtems_telnetd/telnetd.c,
3138        libnetworking/rtems_telnetd/telnetd.h: New files.
3139
31402001-06-14      Joel Sherrill <joel@OARcorp.com>
3141
3142        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3143        Moved from libmisc/shell so the network stack to address network
3144        depenendency.
3145        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3146
31472001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3148
3149        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3150
31512001-05-15      Joel Sherrill <joel@OARcorp.com>
3152
3153        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3154        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3155        accidentally deleted the incorrectly empty versions.
3156
31572001-05-14      Till Straumann <strauman@slac.stanford.edu>
3158
3159        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3160        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3161        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3162        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3163        to know the values) - the affected BSP (shared/motorola) headers have
3164        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3165        driver (libchip/network/dec21140.c) has been fixed to use
3166        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3167        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3168        who is using this driver. - the DEC driver also has been fixed to use
3169        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3170        delay_in_bus_cycles().
3171
31722001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3173
3174        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3175
31762001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3177
3178        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3179
31802001-04-24      Eric Norum <eric.norum@usask.ca>
3181
3182        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3183        NTP synchronization a little more robust -- no NTP daemon yet, but at
3184        least it trys a little harder when the primary NTP server is down.
3185
31862001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3187
3188        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3189        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3190        libnetworking/pppd/modem_example/modem.c,
3191        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3192        other strings into English.
3193        * libnetworking/pppd/STATUS: updated to reflect the changes.
3194
31952001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3196
3197        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3198        again.
3199
32002001-04-20      Eric Valette <valette@crf.canon.fr>
3201
3202        * mcp750 directory renamed new_exception processing as it supports many
3203        more CPU models.
3204        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3205        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3206        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3207        formerly in mcp750 plus modifications.
3208        * librdbg/src/powerpc/mcp750/.cvsignore,
3209        librdbg/src/powerpc/mcp750/Makefile.am,
3210        librdbg/src/powerpc/mcp750/remdeb.h,
3211        librdbg/src/powerpc/mcp750/remdeb_f.x,
3212        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3213        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3214        new_exception_processing.
3215        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3216        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3217        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3218        part of this effort to add support for the MPC8xx.
3219
32202001-04-19      Joel Sherrill <joel@OARcorp.com>
3221
3222        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3223        internal include files.
3224
32252001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3226
3227        PR 158
3228        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3229        rcmd() library call by commenting out the parts that deal with signals.
3230        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3231        stdio. The 'server-side' parts of this file which deal with
3232        authentication are disabled since they are not needed.
3233
32342001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3235
3236        * libnetworking/include/.cvsignore: Remove dangling file.
3237
32382001-03-14      Joel Sherrill <joel@OARcorp.com>
3239
3240        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3241        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3242        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3243        libchip style serial drivers can be written in libcpu or libbsp.
3244
32452001-03-01      Joel Sherrill <joel@OARcorp.com>
3246
3247        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3248        libchip/network/sonic.c, libchip/network/sonic.h,
3249        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3250        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3251        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3252        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3253        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3254        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3255        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3256        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3257
32582001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3259
3260        * librdbg/include/rdbg/Makefile.am,
3261        librdbg/include/rdbg/i386/Makefile.am,
3262        librdbg/include/rdbg/m68k/Makefile.am,
3263        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3264        style on include files.
3265
32662001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3267
3268        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3269        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3270        replace ${..} with $(..).
3271        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3272        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3273        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3274        libnetworking/rtems/Makefile.am, libnetworking/
3275        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3276        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3277        include_*HEADERS instead of H_FILES.
3278        * libnetworking/include/Makefile.am: Remove.
3279        * libnetworking/Makefile.am: Add handling of *.h files.
3280        * libnetworking/configure.in: Remove include/Makefile.
3281
32822001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3283
3284        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3285
32862001-01-31      Sergei Organov <osv@javad.ru>
3287
3288        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3289        current dir and root dir removed in favor of new libio support for
3290        task-local current and root directories. - Bug in `close_data_socket()'
3291        introduced by previous change fixed. - `command_pasv()' changed to set
3292        timeout on socket we are listening on and code fixed to don't close
3293        socket twice on error. - `serr()' changed to clear `errno'. -
3294        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3295        changed to clear `errno' before processing session. -
3296        `close_data_socket()' fixed to close both active and passive sockets -
3297        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3298        empty string  in `exec_command()'.
3299
33002001-01-25      Eric Norum <eric.norum@usask.ca>
3301
3302        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3303        improves throughput on systems which are dropping packets.   Only the
3304        first timeout is reduced.  This keeps the number of extra packets down
3305        on networks that are very busy and dropping lots of packets.
3306
33072001-01-24      Sergei Organov <osv@javad.ru>
3308
3309        * libnetworking/rtems_servers/ftpd.c,
3310        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3311        - Timeouts on sockets implemented. 'idle' field added to configuration.
3312        No timeout by default to keep backward compatibility. Note: SITE IDLE
3313        command not implemented yet. - Basic global access control implemented.
3314        'access' field added to configuration. No access limitations by default
3315        to keep backward compatibility. - Anchor data socket for active mode
3316        (using self IP and port 20.) - Fixed default data port support (still
3317        not tested). - Don't allow IP address different from originating host in
3318        PORT command to improve security. - Fixed bug in MDTM command. - Check
3319        for correctness of parsing of argument in command_port(). - Fixed
3320        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3321        a directory. - Command parsing a little bit improved: command names are
3322        now converted to upper-case to be more compatible with RFC (command
3323        names are not case-sensitive.) - Reformat comments so that they have
3324        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3325        previous changes - True ASCII mode implemented (doesn't work for hooks
3326        and /dev/null) - Passive mode implemented, PASV command added. - Default
3327        port for data connection could be used (untested, can't find ftp client
3328        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3329        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3330
33312001-01-18      Joel Sherrill <joel@OARcorp.com>
3332
3333        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3334        macro using variable arguments.
3335        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3336        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3337        since I updated the main RTEMS development machine to RedHat 7.2 and
3338        apparently got a new version of rpcgen.
3339
33402001-01-12      Sergei Organov <osv@javad.ru>
3341
3342        * libnetworking/rtems_servers/ftpd.c,
3343        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3344        - use pool of pre-created threads to handle sessions instead of
3345        creating/deleting threads on the fly - LIST output is now similar to
3346        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3347        happy with it. - LIST NAME now works (both for files and directories) -
3348        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3349        clients happy  - keep track of CWD for every session separately -
3350        ability to specify root directory name for FTPD in configuration table.
3351        FTPD will then create illusion for FTP clients that this is actually
3352        root directory. - ignore options sent in commands, thus LIST -al FILE
3353        works and doesn't try to list "-al" directory. - buffers are allocated
3354        on stack instead of heap where possible to eliminate malloc/free calls
3355        (avoid possible heap fragmentation troubles). - drop using of task
3356        notepad to pass parameters - use function arguments instead - use
3357        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3358        in socket() instead of AF_INET.
3359
33602001-01-02      Joel Sherrill <joel@OARcorp.com>
3361
3362        * libnetworking/CHANGELOG: Removed.
3363        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3364
33652000-12-14      Eric Norum <eric.norum@usask.ca>
3366
3367        * libnetworking/lib/tftpDriver.c: Added write capability.
3368
33692000-12-08      Joel Sherrill <joel@OARcorp.com>
3370
3371        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3372        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3373        numerous variable declarations conditional on PPP_COMPRESS and
3374        PPP_FILTER.  Commented out variables that were not used because the code
3375        using them was commented out. Removed totally unused variables.
3376        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3377        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3378
33792000-11-30      Joel Sherrill <joel@OARcorp.com>
3380
3381        * libnetworking/modem/ppp_tty.c: Changed to include
3382        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3383        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3384        * libnetworking/Makefile.am: Modified to reflect above.
3385
33862000-11-27      Joel Sherrill <joel@OARcorp.com>
3387
3388        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3389
33902000-11-25      Eric Norum <eric.norum@usask.ca>
3391
3392        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3393        core.
3394
33952000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3396
3397        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3398        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3399        subdir.
3400        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3401        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3402        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3403        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3404        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3405        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3406        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3407        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3408        ppp_tty.c and the real pppd main is in pppmain.c.
3409
34102000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3411
3412        * libchip/network/sonic.c: Added ipalign() routine to align the received
3413        packet so that the ip header is on a 32-bit boundary. Necessary for
3414        cpu's that do not allow unaligned loads and stores and when the 32-bit
3415        DMA mode is used.
3416
34172000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3418
3419        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3420        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3421        ACLOCAL_AMFLAGS.
3422        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3423        ACLOCAL_AMFLAGS.
3424        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3425        ACLOCAL_AMFLAGS.
3426
34272000-11-03      Chris Johns <ccj@acm.org>
3428
3429        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3430        libchip/network/cs8900.h: New files.
3431
34322000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3433
3434        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3435        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3436        $(RTEMS_TOPdir)/aclocal.
3437        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3438        $(RTEMS_TOPdir)/aclocal.
3439        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3440        $(RTEMS_TOPdir)/aclocal.
3441
34422000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3443
3444        * configure.in: Switch to GNU-canonicalization.
3445        * Makefile.am: Reflect changes to configure.in.
3446        * acinclude.m4: Remove.
3447
34482000-10-30      Joel Sherrill <joel@OARcorp.com>
3449
3450        * POSIX include files merged into newlib.  This resulted in some
3451        definitions moving to other files and thus some secondary effects in
3452        RTEMS source code.
3453        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3454        in sync with newlib's <machine/types.h>.
3455        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3456        definition of struct itimerval in <sys/time.h>.
3457
34582000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3459
3460        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3461        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3462        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3463        * ChangeLog: Fix typos.
3464        * configure.in: add tests to the GNU canonicalized subdirectories.
3465
34662000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3467
3468        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3469        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3470        the lib directory before configuring lib/.
3471
34722000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3473
3474        * configure.in, Makefile.am: add exec to the GNU canonicalized
3475        subdirectories.
3476        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3477        * configure.in: add libnetworking, librpc and librdb to the GNU
3478        canonicalized subdirectories.
3479        * configure.in: add libmisc and libchip to the GNU canonicalized
3480        subdirectories.
3481        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3482        Switch to GNU canonicalization.
3483        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3484        Switch to GNU canonicalization.
3485        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3486        Switch to GNU canonicalization.
3487
34882000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3489
3490        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3491        canonicalization to libfs/. The approach is currently a bit of a hack as
3492        GNU canonicalization does not support the per-BSP build some of the
3493        other directories require.  As more of the tree is converted, this will
3494        become less  of an issue.
3495
34962000-10-20      Joel Sherrill <joel@OARcorp.com>
3497
3498        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3499        parameter.
3500
35012000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3502
3503        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3504        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3505        * librdbg/configure.in: Add m68k support.
3506        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3507        subdirectory.
3508        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3509        failure.
3510        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3511        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3512        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3513        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3514        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3515        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3516        librdbg/src/m68k/.cvsignore: New files.
3517        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3518        function pointers.
3519        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3520        _after_ pointer has been checked against NULL.
3521
35222000-10-18      Joel Sherrill <joel@OARcorp.com>
3523
3524        * wrapup/Makefile.am: Added libfs.
3525
35262000-10-18      Chris Johns <ccj@acm.org>
3527
3528        * libfs created.
3529        * configure.in: Added libfs subdirectory.
3530        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3531
35322000-09-28      Joel Sherrill <joel@OARcorp.com>
3533
3534        * libnetworking/rtems_webserver/Makefile.am,
3535        libnetworking/rtems_webserver/base64.c,
3536        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3537        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3538
35392000-09-22      Joel Sherrill <joel@OARcorp.com>
3540
3541        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3542        libnetworking/rtems/rtems_bsdnet_internal.h,
3543        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3544        have included rtems.h.  It is now including precisely the  least amount
3545        of low level, yet portable .h files to get the basic RTEMS types
3546        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3547        used machine/types.h to include rtems.h.
3548
35492000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3550
3551        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3552
35532000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3554
3555        * libnetworking/ChangeLog: Cleanup.
3556
35572000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3558
3559        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3560        * libchip/ChangeLog: Fix formating.
3561
35622000-09-05      Joel Sherrill <joel@OARcorp.com>
3563
3564        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3565        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3566        confusion and to work with the converted flags.
3567
35682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3569
3570        * wrapup/Makefile.am: Include compile.am.
3571        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3572        libchip/serial/Makefile.am: Include compile.am.
3573        * librdbg/src/i386/any/Makefile.am,
3574        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3575        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3576        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3577        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3578        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3579        libnetworking/rtems_servers/Makefile.am,
3580        libnetworking/rtems_webserver/Makefile.am,
3581        libnetworking/wrapup/Makefile.am: Include compile.am.
3582
35832000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3584
3585        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3586        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3587
35882000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3589
3590        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3591
35922000-08-31      Joel Sherrill <joel@OARcorp.com>
3593
3594        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3595        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3596        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3597        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3598        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3599        * libnetworking/wbase64.c: Removed.
3600        * libnetworking/Makefile.am, libnetworking/asp.c,
3601        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3602        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3603        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3604        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3605        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3606        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3607        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3608        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3609        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3610        Modified.
3611
36122000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3613
3614        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3615
36162000-08-30      Joel Sherrill <joel@OARcorp.com>
3617
3618        * libnetworking/rtems_webserver/license.txt: New file.
3619
36202000-08-10      Joel Sherrill <joel@OARcorp.com>
3621
3622        * ChangeLog: New file.
3623        * libchip/ChangeLog: New file.
3624        * librdbg/ChangeLog: New file.
3625        * libnetworking/ChangeLog: New file.
3626
Note: See TracBrowser for help on using the repository browser.