source: rtems/c/src/ChangeLog @ 4b23c94

4.104.114.95
Last change on this file since 4b23c94 was dccd351, checked in by Joel Sherrill <joel.sherrill@…>, on 08/20/08 at 17:30:07

2008-08-20 Sebastian Huber <sebastian.huber@…>

  • libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
  • Property mode set to 100644
File size: 139.8 KB
Line 
12008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
4
52008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
8        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
9
102008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * libchip/display/disp_hcms29xx.c: Do not make these static. They
13        appear to be unused that way.
14
152008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * libchip/shmdr/shm_driver.h: Correct prototypes.
18
192008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
20
21        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
22        variables and made methods static.
23
242008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * libchip/serial/ns16550.c: Fix warning.
27
282008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * aclocal/prog-cc.m4: Add -Wnested-externs.
31
322008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * libchip/network/dec21140.c: Add missing prototype.
35        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
36
372008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
40        -Wstrict-prototypes to RTEMS_CFLAGS.
41
422008-08-02      Chris Johns <chrisj@rtems.org>
43
44        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
45        rtems_blkdev_request count and start references. Use
46        RTEMS_BLKDEV_START_BLOCK.
47
482008-07-29      Chris Johns <chrisj@rtems.org>
49
50        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
51
52        * libchip/ide/ata.c: Change to use a mutex rather than disable
53        pre-emption. Updated to the libblock changes.
54
55        * libchip/ide/ata_internal.h: Updated to the new chains API.
56
57        * libchip/ide/ide_controller.c: Updated to the libblock
58        changes. Added come debug tracing.
59
60        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
61        to the libblock changes.
62
632008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * configure.ac: Remove RPCGEN, RPCTOOLS.
66
672008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
68
69        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
70        for output format specifiers.
71
722008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
73
74        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
75        Fixed some data types
76
772008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
78
79        * libchip/i2c/spi-sd-card.c: Added missing header file.
80        * libchip/Makefile.am: Added SD Card driver.
81
822008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
83
84        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
85        make glyphs non-constant, added file headers
86
872008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
88
89        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
90        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
91        * libchip/display/font_hcms29xx.h
92        Creation of SPI display driver
93
942008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
95
96        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
97        via SPI.
98
992008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
102        AC_PREREQ(2.62).
103
1042008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
107
1082008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * libchip/Makefile.am: Move termios helper routines from libchip to
111        libcsupport. Add routine which makes it easy for a termios device
112        driver to inform termios of its default baud rate. This avoids
113        inconsistencies in later termios settings changes.
114        * libchip/serial/termios_baud2index.c,
115        libchip/serial/termios_baud2num.c: Removed.
116
1172008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
120
1212008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
124        not fail if there are none.
125
1262008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
127
128        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
129        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
130        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
131        * libchip/Makefile.am:
132        derived a generic spi memory driver from spi-flash-m25p40,
133        added descriptor for fram fm25l256
134
1352008-05-07      Till Straumann <strauman@slac.stanford.edu>
136
137        PR 649/bsps
138        * libchip/ide/ata.c: Give up if the interface does not become ready.
139
1402008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        Moved to cpukit.
143        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
144        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
145        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
146        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
147        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
148        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
149        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
150        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
151        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
152        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
153        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
154        nfsclient/src/xdr_mbuf.c: Removed.
155
1562008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
159
1602008-01-05      Chris Johns <chrisj@rtems.org>
161
162        * libchip/flash/am29lv160.c: Update the blank check error message
163        to say there is an error.
164       
1652007-12-22      Chris Johns <chrisj@rtems.org>
166
167        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
168        the hello message. Just one line but still a little too long.
169       
1702007-12-14      Chris Johns <chrisj@rtems.org>
171
172        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
173        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
174        * libchip/flash, libchip/flash/am29lv160.c,
175        libchip/flash/am29lv160.h: New.
176
1772007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
178
179        * libchip/network/if_fxp.c: Spacing.
180
1812007-11-20      Till Straumann <strauman@slac.stanford.edu>
182
183        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
184        Avoid using 'stdio' before the system is up and fully
185        initialized.
186
1872007-11-20      Till Straumann <strauman@slac.stanford.edu>
188
189        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
190        * libchip/Makefile.am, libchip/preinstall.am:
191        added new driver for Maxim DS1375 i2c RTC.
192
1932007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
194
195        * libchip/i2c/spi-flash-m25p40.c:
196        added addressing call in write function
197
1982007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
199
200        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
201        * libchip/Makefile.am:
202        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
203
2042007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
205
206        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
207
2082007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
209
210        * nfsclient/Makefile.am: Fix errors.
211
2122007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
215
2162007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * aclocal/version.m4: Bump RTEMS_API to 4.9.
219        Bump RTEMS_VERSION to 4.8.99.0.
220
2212007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
224
2252007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * configure.ac: Remove AC_PROG_AWK (Unused).
228
2292007-09-14      Daron Chabot <djc915@mail.usask.ca>
230
231        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
232        rtems_interrupt_vector, to permit passing arbitrary arguments to the
233        ISR. Clean up of variables to silence compiler warnings.
234
2352007-09-13      Daniel Hellstrom <daniel@gaisler.com>
236
237        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
238
2392007-09-12      Daniel Hellstrom <daniel@gaisler.com>
240
241        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
242          - Odd bit bug in some chips taken care of.
243          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
244            alignment but failing to do so must have made the driver writer to make
245            some incorrect assumptions about MBUFs.
246          - Fixed MBUF handling to handle mbuf chains better. The Data length of
247            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
248          - Made while loop responsible for copying data to fifo port copy 16 shorts
249            per loop instead of 1 short, increasing the copying process.
250
2512007-09-07      Daniel Hellstrom <daniel@gaisler.com>
252
253        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
254        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
255
2562007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
257
258        * configure.ac, wrapup/Makefile.am: Remove RDBG.
259        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
260        librdbg/Makefile.am, librdbg/preinstall.am,
261        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
262        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
263        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
264        librdbg/include/rdbg/powerpc/rdbg_f.h,
265        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
266        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
267        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
268        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
269        librdbg/src/servtsp.c, librdbg/src/servutil.c,
270        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
271        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
272        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
273        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
274        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
275        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
276        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
277        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
278        librdbg/src/powerpc/rdbg_f.c,
279        librdbg/src/powerpc/new_exception_processing/remdeb.h,
280        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
281        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
282        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
283
2842007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
285
286        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
287
2882007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
289
290        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
291          sizes.
292
2932007-07-27      Chris Johns <chrisj@rtems.org>
294
295        * wrapup/Makefile.am: Create archive from a file for hosts
296        with a limited command line size.
297
2982007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
301          sizes.
302
3032007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
304       
305        * configure.ac: Add nfsclient.
306        * nfsclient/Makefile.am: New.
307        * nfsclient/proto/Makefile, nfsclient/Makefile,
308          nfsclient/src/Makefile: Remove.
309        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
310        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
311
3122007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
313
314        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
315        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
316        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
317        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
318        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
319        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
320        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
321        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
322        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
323        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
324        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
325        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
326
3272007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
328
329        * libchip/serial/ns16550.c: removed timed out wait for transmitter
330        to become ready: This will not work for fast CPUs.
331
3322007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
333
334        * libchip/ide/ata.c: fixed warning
335
3362007-06-20      Ray Xu <rayx@gmail.com>
337
338        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
339        console, and libio. This shrinks the memory requirements but Joel has
340        not figured out how best to present this to application space.
341        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
342        New files.
343
3442007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
345
346        * optman/sapi/no-io.c: Split IO Manager into one function per file so
347        now we only need required initialization methods.
348
3492007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
350
351        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
352        parameter since it was used to configure a no longer used feature.
353        Device names are now part of the filesystem not in a table.
354
3552007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
356
357        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
358        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
359        optman/rtems/no-part.c, optman/rtems/no-region.c,
360        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
361        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
362        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
363        other optional managers so using them reduces application size
364        instead of increasing it.
365        * optman/rtems/no-barrier.c: New file.
366
3672007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
368
369        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
370        adjustments to pci-API changes.
371        * libchip/network/dec21140.c, libchip/network/elnk.c,
372        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
373        changes.
374
3752007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
376
377        * libchip/network/dec21140.c, libchip/network/if_dc.c,
378        libchip/network/if_fxp.c: Reflect changes to pci-API.
379
3802007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
381
382        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
383        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
384
3852007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
386
387        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
388          being used to compile "tools").
389
3902007-03-13      Joel Sherrill <joel@OARcorp.com>
391
392        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
393
3942007-03-12      Joel Sherrill <joel@OARcorp.com>
395
396        * libchip/network/cs8900.c, libchip/network/cs8900.h,
397        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
398        and/or fix mistake in copyright notice. Both of these mistakes appear
399        to be from code submitted after these changes were made previously.
400
4012007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
402
403        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
404
4052007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
406
407        * libchip/Makefile.am: Correct path to README.tulipclone.
408
4092007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
410
411        * libchip/ide/ata.c: Remove superfluous type casts.
412
4132007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
414
415        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
416        Use size_t for sizes.
417
4182007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
419
420        * libchip/ide/ata.c: in ata_request_done: moved call to free()
421        from preemption disabled region
422
4232007-01-16      Till Straumann <strauman@slac.stanford.edu>
424
425        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
426        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
427        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
428
4292006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
430
431        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
432          ioctl_command_t as ioctl argument.
433
4342006-12-13      Joel Sherrill <joel@OARcorp.com>
435
436        * librtems++/include/rtems++/rtemsEvent.h,
437        librtems++/include/rtems++/rtemsMessageQueue.h,
438        librtems++/include/rtems++/rtemsSemaphore.h,
439        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
440        librtems++/src/rtemsMessageQueue.cc,
441        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
442        rtems_unsigned32 to uint32_t.
443
4442006-12-13      Joel Sherrill <joel@OARcorp.com>
445
446        PR 1181/bsps
447        * optman/rtems/no-msg.c: Clean up dead code.
448
4492006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
450
451        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
452
4532006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
454
455        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
456        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
457        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
458
4592006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
460
461        * configure.ac: New BUG-REPORT address.
462
4632006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
464
465        * Makefile.am: Remove ampolish3.
466
4672006-11-17      Joel Sherrill <joel@OARcorp.com>
468
469        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
470        blank lines.
471
4722006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
473
474        * configure.ac: Remove RTEMS_AMPOLISH3.
475        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
476          Remove checks for AMPOLISH3.
477        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
478        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
479        * ampolish3: Remove.
480
4812006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
482
483        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
484        * aclocal/prog-cc.m4: Remove CFLAGS.
485        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
486        Compose CFLAGS. Append CFLAGS to ac_configure_args.
487
4882006-10-23      Joel Sherrill <joel@OARcorp.com>
489
490        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
491
4922006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
493
494        * automake/compile.am: Use hard-coded RTEMS_* flags.
495
4962006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
497
498        * aclocal/rtems-top.m4: Remove RTEMS_API.
499        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
500
5012006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
502
503        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
504
5052006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
506
507        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
508
5092006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
510
511        * aclocal/version.m4: Bump version to 4.7.99.0.
512
5132006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
514
515        * configure.ac: Require autoconf-2.60. Require automake-1.10.
516
5172006-09-11      Joel Sherrill <joel@OARcorp.com>
518
519        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
520
5212006-09-04      Joel Sherrill <joel@OARcorp.com>
522
523        * libchip/network/greth.c, libchip/network/open_eth.c,
524        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
525        introduced by warning removal.
526
5272006-09-01      Joel Sherrill <joel@OARcorp.com>
528
529        * libchip/network/greth.c, libchip/network/open_eth.c,
530        libchip/network/smc91111.c: Remove warnings and correct prototype
531        added earlier today.
532
5332006-09-01      Joel Sherrill <joel@OARcorp.com>
534
535        * libchip/network/cs8900.c, libchip/network/greth.c,
536        libchip/network/i82586.c, libchip/network/open_eth.c,
537        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
538        sized integers, and inttypes.h printf helpers.
539
5402006-08-09      Kolja Waschk <waschk@telos.de>
541
542        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
543
5442006-07-12      Joel Sherrill <joel@OARcorp.com>
545
546        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
547
5482006-07-11      Jerry Needell <jerry.needell@unh.edu>
549
550        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
551        4.6 branch.  Original modifications by Gaisler Enterprises.
552        * libchip/network/greth.c, libchip/network/greth.h: New files.
553
5542006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
555
556        * ide/ata.[ch]:
557        (PR1118) fetch priority for ATA task from a variable,
558        not a fixed configuration value.
559       
5602006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
561
562        * Makefile.am: Add ampolish3.
563
5642006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
565
566        * ampolish3: New.
567        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
568
5692006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
570
571        * aclocal/rtems-ampolish.m4: New.
572        * configure.ac: Use RTEMS_AMPOLISH3.
573
5742006-04-18  Joel Sherrill <joel@OARcorp.com>
575
576        * aclocal/version.m4: Updated to rtems-4.6.99.3.
577
5782006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
579
580        PR 853/filesystem
581        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
582        should be modified to support the new exception scheme and to use the
583        handle parameter.
584
5852006-02-a32     Eric Norum <norume@aps.anl.gov>
586
587        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
588        "newer" PCI access calls.  Minor cleanups.  Comments.
589
5902006-01-12      Eric Norum <norume@aps.anl.gov>
591
592        PR 861/networking
593        PR 863/networking
594        * libchip/network/smc91111.c: Fix illegal lvalue increments.
595
5962006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
597
598        * wrapup/Makefile.am: Add preinstall.am.
599        * libchip/Makefile.am: Build libchip/network/smc91111.
600        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
601        Eliminate cyg_int* crap.
602
6032006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
604
605        * librdbg/Makefile.am: Add preinstall.am.
606        * aclocal/bsp-configure.m4: Add ampolish3.
607        New header guards.
608
6092006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
610
611        * libchip/network/open_eth.c, libchip/network/open_eth.h:
612        Merger from rtems-4-6-branch.
613
6142006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
615
616        * libchip/network/smc91111.c
617        libchip/network/smc91111config.h
618        libchip/network/smc91111exp.h
619        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
620        * libchip/Makefile.am: Reflect adding smc91111*.
621
6222006-01-08      Joel Sherrill <joel@OARcorp.com>
623
624        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
625        char *.
626
6272006-01-08      Joel Sherrill <joel@OARcorp.com>
628
629        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
630        warnings.
631
6322005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
633
634        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
635        Add RTEMS_RELLDFLAGS.
636        * automake/compile.am: Remove RTEMS_USE_GCC.
637        Remove RTEMS_RELLDFLAGS.
638        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
639
6402005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
641
642        * libchip/network/if_media.h, libchip/network/mii.h:
643        Remove (Moved to cpukit).
644        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
645        and libchip/network/if_media.h.
646        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
647        if_media.h having moved.
648
6492005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
650
651        * automake/compile.am, automake/host.am, automake/local.am,
652        automake/subdirs.am: Remove depend.
653        * configure.ac: Explicitly pass --libdir and --includedir to
654        testsuites.
655
6562005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
657
658        * configure.ac: Reflect changes to testsuites.
659
6602005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
661
662        * automake/compile.am: Remove GCCSPECS.
663        * aclocal/prog-cc.m4: Add GCCSPECS.
664        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
665
6662005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
667
668        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
669        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
670
6712005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
672
673        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
674        libcpu/byteorder.h for i386.
675
6762005-11-02      Till Straumann <strauman@slac.stanford.edu>
677
678        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
679        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
680        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
681        added a simple API/library for i2c devices and drivers for i2c
682        2-byte eeproms and a ds1621 temperature sensor; API is documented
683        in libi2c.h.
684
6852005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
686
687        * libnetworking/pppd/ipxcp.c,
688        libnetworking/pppd/chat.c,
689        libnetworking/pppd/patchlevel.h,
690        libnetworking/pppd/upap.h,
691        libnetworking/pppd/md5.h,
692        libnetworking/pppd/pppd.8,
693        libnetworking/pppd/README,
694        libnetworking/pppd/preinstall.am,
695        libnetworking/pppd/md4.h,
696        libnetworking/pppd/magic.c,
697        libnetworking/pppd/pppd.h,
698        libnetworking/pppd/demand.c,
699        libnetworking/pppd/rtemsmain.c,
700        libnetworking/pppd/sys-rtems.c,
701        libnetworking/pppd/ipcp.h,
702        libnetworking/pppd/lcp.h,
703        libnetworking/pppd/chap_ms.c,
704        libnetworking/pppd/md4.c,
705        libnetworking/pppd/rtemspppd.h,
706        libnetworking/pppd/cbcp.h,
707        libnetworking/pppd/auth.c,
708        libnetworking/pppd/lcp.c,
709        libnetworking/pppd/example/README,
710        libnetworking/pppd/example/ppp.conf,
711        libnetworking/pppd/example/system.h,
712        libnetworking/pppd/example/netconfig.h,
713        libnetworking/pppd/example/pppdapp.c,
714        libnetworking/pppd/example/init.c,
715        libnetworking/pppd/example/Makefile-user,
716        libnetworking/pppd/example/pppd.options,
717        libnetworking/pppd/rtemspppd.c,
718        libnetworking/pppd/ipxcp.h,
719        libnetworking/pppd/chap_ms.h,
720        libnetworking/pppd/options.c,
721        libnetworking/pppd/magic.h,
722        libnetworking/pppd/chap.h,
723        libnetworking/pppd/cbcp.c,
724        libnetworking/pppd/upap.c,
725        libnetworking/pppd/chap.c,
726        libnetworking/pppd/Makefile.am,
727        libnetworking/pppd/ccp.h,
728        libnetworking/pppd/utils.c,
729        libnetworking/pppd/rtemsdialer.h,
730        libnetworking/pppd/fsm.h,
731        libnetworking/pppd/pathnames.h,
732        libnetworking/pppd/md5.c,
733        libnetworking/pppd/fsm.c,
734        libnetworking/pppd/ipcp.c,
735        libnetworking/pppd/STATUS,
736        libnetworking/pppd/ccp.c,
737        libnetworking/Makefile.am: Remove (Moved to cpukit).
738
7392005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
740
741        * configure.ac: Remove libnetworking, libnetworking/pppd.
742        * wrapup/Makefile.am: Remove libpppd.a.
743
7442005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
745
746        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
747        rtemsdialer.h to $(includedir)/rtems.
748
7492005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
750
751        * libnetworking/rtems_telnetd/icmds.c,
752        libnetworking/rtems_telnetd/Makefile.am,
753        libnetworking/rtems_telnetd/preinstall.am,
754        libnetworking/rtems_telnetd/pty.c,
755        libnetworking/rtems_telnetd/pty.h,
756        libnetworking/rtems_telnetd/README,
757        libnetworking/rtems_telnetd/telnetd.c,
758        libnetworking/rtems_telnetd/telnetd.h:
759        Remove (Moved to cpukit).
760
7612005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
762
763        * configure.ac: Remove libnetworking/rtems_telnetd.
764        * libnetworking/Makefile.am: Remove rtems_telnetd.
765        * libnetworking/README: Remove (Obsolete).
766        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
767
7682005-10-20  Eric Norum <norume@aps.anl.gov>
769
770        * libchip/network/dec21140.c: Clean up PCI mapping.
771
7722005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
773
774        * libnetworking/pppd/Makefile.am: Use preinstall.am.
775        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
776        librdbg/src/servrpc.c, librdbg/src/servtgt.c
777        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
778        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
779        * configure.ac: Move optman to the end of BSP_SUBDIRS.
780
7812005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
782
783        * aclocal/bspopts.m4: Add missing m4 quotes.
784
7852005-09-02  Joel Sherrill <joel@OARcorp.com>
786
787    * aclocal/version.m4: Updated to rtems-4.6.99.2.
788
7892005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
790
791        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
792        libchip/network/dec21140.c: Remove initialization of PCI bus.
793
7942005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
795
796        * optman/Makefile.am: Add preinstall.am.
797
7982005-07-18      Karel Gardas <kgardas@objectsecurity.com>
799
800        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
801        UNTESTED to tested.
802
8032005-06-17      Joel Sherrill <joel@OARcorp.com>
804
805        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
806        it is not supported by the MPC5xx.
807
8082005-06-17      Joel Sherrill <joel@OARcorp.com>
809
810        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
811        interface. Also correct attempting to build on other than PowerPC and
812        x86.
813
8142005-06-16      Daron Chabot <daron@nucleus.usask.ca>
815
816        * libchip/Makefile.am: Add driver for Tulip clones.
817        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
818        libchip/network/if_dcreg.h: New files.
819
8202005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
821
822        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
823        to enable rdbg.
824        * configure.ac: Reflect changes above.
825
8262005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
827
828        * configure.ac: Add ada/.
829
8302005-05-20      Sergei Organov  <osv@topconrd.ru>
831
832        PR 750/networking
833        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
834        wait_input().
835
8362005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
837
838        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
839        rtems/irq.h.
840
8412005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
842
843        * libchip/Makefile.am: Include preinstall.am.
844        * libchip/preinstall.am: New.
845
8462005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
847
848        * configure.ac: Add AMPOLISH3.
849        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
850        * libnetworking/rtems_telnetd/preinstall.am: New.
851        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
852
8532005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
854
855        * configure.ac: Let enable_rpcgen default to "no".
856
8572005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
858
859        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
860
8612005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
862
863        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
864        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
865
8662005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
867
868        * libchip/network/dec21140.c, libchip/network/elnk.c,
869        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
870
8712005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
872
873        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
874        of code as a result of the implementation of a common PCI interface.
875
8762005-05-04      Joel Sherrill <joel@OARcorp.com>
877
878        * libchip/network/open_eth.c: Remove prototype of set_vector.
879
8802005-05-03      Joel Sherrill <joel@OARcorp.com>
881
882        * librdbg/src/ptrace.c: Remove warning.
883
8842005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
885
886        * libchip/network/dec21140.c, libchip/network/elnk.c,
887        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
888        Modified parameter list to remove warnings.
889
8902005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
891
892        * libchip/network/cs8900.c, libchip/network/i82586.c,
893        libchip/network/open_eth.c, libchip/network/sonic.c,
894        libchip/serial/mc68681.c: Modified types to remove
895        warnings.  Added initialization to remove warnings.
896
8972005-04-28      Joel Sherrill <joel@OARcorp.com>
898
899        * libchip/network/README.sonic: Rewritten to account for removal of
900        dmv177.
901
9022005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
903
904        PR 781/rtems_misc
905        * libchip/serial/ns16550_p.h: Fix baud rate calculation
906
9072005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
908
909        * libchip/serial/ns16550.c:
910        Fixed warnings generated in various powerpc configurations
911
9122005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
913
914        * libchip/serial/ns16550.c: Modified
915        ISR to work with PPC new exception processing
916
9172005-03-14      Joel Sherrill <joel@OARcorp.com>
918
919        * libchip/network/dec21140.c, libchip/network/elnk.c,
920        libchip/network/if_fxp.c: Continue PCI API unification. All use
921        pci_find_device(). Network drivers manufacture a signature since all
922        calls have not been converted yet.
923
9242005-03-04      Joel Sherrill <joel@OARcorp.com>
925
926        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
927        initialize function part of the unified PCI API as pci_initialize().
928
9292005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
930
931        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
932        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
933
9342005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
935
936        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
937        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
938
9392005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
940
941        * aclocal/ppc.m4: Reflect changes to ppc exception processing
942        building procedures.
943
9442005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
945
946        * aclocal/prog-cc.m4:
947        Quote CFLAGS's RHS to accomodate Solaris broken sh.
948
9492005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
950
951        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
952
9532005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
954
955        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
956
9572005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
958
959        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
960
9612005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
962
963        * libnetworking/rtems_servers/ftp.c,
964        libnetworking/rtems_servers/ftp.h,
965        libnetworking/rtems_servers/Makefile.am:
966        Remove (relocated to cpukit/ftpd).
967        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
968        removed move libnetworking/rtems_servers.
969
9702005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
971
972        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
973
9742005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
975
976        PR 755/rtems
977        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
978        Remove local declarations of rtems_bsdnet_nameservers,
979        rtems_bsdnet_nameservers_count.
980
9812005-01-31      Sergei Organov <osv@topconrd.ru>
982
983        PR 751/pppd
984        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
985        committed to fix PR736 breaks pppd. chat.c should have its own static
986        ttyfd for pppd to work correctly. The symptom is that second
987        invokation of chat (for connect script) fails due to pppd_ttyfd set
988        to -1 by previous chat invokation (for init script). In addition,
989        this patch fixes leaving of dangling pointer in the abort_stbring[]
990        by chat_send().
991
9922005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
993
994        * configure.ac: Remove CFLAGS_DEBUG_V.
995        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
996
9972005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
998
999        * wrapup/Makefile.am: Remove rtems-ctor.o.
1000
10012005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1002
1003        * libchip/rtc/rtc.h: size_t RTC_Count.
1004
10052005-01-20      Joel Sherrill <joel@OARcorp.com>
1006
1007        PR 736/pppd
1008        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1009        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1010        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1011        should not be static and should have a name more specific to pppd.
1012
10132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1014
1015        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1016        libnetworking/rtems_servers/Makefile.am,
1017        libnetworking/rtems_telnetd/Makefile.am,
1018        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1019        Eliminate CFLAGS_OPTIMIZE_V.
1020
10212005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1022
1023        * configure.ac: Pass CFLAGS to testsuites configure.
1024        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1025        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1026
10272005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1028
1029        * configure.ac: Pass CFLAGS to cpukit configure.
1030        * aclocal/rtems-flags.m4: Remove (Unused).
1031        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1032        * aclocal/env-rtemsbsp.m4:
1033        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1034        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1035        RTEMS_CFLAGS.
1036        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1037        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1038        Cleanup comments.
1039
10402005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1041
1042        * automake/compile.am: Remove build-variant support.
1043
10442005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1045
1046        * libnetworking/pppd/Makefile.am,
1047        libnetworking/rtems_servers/Makefile.am,
1048        libnetworking/rtems_telnetd/Makefile.am:
1049        Remove build-variant support.
1050
10512005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1052
1053        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1054        support/Makefile.am, wrapup/Makefile.am:
1055        Remove build-variant support.
1056
10572004-11-22      Joel Sherrill <joel@OARcorp.com>
1058
1059        * libchip/network/if_fxp.c: Add entry for another module ID code.
1060
10612004-11-22      Joel Sherrill <joel@OARcorp.com>
1062
1063        PR 693/misc
1064        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1065        in/outport routines.
1066
10672004-11-22      Joel Sherrill <joel@OARcorp.com>
1068
1069        PR 693/misc
1070        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1071        in/outport routines.
1072
10732004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1074
1075        * aclocal/enable-itron.m4: Remove (unused).
1076
10772004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1078
1079        * configure.ac: Misc. quoting cleanups.
1080        Enable ada-tests iff --enable-ada and --enable-tests.
1081
10822004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1083
1084        PR 703/filesystem
1085        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1086        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1087        libchip/ide/ide_controller.c:
1088        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1089        available for BSPS/device drivers.
1090        Extend the "modes_available" and "mode_active" parameters to
1091        uint16_t for UDMA support.
1092
10932004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1094
1095        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1096        not supported on PowerPC since it works on the MVME2100 BSP.
1097
10982004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1099
1100        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1101        Add dependency tracking for *.cfgs.
1102        * Makefile.am: Add dependency tracking for *.cfg.
1103
11042004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1105
1106        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1107        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1108
11092004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1110
1111        PR 707/make_build
1112        * configure.ac: Add --enable-rpcgen.
1113
11142004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1115
1116        PR 700/rtems_misc
1117        * libnetworking/rtems_webserver/asp.c,
1118        libnetworking/rtems_webserver/balloc.c,
1119        libnetworking/rtems_webserver/cgi.c,
1120        libnetworking/rtems_webserver/default.c,
1121        libnetworking/rtems_webserver/ej.h,
1122        libnetworking/rtems_webserver/ejIntrn.h,
1123        libnetworking/rtems_webserver/ejlex.c,
1124        libnetworking/rtems_webserver/ejparse.c,
1125        libnetworking/rtems_webserver/emfdb.c,
1126        libnetworking/rtems_webserver/emfdb.h,
1127        libnetworking/rtems_webserver/form.c,
1128        libnetworking/rtems_webserver/handler.c,
1129        libnetworking/rtems_webserver/h.c,
1130        libnetworking/rtems_webserver/license.txt,
1131        libnetworking/rtems_webserver/Makefile.am,
1132        libnetworking/rtems_webserver/md5c.c,
1133        libnetworking/rtems_webserver/md5.h,
1134        libnetworking/rtems_webserver/mime.c,
1135        libnetworking/rtems_webserver/misc.c,
1136        libnetworking/rtems_webserver/NOTES,
1137        libnetworking/rtems_webserver/ringq.c,
1138        libnetworking/rtems_webserver/rom.c,
1139        libnetworking/rtems_webserver/rtems_webserver.h,
1140        libnetworking/rtems_webserver/security.c,
1141        libnetworking/rtems_webserver/sock.c,
1142        libnetworking/rtems_webserver/socket.c,
1143        libnetworking/rtems_webserver/sockGen.c,
1144        libnetworking/rtems_webserver/sym.c,
1145        libnetworking/rtems_webserver/uemf.c,
1146        libnetworking/rtems_webserver/uemf.h,
1147        libnetworking/rtems_webserver/um.c,
1148        libnetworking/rtems_webserver/um.h,
1149        libnetworking/rtems_webserver/umui.c,
1150        libnetworking/rtems_webserver/url.c,
1151        libnetworking/rtems_webserver/value.c,
1152        libnetworking/rtems_webserver/wbase64.c,
1153        libnetworking/rtems_webserver/webcomp.c,
1154        libnetworking/rtems_webserver/webmain.c,
1155        libnetworking/rtems_webserver/webpage.c,
1156        libnetworking/rtems_webserver/webrom.c,
1157        libnetworking/rtems_webserver/webs.c,
1158        libnetworking/rtems_webserver/websda.c,
1159        libnetworking/rtems_webserver/websda.h,
1160        libnetworking/rtems_webserver/webs.h,
1161        libnetworking/rtems_webserver/websSSL.c,
1162        libnetworking/rtems_webserver/websSSL.h,
1163        libnetworking/rtems_webserver/websuemf.c,
1164        libnetworking/rtems_webserver/wsIntrn.h:
1165        Remove (Moved to cpukit/http).
1166
11672004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1168
1169        PR 700/rtems_misc
1170        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1171        Remove libnetworking/rtems_webserver.
1172
11732004-10-25      Eric Norum <norume@aps.anl.gov>
1174
1175        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1176
11772004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1178
1179        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1180
11812004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1182
1183        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1184        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1185
11862004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1187
1188        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1189
11902004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1191
1192        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1193        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1194
11952004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1196
1197        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1198        BITSPERBYTE.
1199
12002004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1201
1202        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1203        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1204
12052004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1206
1207        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1208
12092004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1210
1211        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1212        * aclocal/enable-bare.m4: Remove.
1213        * configure.ac: Remove BARE_CPU_MODEL.
1214
12152004-10-13      Eric Norum <norume@aps.anl.gov>
1216
1217        PR 688/bsps
1218        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1219        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1220        MC146818A (and several Dallas Semiconductor) TOD chips.
1221
12222004-10-13      Eric Norum <norume@aps.anl.gov>
1223
1224        PR 686/networking
1225        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1226        device code.
1227
12282004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1229
1230        * libchip/network/dec21140.c: include <rtems/pci.h>.
1231
12322004-09-29      Joel Sherrill <joel@OARcorp.com>
1233
1234        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1235        libnetworking/pppd/utils.c: i960 obsoleted and all references
1236        removed.
1237
12382004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1239
1240        PR 607/networking
1241        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1242        instead of fully specifying unused PCI features.
1243
12442004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1245
1246        * configure.ac: Require automake > 1.9.
1247
12482004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1249
1250        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1251
12522004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1253
1254        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1255        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1256
12572004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1258
1259        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1260        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1261
12622004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1263
1264        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1265
12662004-07-28  Joel Sherrill <joel@OARcorp.com>
1267
1268    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1269
12702004-07-25      Joel Sherrill <joel@OARcorp.com>
1271
1272        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1273
12742004-05-21  Till Strauman <strauman@slac.stanford.edu>
1275
1276        PR 625/networking
1277        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1278        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1279        an error rather than panic if no chip is detected (thus allowing
1280        for probing).
1281        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1282        instead of looping forever.  Avoid divide by zero (crashed my PC).
1283        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1284        they are UNTESTED.
1285
12862004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1287
1288        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1289
12902004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1291
1292        * libchip/network/dec21140.c, libchip/network/elnk.c:
1293        #include <errno.h>.
1294
12952004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1296
1297        * libchip/network/if_media.h: Update from FreeBSD.
1298        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1299        libchip/network/i82586.c: #include <errno.h>.
1300
13012004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1302
1303        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1304
13052004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1306
1307        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1308
13092004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1310
1311        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1312        automake).
1313
13142004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1315
1316        PR 599/pppd
1317        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1318
13192004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1320
1321        * optman/rtems/no-region.c: Reflect having changed
1322        rtems_region_get_segment_size.
1323
13242004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1325
1326        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1327        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1328        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1329        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1330        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1331        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1332        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1333
13342004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1335
1336        * libchip/ide/ata.c, libchip/network/dec21140.c,
1337        libchip/network/elnk.c, libchip/network/i82586.c,
1338        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1339        libchip/network/open_eth.c, libchip/network/sonic.c,
1340        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1341        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1342        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1343        libchip/shmdr/shm_driver.h: Cosmetics.
1344
13452004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1346
1347        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1348        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1349        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1350        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1351        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1352        fixed size types.
1353
13542004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1355
1356        * configure.ac: Explicitly pass --includedir and --libdir to
1357        cpukit/configure.
1358
13592004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1360
1361        * librdbg/Makefile.am: Fix rpcgen rules.
1362        * librdbg/src/i386/any/remdeb_xdr.c,
1363        librdbg/src/m68k/any/remdeb_xdr.c,
1364        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1365        Reflect changes to librdbg/Makefile.am.
1366
13672004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1368
1369        * configure.ac: Reflect changes testsuites/configure.ac and
1370        cpukit/configure.ac.
1371
13722004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1373
1374        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1375        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1376
13772004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1378
1379        * configure.ac: Reflect changes to testsuites's configuration.
1380
13812004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1382
1383        PR/589 rtems
1384        * libchip/network/pci.h: Remove (Moved to cpukit).
1385
13862004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1387
1388        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1389        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1390        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1391        libchip/network/dec21140.c, libchip/network/elnk.c,
1392        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1393        libchip/network/open_eth.h, libchip/network/sonic.c,
1394        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1395        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1396        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1397        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1398        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1399        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1400        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1401        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1402        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1403        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1404        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1405        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1406        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1407        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1408        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1409        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1410        fixed-size types.
1411
14122004-03-14      Chris Johns  <chrisj@rtems.org>
1413
1414        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1415        the BSP example code.
1416        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1417        support the DIMMPC. This is a pc386 target with IO port support. Minor
1418        formating clean up. Add documentation to the header file.
1419        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1420        cs8900.h header file.
1421
14222004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1423
1424        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1425        Cosmetics.
1426
14272004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1428
1429        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1430        There are no application level Makefiles in here.
1431
14322004-03-04      Joel Sherrill <joel@OARcorp.com>
1433
1434        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1435        they can be used in application level makefiles.
1436
14372004-03-05      Joel Sherrill <joel@OARcorp.com>
1438
1439        * libnetworking/rtems_webserver/ejparse.c,
1440        libnetworking/rtems_webserver/emfdb.c,
1441        libnetworking/rtems_webserver/sock.c,
1442        libnetworking/rtems_webserver/socket.c,
1443        libnetworking/rtems_webserver/sym.c,
1444        libnetworking/rtems_webserver/webs.c,
1445        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
14462004-03-05      Joel Sherrill <joel@OARcorp.com>
1447
1448        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1449        compiling this file only only those CPU families with supported
1450        exception models.
1451
14522004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1453
1454        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1455        testsuites (Was exposed with --enable-multilib, only).
1456        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1457         Add RTEMS_BSP_CONFIG_SUBDIR.
1458        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1459        testsuites's configure.
1460        * aclocal/rtems-top.m4: Remove ENDIF hack.
1461        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1462
14632004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1464
1465        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1466        wrapup/Makefile.am: Fix automake problems having been introduced
1467        in previous patch.
1468
14692004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1470
1471        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1472        Preinstall dirs.
1473        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1474        * aclocal/check-multiprocessing.m4: Cosmetics.
1475        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1476        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1477
14782004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1479
1480        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1481        librdbg/src/Makefile.am.
1482        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1483        * configure.ac: Reflect changes above.
1484        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1485        * wrapup/Makefile.am: Reflect changes above.
1486        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1487
14882004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1489
1490        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1491
14922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1493
1494        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1495
14962004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1497
1498        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1499
15002004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1501
1502        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1503        librdbg/src/powerpc/Makefile.am: Remove.
1504        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1505        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1506        * configure.ac: Reflect changes above.
1507
15082004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1509
1510
15112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1512
1513        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1514        STRIP.
1515
15162004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1517
1518        * librdbg/include/Makefile.am: Merge-in
1519        librdbg/include/rdbg/i386/Makefile.am,
1520        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1521        librdbg/include/rdbg/powerpc/Makefile.am.
1522        * librdbg/include/rdbg/i386/Makefile.am,
1523        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1524        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1525        * configure.ac: Reflect changes above.
1526
15272004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1528
1529        * configure.ac: Use AS_HELP_STRING(ada).
1530
15312004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1532
1533        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1534        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1535        Use AC_CONFIG_HEADERS.
1536        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1537        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1538
15392004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1540
1541        * Makefile.am: include local.am.
1542
15432004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1544
1545        * aclocal/version.m4: 4.6.99.0.
1546
15472004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1548
1549        * Makefile.am: Don't include host.am.
1550        * automake/compile.am: Further cleanups.
1551
15522004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1553
1554        * automake/lib.am: Remove (Unused).
1555
15562004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1557
1558        * wrapup/Makefile.am: Don't include lib.am.
1559        * automake/compile.am: Use automake compilation rules.
1560
15612004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1562
1563        * libnetworking/pppd/Makefile.am,
1564        libnetworking/rtems_servers/Makefile.am,
1565        libnetworking/rtems_telnetd/Makefile.am,
1566        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1567        support/Makefile.am: Don't include lib.am.
1568
15692004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1570
1571        * libchip/Makefile.am: Don't include lib.am.
1572        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1573        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1574        unnecessary EXTRA_DISTs.
1575
15762004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1577
1578        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1579        hack.
1580
15812004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1582
1583        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1584        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1585        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1586        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1587
15882004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1589
1590        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1591        Add AM_CONDITIONAL(HAS_MP).
1592        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1593        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1594        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1595        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1596        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1597        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1598        (Deprecated by autoconf 2.59).
1599
16002004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1601
1602        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1603        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1604
16052004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1606
1607        * ChangeLog: Merge-in libnetworking/ChangeLog.
1608        * libnetworking/ChangeLog: Remove.
1609        * ChangeLog: Merge-in librdbg/ChangeLog.
1610        * librdbg/ChangeLog: Remove.
1611        * ChangeLog: Merge-in libchip/ChangeLog.
1612        * libchip/ChangeLog: Remove.
1613        * ChangeLog: Merge-in optman/ChangeLog.
1614        * optman/ChangeLog: Remove.
1615
16162004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1617
1618        * configure.ac: Reflect changes to cpukit.
1619        * wrapup/Makefile.am: Reflect changes to librdbg.
1620        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1621        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1622        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1623        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1624        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1625        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1626        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1627        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1628        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1629
16302004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1631
1632        * aclocal/rtems-top.m4: Remove check for version.m4.
1633        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1634
16352004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1636
1637        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1638        * wrapup/Makefile.am: Reflect changes to libchip/*.
1639        * support/Makefile.am: Use automake compilation rules.
1640        * wrapup/Makefile.am: Reflect changes to support/*.
1641        * configure.ac: Remove libnetworking/wrapup/Makefile.
1642        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1643        libnetworking/*/lib*.a instead of libnetapps.a.
1644        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1645        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1646        * optman/Makefile.am: Use automake compilation rules.
1647        * libchip/Makefile.am: Fix typo in previous patch.
1648        * libchip/Makefile.am: Use automake compilation rules.
1649        * libnetworking/Makefile.am: Remove wrapup.
1650        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1651        automake-compilation rules.
1652        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1653        automake-compilation rules.
1654        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1655        automake-compilation rules.
1656        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1657        automake-compilation rules.
1658        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1659
16602004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1661
1662        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1663        PRE/TMPINSTALL_FILES to CLEANFILES.
1664        * automake/lib.am: Remove TMPINSTALL_FILES.
1665        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1666        PRE/TMPINSTALL_FILES to CLEANFILES.
1667        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1668        PRE/TMPINSTALL_FILES to CLEANFILES.
1669        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1670        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1671        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1672        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1673        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1674        * librdbg/src/i386/Makefile.am: Ditto.
1675        * librdbg/src/m68k/Makefile.am: Ditto.
1676        * librdbg/src/powerpc/Makefile.am: Ditto.
1677        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1678        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1679        * libnetworking/rtems_servers/Makefile.am: Ditto.
1680        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1681        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1682
16832004-01-07      Joel Sherrill <joel@OARcorp.com>
1684
1685        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1686        more completely covers the MIPS family.
1687
16882003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1689
1690        * wrapup/Makefile.am: Reflect changes to shmdr.
1691        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1692
16932003-12-18      Joel Sherrill <joel@OARcorp.com>
1694
1695        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1696        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1697        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1698        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1699        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1700        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1701        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1702
17032003-12-17      Joel Sherrill <joel@OARcorp.com>
1704
1705        * aclocal/version.m4: Updated to rtems-20031217-test.
1706
17072003-12-17     
1708
1709        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1710        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1711
17122003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1713
1714        * automake/compile.am: Remove LINK_LIBS (Unused).
1715        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1716
17172003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1718
1719        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1720        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1721        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1722        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1723        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1724
17252003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1726
1727        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1728        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1729        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1730        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1731        * librdbg/src/i386/Makefile.am:
1732        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1733        * librdbg/src/m68k/Makefile.am:
1734        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1735        * librdbg/src/powerpc/Makefile.am:
1736        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1737
17382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1739
1740        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1741        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1742        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1743        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1744        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1745        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1746        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1747        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1748        * optman/Makefile.am: Remove project_libdir.
1749        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1750        PRE/TMPINSTALL_FILES.
1751        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1752        PRE/TMPINSTALL_FILES.
1753        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1754        PRE/TMPINSTALL_FILES.
1755        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1756        PRE/TMPINSTALL_FILES.
1757        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1758        from PRE/TMPINSTALL_FILES.
1759        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1760        PRE/TMPINSTALL_FILES.
1761        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1762        PRE/TMPINSTALL_FILES.
1763        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1764        PRE/TMPINSTALL_FILES.
1765        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1766        PRE/TMPINSTALL_FILES.
1767        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1768        PRE/TMPINSTALL_FILES.
1769        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1770        PRE/TMPINSTALL_FILES.
1771        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1772        from PRE/TMPINSTALL_FILES.
1773
17742003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1775
1776        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1777        * automake/lib.am: Remove project_libdir.
1778        * wrapup/Makefile.am: Reworked.
1779
17802003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1781
1782        * configure.ac: Reflect changes to librdbg.
1783        * optman/Makefile.am: Add tmpinstall dirstamp support.
1784        * libchip/Makefile.am: Fix variant-tmpinstall support.
1785        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1786        * librdbg/src/powerpc/Makefile.am: Merge-in former
1787        new_exception_processing/Makefile.am.
1788        * librdbg/src/m68k/any/Makefile.am: Remove.
1789        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1790        * librdbg/src/i386/any/Makefile.am: Remove.
1791        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1792        * librdbg/src/Makefile.am: Cosmetics.
1793        * librdbg/include/Makefile.am: Cosmetics.
1794        * librdbg/Makefile.am: Cosmetics.
1795        * libnetworking/Makefile.am: Cosmetics.
1796        * libnetworking/pppd/Makefile.am: Cosmetics.
1797        * libnetworking/wrapup/Makefile.am: Cosmetics.
1798
17992003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1800
1801        * Makefile.am: Cosmetics.
1802        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1803        support.
1804
18052003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1806
1807        * automake/compile.am: Remove $(ARCH):-rule.
1808
18092003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1810
1811        * configure.ac: Remove lib/libbsp/shared/Makefile,
1812        lib/libbsp/shmdr/Makefile.
1813
18142003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1815
1816        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1817        libchip/serial/Makefile, libchip/rtc/Makefile.
1818        * support/Makefile.am: Remove all-local: $(ARCH).
1819        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1820        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1821        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1822        * optman/Makefile.am: Remove all-local: $(ARCH).
1823        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1824        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1825        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1826        compilation dirstamp support.
1827        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1828        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1829        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1830        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1831        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1832        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1833        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1834        all-local: $(ARCH).
1835        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1836        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1837        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1838        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1839        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1840
18412003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1842
1843        * aclocal/lead-dot.m4: New (from automake-1.7f).
1844        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1845        AC_SUBST(dirstamp).
1846        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1847        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1848        libchip/serial/Makefile.am: Ditto.
1849        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1850        * librdbg/include/Makefile.am: Ditto.
1851        * librdbg/include/rdbg/Makefile.am: Ditto.
1852        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1853        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1854        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1855        * librdbg/src/Makefile.am: Ditto.
1856        * librdbg/src/i386/Makefile.am: Ditto.
1857        * librdbg/src/i386/any/Makefile.am: Ditto.
1858        * librdbg/src/m68k/Makefile.am: Ditto.
1859        * librdbg/src/m68k/any/Makefile.am: Ditto.
1860        * librdbg/src/powerpc/Makefile.am: Ditto.
1861        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1862        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1863        preinstallation.
1864        * libnetworking/pppd/Makefile.am: Ditto.
1865        * libnetworking/rtems_servers/Makefile.am: Ditto.
1866        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1867        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1868        * libnetworking/wrapup/Makefile.am: Ditto.
1869
18702003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1871
1872        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1873        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1874        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1875        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1876        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1877        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1878        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1879        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1880        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1881        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1882        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1883        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1884        underquoting to silence automake-1.8.
1885
18862003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1887
1888        * configure.ac: Reflect having moved tests to ../../testsuites.
1889
18902003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1891
1892        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1893        * aclocal/canonical-host.m4: Remove.
1894        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1895        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1896
18972003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1898
1899        * aclocal/check-cpu.m4: Remove.
1900        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1901        * aclocal/canonical-target-name.m4: Add m4-quotes.
1902        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1903        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1904        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1905        * aclocal/check-networking.m4: Add m4-quotes. Require
1906        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1907        * aclocal/check-posix.m4: Add m4-quotes. Require
1908        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1909        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1910        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1911        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1912
19132003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1914
1915        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1916        * aclocal/bsp-alias.m4: Remove.
1917
19182003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1919
1920        * configure.ac: Make presence of tests/ optional.
1921
19222003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1923
1924        * aclocal/path-perl.m4: Remove (Unused).
1925
19262003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1927
1928        * automake/force-preinstall.am: Remove.
1929
19302003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1931
1932        PR 499/rtems_misc
1933        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1934        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1935        Configuration (Odd was forced) - Correction of Stop Bit configuration
1936        (inversed) - Correction of ISR Handler to call
1937        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1938        CTS Hardware flow control Configuration.
1939
19402003-09-04      Joel Sherrill <joel@OARcorp.com>
1941
1942        * lib/libcpu/shared/include/cache.h,
1943        lib/libcpu/shared/src/cache_aligned_malloc.c,
1944        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1945        license changed.
1946        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1947        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1948        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1949        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1950        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1951        for license changed.
1952        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1953        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1954        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1955        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1956        libchip/network/cs8900.h, libchip/network/dec21140.c,
1957        libchip/network/elnk.c, libchip/network/open_eth.c,
1958        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1959        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1960        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1961        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1962        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1963        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1964        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1965        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1966        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1967        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1968        libchip/serial/serial.h, libchip/serial/z85c30.c,
1969        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1970        libchip/serial/z85c30_reg.c: URL for license changed.
1971
19722003-09-03      Jiri Gaisler <jiri@gaisler.com>
1973
1974        PR 477/networking
1975        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1976        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1977        libchip/network/open_eth.h: New files.
1978
19792003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1980
1981        * aclocal/rtems-top.m4: Add RTEMS_API.
1982        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1983
19842003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1985
1986        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1987        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1988        @RTEMS_BSP@.cfg.
1989
19902003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1991
1992        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1993
19942003-08-20      Joel Sherrill <joel@OARcorp.com>
1995
1996        * libchip/network/cs8900.c: Correct copyright statements.
1997
19982003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1999
2000        * aclocal/check-itron.m4: Remove.
2001        * aclocal/enable-inlines.m4: Remove.
2002        * Makefile.am: Reflect having moved aclocal/.
2003        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2004        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2005        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2006        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2007        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2008        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2009        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2010        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2011        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2012        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2013        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2014        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2015        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2016        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2017        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2018        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2019        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2020        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2021        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2022        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2023        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2024        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2025        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2026        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2027        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2028        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2029        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2030        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2031        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2032        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2033        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2034        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2035        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2036        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2037        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2038        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2039        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2040        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2041        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2042        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2043        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2044        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2045        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2046        * aclocal/target.m4: New (Copied from ../../aclocal).
2047        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2048        * aclocal/version.m4: New (Copied from ../../aclocal).
2049
20502003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2051
2052        * configure.ac: Remove stray comments.
2053        * automake/local.am, automake/host.am: Remove "debug".
2054
20552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2056
2057        * Makefile.am: Reflect having moved automake/.
2058        * lib/Makefile.am: Reflect having moved automake/.
2059        * support/Makefile.am: Reflect having moved automake/.
2060        * wrapup/Makefile.am: Reflect having moved automake/.
2061        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2062        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2063        from ../../automake).
2064        * optman/Makefile.am: Reflect having moved automake/.
2065        * libchip/Makefile.am: Reflect having moved automake/.
2066        * libchip/ide/Makefile.am: Reflect having moved automake/.
2067        * libchip/network/Makefile.am: Reflect having moved automake/.
2068        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2069        * libchip/serial/Makefile.am: Reflect having moved automake/.
2070        * librdbg/Makefile.am: Reflect having moved automake/.
2071        * librdbg/include/Makefile.am: Reflect having moved automake/.
2072        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2073        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2074        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2075        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2076        automake/.
2077        * librdbg/src/Makefile.am: Reflect having moved automake/.
2078        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2079        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2080        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2081        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2082        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2083        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2084        having moved automake/.
2085        * libnetworking/Makefile.am: Reflect having moved automake/.
2086        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2087        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2088        automake/.
2089        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2090        automake/.
2091        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2092        automake/.
2093        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2094
20952003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2096
2097        * Makefile.am: Add bsp.pc.in.
2098        * bsp.pc.in: New (pkgconfig support).
2099
21002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2101
2102        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2103
21042003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2105
2106        * lib/Makefile.am: New (Required by 'make dist').
2107        * lib/ChangeLog: Remove.
2108        * lib/.cvsignore: Cleanup.
2109        * configure.ac: Reflect having added lib/Makefile.am.
2110        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2111        lib/libbsp/configure.ac.
2112        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2113        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2114
21152003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2116
2117        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2118        * configure.ac: Merge-in librdbg/configure.ac.
2119        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2120        librdbg/configure.ac.
2121        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2122        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2123        LIBCHIP. Conditionally build include-dirs.
2124        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2125        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2126        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2127        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2128        librdbg/include/rdbg/m68k/Makefile.am,
2129        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2130        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2131        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2132        librdbg/src/powerpc/Makefile.am, librdbg/
2133        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2134        configure.ac into ../configure.ac.
2135        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2136        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2137        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2138        libnetworking/rtems_telnetd/Makefile.am,
2139        libnetworking/rtems_webserver/Makefile.am,
2140        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2141        into ../configure.ac.
2142
21432003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2144
2145        PR 427/rtems
2146        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2147        * librdbg/src/servtsp.c: Ditto.
2148
21492003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2150
2151        PR 429/bsps
2152        PR 432/bsps
2153        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2154        packets are queued onto an elnk board, the ISR will deadlock the device
2155        with a tx complete interrupt.  Lighter tx loads are not affected as they
2156        end up submitting single packets to the device.
2157
21582003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2159
2160        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2161        optman/configure.ac.
2162        * optman/configure.ac: Remove (Merged into ../configure.ac).
2163        * optman/Makefile.am: Reflect having merged configure.ac into
2164        ../configure.ac.
2165        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2166        * libchip/Makefile.am, libchip/ide/Makefile.am,
2167        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2168        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2169        ../configure.ac.
2170
21712003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2172
2173        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2174
21752003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2176
2177        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2178        on i386.
2179
21802003-06-13      Joel Sherrill <joel@OARcorp.com>
2181
2182        * libnetworking/pppd/chat.c: Removed warnings.
2183
21842003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2185
2186        * libchip/network/README.3com: New file missed in previous commit.
2187        PR 405/bsps
2188        PR 393/networking
2189        * libchip/network/dec21140.c: Fix leak also known as PR393.
2190        * libchip/network/elnk.c, libchip/network/if_media.h,
2191        libchip/network/mii.h: New files.
2192        * libchip/network/Makefile.am: Reflect new files.
2193
21942003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2195
2196        * configure.ac: Remove support for profile-variant.
2197
21982003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2199
2200        PR 397/pppd
2201        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2202        * libnetworking/pppd/magic.c: Remove *rand48.
2203        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2204
22052003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2206
2207        * wrapup/Makefile.am: Add libide.a.
2208
22092003-04-15      Joel Sherrill <joel@OARcorp.com>
2210
2211        PR 387/rtems_misc
2212        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2213        routines.
2214        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2215
22162003-04-11      Joel Sherrill <joel@OARcorp.com>
2217
2218        * libnetworking/rtems_webserver/cgi.c,
2219        libnetworking/rtems_webserver/sockGen.c,
2220        libnetworking/rtems_webserver/umui.c,
2221        libnetworking/rtems_webserver/websSSL.c,
2222        libnetworking/rtems_webserver/websSSL.h,
2223        libnetworking/rtems_webserver/websda.c,
2224        libnetworking/rtems_webserver/websda.h: New files. Not included in
2225        previous commit.
2226
22272003-04-10      Joel Sherrill <joel@OARcorp.com>
2228
2229        PR 371/pppd
2230        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2231        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2232        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2233        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2234        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2235        still global symbols in rtemspppd.h which might need to be changed or
2236        converted into member of a structure which is dereferenced with a
2237        pointer that is managed as a per task variable. But this patch should
2238        avoid many conflicts.
2239
22402003-03-27      Joel Sherrill <joel@OARcorp.com>
2241
2242        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2243        not allowed in the cpukit source code since it must be buildable
2244        independent of any BSP. These files were moved to libchip/ide.
2245        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2246        files.
2247
22482003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2249
2250        PR 368/filesystems
2251        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2252        improvements which now work on pc386 and mbx8xx.
2253        * libchip/ide/ide_controller.c: New file.
2254
22552003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2256
2257        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2258
22592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2260
2261        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2262        * configure.ac: Add support/.
2263        * support/.cvsignore: New.
2264        * support/Makefile.am: New.
2265        * support/version.c: New.
2266        * wrapup/Makefile.am: Add support/libsupport.a.
2267        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2268        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2269        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2270        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2271
22722003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2273
2274        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2275
22762003-02-20      Till Straumann <strauman@slac.stanford.edu>
2277
2278        PR 354/networking
2279        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2280        chip against a table of supported chips. The untested ones are still
2281        commented out, however.
2282
22832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2284
2285        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2286        * configure.ac: AC_PREREQ(2.57).
2287        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2288        * optman/configure.ac: AC_PREREQ(2.57).
2289        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2290        * libchip/configure.ac: AC_PREREQ(2.57).
2291        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2292        * librdbg/configure.ac: AC_PREREQ(2.57).
2293        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2294        * libnetworking/configure.ac: AC_PREREQ(2.57).
2295
22962003-02-06      Joel Sherrill <joel@OARcorp.com>
2297
2298        * libnetworking/pppd/chat.c: Convert routines with common names to
2299        static. This included get_char(), put_char(), and character() among
2300        others.
2301
23022003-02-03      Joel Sherrill <joel@OARcorp.com>
2303
2304        PR 338/filesystem
2305        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2306        rtems_io_lookup_name() (API change).  Unused function removed.
2307
23082003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2309
2310        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2311        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2312        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2313        Eliminate *_O_FILES.
2314        * libnetworking/rtems_servers/Makefile.am,
2315        libnetworking/rtems_webserver/Makefile.am,
2316        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2317
23182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2319
2320        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2321        Let all-local: depend on $(LIB).
2322        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2323        * optman/Makefile.am: Apply install-data-local to install *.rels.
2324
23252002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2326
2327        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2328        %.c rules.
2329        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2330        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2331        * libchip/rtc/Makefile.am: Ditto.
2332        * libchip/serial/Makefile.am: Ditto.
2333
23342002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2335
2336        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2337        LIBC_DEFINES.
2338        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2339        LIBC_DEFINES.
2340        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2341        LIBC_DEFINES.
2342
23432002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2344
2345        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2346
23472002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2348
2349        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2350        cache-checking.
2351        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2352
23532002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2354
2355        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2356        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2357        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2358        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2359        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2360
23612002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2362
2363        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2364        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2365        Remove.
2366        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2367
23682002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2369
2370        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2371        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2372
23732002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2374
2375        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2376        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2377
23782002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2379
2380        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2381        * optman/rel.am: New.
2382
23832002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2384
2385        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2386        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2387        braino in comment on "exec". Extend --enable-ada handling.
2388
23892002-11-04      Joel Sherrill <joel@OARcorp.com>
2390
2391        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2392        tasks and rolling multiple loops into 1.
2393        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2394        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2395        Removed warnings.
2396
23972002-10-31      Joel Sherrill <joel@OARcorp.com>
2398
2399        * libchip/network/dec21140.c: Removed warnings.
2400        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2401        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2402        librdbg/src/m68k/any/remdeb_xdr.c,
2403        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2404        warnings.
2405        * libnetworking/rtems_webserver/socket.c,
2406        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2407
24082002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2409
2410        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2411        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2412        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2413        above.
2414
24152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2416
2417        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2418        * wrapup/.cvsignore: Remove autom4te.cache.
2419        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2420        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2421        autom4te.cache.
2422        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2423        autom4te.cache.
2424        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2425        autom4te.cache.
2426
24272002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2428
2429        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2430
24312002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2432
2433        * optman/.cvsignore: Add autom4te.cache.
2434
24352002-09-14      Joel Sherrill <joel@OARcorp.com>
2436
2437        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2438
24392002-09-07      Joel Sherrill <joel@OARcorp.com>
2440
2441        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2442        include files to resolve warnings.
2443
24442002-09-07      Chris Johns <ccj@acm.org>
2445
2446        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2447        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2448        which corrects the problem  where the cs8900.c file was actually the BSP
2449        glue.  Joel did some hacking so this file will compile.  Previously it
2450        required providing a target.h file to compile.
2451        * libchip/network/cs8900.c.bsp: New file.
2452
24532002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2454
2455        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2456
24572002-08-31      Joel Sherrill <joel@OARcorp.com>
2458
2459        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2460        eliminate warning.
2461
24622002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2463
2464        * configure.ac: Add ada-tests.
2465
24662002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2467
2468        * Makefile.am: Add preinstall-stamp.
2469
24702002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2471
2472        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2473        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2474        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2475        gcc31 happy.
2476        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2477        cp.
2478
24792002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2480
2481        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2482        make/bsp.mak.
2483        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2484        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2485
24862002-08-12      Joel Sherrill <joel@OARcorp.com>
2487
2488        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2489        avoid error.
2490
24912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2492
2493        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2494        * configure.ac: Add BSP_SUBDIRS.
2495        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2496        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2497        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2498        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2499        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2500        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2501        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2502        RTEMS_CHECK_BSP_CACHE.
2503        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2504        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2505        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2506        .$(OBJEXT) instead of .o.
2507        * libnetworking/pppd/Makefile.am,
2508        libnetworking/rtems_servers/Makefile.am,
2509        libnetworking/rtems_telnetd/Makefile.am,
2510        libnetworking/rtems_webserver/Makefile.am,
2511        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2512
25132002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2514
2515        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2516        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2517        ../libchip/serial/$(ARCH)/libserialio.a.
2518        * libchip/serial/Makefile.am: Don't tmp-install lib.
2519        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2520
25212002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2522
2523        * Makefile.am: Add rtems_makedir.
2524        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2525        * Makefile.am: Add wrapup-SUBDIR.
2526        * wrapup/ChangeLog: Remove.
2527        * wrapup/configure.ac: Remove.
2528        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2529        (Make the bare BSP happy).
2530        * configure.ac: Ditto.
2531        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2532        Create make/custom/default.cfg.
2533        * configure.ac: Add creation of make/custom/*.cfg. Create
2534        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2535
25362002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2537
2538        * Makefile.am: Clean $(PROJECT_RELEASE).
2539
25402002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2541
2542        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2543        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2544        prototype mismatches.
2545
25462002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2547
2548        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2549        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2550
25512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2552
2553        * acinclude.m4: Add test "$multilib" != "yes".
2554        * config-ml.in: Remove.
2555        * acinclude.m4: Cleanups.
2556        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2557        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2558        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2559        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2560        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2561
25622002-07-16      Eric Norum <eric.norum@usask.ca>
2563
2564        * New driver for the Intel EtherExpressPro (82559ER) chip.
2565        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2566        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2567        * libchip/network/Makefile.am: Modified to reflect above.
2568
25692002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2570
2571        * acinclude.m4: New.
2572        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2573        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2574        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2575
25762002-07-01      Joel Sherrill <joel@OARcorp.com>
2577
2578        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2579        _Objects_Information_table now that it is a two dimensional array based
2580        upon API and class.
2581        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2582        of strnlen().
2583
25842002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2585
2586        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2587        preinstall libnetapps.a.
2588
25892002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2590
2591        * configure.ac: Remove librpc.
2592
25932002-06-25      Joel Sherrill <joel@OARcorp.com>
2594
2595        * Per PR233, moved librpc to exec.
2596        * configure.ac, wrapup/Makefile.am: Modified.
2597        * librpc, librpc/ChangeLog: Removed.
2598
25992002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2600
2601        * optman/Makefile.am: Remove multilib support.
2602        * optman/configure.ac: Ditto.
2603        * optman/sapi/Makefile.am: Ditto.
2604
26052002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2606
2607        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2608        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2609
26102002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2611
2612        Move networking libraries to c/src/exec/libnetworking
2613        * libnetworking/configure.ac, libnetworking/Makefile.am,
2614        libnetworking/wrapup/Makefile.am: Reflect Moval.
2615
26162002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2617
2618        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2619        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2620        <rtems/bspIo.h>.
2621
26222002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2623
2624        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2625        * libnetworking/rtems/mkrootfs.h: Ditto.
2626        * libnetworking/rtems/Makefile.am: Reflect changes above.
2627
26282002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2629
2630        * configure.ac: Remove lib.
2631
26322002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2633
2634        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2635        that exception stack frames on M68K members with VBR always are 6 byte
2636        long. The incorrect assumption resulted in some gdb commands like "next"
2637        to fail on the 68360.
2638
26392002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2640
2641        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2642        PR 220
2643        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2644        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2645        CVS.
2646        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2647        libnetworking/sys/filio.h: Remove.
2648        * libnetworking/sys/Makefile.am: Reflect changes above.
2649
26502002-05-07      Chris Johns <ccj@acm.org>
2651
2652        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2653        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2654        requires it to be stripped.
2655
26562002-05-01      Eric Norum <eric.norum@usask.ca>
2657
2658        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2659        assembly  to satisfy gcc 3.1 and newer.
2660
26612002-04-26      Eric Norum <eric.norum@usask.ca>
2662
2663        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2664        agressive optimization in gcc 3.1 does not reorder things.
2665
26662002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2667
2668        * libchip/network/dec21140.c: Reflect changes to powerpc's
2669        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2670        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2671        <rtems/score/cpu.h>.
2672        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2673        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2674
26752002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2676
2677        * optman/configure.ac: Remove ENABLE_GCC28.
2678
26792002-04-11      Chris Johns <ccj@acm.org>
2680
2681        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2682        driver control block field to the ifconfig network driver structure.
2683        This field is needed by the i82586 driver which was ported from NetBSD
2684        as it had better hardware abstraction.
2685        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2686        PR59, added the drv_ctrl driver control block field to the ifconfig
2687        network driver structure. This field is needed by the i82586 driver
2688        which was ported from NetBSD as it had better hardware abstraction.
2689
26902002-04-10      Mike Siers <mikes@poliac.com>
2691
2692        * libnetworking/rtems_webserver/NOTES,
2693        libnetworking/rtems_webserver/asp.c,
2694        libnetworking/rtems_webserver/balloc.c,
2695        libnetworking/rtems_webserver/default.c,
2696        libnetworking/rtems_webserver/ej.h,
2697        libnetworking/rtems_webserver/ejIntrn.h,
2698        libnetworking/rtems_webserver/ejlex.c,
2699        libnetworking/rtems_webserver/ejparse.c,
2700        libnetworking/rtems_webserver/emfdb.c,
2701        libnetworking/rtems_webserver/emfdb.h,
2702        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2703        libnetworking/rtems_webserver/handler.c,
2704        libnetworking/rtems_webserver/license.txt,
2705        libnetworking/rtems_webserver/md5.h,
2706        libnetworking/rtems_webserver/md5c.c,
2707        libnetworking/rtems_webserver/mime.c,
2708        libnetworking/rtems_webserver/misc.c,
2709        libnetworking/rtems_webserver/ringq.c,
2710        libnetworking/rtems_webserver/rom.c,
2711        libnetworking/rtems_webserver/security.c,
2712        libnetworking/rtems_webserver/sock.c,
2713        libnetworking/rtems_webserver/sym.c,
2714        libnetworking/rtems_webserver/uemf.c,
2715        libnetworking/rtems_webserver/uemf.h,
2716        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2717        libnetworking/rtems_webserver/url.c,
2718        libnetworking/rtems_webserver/value.c,
2719        libnetworking/rtems_webserver/wbase64.c,
2720        libnetworking/rtems_webserver/webcomp.c,
2721        libnetworking/rtems_webserver/webpage.c,
2722        libnetworking/rtems_webserver/webrom.c,
2723        libnetworking/rtems_webserver/webs.c,
2724        libnetworking/rtems_webserver/webs.h,
2725        libnetworking/rtems_webserver/websuemf.c,
2726        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2727        2.1.4.
2728
27292002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2730
2731        * libchip/network/i82586.c: Include <string.h>.
2732        * libchip/network/sonic.c: Ditto.
2733
27342002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2735
2736        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2737
27382002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2739
2740        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2741
27422002-03-27      Thomas.Doerfler@imd-systems.de
2743
2744        PR 144
2745        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2746        memory address 0 when called for the first time. This is done when
2747        trying to clear the variable "dhcp_hostname".
2748
27492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2750
2751        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2752        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2753        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2754        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2755        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2756        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2757        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2758        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2759        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2760        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2761        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2762        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2763        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2764        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2765        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2766        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2767        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2768        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2769        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2770        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2771        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2772        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2773        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2774        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2775        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2776        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2777        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2778        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2779        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2780        AUTOMAKE_OPTIONS.
2781        * libnetworking/configure.ac:
2782        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2783        foreign 1.6]).
2784        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2785        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2786        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2787        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2788        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2789        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2790        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2791        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2792        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2793        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2794        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2795        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2796        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2797        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2798        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2799        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2800        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2801
28022002-03-27      Ilya Alexeev <ilya@continuum.ru>
2803
2804        PR 162
2805        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2806        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2807        used in a device write routines.  Now ppp_softc structure have own
2808        character for writing to device (sc_outchar).  I think that converting
2809        local variables to static is not a right solution, because problems will
2810        occur in the case of two or more ppp instances.
2811        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2812        must be u_long, otherwise in the case of the big output packet endless
2813        loop may occur.
2814
28152002-03-21      Ilya Alexeev <ilya@continuum.ru>
2816
2817        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2818        preparations for multiple PPPD connections.
2819
28202002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2821
2822        PR 149
2823        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2824        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2825        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2826        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2827
28282002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2829
2830        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2831        * configure.ac: Modified to reflect addition.
2832
28332002-02-27      Ilya Alexeev <ilya@continuum.ru>
2834
2835        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2836        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2837        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2838        capabilities as well as eliminate some warnings.
2839
28402002-02-27      Eric Norum <eric.norum@usask.ca>
2841
2842        * libnetworking/net/radix.c: Properly handle fetching the default route
2843        when there is no route.  This was a bug in the original FreeBSD code and
2844        this fix is from an updated version of their code.
2845
28462002-02-16      Eric Norum <eric.norum@usask.ca>
2847
2848        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2849        checking.
2850
28512002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2852
2853        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2854        dodefaultroute.
2855
28562002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2857
2858        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2859        include <rtems/seterr.h>.
2860
28612002-02-01      Mike Siers <mikes@poliac.com>
2862
2863        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2864        avoid bringing the link down too fast. NOTE: Mike reports successfully
2865        running at 56K baud on a direct link.
2866
28672002-02-01      Eric Valette <valette@crf.canon.fr>
2868
2869        * librdbg/So many patches have been posted recently on the mailing list
2870        and  because we were unable to find correct solution to compile on
2871        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2872        because the coding  style of rdbg was rather inconsistant among various
2873        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2874        global coding style (using indent + manual edits), 2) incorporate/review
2875        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2876        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2877        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2878        after rdbg initialization is done, NB : the paches is huge but it is
2879        mainly due to coding styke chnages.  Only few lines of codes have been
2880        really changed and they do not impact  rdbg functionnality (AFAIKT).
2881        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2882        librdbg/include/rdbg/m68k/rdbg_f.h,
2883        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2884        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2885        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2886        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2887        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2888        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2889        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2890        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2891        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2892        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2893        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2894        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2895        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2896        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2897        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2898        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2899
29002002-01-31      Mike Siers <mikes@poliac.com>
2901
2902        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2903        * Nice Update of PPPD support which eliminates the requiremetn that
2904        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2905        and reports that it seems to be more stable and handle larger packets
2906        better.  This patch replaces the termios tasks with more general pppd
2907        network driver tasks.  The functions pppinput() and pppstart() get
2908        called from the interrupt service routine.
2909        * libnetworking/Makefile.am, libnetworking/configure.ac,
2910        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2911        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2912        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2913        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2914        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2915        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2916        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2917        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2918        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2919        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2920        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2921        libnetworking/net/route.c, libnetworking/net/route.h,
2922        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2923        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2924        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2925        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2926        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2927        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2928        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2929        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2930        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2931        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2932        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2933        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2934        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2935        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2936        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2937        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2938        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2939        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2940        libnetworking/pppd/example/README,
2941        libnetworking/pppd/example/netconfig.h,
2942        libnetworking/wrapup/Makefile.am: Modified.
2943        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2944        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2945        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2946        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2947        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2948        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2949        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2950        libnetworking/modem/pppcompress.c: Subdirectory removed.
2951
29522002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2953
2954        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2955        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2956
29572002-01-18      Till Straumann <strauman@slac.stanford.edu>
2958
2959        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2960        issues: - exception handler needs to enable MSR_FP if the interrupted
2961        thread is FP enabled. - printk message for MSR fixed and added
2962        stacktrace. NOTE: this requires the stacktrace patch to
2963        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2964        however).
2965
29662002-01-06      Joel Sherrill <joel@OARcorp.com>
2967
2968        * optman/.cvsignore: Added aclocal.m4 and configure.
2969        * optman/.cvsignore: New file.
2970
29712002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2972
2973        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2974
29752002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2976
2977        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2978        * optman/ChangeLog: New.
2979        * optman/configure.ac: New.
2980        * optman/Makefile.am: New.
2981        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2982        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2983
29842001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2985
2986        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2987
29882001-12-18      Eric Norum <eric.norum@usask.ca>
2989
2990        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2991        `directories' (path names with a / at the end) while disallowing open()
2992        operations on TFTP `directories'.
2993
29942001-12-07      Eric Norum <eric.norum@usask.ca>
2995
2996        * libnetworking/lib/tftpDriver.c: Restore write capability.
2997
29982001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2999
3000        * libchip/network/sonic.h: Fix typo.
3001        * libnetworking/arpa/Makefile.am: Remove stray lines.
3002
30032001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3004
3005        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3006
30072001-10-18      Eric Norum <eric.norum@usask.ca>
3008
3009        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3010        chdir() and open() operations within the TFTP file system.
3011
30122001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3013
3014        * librdbg/configure.ac: Fix latent bug exposed by removal of
3015        config.cache's which prevented powerpc targets librdbg from building.
3016
30172001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3018
3019        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3020        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3021        autoconf-2.52 happy.
3022
30232001-10-12      Mike Siers <mikes@poliac.com>
3024
3025        * libnetworking/Update to stable working state.  Congratulations Mike!
3026        :).
3027        * libnetworking/modem_example: Directory removed.
3028        * libnetworking/modem_example/16550.h,
3029        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3030        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3031        libnetworking/modem_example/ppp.h,
3032        libnetworking/modem_example/pppcompress.c: Files removed.
3033        * libnetworking/pppd/example/pppd.options: New file.
3034        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3035        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3036        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3037        libnetworking/pppd/rtemsmain.c: Updated.
3038
30392001-10-12      Joel Sherrill <joel@OARcorp.com>
3040
3041        * libchip/serial/z85c30.c: Fixed typo.
3042
30432001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3044
3045        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3046        * configure.in: Remove.
3047        * configure.ac: New file, generated from configure.in by autoupdate.
3048        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3049        * libchip/configure.in: Remove.
3050        * libchip/configure.ac: New file, generated from configure.in by
3051        autoupdate.
3052        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3053        * librdbg/configure.in: Remove.
3054        * librdbg/configure.ac: New file, generated from configure.in by
3055        autoupdate.
3056        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3057        * libnetworking/configure.in: Remove.
3058        * libnetworking/configure.ac: New file, generated from configure.in by
3059        autoupdate.
3060
30612001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3062
3063        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3064        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3065        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3066
30672001-09-27      Joel Sherrill <joel@OARcorp.com>
3068
3069        * libchip/ChangeLog: Fixed typo in date.
3070
30712001-09-27      Eric Norum <eric.norum@usask.ca>
3072
3073        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3074        TFTP  filesystem.
3075
30762001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3077
3078        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3079        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3080        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3081        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3082        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3083        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3084        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3085        'PREINSTALL_FILES ='.
3086        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3087        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3088        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3089        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3090        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3091        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3092        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3093        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3094        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3095        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3096        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3097        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3098
30992001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3100
3101        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3102        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3103        * librdbg/src/m68k/any/Makefile.am: Ditto.
3104        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3105        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3106        happy.
3107
31082001-09-21      Joel Sherrill <joel@OARcorp.com>
3109
3110        * libchip/network/Makefile.am: Fixed typo on file name.
3111        * libchip/network/i82586.c: Commented out line 318 which is referencing
3112        a member of a structure that is not currently there.  This needs to be
3113        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3114        to C style.
3115
31162001-09-19      Eric Norum <eric.norum@usask.ca>
3117
3118        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3119
31202001-09-19      Chris Johns <ccj@acm.org>
3121
3122        * libchip/network/README.i82586, libchip/network/i82586.c,
3123        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3124        Network driver for Intel i82586.
3125        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3126        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3127        "root" filesystem with information obtained via the DHCP response.
3128
31292001-09-14      Eric Norum <eric.norum@usask.ca>
3130
3131        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3132        make gcc 3.x happy.
3133
31342001-08-16      Mike Siers <mikes@poliac.com>
3135
3136        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3137        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3138        These support callback functionality that has not even been compiled
3139        under RTEMS yet.
3140        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3141        example application.  Mike's notes on the modifications: - renamed
3142        error() function because of namespace problems - removed calls to the
3143        exit() funciton - removed extra files from the pppd source directory -
3144        defined pppd task constant values in rtemspppd.h - modifyied example
3145        code to get actual tick per second value - placed the pppd 2.3.11 man
3146        page file (pppd.8) into the pppd directory.
3147        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3148        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3149        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3150        libnetworking/pppd/rtems-ppp.c: Deleted.
3151        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3152        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3153        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3154        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3155        libnetworking/pppd/example/init.c,
3156        libnetworking/pppd/example/netconfig.h,
3157        libnetworking/pppd/example/ppp.conf,
3158        libnetworking/pppd/example/pppdapp.c,
3159        libnetworking/pppd/example/system.h: New files.
3160        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3161        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3162        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3163        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3164        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3165        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3166        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3167        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3168        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3169        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3170        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3171        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3172        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3173        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3174        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3175
31762001-08-16      Joel Sherrill <joel@OARcorp.com>
3177
3178        * libnetworking/pppd/example/Makefile: Removed.
3179        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3180        to avoid bootstrap -c clobbering it.
3181        * libnetworking/rtems_telnetd/.cvsignore: New file.
3182
31832001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3184
3185        * libnetworking/Makefile.am, libnetworking/configure.in,
3186        libnetworking/rtems_servers/Makefile.am,
3187        libnetworking/rtems_servers/telnetd.c,
3188        libnetworking/rtems_servers/telnetd.h,
3189        libnetworking/rtems_telnetd/Makefile.am,
3190        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3191        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3192        libnetworking/rtems_telnetd/telnetd.c,
3193        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3194        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3195        effect when ftpd change. - the tcp/ip stats have been implemented into
3196        icmds.c and started when telnetd daemon is started.
3197        * libnetworking/rtems_servers/telnetd.c,
3198        libnetworking/rtems_servers/telnetd.h: Removed.
3199        * libnetworking/rtems_telnetd: New directory.
3200        * libnetworking/rtems_telnetd/Makefile.am,
3201        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3202        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3203        libnetworking/rtems_telnetd/telnetd.c,
3204        libnetworking/rtems_telnetd/telnetd.h: New files.
3205
32062001-06-14      Joel Sherrill <joel@OARcorp.com>
3207
3208        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3209        Moved from libmisc/shell so the network stack to address network
3210        depenendency.
3211        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3212
32132001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3214
3215        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3216
32172001-05-15      Joel Sherrill <joel@OARcorp.com>
3218
3219        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3220        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3221        accidentally deleted the incorrectly empty versions.
3222
32232001-05-14      Till Straumann <strauman@slac.stanford.edu>
3224
3225        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3226        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3227        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3228        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3229        to know the values) - the affected BSP (shared/motorola) headers have
3230        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3231        driver (libchip/network/dec21140.c) has been fixed to use
3232        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3233        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3234        who is using this driver. - the DEC driver also has been fixed to use
3235        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3236        delay_in_bus_cycles().
3237
32382001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3239
3240        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3241
32422001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3243
3244        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3245
32462001-04-24      Eric Norum <eric.norum@usask.ca>
3247
3248        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3249        NTP synchronization a little more robust -- no NTP daemon yet, but at
3250        least it trys a little harder when the primary NTP server is down.
3251
32522001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3253
3254        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3255        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3256        libnetworking/pppd/modem_example/modem.c,
3257        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3258        other strings into English.
3259        * libnetworking/pppd/STATUS: updated to reflect the changes.
3260
32612001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3262
3263        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3264        again.
3265
32662001-04-20      Eric Valette <valette@crf.canon.fr>
3267
3268        * mcp750 directory renamed new_exception processing as it supports many
3269        more CPU models.
3270        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3271        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3272        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3273        formerly in mcp750 plus modifications.
3274        * librdbg/src/powerpc/mcp750/.cvsignore,
3275        librdbg/src/powerpc/mcp750/Makefile.am,
3276        librdbg/src/powerpc/mcp750/remdeb.h,
3277        librdbg/src/powerpc/mcp750/remdeb_f.x,
3278        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3279        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3280        new_exception_processing.
3281        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3282        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3283        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3284        part of this effort to add support for the MPC8xx.
3285
32862001-04-19      Joel Sherrill <joel@OARcorp.com>
3287
3288        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3289        internal include files.
3290
32912001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3292
3293        PR 158
3294        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3295        rcmd() library call by commenting out the parts that deal with signals.
3296        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3297        stdio. The 'server-side' parts of this file which deal with
3298        authentication are disabled since they are not needed.
3299
33002001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3301
3302        * libnetworking/include/.cvsignore: Remove dangling file.
3303
33042001-03-14      Joel Sherrill <joel@OARcorp.com>
3305
3306        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3307        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3308        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3309        libchip style serial drivers can be written in libcpu or libbsp.
3310
33112001-03-01      Joel Sherrill <joel@OARcorp.com>
3312
3313        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3314        libchip/network/sonic.c, libchip/network/sonic.h,
3315        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3316        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3317        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3318        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3319        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3320        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3321        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3322        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3323
33242001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3325
3326        * librdbg/include/rdbg/Makefile.am,
3327        librdbg/include/rdbg/i386/Makefile.am,
3328        librdbg/include/rdbg/m68k/Makefile.am,
3329        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3330        style on include files.
3331
33322001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3333
3334        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3335        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3336        replace ${..} with $(..).
3337        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3338        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3339        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3340        libnetworking/rtems/Makefile.am, libnetworking/
3341        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3342        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3343        include_*HEADERS instead of H_FILES.
3344        * libnetworking/include/Makefile.am: Remove.
3345        * libnetworking/Makefile.am: Add handling of *.h files.
3346        * libnetworking/configure.in: Remove include/Makefile.
3347
33482001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3349
3350        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3351
33522001-01-31      Sergei Organov <osv@javad.ru>
3353
3354        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3355        current dir and root dir removed in favor of new libio support for
3356        task-local current and root directories. - Bug in `close_data_socket()'
3357        introduced by previous change fixed. - `command_pasv()' changed to set
3358        timeout on socket we are listening on and code fixed to don't close
3359        socket twice on error. - `serr()' changed to clear `errno'. -
3360        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3361        changed to clear `errno' before processing session. -
3362        `close_data_socket()' fixed to close both active and passive sockets -
3363        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3364        empty string  in `exec_command()'.
3365
33662001-01-25      Eric Norum <eric.norum@usask.ca>
3367
3368        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3369        improves throughput on systems which are dropping packets.   Only the
3370        first timeout is reduced.  This keeps the number of extra packets down
3371        on networks that are very busy and dropping lots of packets.
3372
33732001-01-24      Sergei Organov <osv@javad.ru>
3374
3375        * libnetworking/rtems_servers/ftpd.c,
3376        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3377        - Timeouts on sockets implemented. 'idle' field added to configuration.
3378        No timeout by default to keep backward compatibility. Note: SITE IDLE
3379        command not implemented yet. - Basic global access control implemented.
3380        'access' field added to configuration. No access limitations by default
3381        to keep backward compatibility. - Anchor data socket for active mode
3382        (using self IP and port 20.) - Fixed default data port support (still
3383        not tested). - Don't allow IP address different from originating host in
3384        PORT command to improve security. - Fixed bug in MDTM command. - Check
3385        for correctness of parsing of argument in command_port(). - Fixed
3386        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3387        a directory. - Command parsing a little bit improved: command names are
3388        now converted to upper-case to be more compatible with RFC (command
3389        names are not case-sensitive.) - Reformat comments so that they have
3390        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3391        previous changes - True ASCII mode implemented (doesn't work for hooks
3392        and /dev/null) - Passive mode implemented, PASV command added. - Default
3393        port for data connection could be used (untested, can't find ftp client
3394        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3395        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3396
33972001-01-18      Joel Sherrill <joel@OARcorp.com>
3398
3399        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3400        macro using variable arguments.
3401        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3402        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3403        since I updated the main RTEMS development machine to RedHat 7.2 and
3404        apparently got a new version of rpcgen.
3405
34062001-01-12      Sergei Organov <osv@javad.ru>
3407
3408        * libnetworking/rtems_servers/ftpd.c,
3409        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3410        - use pool of pre-created threads to handle sessions instead of
3411        creating/deleting threads on the fly - LIST output is now similar to
3412        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3413        happy with it. - LIST NAME now works (both for files and directories) -
3414        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3415        clients happy  - keep track of CWD for every session separately -
3416        ability to specify root directory name for FTPD in configuration table.
3417        FTPD will then create illusion for FTP clients that this is actually
3418        root directory. - ignore options sent in commands, thus LIST -al FILE
3419        works and doesn't try to list "-al" directory. - buffers are allocated
3420        on stack instead of heap where possible to eliminate malloc/free calls
3421        (avoid possible heap fragmentation troubles). - drop using of task
3422        notepad to pass parameters - use function arguments instead - use
3423        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3424        in socket() instead of AF_INET.
3425
34262001-01-02      Joel Sherrill <joel@OARcorp.com>
3427
3428        * libnetworking/CHANGELOG: Removed.
3429        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3430
34312000-12-14      Eric Norum <eric.norum@usask.ca>
3432
3433        * libnetworking/lib/tftpDriver.c: Added write capability.
3434
34352000-12-08      Joel Sherrill <joel@OARcorp.com>
3436
3437        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3438        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3439        numerous variable declarations conditional on PPP_COMPRESS and
3440        PPP_FILTER.  Commented out variables that were not used because the code
3441        using them was commented out. Removed totally unused variables.
3442        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3443        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3444
34452000-11-30      Joel Sherrill <joel@OARcorp.com>
3446
3447        * libnetworking/modem/ppp_tty.c: Changed to include
3448        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3449        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3450        * libnetworking/Makefile.am: Modified to reflect above.
3451
34522000-11-27      Joel Sherrill <joel@OARcorp.com>
3453
3454        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3455
34562000-11-25      Eric Norum <eric.norum@usask.ca>
3457
3458        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3459        core.
3460
34612000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3462
3463        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3464        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3465        subdir.
3466        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3467        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3468        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3469        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3470        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3471        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3472        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3473        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3474        ppp_tty.c and the real pppd main is in pppmain.c.
3475
34762000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3477
3478        * libchip/network/sonic.c: Added ipalign() routine to align the received
3479        packet so that the ip header is on a 32-bit boundary. Necessary for
3480        cpu's that do not allow unaligned loads and stores and when the 32-bit
3481        DMA mode is used.
3482
34832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3484
3485        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3486        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3487        ACLOCAL_AMFLAGS.
3488        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3489        ACLOCAL_AMFLAGS.
3490        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3491        ACLOCAL_AMFLAGS.
3492
34932000-11-03      Chris Johns <ccj@acm.org>
3494
3495        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3496        libchip/network/cs8900.h: New files.
3497
34982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3499
3500        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3501        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3502        $(RTEMS_TOPdir)/aclocal.
3503        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3504        $(RTEMS_TOPdir)/aclocal.
3505        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3506        $(RTEMS_TOPdir)/aclocal.
3507
35082000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3509
3510        * configure.in: Switch to GNU-canonicalization.
3511        * Makefile.am: Reflect changes to configure.in.
3512        * acinclude.m4: Remove.
3513
35142000-10-30      Joel Sherrill <joel@OARcorp.com>
3515
3516        * POSIX include files merged into newlib.  This resulted in some
3517        definitions moving to other files and thus some secondary effects in
3518        RTEMS source code.
3519        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3520        in sync with newlib's <machine/types.h>.
3521        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3522        definition of struct itimerval in <sys/time.h>.
3523
35242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3525
3526        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3527        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3528        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3529        * ChangeLog: Fix typos.
3530        * configure.in: add tests to the GNU canonicalized subdirectories.
3531
35322000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3533
3534        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3535        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3536        the lib directory before configuring lib/.
3537
35382000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3539
3540        * configure.in, Makefile.am: add exec to the GNU canonicalized
3541        subdirectories.
3542        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3543        * configure.in: add libnetworking, librpc and librdb to the GNU
3544        canonicalized subdirectories.
3545        * configure.in: add libmisc and libchip to the GNU canonicalized
3546        subdirectories.
3547        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3548        Switch to GNU canonicalization.
3549        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3550        Switch to GNU canonicalization.
3551        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3552        Switch to GNU canonicalization.
3553
35542000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3555
3556        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3557        canonicalization to libfs/. The approach is currently a bit of a hack as
3558        GNU canonicalization does not support the per-BSP build some of the
3559        other directories require.  As more of the tree is converted, this will
3560        become less  of an issue.
3561
35622000-10-20      Joel Sherrill <joel@OARcorp.com>
3563
3564        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3565        parameter.
3566
35672000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3568
3569        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3570        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3571        * librdbg/configure.in: Add m68k support.
3572        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3573        subdirectory.
3574        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3575        failure.
3576        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3577        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3578        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3579        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3580        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3581        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3582        librdbg/src/m68k/.cvsignore: New files.
3583        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3584        function pointers.
3585        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3586        _after_ pointer has been checked against NULL.
3587
35882000-10-18      Joel Sherrill <joel@OARcorp.com>
3589
3590        * wrapup/Makefile.am: Added libfs.
3591
35922000-10-18      Chris Johns <ccj@acm.org>
3593
3594        * libfs created.
3595        * configure.in: Added libfs subdirectory.
3596        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3597
35982000-09-28      Joel Sherrill <joel@OARcorp.com>
3599
3600        * libnetworking/rtems_webserver/Makefile.am,
3601        libnetworking/rtems_webserver/base64.c,
3602        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3603        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3604
36052000-09-22      Joel Sherrill <joel@OARcorp.com>
3606
3607        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3608        libnetworking/rtems/rtems_bsdnet_internal.h,
3609        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3610        have included rtems.h.  It is now including precisely the  least amount
3611        of low level, yet portable .h files to get the basic RTEMS types
3612        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3613        used machine/types.h to include rtems.h.
3614
36152000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3616
3617        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3618
36192000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3620
3621        * libnetworking/ChangeLog: Cleanup.
3622
36232000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3624
3625        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3626        * libchip/ChangeLog: Fix formating.
3627
36282000-09-05      Joel Sherrill <joel@OARcorp.com>
3629
3630        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3631        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3632        confusion and to work with the converted flags.
3633
36342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3635
3636        * wrapup/Makefile.am: Include compile.am.
3637        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3638        libchip/serial/Makefile.am: Include compile.am.
3639        * librdbg/src/i386/any/Makefile.am,
3640        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3641        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3642        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3643        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3644        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3645        libnetworking/rtems_servers/Makefile.am,
3646        libnetworking/rtems_webserver/Makefile.am,
3647        libnetworking/wrapup/Makefile.am: Include compile.am.
3648
36492000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3650
3651        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3652        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3653
36542000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3655
3656        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3657
36582000-08-31      Joel Sherrill <joel@OARcorp.com>
3659
3660        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3661        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3662        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3663        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3664        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3665        * libnetworking/wbase64.c: Removed.
3666        * libnetworking/Makefile.am, libnetworking/asp.c,
3667        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3668        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3669        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3670        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3671        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3672        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3673        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3674        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3675        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3676        Modified.
3677
36782000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3679
3680        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3681
36822000-08-30      Joel Sherrill <joel@OARcorp.com>
3683
3684        * libnetworking/rtems_webserver/license.txt: New file.
3685
36862000-08-10      Joel Sherrill <joel@OARcorp.com>
3687
3688        * ChangeLog: New file.
3689        * libchip/ChangeLog: New file.
3690        * librdbg/ChangeLog: New file.
3691        * libnetworking/ChangeLog: New file.
3692
Note: See TracBrowser for help on using the repository browser.