source: rtems/c/src/ChangeLog @ bbbb8f0

4.104.114.95
Last change on this file since bbbb8f0 was cc4c524b, checked in by Joel Sherrill <joel.sherrill@…>, on 08/19/08 at 20:02:37

2008-08-19 Joel Sherrill <joel.sherrill@…>

  • libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
  • libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
  • Property mode set to 100644
File size: 139.7 KB
Line 
12008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
4        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
5
62008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * libchip/display/disp_hcms29xx.c: Do not make these static. They
9        appear to be unused that way.
10
112008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * libchip/shmdr/shm_driver.h: Correct prototypes.
14
152008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
16
17        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
18        variables and made methods static.
19
202008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * libchip/serial/ns16550.c: Fix warning.
23
242008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
25
26        * aclocal/prog-cc.m4: Add -Wnested-externs.
27
282008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * libchip/network/dec21140.c: Add missing prototype.
31        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
32
332008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
36        -Wstrict-prototypes to RTEMS_CFLAGS.
37
382008-08-02      Chris Johns <chrisj@rtems.org>
39
40        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
41        rtems_blkdev_request count and start references. Use
42        RTEMS_BLKDEV_START_BLOCK.
43
442008-07-29      Chris Johns <chrisj@rtems.org>
45
46        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
47
48        * libchip/ide/ata.c: Change to use a mutex rather than disable
49        pre-emption. Updated to the libblock changes.
50
51        * libchip/ide/ata_internal.h: Updated to the new chains API.
52
53        * libchip/ide/ide_controller.c: Updated to the libblock
54        changes. Added come debug tracing.
55
56        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
57        to the libblock changes.
58
592008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * configure.ac: Remove RPCGEN, RPCTOOLS.
62
632008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
64
65        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
66        for output format specifiers.
67
682008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
69
70        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
71        Fixed some data types
72
732008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
74
75        * libchip/i2c/spi-sd-card.c: Added missing header file.
76        * libchip/Makefile.am: Added SD Card driver.
77
782008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
79
80        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
81        make glyphs non-constant, added file headers
82
832008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
84
85        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
86        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
87        * libchip/display/font_hcms29xx.h
88        Creation of SPI display driver
89
902008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
91
92        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
93        via SPI.
94
952008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
98        AC_PREREQ(2.62).
99
1002008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
103
1042008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * libchip/Makefile.am: Move termios helper routines from libchip to
107        libcsupport. Add routine which makes it easy for a termios device
108        driver to inform termios of its default baud rate. This avoids
109        inconsistencies in later termios settings changes.
110        * libchip/serial/termios_baud2index.c,
111        libchip/serial/termios_baud2num.c: Removed.
112
1132008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
116
1172008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
120        not fail if there are none.
121
1222008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
123
124        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
125        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
126        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
127        * libchip/Makefile.am:
128        derived a generic spi memory driver from spi-flash-m25p40,
129        added descriptor for fram fm25l256
130
1312008-05-07      Till Straumann <strauman@slac.stanford.edu>
132
133        PR 649/bsps
134        * libchip/ide/ata.c: Give up if the interface does not become ready.
135
1362008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        Moved to cpukit.
139        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
140        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
141        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
142        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
143        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
144        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
145        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
146        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
147        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
148        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
149        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
150        nfsclient/src/xdr_mbuf.c: Removed.
151
1522008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
155
1562008-01-05      Chris Johns <chrisj@rtems.org>
157
158        * libchip/flash/am29lv160.c: Update the blank check error message
159        to say there is an error.
160       
1612007-12-22      Chris Johns <chrisj@rtems.org>
162
163        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
164        the hello message. Just one line but still a little too long.
165       
1662007-12-14      Chris Johns <chrisj@rtems.org>
167
168        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
169        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
170        * libchip/flash, libchip/flash/am29lv160.c,
171        libchip/flash/am29lv160.h: New.
172
1732007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * libchip/network/if_fxp.c: Spacing.
176
1772007-11-20      Till Straumann <strauman@slac.stanford.edu>
178
179        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
180        Avoid using 'stdio' before the system is up and fully
181        initialized.
182
1832007-11-20      Till Straumann <strauman@slac.stanford.edu>
184
185        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
186        * libchip/Makefile.am, libchip/preinstall.am:
187        added new driver for Maxim DS1375 i2c RTC.
188
1892007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
190
191        * libchip/i2c/spi-flash-m25p40.c:
192        added addressing call in write function
193
1942007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
195
196        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
197        * libchip/Makefile.am:
198        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
199
2002007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
201
202        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
203
2042007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
205
206        * nfsclient/Makefile.am: Fix errors.
207
2082007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
209
210        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
211
2122007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
213
214        * aclocal/version.m4: Bump RTEMS_API to 4.9.
215        Bump RTEMS_VERSION to 4.8.99.0.
216
2172007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
218
219        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
220
2212007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * configure.ac: Remove AC_PROG_AWK (Unused).
224
2252007-09-14      Daron Chabot <djc915@mail.usask.ca>
226
227        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
228        rtems_interrupt_vector, to permit passing arbitrary arguments to the
229        ISR. Clean up of variables to silence compiler warnings.
230
2312007-09-13      Daniel Hellstrom <daniel@gaisler.com>
232
233        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
234
2352007-09-12      Daniel Hellstrom <daniel@gaisler.com>
236
237        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
238          - Odd bit bug in some chips taken care of.
239          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
240            alignment but failing to do so must have made the driver writer to make
241            some incorrect assumptions about MBUFs.
242          - Fixed MBUF handling to handle mbuf chains better. The Data length of
243            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
244          - Made while loop responsible for copying data to fifo port copy 16 shorts
245            per loop instead of 1 short, increasing the copying process.
246
2472007-09-07      Daniel Hellstrom <daniel@gaisler.com>
248
249        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
250        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
251
2522007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
253
254        * configure.ac, wrapup/Makefile.am: Remove RDBG.
255        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
256        librdbg/Makefile.am, librdbg/preinstall.am,
257        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
258        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
259        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
260        librdbg/include/rdbg/powerpc/rdbg_f.h,
261        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
262        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
263        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
264        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
265        librdbg/src/servtsp.c, librdbg/src/servutil.c,
266        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
267        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
268        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
269        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
270        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
271        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
272        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
273        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
274        librdbg/src/powerpc/rdbg_f.c,
275        librdbg/src/powerpc/new_exception_processing/remdeb.h,
276        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
277        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
278        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
279
2802007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
281
282        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
283
2842007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
285
286        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
287          sizes.
288
2892007-07-27      Chris Johns <chrisj@rtems.org>
290
291        * wrapup/Makefile.am: Create archive from a file for hosts
292        with a limited command line size.
293
2942007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
297          sizes.
298
2992007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
300       
301        * configure.ac: Add nfsclient.
302        * nfsclient/Makefile.am: New.
303        * nfsclient/proto/Makefile, nfsclient/Makefile,
304          nfsclient/src/Makefile: Remove.
305        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
306        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
307
3082007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
309
310        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
311        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
312        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
313        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
314        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
315        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
316        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
317        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
318        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
319        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
320        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
321        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
322
3232007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
324
325        * libchip/serial/ns16550.c: removed timed out wait for transmitter
326        to become ready: This will not work for fast CPUs.
327
3282007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
329
330        * libchip/ide/ata.c: fixed warning
331
3322007-06-20      Ray Xu <rayx@gmail.com>
333
334        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
335        console, and libio. This shrinks the memory requirements but Joel has
336        not figured out how best to present this to application space.
337        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
338        New files.
339
3402007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
341
342        * optman/sapi/no-io.c: Split IO Manager into one function per file so
343        now we only need required initialization methods.
344
3452007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
346
347        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
348        parameter since it was used to configure a no longer used feature.
349        Device names are now part of the filesystem not in a table.
350
3512007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
352
353        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
354        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
355        optman/rtems/no-part.c, optman/rtems/no-region.c,
356        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
357        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
358        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
359        other optional managers so using them reduces application size
360        instead of increasing it.
361        * optman/rtems/no-barrier.c: New file.
362
3632007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
364
365        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
366        adjustments to pci-API changes.
367        * libchip/network/dec21140.c, libchip/network/elnk.c,
368        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
369        changes.
370
3712007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
372
373        * libchip/network/dec21140.c, libchip/network/if_dc.c,
374        libchip/network/if_fxp.c: Reflect changes to pci-API.
375
3762007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
377
378        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
379        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
380
3812007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
382
383        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
384          being used to compile "tools").
385
3862007-03-13      Joel Sherrill <joel@OARcorp.com>
387
388        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
389
3902007-03-12      Joel Sherrill <joel@OARcorp.com>
391
392        * libchip/network/cs8900.c, libchip/network/cs8900.h,
393        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
394        and/or fix mistake in copyright notice. Both of these mistakes appear
395        to be from code submitted after these changes were made previously.
396
3972007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
398
399        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
400
4012007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
402
403        * libchip/Makefile.am: Correct path to README.tulipclone.
404
4052007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
406
407        * libchip/ide/ata.c: Remove superfluous type casts.
408
4092007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
410
411        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
412        Use size_t for sizes.
413
4142007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
415
416        * libchip/ide/ata.c: in ata_request_done: moved call to free()
417        from preemption disabled region
418
4192007-01-16      Till Straumann <strauman@slac.stanford.edu>
420
421        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
422        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
423        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
424
4252006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
426
427        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
428          ioctl_command_t as ioctl argument.
429
4302006-12-13      Joel Sherrill <joel@OARcorp.com>
431
432        * librtems++/include/rtems++/rtemsEvent.h,
433        librtems++/include/rtems++/rtemsMessageQueue.h,
434        librtems++/include/rtems++/rtemsSemaphore.h,
435        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
436        librtems++/src/rtemsMessageQueue.cc,
437        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
438        rtems_unsigned32 to uint32_t.
439
4402006-12-13      Joel Sherrill <joel@OARcorp.com>
441
442        PR 1181/bsps
443        * optman/rtems/no-msg.c: Clean up dead code.
444
4452006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
446
447        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
448
4492006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
450
451        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
452        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
453        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
454
4552006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
456
457        * configure.ac: New BUG-REPORT address.
458
4592006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
460
461        * Makefile.am: Remove ampolish3.
462
4632006-11-17      Joel Sherrill <joel@OARcorp.com>
464
465        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
466        blank lines.
467
4682006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
469
470        * configure.ac: Remove RTEMS_AMPOLISH3.
471        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
472          Remove checks for AMPOLISH3.
473        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
474        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
475        * ampolish3: Remove.
476
4772006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
478
479        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
480        * aclocal/prog-cc.m4: Remove CFLAGS.
481        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
482        Compose CFLAGS. Append CFLAGS to ac_configure_args.
483
4842006-10-23      Joel Sherrill <joel@OARcorp.com>
485
486        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
487
4882006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
489
490        * automake/compile.am: Use hard-coded RTEMS_* flags.
491
4922006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
493
494        * aclocal/rtems-top.m4: Remove RTEMS_API.
495        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
496
4972006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
498
499        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
500
5012006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
502
503        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
504
5052006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
506
507        * aclocal/version.m4: Bump version to 4.7.99.0.
508
5092006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
510
511        * configure.ac: Require autoconf-2.60. Require automake-1.10.
512
5132006-09-11      Joel Sherrill <joel@OARcorp.com>
514
515        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
516
5172006-09-04      Joel Sherrill <joel@OARcorp.com>
518
519        * libchip/network/greth.c, libchip/network/open_eth.c,
520        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
521        introduced by warning removal.
522
5232006-09-01      Joel Sherrill <joel@OARcorp.com>
524
525        * libchip/network/greth.c, libchip/network/open_eth.c,
526        libchip/network/smc91111.c: Remove warnings and correct prototype
527        added earlier today.
528
5292006-09-01      Joel Sherrill <joel@OARcorp.com>
530
531        * libchip/network/cs8900.c, libchip/network/greth.c,
532        libchip/network/i82586.c, libchip/network/open_eth.c,
533        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
534        sized integers, and inttypes.h printf helpers.
535
5362006-08-09      Kolja Waschk <waschk@telos.de>
537
538        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
539
5402006-07-12      Joel Sherrill <joel@OARcorp.com>
541
542        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
543
5442006-07-11      Jerry Needell <jerry.needell@unh.edu>
545
546        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
547        4.6 branch.  Original modifications by Gaisler Enterprises.
548        * libchip/network/greth.c, libchip/network/greth.h: New files.
549
5502006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
551
552        * ide/ata.[ch]:
553        (PR1118) fetch priority for ATA task from a variable,
554        not a fixed configuration value.
555       
5562006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
557
558        * Makefile.am: Add ampolish3.
559
5602006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
561
562        * ampolish3: New.
563        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
564
5652006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
566
567        * aclocal/rtems-ampolish.m4: New.
568        * configure.ac: Use RTEMS_AMPOLISH3.
569
5702006-04-18  Joel Sherrill <joel@OARcorp.com>
571
572        * aclocal/version.m4: Updated to rtems-4.6.99.3.
573
5742006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
575
576        PR 853/filesystem
577        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
578        should be modified to support the new exception scheme and to use the
579        handle parameter.
580
5812006-02-a32     Eric Norum <norume@aps.anl.gov>
582
583        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
584        "newer" PCI access calls.  Minor cleanups.  Comments.
585
5862006-01-12      Eric Norum <norume@aps.anl.gov>
587
588        PR 861/networking
589        PR 863/networking
590        * libchip/network/smc91111.c: Fix illegal lvalue increments.
591
5922006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
593
594        * wrapup/Makefile.am: Add preinstall.am.
595        * libchip/Makefile.am: Build libchip/network/smc91111.
596        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
597        Eliminate cyg_int* crap.
598
5992006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
600
601        * librdbg/Makefile.am: Add preinstall.am.
602        * aclocal/bsp-configure.m4: Add ampolish3.
603        New header guards.
604
6052006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
606
607        * libchip/network/open_eth.c, libchip/network/open_eth.h:
608        Merger from rtems-4-6-branch.
609
6102006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
611
612        * libchip/network/smc91111.c
613        libchip/network/smc91111config.h
614        libchip/network/smc91111exp.h
615        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
616        * libchip/Makefile.am: Reflect adding smc91111*.
617
6182006-01-08      Joel Sherrill <joel@OARcorp.com>
619
620        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
621        char *.
622
6232006-01-08      Joel Sherrill <joel@OARcorp.com>
624
625        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
626        warnings.
627
6282005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
629
630        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
631        Add RTEMS_RELLDFLAGS.
632        * automake/compile.am: Remove RTEMS_USE_GCC.
633        Remove RTEMS_RELLDFLAGS.
634        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
635
6362005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
637
638        * libchip/network/if_media.h, libchip/network/mii.h:
639        Remove (Moved to cpukit).
640        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
641        and libchip/network/if_media.h.
642        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
643        if_media.h having moved.
644
6452005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
646
647        * automake/compile.am, automake/host.am, automake/local.am,
648        automake/subdirs.am: Remove depend.
649        * configure.ac: Explicitly pass --libdir and --includedir to
650        testsuites.
651
6522005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
653
654        * configure.ac: Reflect changes to testsuites.
655
6562005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
657
658        * automake/compile.am: Remove GCCSPECS.
659        * aclocal/prog-cc.m4: Add GCCSPECS.
660        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
661
6622005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
663
664        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
665        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
666
6672005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
668
669        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
670        libcpu/byteorder.h for i386.
671
6722005-11-02      Till Straumann <strauman@slac.stanford.edu>
673
674        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
675        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
676        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
677        added a simple API/library for i2c devices and drivers for i2c
678        2-byte eeproms and a ds1621 temperature sensor; API is documented
679        in libi2c.h.
680
6812005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
682
683        * libnetworking/pppd/ipxcp.c,
684        libnetworking/pppd/chat.c,
685        libnetworking/pppd/patchlevel.h,
686        libnetworking/pppd/upap.h,
687        libnetworking/pppd/md5.h,
688        libnetworking/pppd/pppd.8,
689        libnetworking/pppd/README,
690        libnetworking/pppd/preinstall.am,
691        libnetworking/pppd/md4.h,
692        libnetworking/pppd/magic.c,
693        libnetworking/pppd/pppd.h,
694        libnetworking/pppd/demand.c,
695        libnetworking/pppd/rtemsmain.c,
696        libnetworking/pppd/sys-rtems.c,
697        libnetworking/pppd/ipcp.h,
698        libnetworking/pppd/lcp.h,
699        libnetworking/pppd/chap_ms.c,
700        libnetworking/pppd/md4.c,
701        libnetworking/pppd/rtemspppd.h,
702        libnetworking/pppd/cbcp.h,
703        libnetworking/pppd/auth.c,
704        libnetworking/pppd/lcp.c,
705        libnetworking/pppd/example/README,
706        libnetworking/pppd/example/ppp.conf,
707        libnetworking/pppd/example/system.h,
708        libnetworking/pppd/example/netconfig.h,
709        libnetworking/pppd/example/pppdapp.c,
710        libnetworking/pppd/example/init.c,
711        libnetworking/pppd/example/Makefile-user,
712        libnetworking/pppd/example/pppd.options,
713        libnetworking/pppd/rtemspppd.c,
714        libnetworking/pppd/ipxcp.h,
715        libnetworking/pppd/chap_ms.h,
716        libnetworking/pppd/options.c,
717        libnetworking/pppd/magic.h,
718        libnetworking/pppd/chap.h,
719        libnetworking/pppd/cbcp.c,
720        libnetworking/pppd/upap.c,
721        libnetworking/pppd/chap.c,
722        libnetworking/pppd/Makefile.am,
723        libnetworking/pppd/ccp.h,
724        libnetworking/pppd/utils.c,
725        libnetworking/pppd/rtemsdialer.h,
726        libnetworking/pppd/fsm.h,
727        libnetworking/pppd/pathnames.h,
728        libnetworking/pppd/md5.c,
729        libnetworking/pppd/fsm.c,
730        libnetworking/pppd/ipcp.c,
731        libnetworking/pppd/STATUS,
732        libnetworking/pppd/ccp.c,
733        libnetworking/Makefile.am: Remove (Moved to cpukit).
734
7352005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
736
737        * configure.ac: Remove libnetworking, libnetworking/pppd.
738        * wrapup/Makefile.am: Remove libpppd.a.
739
7402005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
741
742        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
743        rtemsdialer.h to $(includedir)/rtems.
744
7452005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
746
747        * libnetworking/rtems_telnetd/icmds.c,
748        libnetworking/rtems_telnetd/Makefile.am,
749        libnetworking/rtems_telnetd/preinstall.am,
750        libnetworking/rtems_telnetd/pty.c,
751        libnetworking/rtems_telnetd/pty.h,
752        libnetworking/rtems_telnetd/README,
753        libnetworking/rtems_telnetd/telnetd.c,
754        libnetworking/rtems_telnetd/telnetd.h:
755        Remove (Moved to cpukit).
756
7572005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
758
759        * configure.ac: Remove libnetworking/rtems_telnetd.
760        * libnetworking/Makefile.am: Remove rtems_telnetd.
761        * libnetworking/README: Remove (Obsolete).
762        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
763
7642005-10-20  Eric Norum <norume@aps.anl.gov>
765
766        * libchip/network/dec21140.c: Clean up PCI mapping.
767
7682005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
769
770        * libnetworking/pppd/Makefile.am: Use preinstall.am.
771        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
772        librdbg/src/servrpc.c, librdbg/src/servtgt.c
773        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
774        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
775        * configure.ac: Move optman to the end of BSP_SUBDIRS.
776
7772005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
778
779        * aclocal/bspopts.m4: Add missing m4 quotes.
780
7812005-09-02  Joel Sherrill <joel@OARcorp.com>
782
783    * aclocal/version.m4: Updated to rtems-4.6.99.2.
784
7852005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
786
787        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
788        libchip/network/dec21140.c: Remove initialization of PCI bus.
789
7902005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
791
792        * optman/Makefile.am: Add preinstall.am.
793
7942005-07-18      Karel Gardas <kgardas@objectsecurity.com>
795
796        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
797        UNTESTED to tested.
798
7992005-06-17      Joel Sherrill <joel@OARcorp.com>
800
801        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
802        it is not supported by the MPC5xx.
803
8042005-06-17      Joel Sherrill <joel@OARcorp.com>
805
806        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
807        interface. Also correct attempting to build on other than PowerPC and
808        x86.
809
8102005-06-16      Daron Chabot <daron@nucleus.usask.ca>
811
812        * libchip/Makefile.am: Add driver for Tulip clones.
813        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
814        libchip/network/if_dcreg.h: New files.
815
8162005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
817
818        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
819        to enable rdbg.
820        * configure.ac: Reflect changes above.
821
8222005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
823
824        * configure.ac: Add ada/.
825
8262005-05-20      Sergei Organov  <osv@topconrd.ru>
827
828        PR 750/networking
829        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
830        wait_input().
831
8322005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
833
834        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
835        rtems/irq.h.
836
8372005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
838
839        * libchip/Makefile.am: Include preinstall.am.
840        * libchip/preinstall.am: New.
841
8422005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
843
844        * configure.ac: Add AMPOLISH3.
845        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
846        * libnetworking/rtems_telnetd/preinstall.am: New.
847        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
848
8492005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
850
851        * configure.ac: Let enable_rpcgen default to "no".
852
8532005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
854
855        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
856
8572005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
858
859        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
860        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
861
8622005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
863
864        * libchip/network/dec21140.c, libchip/network/elnk.c,
865        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
866
8672005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
868
869        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
870        of code as a result of the implementation of a common PCI interface.
871
8722005-05-04      Joel Sherrill <joel@OARcorp.com>
873
874        * libchip/network/open_eth.c: Remove prototype of set_vector.
875
8762005-05-03      Joel Sherrill <joel@OARcorp.com>
877
878        * librdbg/src/ptrace.c: Remove warning.
879
8802005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
881
882        * libchip/network/dec21140.c, libchip/network/elnk.c,
883        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
884        Modified parameter list to remove warnings.
885
8862005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
887
888        * libchip/network/cs8900.c, libchip/network/i82586.c,
889        libchip/network/open_eth.c, libchip/network/sonic.c,
890        libchip/serial/mc68681.c: Modified types to remove
891        warnings.  Added initialization to remove warnings.
892
8932005-04-28      Joel Sherrill <joel@OARcorp.com>
894
895        * libchip/network/README.sonic: Rewritten to account for removal of
896        dmv177.
897
8982005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
899
900        PR 781/rtems_misc
901        * libchip/serial/ns16550_p.h: Fix baud rate calculation
902
9032005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
904
905        * libchip/serial/ns16550.c:
906        Fixed warnings generated in various powerpc configurations
907
9082005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
909
910        * libchip/serial/ns16550.c: Modified
911        ISR to work with PPC new exception processing
912
9132005-03-14      Joel Sherrill <joel@OARcorp.com>
914
915        * libchip/network/dec21140.c, libchip/network/elnk.c,
916        libchip/network/if_fxp.c: Continue PCI API unification. All use
917        pci_find_device(). Network drivers manufacture a signature since all
918        calls have not been converted yet.
919
9202005-03-04      Joel Sherrill <joel@OARcorp.com>
921
922        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
923        initialize function part of the unified PCI API as pci_initialize().
924
9252005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
926
927        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
928        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
929
9302005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
931
932        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
933        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
934
9352005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
936
937        * aclocal/ppc.m4: Reflect changes to ppc exception processing
938        building procedures.
939
9402005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
941
942        * aclocal/prog-cc.m4:
943        Quote CFLAGS's RHS to accomodate Solaris broken sh.
944
9452005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
946
947        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
948
9492005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
950
951        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
952
9532005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
954
955        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
956
9572005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
958
959        * libnetworking/rtems_servers/ftp.c,
960        libnetworking/rtems_servers/ftp.h,
961        libnetworking/rtems_servers/Makefile.am:
962        Remove (relocated to cpukit/ftpd).
963        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
964        removed move libnetworking/rtems_servers.
965
9662005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
967
968        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
969
9702005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
971
972        PR 755/rtems
973        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
974        Remove local declarations of rtems_bsdnet_nameservers,
975        rtems_bsdnet_nameservers_count.
976
9772005-01-31      Sergei Organov <osv@topconrd.ru>
978
979        PR 751/pppd
980        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
981        committed to fix PR736 breaks pppd. chat.c should have its own static
982        ttyfd for pppd to work correctly. The symptom is that second
983        invokation of chat (for connect script) fails due to pppd_ttyfd set
984        to -1 by previous chat invokation (for init script). In addition,
985        this patch fixes leaving of dangling pointer in the abort_stbring[]
986        by chat_send().
987
9882005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
989
990        * configure.ac: Remove CFLAGS_DEBUG_V.
991        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
992
9932005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
994
995        * wrapup/Makefile.am: Remove rtems-ctor.o.
996
9972005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
998
999        * libchip/rtc/rtc.h: size_t RTC_Count.
1000
10012005-01-20      Joel Sherrill <joel@OARcorp.com>
1002
1003        PR 736/pppd
1004        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1005        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1006        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1007        should not be static and should have a name more specific to pppd.
1008
10092005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1010
1011        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1012        libnetworking/rtems_servers/Makefile.am,
1013        libnetworking/rtems_telnetd/Makefile.am,
1014        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1015        Eliminate CFLAGS_OPTIMIZE_V.
1016
10172005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1018
1019        * configure.ac: Pass CFLAGS to testsuites configure.
1020        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1021        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1022
10232005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1024
1025        * configure.ac: Pass CFLAGS to cpukit configure.
1026        * aclocal/rtems-flags.m4: Remove (Unused).
1027        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1028        * aclocal/env-rtemsbsp.m4:
1029        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1030        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1031        RTEMS_CFLAGS.
1032        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1033        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1034        Cleanup comments.
1035
10362005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1037
1038        * automake/compile.am: Remove build-variant support.
1039
10402005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1041
1042        * libnetworking/pppd/Makefile.am,
1043        libnetworking/rtems_servers/Makefile.am,
1044        libnetworking/rtems_telnetd/Makefile.am:
1045        Remove build-variant support.
1046
10472005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1048
1049        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1050        support/Makefile.am, wrapup/Makefile.am:
1051        Remove build-variant support.
1052
10532004-11-22      Joel Sherrill <joel@OARcorp.com>
1054
1055        * libchip/network/if_fxp.c: Add entry for another module ID code.
1056
10572004-11-22      Joel Sherrill <joel@OARcorp.com>
1058
1059        PR 693/misc
1060        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1061        in/outport routines.
1062
10632004-11-22      Joel Sherrill <joel@OARcorp.com>
1064
1065        PR 693/misc
1066        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1067        in/outport routines.
1068
10692004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1070
1071        * aclocal/enable-itron.m4: Remove (unused).
1072
10732004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1074
1075        * configure.ac: Misc. quoting cleanups.
1076        Enable ada-tests iff --enable-ada and --enable-tests.
1077
10782004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1079
1080        PR 703/filesystem
1081        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1082        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1083        libchip/ide/ide_controller.c:
1084        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1085        available for BSPS/device drivers.
1086        Extend the "modes_available" and "mode_active" parameters to
1087        uint16_t for UDMA support.
1088
10892004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1090
1091        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1092        not supported on PowerPC since it works on the MVME2100 BSP.
1093
10942004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1095
1096        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1097        Add dependency tracking for *.cfgs.
1098        * Makefile.am: Add dependency tracking for *.cfg.
1099
11002004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1101
1102        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1103        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1104
11052004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1106
1107        PR 707/make_build
1108        * configure.ac: Add --enable-rpcgen.
1109
11102004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1111
1112        PR 700/rtems_misc
1113        * libnetworking/rtems_webserver/asp.c,
1114        libnetworking/rtems_webserver/balloc.c,
1115        libnetworking/rtems_webserver/cgi.c,
1116        libnetworking/rtems_webserver/default.c,
1117        libnetworking/rtems_webserver/ej.h,
1118        libnetworking/rtems_webserver/ejIntrn.h,
1119        libnetworking/rtems_webserver/ejlex.c,
1120        libnetworking/rtems_webserver/ejparse.c,
1121        libnetworking/rtems_webserver/emfdb.c,
1122        libnetworking/rtems_webserver/emfdb.h,
1123        libnetworking/rtems_webserver/form.c,
1124        libnetworking/rtems_webserver/handler.c,
1125        libnetworking/rtems_webserver/h.c,
1126        libnetworking/rtems_webserver/license.txt,
1127        libnetworking/rtems_webserver/Makefile.am,
1128        libnetworking/rtems_webserver/md5c.c,
1129        libnetworking/rtems_webserver/md5.h,
1130        libnetworking/rtems_webserver/mime.c,
1131        libnetworking/rtems_webserver/misc.c,
1132        libnetworking/rtems_webserver/NOTES,
1133        libnetworking/rtems_webserver/ringq.c,
1134        libnetworking/rtems_webserver/rom.c,
1135        libnetworking/rtems_webserver/rtems_webserver.h,
1136        libnetworking/rtems_webserver/security.c,
1137        libnetworking/rtems_webserver/sock.c,
1138        libnetworking/rtems_webserver/socket.c,
1139        libnetworking/rtems_webserver/sockGen.c,
1140        libnetworking/rtems_webserver/sym.c,
1141        libnetworking/rtems_webserver/uemf.c,
1142        libnetworking/rtems_webserver/uemf.h,
1143        libnetworking/rtems_webserver/um.c,
1144        libnetworking/rtems_webserver/um.h,
1145        libnetworking/rtems_webserver/umui.c,
1146        libnetworking/rtems_webserver/url.c,
1147        libnetworking/rtems_webserver/value.c,
1148        libnetworking/rtems_webserver/wbase64.c,
1149        libnetworking/rtems_webserver/webcomp.c,
1150        libnetworking/rtems_webserver/webmain.c,
1151        libnetworking/rtems_webserver/webpage.c,
1152        libnetworking/rtems_webserver/webrom.c,
1153        libnetworking/rtems_webserver/webs.c,
1154        libnetworking/rtems_webserver/websda.c,
1155        libnetworking/rtems_webserver/websda.h,
1156        libnetworking/rtems_webserver/webs.h,
1157        libnetworking/rtems_webserver/websSSL.c,
1158        libnetworking/rtems_webserver/websSSL.h,
1159        libnetworking/rtems_webserver/websuemf.c,
1160        libnetworking/rtems_webserver/wsIntrn.h:
1161        Remove (Moved to cpukit/http).
1162
11632004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1164
1165        PR 700/rtems_misc
1166        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1167        Remove libnetworking/rtems_webserver.
1168
11692004-10-25      Eric Norum <norume@aps.anl.gov>
1170
1171        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1172
11732004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1174
1175        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1176
11772004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1178
1179        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1180        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1181
11822004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1183
1184        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1185
11862004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1187
1188        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1189        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1190
11912004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1192
1193        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1194        BITSPERBYTE.
1195
11962004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1197
1198        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1199        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1200
12012004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1202
1203        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1204
12052004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1206
1207        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1208        * aclocal/enable-bare.m4: Remove.
1209        * configure.ac: Remove BARE_CPU_MODEL.
1210
12112004-10-13      Eric Norum <norume@aps.anl.gov>
1212
1213        PR 688/bsps
1214        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1215        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1216        MC146818A (and several Dallas Semiconductor) TOD chips.
1217
12182004-10-13      Eric Norum <norume@aps.anl.gov>
1219
1220        PR 686/networking
1221        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1222        device code.
1223
12242004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1225
1226        * libchip/network/dec21140.c: include <rtems/pci.h>.
1227
12282004-09-29      Joel Sherrill <joel@OARcorp.com>
1229
1230        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1231        libnetworking/pppd/utils.c: i960 obsoleted and all references
1232        removed.
1233
12342004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1235
1236        PR 607/networking
1237        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1238        instead of fully specifying unused PCI features.
1239
12402004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1241
1242        * configure.ac: Require automake > 1.9.
1243
12442004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1245
1246        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1247
12482004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1249
1250        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1251        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1252
12532004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1254
1255        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1256        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1257
12582004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1259
1260        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1261
12622004-07-28  Joel Sherrill <joel@OARcorp.com>
1263
1264    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1265
12662004-07-25      Joel Sherrill <joel@OARcorp.com>
1267
1268        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1269
12702004-05-21  Till Strauman <strauman@slac.stanford.edu>
1271
1272        PR 625/networking
1273        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1274        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1275        an error rather than panic if no chip is detected (thus allowing
1276        for probing).
1277        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1278        instead of looping forever.  Avoid divide by zero (crashed my PC).
1279        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1280        they are UNTESTED.
1281
12822004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1283
1284        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1285
12862004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1287
1288        * libchip/network/dec21140.c, libchip/network/elnk.c:
1289        #include <errno.h>.
1290
12912004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1292
1293        * libchip/network/if_media.h: Update from FreeBSD.
1294        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1295        libchip/network/i82586.c: #include <errno.h>.
1296
12972004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1298
1299        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1300
13012004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1302
1303        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1304
13052004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1306
1307        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1308        automake).
1309
13102004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1311
1312        PR 599/pppd
1313        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1314
13152004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1316
1317        * optman/rtems/no-region.c: Reflect having changed
1318        rtems_region_get_segment_size.
1319
13202004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1321
1322        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1323        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1324        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1325        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1326        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1327        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1328        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1329
13302004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1331
1332        * libchip/ide/ata.c, libchip/network/dec21140.c,
1333        libchip/network/elnk.c, libchip/network/i82586.c,
1334        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1335        libchip/network/open_eth.c, libchip/network/sonic.c,
1336        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1337        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1338        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1339        libchip/shmdr/shm_driver.h: Cosmetics.
1340
13412004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1342
1343        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1344        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1345        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1346        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1347        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1348        fixed size types.
1349
13502004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1351
1352        * configure.ac: Explicitly pass --includedir and --libdir to
1353        cpukit/configure.
1354
13552004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1356
1357        * librdbg/Makefile.am: Fix rpcgen rules.
1358        * librdbg/src/i386/any/remdeb_xdr.c,
1359        librdbg/src/m68k/any/remdeb_xdr.c,
1360        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1361        Reflect changes to librdbg/Makefile.am.
1362
13632004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1364
1365        * configure.ac: Reflect changes testsuites/configure.ac and
1366        cpukit/configure.ac.
1367
13682004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1369
1370        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1371        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1372
13732004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1374
1375        * configure.ac: Reflect changes to testsuites's configuration.
1376
13772004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1378
1379        PR/589 rtems
1380        * libchip/network/pci.h: Remove (Moved to cpukit).
1381
13822004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1383
1384        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1385        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1386        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1387        libchip/network/dec21140.c, libchip/network/elnk.c,
1388        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1389        libchip/network/open_eth.h, libchip/network/sonic.c,
1390        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1391        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1392        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1393        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1394        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1395        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1396        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1397        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1398        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1399        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1400        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1401        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1402        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1403        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1404        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1405        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1406        fixed-size types.
1407
14082004-03-14      Chris Johns  <chrisj@rtems.org>
1409
1410        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1411        the BSP example code.
1412        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1413        support the DIMMPC. This is a pc386 target with IO port support. Minor
1414        formating clean up. Add documentation to the header file.
1415        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1416        cs8900.h header file.
1417
14182004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1419
1420        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1421        Cosmetics.
1422
14232004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1424
1425        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1426        There are no application level Makefiles in here.
1427
14282004-03-04      Joel Sherrill <joel@OARcorp.com>
1429
1430        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1431        they can be used in application level makefiles.
1432
14332004-03-05      Joel Sherrill <joel@OARcorp.com>
1434
1435        * libnetworking/rtems_webserver/ejparse.c,
1436        libnetworking/rtems_webserver/emfdb.c,
1437        libnetworking/rtems_webserver/sock.c,
1438        libnetworking/rtems_webserver/socket.c,
1439        libnetworking/rtems_webserver/sym.c,
1440        libnetworking/rtems_webserver/webs.c,
1441        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
14422004-03-05      Joel Sherrill <joel@OARcorp.com>
1443
1444        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1445        compiling this file only only those CPU families with supported
1446        exception models.
1447
14482004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1449
1450        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1451        testsuites (Was exposed with --enable-multilib, only).
1452        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1453         Add RTEMS_BSP_CONFIG_SUBDIR.
1454        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1455        testsuites's configure.
1456        * aclocal/rtems-top.m4: Remove ENDIF hack.
1457        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1458
14592004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1460
1461        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1462        wrapup/Makefile.am: Fix automake problems having been introduced
1463        in previous patch.
1464
14652004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1466
1467        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1468        Preinstall dirs.
1469        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1470        * aclocal/check-multiprocessing.m4: Cosmetics.
1471        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1472        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1473
14742004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1475
1476        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1477        librdbg/src/Makefile.am.
1478        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1479        * configure.ac: Reflect changes above.
1480        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1481        * wrapup/Makefile.am: Reflect changes above.
1482        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1483
14842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1485
1486        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1487
14882004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1489
1490        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1491
14922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1493
1494        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1495
14962004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1497
1498        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1499        librdbg/src/powerpc/Makefile.am: Remove.
1500        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1501        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1502        * configure.ac: Reflect changes above.
1503
15042004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1505
1506
15072004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1508
1509        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1510        STRIP.
1511
15122004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1513
1514        * librdbg/include/Makefile.am: Merge-in
1515        librdbg/include/rdbg/i386/Makefile.am,
1516        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1517        librdbg/include/rdbg/powerpc/Makefile.am.
1518        * librdbg/include/rdbg/i386/Makefile.am,
1519        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1520        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1521        * configure.ac: Reflect changes above.
1522
15232004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1524
1525        * configure.ac: Use AS_HELP_STRING(ada).
1526
15272004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1528
1529        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1530        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1531        Use AC_CONFIG_HEADERS.
1532        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1533        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1534
15352004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1536
1537        * Makefile.am: include local.am.
1538
15392004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1540
1541        * aclocal/version.m4: 4.6.99.0.
1542
15432004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1544
1545        * Makefile.am: Don't include host.am.
1546        * automake/compile.am: Further cleanups.
1547
15482004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1549
1550        * automake/lib.am: Remove (Unused).
1551
15522004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1553
1554        * wrapup/Makefile.am: Don't include lib.am.
1555        * automake/compile.am: Use automake compilation rules.
1556
15572004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1558
1559        * libnetworking/pppd/Makefile.am,
1560        libnetworking/rtems_servers/Makefile.am,
1561        libnetworking/rtems_telnetd/Makefile.am,
1562        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1563        support/Makefile.am: Don't include lib.am.
1564
15652004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1566
1567        * libchip/Makefile.am: Don't include lib.am.
1568        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1569        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1570        unnecessary EXTRA_DISTs.
1571
15722004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1573
1574        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1575        hack.
1576
15772004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1578
1579        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1580        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1581        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1582        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1583
15842004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1585
1586        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1587        Add AM_CONDITIONAL(HAS_MP).
1588        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1589        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1590        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1591        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1592        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1593        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1594        (Deprecated by autoconf 2.59).
1595
15962004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1597
1598        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1599        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1600
16012004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1602
1603        * ChangeLog: Merge-in libnetworking/ChangeLog.
1604        * libnetworking/ChangeLog: Remove.
1605        * ChangeLog: Merge-in librdbg/ChangeLog.
1606        * librdbg/ChangeLog: Remove.
1607        * ChangeLog: Merge-in libchip/ChangeLog.
1608        * libchip/ChangeLog: Remove.
1609        * ChangeLog: Merge-in optman/ChangeLog.
1610        * optman/ChangeLog: Remove.
1611
16122004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1613
1614        * configure.ac: Reflect changes to cpukit.
1615        * wrapup/Makefile.am: Reflect changes to librdbg.
1616        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1617        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1618        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1619        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1620        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1621        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1622        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1623        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1624        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1625
16262004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1627
1628        * aclocal/rtems-top.m4: Remove check for version.m4.
1629        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1630
16312004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1632
1633        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1634        * wrapup/Makefile.am: Reflect changes to libchip/*.
1635        * support/Makefile.am: Use automake compilation rules.
1636        * wrapup/Makefile.am: Reflect changes to support/*.
1637        * configure.ac: Remove libnetworking/wrapup/Makefile.
1638        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1639        libnetworking/*/lib*.a instead of libnetapps.a.
1640        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1641        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1642        * optman/Makefile.am: Use automake compilation rules.
1643        * libchip/Makefile.am: Fix typo in previous patch.
1644        * libchip/Makefile.am: Use automake compilation rules.
1645        * libnetworking/Makefile.am: Remove wrapup.
1646        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1647        automake-compilation rules.
1648        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1649        automake-compilation rules.
1650        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1651        automake-compilation rules.
1652        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1653        automake-compilation rules.
1654        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1655
16562004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1657
1658        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1659        PRE/TMPINSTALL_FILES to CLEANFILES.
1660        * automake/lib.am: Remove TMPINSTALL_FILES.
1661        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1662        PRE/TMPINSTALL_FILES to CLEANFILES.
1663        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1664        PRE/TMPINSTALL_FILES to CLEANFILES.
1665        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1666        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1667        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1668        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1669        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1670        * librdbg/src/i386/Makefile.am: Ditto.
1671        * librdbg/src/m68k/Makefile.am: Ditto.
1672        * librdbg/src/powerpc/Makefile.am: Ditto.
1673        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1674        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1675        * libnetworking/rtems_servers/Makefile.am: Ditto.
1676        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1677        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1678
16792004-01-07      Joel Sherrill <joel@OARcorp.com>
1680
1681        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1682        more completely covers the MIPS family.
1683
16842003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1685
1686        * wrapup/Makefile.am: Reflect changes to shmdr.
1687        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1688
16892003-12-18      Joel Sherrill <joel@OARcorp.com>
1690
1691        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1692        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1693        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1694        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1695        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1696        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1697        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1698
16992003-12-17      Joel Sherrill <joel@OARcorp.com>
1700
1701        * aclocal/version.m4: Updated to rtems-20031217-test.
1702
17032003-12-17     
1704
1705        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1706        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1707
17082003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1709
1710        * automake/compile.am: Remove LINK_LIBS (Unused).
1711        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1712
17132003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1714
1715        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1716        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1717        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1718        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1719        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1720
17212003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1722
1723        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1724        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1725        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1726        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1727        * librdbg/src/i386/Makefile.am:
1728        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1729        * librdbg/src/m68k/Makefile.am:
1730        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1731        * librdbg/src/powerpc/Makefile.am:
1732        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1733
17342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1735
1736        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1737        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1738        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1739        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1740        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1741        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1742        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1743        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1744        * optman/Makefile.am: Remove project_libdir.
1745        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1746        PRE/TMPINSTALL_FILES.
1747        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1748        PRE/TMPINSTALL_FILES.
1749        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1750        PRE/TMPINSTALL_FILES.
1751        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1752        PRE/TMPINSTALL_FILES.
1753        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1754        from PRE/TMPINSTALL_FILES.
1755        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1756        PRE/TMPINSTALL_FILES.
1757        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1758        PRE/TMPINSTALL_FILES.
1759        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1760        PRE/TMPINSTALL_FILES.
1761        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1762        PRE/TMPINSTALL_FILES.
1763        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1764        PRE/TMPINSTALL_FILES.
1765        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1766        PRE/TMPINSTALL_FILES.
1767        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1768        from PRE/TMPINSTALL_FILES.
1769
17702003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1771
1772        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1773        * automake/lib.am: Remove project_libdir.
1774        * wrapup/Makefile.am: Reworked.
1775
17762003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1777
1778        * configure.ac: Reflect changes to librdbg.
1779        * optman/Makefile.am: Add tmpinstall dirstamp support.
1780        * libchip/Makefile.am: Fix variant-tmpinstall support.
1781        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1782        * librdbg/src/powerpc/Makefile.am: Merge-in former
1783        new_exception_processing/Makefile.am.
1784        * librdbg/src/m68k/any/Makefile.am: Remove.
1785        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1786        * librdbg/src/i386/any/Makefile.am: Remove.
1787        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1788        * librdbg/src/Makefile.am: Cosmetics.
1789        * librdbg/include/Makefile.am: Cosmetics.
1790        * librdbg/Makefile.am: Cosmetics.
1791        * libnetworking/Makefile.am: Cosmetics.
1792        * libnetworking/pppd/Makefile.am: Cosmetics.
1793        * libnetworking/wrapup/Makefile.am: Cosmetics.
1794
17952003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1796
1797        * Makefile.am: Cosmetics.
1798        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1799        support.
1800
18012003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1802
1803        * automake/compile.am: Remove $(ARCH):-rule.
1804
18052003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1806
1807        * configure.ac: Remove lib/libbsp/shared/Makefile,
1808        lib/libbsp/shmdr/Makefile.
1809
18102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1811
1812        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1813        libchip/serial/Makefile, libchip/rtc/Makefile.
1814        * support/Makefile.am: Remove all-local: $(ARCH).
1815        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1816        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1817        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1818        * optman/Makefile.am: Remove all-local: $(ARCH).
1819        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1820        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1821        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1822        compilation dirstamp support.
1823        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1824        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1825        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1826        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1827        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1828        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1829        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1830        all-local: $(ARCH).
1831        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1832        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1833        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1834        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1835        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1836
18372003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1838
1839        * aclocal/lead-dot.m4: New (from automake-1.7f).
1840        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1841        AC_SUBST(dirstamp).
1842        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1843        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1844        libchip/serial/Makefile.am: Ditto.
1845        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1846        * librdbg/include/Makefile.am: Ditto.
1847        * librdbg/include/rdbg/Makefile.am: Ditto.
1848        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1849        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1850        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1851        * librdbg/src/Makefile.am: Ditto.
1852        * librdbg/src/i386/Makefile.am: Ditto.
1853        * librdbg/src/i386/any/Makefile.am: Ditto.
1854        * librdbg/src/m68k/Makefile.am: Ditto.
1855        * librdbg/src/m68k/any/Makefile.am: Ditto.
1856        * librdbg/src/powerpc/Makefile.am: Ditto.
1857        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1858        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1859        preinstallation.
1860        * libnetworking/pppd/Makefile.am: Ditto.
1861        * libnetworking/rtems_servers/Makefile.am: Ditto.
1862        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1863        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1864        * libnetworking/wrapup/Makefile.am: Ditto.
1865
18662003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1867
1868        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1869        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1870        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1871        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1872        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1873        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1874        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1875        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1876        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1877        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1878        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1879        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1880        underquoting to silence automake-1.8.
1881
18822003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1883
1884        * configure.ac: Reflect having moved tests to ../../testsuites.
1885
18862003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1887
1888        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1889        * aclocal/canonical-host.m4: Remove.
1890        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1891        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1892
18932003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1894
1895        * aclocal/check-cpu.m4: Remove.
1896        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1897        * aclocal/canonical-target-name.m4: Add m4-quotes.
1898        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1899        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1900        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1901        * aclocal/check-networking.m4: Add m4-quotes. Require
1902        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1903        * aclocal/check-posix.m4: Add m4-quotes. Require
1904        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1905        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1906        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1907        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1908
19092003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1910
1911        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1912        * aclocal/bsp-alias.m4: Remove.
1913
19142003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1915
1916        * configure.ac: Make presence of tests/ optional.
1917
19182003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1919
1920        * aclocal/path-perl.m4: Remove (Unused).
1921
19222003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1923
1924        * automake/force-preinstall.am: Remove.
1925
19262003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1927
1928        PR 499/rtems_misc
1929        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1930        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1931        Configuration (Odd was forced) - Correction of Stop Bit configuration
1932        (inversed) - Correction of ISR Handler to call
1933        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1934        CTS Hardware flow control Configuration.
1935
19362003-09-04      Joel Sherrill <joel@OARcorp.com>
1937
1938        * lib/libcpu/shared/include/cache.h,
1939        lib/libcpu/shared/src/cache_aligned_malloc.c,
1940        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1941        license changed.
1942        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1943        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1944        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1945        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1946        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1947        for license changed.
1948        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1949        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1950        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1951        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1952        libchip/network/cs8900.h, libchip/network/dec21140.c,
1953        libchip/network/elnk.c, libchip/network/open_eth.c,
1954        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1955        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1956        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1957        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1958        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1959        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1960        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1961        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1962        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1963        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1964        libchip/serial/serial.h, libchip/serial/z85c30.c,
1965        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1966        libchip/serial/z85c30_reg.c: URL for license changed.
1967
19682003-09-03      Jiri Gaisler <jiri@gaisler.com>
1969
1970        PR 477/networking
1971        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1972        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1973        libchip/network/open_eth.h: New files.
1974
19752003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1976
1977        * aclocal/rtems-top.m4: Add RTEMS_API.
1978        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1979
19802003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1981
1982        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1983        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1984        @RTEMS_BSP@.cfg.
1985
19862003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1987
1988        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1989
19902003-08-20      Joel Sherrill <joel@OARcorp.com>
1991
1992        * libchip/network/cs8900.c: Correct copyright statements.
1993
19942003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1995
1996        * aclocal/check-itron.m4: Remove.
1997        * aclocal/enable-inlines.m4: Remove.
1998        * Makefile.am: Reflect having moved aclocal/.
1999        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2000        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2001        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2002        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2003        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2004        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2005        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2006        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2007        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2008        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2009        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2010        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2011        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2012        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2013        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2014        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2015        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2016        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2017        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2018        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2019        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2020        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2021        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2022        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2023        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2024        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2025        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2026        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2027        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2028        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2029        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2030        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2031        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2032        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2033        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2034        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2035        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2036        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2037        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2038        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2039        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2040        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2041        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2042        * aclocal/target.m4: New (Copied from ../../aclocal).
2043        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2044        * aclocal/version.m4: New (Copied from ../../aclocal).
2045
20462003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2047
2048        * configure.ac: Remove stray comments.
2049        * automake/local.am, automake/host.am: Remove "debug".
2050
20512003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2052
2053        * Makefile.am: Reflect having moved automake/.
2054        * lib/Makefile.am: Reflect having moved automake/.
2055        * support/Makefile.am: Reflect having moved automake/.
2056        * wrapup/Makefile.am: Reflect having moved automake/.
2057        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2058        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2059        from ../../automake).
2060        * optman/Makefile.am: Reflect having moved automake/.
2061        * libchip/Makefile.am: Reflect having moved automake/.
2062        * libchip/ide/Makefile.am: Reflect having moved automake/.
2063        * libchip/network/Makefile.am: Reflect having moved automake/.
2064        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2065        * libchip/serial/Makefile.am: Reflect having moved automake/.
2066        * librdbg/Makefile.am: Reflect having moved automake/.
2067        * librdbg/include/Makefile.am: Reflect having moved automake/.
2068        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2069        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2070        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2071        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2072        automake/.
2073        * librdbg/src/Makefile.am: Reflect having moved automake/.
2074        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2075        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2076        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2077        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2078        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2079        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2080        having moved automake/.
2081        * libnetworking/Makefile.am: Reflect having moved automake/.
2082        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2083        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2084        automake/.
2085        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2086        automake/.
2087        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2088        automake/.
2089        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2090
20912003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2092
2093        * Makefile.am: Add bsp.pc.in.
2094        * bsp.pc.in: New (pkgconfig support).
2095
20962003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2097
2098        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2099
21002003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2101
2102        * lib/Makefile.am: New (Required by 'make dist').
2103        * lib/ChangeLog: Remove.
2104        * lib/.cvsignore: Cleanup.
2105        * configure.ac: Reflect having added lib/Makefile.am.
2106        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2107        lib/libbsp/configure.ac.
2108        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2109        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2110
21112003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2112
2113        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2114        * configure.ac: Merge-in librdbg/configure.ac.
2115        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2116        librdbg/configure.ac.
2117        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2118        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2119        LIBCHIP. Conditionally build include-dirs.
2120        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2121        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2122        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2123        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2124        librdbg/include/rdbg/m68k/Makefile.am,
2125        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2126        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2127        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2128        librdbg/src/powerpc/Makefile.am, librdbg/
2129        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2130        configure.ac into ../configure.ac.
2131        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2132        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2133        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2134        libnetworking/rtems_telnetd/Makefile.am,
2135        libnetworking/rtems_webserver/Makefile.am,
2136        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2137        into ../configure.ac.
2138
21392003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2140
2141        PR 427/rtems
2142        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2143        * librdbg/src/servtsp.c: Ditto.
2144
21452003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2146
2147        PR 429/bsps
2148        PR 432/bsps
2149        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2150        packets are queued onto an elnk board, the ISR will deadlock the device
2151        with a tx complete interrupt.  Lighter tx loads are not affected as they
2152        end up submitting single packets to the device.
2153
21542003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2155
2156        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2157        optman/configure.ac.
2158        * optman/configure.ac: Remove (Merged into ../configure.ac).
2159        * optman/Makefile.am: Reflect having merged configure.ac into
2160        ../configure.ac.
2161        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2162        * libchip/Makefile.am, libchip/ide/Makefile.am,
2163        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2164        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2165        ../configure.ac.
2166
21672003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2168
2169        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2170
21712003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2172
2173        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2174        on i386.
2175
21762003-06-13      Joel Sherrill <joel@OARcorp.com>
2177
2178        * libnetworking/pppd/chat.c: Removed warnings.
2179
21802003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2181
2182        * libchip/network/README.3com: New file missed in previous commit.
2183        PR 405/bsps
2184        PR 393/networking
2185        * libchip/network/dec21140.c: Fix leak also known as PR393.
2186        * libchip/network/elnk.c, libchip/network/if_media.h,
2187        libchip/network/mii.h: New files.
2188        * libchip/network/Makefile.am: Reflect new files.
2189
21902003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2191
2192        * configure.ac: Remove support for profile-variant.
2193
21942003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2195
2196        PR 397/pppd
2197        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2198        * libnetworking/pppd/magic.c: Remove *rand48.
2199        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2200
22012003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2202
2203        * wrapup/Makefile.am: Add libide.a.
2204
22052003-04-15      Joel Sherrill <joel@OARcorp.com>
2206
2207        PR 387/rtems_misc
2208        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2209        routines.
2210        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2211
22122003-04-11      Joel Sherrill <joel@OARcorp.com>
2213
2214        * libnetworking/rtems_webserver/cgi.c,
2215        libnetworking/rtems_webserver/sockGen.c,
2216        libnetworking/rtems_webserver/umui.c,
2217        libnetworking/rtems_webserver/websSSL.c,
2218        libnetworking/rtems_webserver/websSSL.h,
2219        libnetworking/rtems_webserver/websda.c,
2220        libnetworking/rtems_webserver/websda.h: New files. Not included in
2221        previous commit.
2222
22232003-04-10      Joel Sherrill <joel@OARcorp.com>
2224
2225        PR 371/pppd
2226        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2227        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2228        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2229        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2230        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2231        still global symbols in rtemspppd.h which might need to be changed or
2232        converted into member of a structure which is dereferenced with a
2233        pointer that is managed as a per task variable. But this patch should
2234        avoid many conflicts.
2235
22362003-03-27      Joel Sherrill <joel@OARcorp.com>
2237
2238        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2239        not allowed in the cpukit source code since it must be buildable
2240        independent of any BSP. These files were moved to libchip/ide.
2241        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2242        files.
2243
22442003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2245
2246        PR 368/filesystems
2247        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2248        improvements which now work on pc386 and mbx8xx.
2249        * libchip/ide/ide_controller.c: New file.
2250
22512003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2252
2253        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2254
22552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2256
2257        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2258        * configure.ac: Add support/.
2259        * support/.cvsignore: New.
2260        * support/Makefile.am: New.
2261        * support/version.c: New.
2262        * wrapup/Makefile.am: Add support/libsupport.a.
2263        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2264        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2265        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2266        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2267
22682003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2269
2270        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2271
22722003-02-20      Till Straumann <strauman@slac.stanford.edu>
2273
2274        PR 354/networking
2275        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2276        chip against a table of supported chips. The untested ones are still
2277        commented out, however.
2278
22792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2280
2281        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2282        * configure.ac: AC_PREREQ(2.57).
2283        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2284        * optman/configure.ac: AC_PREREQ(2.57).
2285        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2286        * libchip/configure.ac: AC_PREREQ(2.57).
2287        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2288        * librdbg/configure.ac: AC_PREREQ(2.57).
2289        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2290        * libnetworking/configure.ac: AC_PREREQ(2.57).
2291
22922003-02-06      Joel Sherrill <joel@OARcorp.com>
2293
2294        * libnetworking/pppd/chat.c: Convert routines with common names to
2295        static. This included get_char(), put_char(), and character() among
2296        others.
2297
22982003-02-03      Joel Sherrill <joel@OARcorp.com>
2299
2300        PR 338/filesystem
2301        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2302        rtems_io_lookup_name() (API change).  Unused function removed.
2303
23042003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2305
2306        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2307        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2308        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2309        Eliminate *_O_FILES.
2310        * libnetworking/rtems_servers/Makefile.am,
2311        libnetworking/rtems_webserver/Makefile.am,
2312        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2313
23142002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2315
2316        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2317        Let all-local: depend on $(LIB).
2318        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2319        * optman/Makefile.am: Apply install-data-local to install *.rels.
2320
23212002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2322
2323        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2324        %.c rules.
2325        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2326        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2327        * libchip/rtc/Makefile.am: Ditto.
2328        * libchip/serial/Makefile.am: Ditto.
2329
23302002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2331
2332        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2333        LIBC_DEFINES.
2334        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2335        LIBC_DEFINES.
2336        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2337        LIBC_DEFINES.
2338
23392002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2340
2341        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2342
23432002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2344
2345        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2346        cache-checking.
2347        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2348
23492002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2350
2351        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2352        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2353        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2354        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2355        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2356
23572002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2358
2359        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2360        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2361        Remove.
2362        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2363
23642002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2365
2366        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2367        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2368
23692002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2370
2371        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2372        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2373
23742002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2375
2376        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2377        * optman/rel.am: New.
2378
23792002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2380
2381        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2382        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2383        braino in comment on "exec". Extend --enable-ada handling.
2384
23852002-11-04      Joel Sherrill <joel@OARcorp.com>
2386
2387        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2388        tasks and rolling multiple loops into 1.
2389        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2390        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2391        Removed warnings.
2392
23932002-10-31      Joel Sherrill <joel@OARcorp.com>
2394
2395        * libchip/network/dec21140.c: Removed warnings.
2396        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2397        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2398        librdbg/src/m68k/any/remdeb_xdr.c,
2399        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2400        warnings.
2401        * libnetworking/rtems_webserver/socket.c,
2402        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2403
24042002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2405
2406        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2407        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2408        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2409        above.
2410
24112002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2412
2413        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2414        * wrapup/.cvsignore: Remove autom4te.cache.
2415        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2416        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2417        autom4te.cache.
2418        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2419        autom4te.cache.
2420        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2421        autom4te.cache.
2422
24232002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2424
2425        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2426
24272002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2428
2429        * optman/.cvsignore: Add autom4te.cache.
2430
24312002-09-14      Joel Sherrill <joel@OARcorp.com>
2432
2433        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2434
24352002-09-07      Joel Sherrill <joel@OARcorp.com>
2436
2437        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2438        include files to resolve warnings.
2439
24402002-09-07      Chris Johns <ccj@acm.org>
2441
2442        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2443        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2444        which corrects the problem  where the cs8900.c file was actually the BSP
2445        glue.  Joel did some hacking so this file will compile.  Previously it
2446        required providing a target.h file to compile.
2447        * libchip/network/cs8900.c.bsp: New file.
2448
24492002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2450
2451        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2452
24532002-08-31      Joel Sherrill <joel@OARcorp.com>
2454
2455        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2456        eliminate warning.
2457
24582002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2459
2460        * configure.ac: Add ada-tests.
2461
24622002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2463
2464        * Makefile.am: Add preinstall-stamp.
2465
24662002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2467
2468        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2469        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2470        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2471        gcc31 happy.
2472        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2473        cp.
2474
24752002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2476
2477        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2478        make/bsp.mak.
2479        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2480        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2481
24822002-08-12      Joel Sherrill <joel@OARcorp.com>
2483
2484        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2485        avoid error.
2486
24872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2488
2489        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2490        * configure.ac: Add BSP_SUBDIRS.
2491        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2492        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2493        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2494        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2495        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2496        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2497        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2498        RTEMS_CHECK_BSP_CACHE.
2499        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2500        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2501        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2502        .$(OBJEXT) instead of .o.
2503        * libnetworking/pppd/Makefile.am,
2504        libnetworking/rtems_servers/Makefile.am,
2505        libnetworking/rtems_telnetd/Makefile.am,
2506        libnetworking/rtems_webserver/Makefile.am,
2507        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2508
25092002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2510
2511        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2512        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2513        ../libchip/serial/$(ARCH)/libserialio.a.
2514        * libchip/serial/Makefile.am: Don't tmp-install lib.
2515        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2516
25172002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2518
2519        * Makefile.am: Add rtems_makedir.
2520        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2521        * Makefile.am: Add wrapup-SUBDIR.
2522        * wrapup/ChangeLog: Remove.
2523        * wrapup/configure.ac: Remove.
2524        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2525        (Make the bare BSP happy).
2526        * configure.ac: Ditto.
2527        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2528        Create make/custom/default.cfg.
2529        * configure.ac: Add creation of make/custom/*.cfg. Create
2530        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2531
25322002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2533
2534        * Makefile.am: Clean $(PROJECT_RELEASE).
2535
25362002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2537
2538        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2539        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2540        prototype mismatches.
2541
25422002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2543
2544        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2545        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2546
25472002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2548
2549        * acinclude.m4: Add test "$multilib" != "yes".
2550        * config-ml.in: Remove.
2551        * acinclude.m4: Cleanups.
2552        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2553        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2554        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2555        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2556        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2557
25582002-07-16      Eric Norum <eric.norum@usask.ca>
2559
2560        * New driver for the Intel EtherExpressPro (82559ER) chip.
2561        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2562        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2563        * libchip/network/Makefile.am: Modified to reflect above.
2564
25652002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2566
2567        * acinclude.m4: New.
2568        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2569        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2570        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2571
25722002-07-01      Joel Sherrill <joel@OARcorp.com>
2573
2574        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2575        _Objects_Information_table now that it is a two dimensional array based
2576        upon API and class.
2577        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2578        of strnlen().
2579
25802002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2581
2582        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2583        preinstall libnetapps.a.
2584
25852002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2586
2587        * configure.ac: Remove librpc.
2588
25892002-06-25      Joel Sherrill <joel@OARcorp.com>
2590
2591        * Per PR233, moved librpc to exec.
2592        * configure.ac, wrapup/Makefile.am: Modified.
2593        * librpc, librpc/ChangeLog: Removed.
2594
25952002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2596
2597        * optman/Makefile.am: Remove multilib support.
2598        * optman/configure.ac: Ditto.
2599        * optman/sapi/Makefile.am: Ditto.
2600
26012002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2602
2603        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2604        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2605
26062002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2607
2608        Move networking libraries to c/src/exec/libnetworking
2609        * libnetworking/configure.ac, libnetworking/Makefile.am,
2610        libnetworking/wrapup/Makefile.am: Reflect Moval.
2611
26122002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2613
2614        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2615        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2616        <rtems/bspIo.h>.
2617
26182002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2619
2620        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2621        * libnetworking/rtems/mkrootfs.h: Ditto.
2622        * libnetworking/rtems/Makefile.am: Reflect changes above.
2623
26242002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2625
2626        * configure.ac: Remove lib.
2627
26282002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2629
2630        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2631        that exception stack frames on M68K members with VBR always are 6 byte
2632        long. The incorrect assumption resulted in some gdb commands like "next"
2633        to fail on the 68360.
2634
26352002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2636
2637        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2638        PR 220
2639        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2640        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2641        CVS.
2642        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2643        libnetworking/sys/filio.h: Remove.
2644        * libnetworking/sys/Makefile.am: Reflect changes above.
2645
26462002-05-07      Chris Johns <ccj@acm.org>
2647
2648        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2649        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2650        requires it to be stripped.
2651
26522002-05-01      Eric Norum <eric.norum@usask.ca>
2653
2654        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2655        assembly  to satisfy gcc 3.1 and newer.
2656
26572002-04-26      Eric Norum <eric.norum@usask.ca>
2658
2659        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2660        agressive optimization in gcc 3.1 does not reorder things.
2661
26622002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2663
2664        * libchip/network/dec21140.c: Reflect changes to powerpc's
2665        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2666        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2667        <rtems/score/cpu.h>.
2668        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2669        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2670
26712002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2672
2673        * optman/configure.ac: Remove ENABLE_GCC28.
2674
26752002-04-11      Chris Johns <ccj@acm.org>
2676
2677        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2678        driver control block field to the ifconfig network driver structure.
2679        This field is needed by the i82586 driver which was ported from NetBSD
2680        as it had better hardware abstraction.
2681        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2682        PR59, added the drv_ctrl driver control block field to the ifconfig
2683        network driver structure. This field is needed by the i82586 driver
2684        which was ported from NetBSD as it had better hardware abstraction.
2685
26862002-04-10      Mike Siers <mikes@poliac.com>
2687
2688        * libnetworking/rtems_webserver/NOTES,
2689        libnetworking/rtems_webserver/asp.c,
2690        libnetworking/rtems_webserver/balloc.c,
2691        libnetworking/rtems_webserver/default.c,
2692        libnetworking/rtems_webserver/ej.h,
2693        libnetworking/rtems_webserver/ejIntrn.h,
2694        libnetworking/rtems_webserver/ejlex.c,
2695        libnetworking/rtems_webserver/ejparse.c,
2696        libnetworking/rtems_webserver/emfdb.c,
2697        libnetworking/rtems_webserver/emfdb.h,
2698        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2699        libnetworking/rtems_webserver/handler.c,
2700        libnetworking/rtems_webserver/license.txt,
2701        libnetworking/rtems_webserver/md5.h,
2702        libnetworking/rtems_webserver/md5c.c,
2703        libnetworking/rtems_webserver/mime.c,
2704        libnetworking/rtems_webserver/misc.c,
2705        libnetworking/rtems_webserver/ringq.c,
2706        libnetworking/rtems_webserver/rom.c,
2707        libnetworking/rtems_webserver/security.c,
2708        libnetworking/rtems_webserver/sock.c,
2709        libnetworking/rtems_webserver/sym.c,
2710        libnetworking/rtems_webserver/uemf.c,
2711        libnetworking/rtems_webserver/uemf.h,
2712        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2713        libnetworking/rtems_webserver/url.c,
2714        libnetworking/rtems_webserver/value.c,
2715        libnetworking/rtems_webserver/wbase64.c,
2716        libnetworking/rtems_webserver/webcomp.c,
2717        libnetworking/rtems_webserver/webpage.c,
2718        libnetworking/rtems_webserver/webrom.c,
2719        libnetworking/rtems_webserver/webs.c,
2720        libnetworking/rtems_webserver/webs.h,
2721        libnetworking/rtems_webserver/websuemf.c,
2722        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2723        2.1.4.
2724
27252002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2726
2727        * libchip/network/i82586.c: Include <string.h>.
2728        * libchip/network/sonic.c: Ditto.
2729
27302002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2731
2732        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2733
27342002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2735
2736        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2737
27382002-03-27      Thomas.Doerfler@imd-systems.de
2739
2740        PR 144
2741        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2742        memory address 0 when called for the first time. This is done when
2743        trying to clear the variable "dhcp_hostname".
2744
27452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2746
2747        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2748        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2749        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2750        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2751        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2752        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2753        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2754        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2755        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2756        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2757        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2758        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2759        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2760        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2761        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2762        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2763        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2764        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2765        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2766        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2767        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2768        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2769        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2770        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2771        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2772        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2773        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2774        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2775        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2776        AUTOMAKE_OPTIONS.
2777        * libnetworking/configure.ac:
2778        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2779        foreign 1.6]).
2780        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2781        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2782        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2783        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2784        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2785        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2786        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2787        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2788        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2789        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2790        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2791        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2792        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2793        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2794        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2795        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2796        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2797
27982002-03-27      Ilya Alexeev <ilya@continuum.ru>
2799
2800        PR 162
2801        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2802        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2803        used in a device write routines.  Now ppp_softc structure have own
2804        character for writing to device (sc_outchar).  I think that converting
2805        local variables to static is not a right solution, because problems will
2806        occur in the case of two or more ppp instances.
2807        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2808        must be u_long, otherwise in the case of the big output packet endless
2809        loop may occur.
2810
28112002-03-21      Ilya Alexeev <ilya@continuum.ru>
2812
2813        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2814        preparations for multiple PPPD connections.
2815
28162002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2817
2818        PR 149
2819        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2820        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2821        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2822        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2823
28242002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2825
2826        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2827        * configure.ac: Modified to reflect addition.
2828
28292002-02-27      Ilya Alexeev <ilya@continuum.ru>
2830
2831        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2832        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2833        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2834        capabilities as well as eliminate some warnings.
2835
28362002-02-27      Eric Norum <eric.norum@usask.ca>
2837
2838        * libnetworking/net/radix.c: Properly handle fetching the default route
2839        when there is no route.  This was a bug in the original FreeBSD code and
2840        this fix is from an updated version of their code.
2841
28422002-02-16      Eric Norum <eric.norum@usask.ca>
2843
2844        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2845        checking.
2846
28472002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2848
2849        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2850        dodefaultroute.
2851
28522002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2853
2854        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2855        include <rtems/seterr.h>.
2856
28572002-02-01      Mike Siers <mikes@poliac.com>
2858
2859        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2860        avoid bringing the link down too fast. NOTE: Mike reports successfully
2861        running at 56K baud on a direct link.
2862
28632002-02-01      Eric Valette <valette@crf.canon.fr>
2864
2865        * librdbg/So many patches have been posted recently on the mailing list
2866        and  because we were unable to find correct solution to compile on
2867        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2868        because the coding  style of rdbg was rather inconsistant among various
2869        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2870        global coding style (using indent + manual edits), 2) incorporate/review
2871        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2872        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2873        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2874        after rdbg initialization is done, NB : the paches is huge but it is
2875        mainly due to coding styke chnages.  Only few lines of codes have been
2876        really changed and they do not impact  rdbg functionnality (AFAIKT).
2877        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2878        librdbg/include/rdbg/m68k/rdbg_f.h,
2879        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2880        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2881        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2882        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2883        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2884        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2885        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2886        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2887        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2888        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2889        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2890        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2891        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2892        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2893        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2894        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2895
28962002-01-31      Mike Siers <mikes@poliac.com>
2897
2898        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2899        * Nice Update of PPPD support which eliminates the requiremetn that
2900        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2901        and reports that it seems to be more stable and handle larger packets
2902        better.  This patch replaces the termios tasks with more general pppd
2903        network driver tasks.  The functions pppinput() and pppstart() get
2904        called from the interrupt service routine.
2905        * libnetworking/Makefile.am, libnetworking/configure.ac,
2906        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2907        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2908        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2909        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2910        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2911        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2912        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2913        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2914        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2915        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2916        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2917        libnetworking/net/route.c, libnetworking/net/route.h,
2918        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2919        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2920        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2921        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2922        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2923        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2924        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2925        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2926        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2927        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2928        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2929        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2930        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2931        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2932        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2933        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2934        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2935        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2936        libnetworking/pppd/example/README,
2937        libnetworking/pppd/example/netconfig.h,
2938        libnetworking/wrapup/Makefile.am: Modified.
2939        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2940        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2941        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2942        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2943        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2944        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2945        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2946        libnetworking/modem/pppcompress.c: Subdirectory removed.
2947
29482002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2949
2950        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2951        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2952
29532002-01-18      Till Straumann <strauman@slac.stanford.edu>
2954
2955        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2956        issues: - exception handler needs to enable MSR_FP if the interrupted
2957        thread is FP enabled. - printk message for MSR fixed and added
2958        stacktrace. NOTE: this requires the stacktrace patch to
2959        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2960        however).
2961
29622002-01-06      Joel Sherrill <joel@OARcorp.com>
2963
2964        * optman/.cvsignore: Added aclocal.m4 and configure.
2965        * optman/.cvsignore: New file.
2966
29672002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2968
2969        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2970
29712002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2972
2973        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2974        * optman/ChangeLog: New.
2975        * optman/configure.ac: New.
2976        * optman/Makefile.am: New.
2977        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2978        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2979
29802001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2981
2982        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2983
29842001-12-18      Eric Norum <eric.norum@usask.ca>
2985
2986        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2987        `directories' (path names with a / at the end) while disallowing open()
2988        operations on TFTP `directories'.
2989
29902001-12-07      Eric Norum <eric.norum@usask.ca>
2991
2992        * libnetworking/lib/tftpDriver.c: Restore write capability.
2993
29942001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2995
2996        * libchip/network/sonic.h: Fix typo.
2997        * libnetworking/arpa/Makefile.am: Remove stray lines.
2998
29992001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3000
3001        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3002
30032001-10-18      Eric Norum <eric.norum@usask.ca>
3004
3005        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3006        chdir() and open() operations within the TFTP file system.
3007
30082001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3009
3010        * librdbg/configure.ac: Fix latent bug exposed by removal of
3011        config.cache's which prevented powerpc targets librdbg from building.
3012
30132001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3014
3015        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3016        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3017        autoconf-2.52 happy.
3018
30192001-10-12      Mike Siers <mikes@poliac.com>
3020
3021        * libnetworking/Update to stable working state.  Congratulations Mike!
3022        :).
3023        * libnetworking/modem_example: Directory removed.
3024        * libnetworking/modem_example/16550.h,
3025        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3026        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3027        libnetworking/modem_example/ppp.h,
3028        libnetworking/modem_example/pppcompress.c: Files removed.
3029        * libnetworking/pppd/example/pppd.options: New file.
3030        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3031        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3032        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3033        libnetworking/pppd/rtemsmain.c: Updated.
3034
30352001-10-12      Joel Sherrill <joel@OARcorp.com>
3036
3037        * libchip/serial/z85c30.c: Fixed typo.
3038
30392001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3040
3041        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3042        * configure.in: Remove.
3043        * configure.ac: New file, generated from configure.in by autoupdate.
3044        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3045        * libchip/configure.in: Remove.
3046        * libchip/configure.ac: New file, generated from configure.in by
3047        autoupdate.
3048        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3049        * librdbg/configure.in: Remove.
3050        * librdbg/configure.ac: New file, generated from configure.in by
3051        autoupdate.
3052        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3053        * libnetworking/configure.in: Remove.
3054        * libnetworking/configure.ac: New file, generated from configure.in by
3055        autoupdate.
3056
30572001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3058
3059        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3060        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3061        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3062
30632001-09-27      Joel Sherrill <joel@OARcorp.com>
3064
3065        * libchip/ChangeLog: Fixed typo in date.
3066
30672001-09-27      Eric Norum <eric.norum@usask.ca>
3068
3069        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3070        TFTP  filesystem.
3071
30722001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3073
3074        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3075        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3076        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3077        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3078        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3079        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3080        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3081        'PREINSTALL_FILES ='.
3082        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3083        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3084        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3085        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3086        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3087        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3088        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3089        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3090        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3091        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3092        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3093        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3094
30952001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3096
3097        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3098        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3099        * librdbg/src/m68k/any/Makefile.am: Ditto.
3100        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3101        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3102        happy.
3103
31042001-09-21      Joel Sherrill <joel@OARcorp.com>
3105
3106        * libchip/network/Makefile.am: Fixed typo on file name.
3107        * libchip/network/i82586.c: Commented out line 318 which is referencing
3108        a member of a structure that is not currently there.  This needs to be
3109        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3110        to C style.
3111
31122001-09-19      Eric Norum <eric.norum@usask.ca>
3113
3114        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3115
31162001-09-19      Chris Johns <ccj@acm.org>
3117
3118        * libchip/network/README.i82586, libchip/network/i82586.c,
3119        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3120        Network driver for Intel i82586.
3121        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3122        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3123        "root" filesystem with information obtained via the DHCP response.
3124
31252001-09-14      Eric Norum <eric.norum@usask.ca>
3126
3127        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3128        make gcc 3.x happy.
3129
31302001-08-16      Mike Siers <mikes@poliac.com>
3131
3132        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3133        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3134        These support callback functionality that has not even been compiled
3135        under RTEMS yet.
3136        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3137        example application.  Mike's notes on the modifications: - renamed
3138        error() function because of namespace problems - removed calls to the
3139        exit() funciton - removed extra files from the pppd source directory -
3140        defined pppd task constant values in rtemspppd.h - modifyied example
3141        code to get actual tick per second value - placed the pppd 2.3.11 man
3142        page file (pppd.8) into the pppd directory.
3143        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3144        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3145        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3146        libnetworking/pppd/rtems-ppp.c: Deleted.
3147        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3148        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3149        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3150        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3151        libnetworking/pppd/example/init.c,
3152        libnetworking/pppd/example/netconfig.h,
3153        libnetworking/pppd/example/ppp.conf,
3154        libnetworking/pppd/example/pppdapp.c,
3155        libnetworking/pppd/example/system.h: New files.
3156        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3157        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3158        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3159        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3160        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3161        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3162        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3163        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3164        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3165        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3166        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3167        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3168        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3169        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3170        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3171
31722001-08-16      Joel Sherrill <joel@OARcorp.com>
3173
3174        * libnetworking/pppd/example/Makefile: Removed.
3175        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3176        to avoid bootstrap -c clobbering it.
3177        * libnetworking/rtems_telnetd/.cvsignore: New file.
3178
31792001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3180
3181        * libnetworking/Makefile.am, libnetworking/configure.in,
3182        libnetworking/rtems_servers/Makefile.am,
3183        libnetworking/rtems_servers/telnetd.c,
3184        libnetworking/rtems_servers/telnetd.h,
3185        libnetworking/rtems_telnetd/Makefile.am,
3186        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3187        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3188        libnetworking/rtems_telnetd/telnetd.c,
3189        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3190        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3191        effect when ftpd change. - the tcp/ip stats have been implemented into
3192        icmds.c and started when telnetd daemon is started.
3193        * libnetworking/rtems_servers/telnetd.c,
3194        libnetworking/rtems_servers/telnetd.h: Removed.
3195        * libnetworking/rtems_telnetd: New directory.
3196        * libnetworking/rtems_telnetd/Makefile.am,
3197        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3198        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3199        libnetworking/rtems_telnetd/telnetd.c,
3200        libnetworking/rtems_telnetd/telnetd.h: New files.
3201
32022001-06-14      Joel Sherrill <joel@OARcorp.com>
3203
3204        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3205        Moved from libmisc/shell so the network stack to address network
3206        depenendency.
3207        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3208
32092001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3210
3211        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3212
32132001-05-15      Joel Sherrill <joel@OARcorp.com>
3214
3215        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3216        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3217        accidentally deleted the incorrectly empty versions.
3218
32192001-05-14      Till Straumann <strauman@slac.stanford.edu>
3220
3221        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3222        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3223        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3224        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3225        to know the values) - the affected BSP (shared/motorola) headers have
3226        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3227        driver (libchip/network/dec21140.c) has been fixed to use
3228        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3229        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3230        who is using this driver. - the DEC driver also has been fixed to use
3231        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3232        delay_in_bus_cycles().
3233
32342001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3235
3236        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3237
32382001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3239
3240        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3241
32422001-04-24      Eric Norum <eric.norum@usask.ca>
3243
3244        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3245        NTP synchronization a little more robust -- no NTP daemon yet, but at
3246        least it trys a little harder when the primary NTP server is down.
3247
32482001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3249
3250        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3251        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3252        libnetworking/pppd/modem_example/modem.c,
3253        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3254        other strings into English.
3255        * libnetworking/pppd/STATUS: updated to reflect the changes.
3256
32572001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3258
3259        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3260        again.
3261
32622001-04-20      Eric Valette <valette@crf.canon.fr>
3263
3264        * mcp750 directory renamed new_exception processing as it supports many
3265        more CPU models.
3266        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3267        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3268        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3269        formerly in mcp750 plus modifications.
3270        * librdbg/src/powerpc/mcp750/.cvsignore,
3271        librdbg/src/powerpc/mcp750/Makefile.am,
3272        librdbg/src/powerpc/mcp750/remdeb.h,
3273        librdbg/src/powerpc/mcp750/remdeb_f.x,
3274        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3275        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3276        new_exception_processing.
3277        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3278        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3279        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3280        part of this effort to add support for the MPC8xx.
3281
32822001-04-19      Joel Sherrill <joel@OARcorp.com>
3283
3284        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3285        internal include files.
3286
32872001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3288
3289        PR 158
3290        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3291        rcmd() library call by commenting out the parts that deal with signals.
3292        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3293        stdio. The 'server-side' parts of this file which deal with
3294        authentication are disabled since they are not needed.
3295
32962001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3297
3298        * libnetworking/include/.cvsignore: Remove dangling file.
3299
33002001-03-14      Joel Sherrill <joel@OARcorp.com>
3301
3302        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3303        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3304        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3305        libchip style serial drivers can be written in libcpu or libbsp.
3306
33072001-03-01      Joel Sherrill <joel@OARcorp.com>
3308
3309        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3310        libchip/network/sonic.c, libchip/network/sonic.h,
3311        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3312        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3313        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3314        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3315        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3316        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3317        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3318        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3319
33202001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3321
3322        * librdbg/include/rdbg/Makefile.am,
3323        librdbg/include/rdbg/i386/Makefile.am,
3324        librdbg/include/rdbg/m68k/Makefile.am,
3325        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3326        style on include files.
3327
33282001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3329
3330        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3331        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3332        replace ${..} with $(..).
3333        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3334        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3335        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3336        libnetworking/rtems/Makefile.am, libnetworking/
3337        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3338        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3339        include_*HEADERS instead of H_FILES.
3340        * libnetworking/include/Makefile.am: Remove.
3341        * libnetworking/Makefile.am: Add handling of *.h files.
3342        * libnetworking/configure.in: Remove include/Makefile.
3343
33442001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3345
3346        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3347
33482001-01-31      Sergei Organov <osv@javad.ru>
3349
3350        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3351        current dir and root dir removed in favor of new libio support for
3352        task-local current and root directories. - Bug in `close_data_socket()'
3353        introduced by previous change fixed. - `command_pasv()' changed to set
3354        timeout on socket we are listening on and code fixed to don't close
3355        socket twice on error. - `serr()' changed to clear `errno'. -
3356        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3357        changed to clear `errno' before processing session. -
3358        `close_data_socket()' fixed to close both active and passive sockets -
3359        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3360        empty string  in `exec_command()'.
3361
33622001-01-25      Eric Norum <eric.norum@usask.ca>
3363
3364        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3365        improves throughput on systems which are dropping packets.   Only the
3366        first timeout is reduced.  This keeps the number of extra packets down
3367        on networks that are very busy and dropping lots of packets.
3368
33692001-01-24      Sergei Organov <osv@javad.ru>
3370
3371        * libnetworking/rtems_servers/ftpd.c,
3372        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3373        - Timeouts on sockets implemented. 'idle' field added to configuration.
3374        No timeout by default to keep backward compatibility. Note: SITE IDLE
3375        command not implemented yet. - Basic global access control implemented.
3376        'access' field added to configuration. No access limitations by default
3377        to keep backward compatibility. - Anchor data socket for active mode
3378        (using self IP and port 20.) - Fixed default data port support (still
3379        not tested). - Don't allow IP address different from originating host in
3380        PORT command to improve security. - Fixed bug in MDTM command. - Check
3381        for correctness of parsing of argument in command_port(). - Fixed
3382        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3383        a directory. - Command parsing a little bit improved: command names are
3384        now converted to upper-case to be more compatible with RFC (command
3385        names are not case-sensitive.) - Reformat comments so that they have
3386        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3387        previous changes - True ASCII mode implemented (doesn't work for hooks
3388        and /dev/null) - Passive mode implemented, PASV command added. - Default
3389        port for data connection could be used (untested, can't find ftp client
3390        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3391        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3392
33932001-01-18      Joel Sherrill <joel@OARcorp.com>
3394
3395        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3396        macro using variable arguments.
3397        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3398        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3399        since I updated the main RTEMS development machine to RedHat 7.2 and
3400        apparently got a new version of rpcgen.
3401
34022001-01-12      Sergei Organov <osv@javad.ru>
3403
3404        * libnetworking/rtems_servers/ftpd.c,
3405        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3406        - use pool of pre-created threads to handle sessions instead of
3407        creating/deleting threads on the fly - LIST output is now similar to
3408        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3409        happy with it. - LIST NAME now works (both for files and directories) -
3410        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3411        clients happy  - keep track of CWD for every session separately -
3412        ability to specify root directory name for FTPD in configuration table.
3413        FTPD will then create illusion for FTP clients that this is actually
3414        root directory. - ignore options sent in commands, thus LIST -al FILE
3415        works and doesn't try to list "-al" directory. - buffers are allocated
3416        on stack instead of heap where possible to eliminate malloc/free calls
3417        (avoid possible heap fragmentation troubles). - drop using of task
3418        notepad to pass parameters - use function arguments instead - use
3419        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3420        in socket() instead of AF_INET.
3421
34222001-01-02      Joel Sherrill <joel@OARcorp.com>
3423
3424        * libnetworking/CHANGELOG: Removed.
3425        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3426
34272000-12-14      Eric Norum <eric.norum@usask.ca>
3428
3429        * libnetworking/lib/tftpDriver.c: Added write capability.
3430
34312000-12-08      Joel Sherrill <joel@OARcorp.com>
3432
3433        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3434        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3435        numerous variable declarations conditional on PPP_COMPRESS and
3436        PPP_FILTER.  Commented out variables that were not used because the code
3437        using them was commented out. Removed totally unused variables.
3438        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3439        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3440
34412000-11-30      Joel Sherrill <joel@OARcorp.com>
3442
3443        * libnetworking/modem/ppp_tty.c: Changed to include
3444        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3445        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3446        * libnetworking/Makefile.am: Modified to reflect above.
3447
34482000-11-27      Joel Sherrill <joel@OARcorp.com>
3449
3450        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3451
34522000-11-25      Eric Norum <eric.norum@usask.ca>
3453
3454        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3455        core.
3456
34572000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3458
3459        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3460        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3461        subdir.
3462        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3463        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3464        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3465        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3466        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3467        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3468        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3469        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3470        ppp_tty.c and the real pppd main is in pppmain.c.
3471
34722000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3473
3474        * libchip/network/sonic.c: Added ipalign() routine to align the received
3475        packet so that the ip header is on a 32-bit boundary. Necessary for
3476        cpu's that do not allow unaligned loads and stores and when the 32-bit
3477        DMA mode is used.
3478
34792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3480
3481        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3482        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3483        ACLOCAL_AMFLAGS.
3484        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3485        ACLOCAL_AMFLAGS.
3486        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3487        ACLOCAL_AMFLAGS.
3488
34892000-11-03      Chris Johns <ccj@acm.org>
3490
3491        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3492        libchip/network/cs8900.h: New files.
3493
34942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3495
3496        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3497        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3498        $(RTEMS_TOPdir)/aclocal.
3499        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3500        $(RTEMS_TOPdir)/aclocal.
3501        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3502        $(RTEMS_TOPdir)/aclocal.
3503
35042000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3505
3506        * configure.in: Switch to GNU-canonicalization.
3507        * Makefile.am: Reflect changes to configure.in.
3508        * acinclude.m4: Remove.
3509
35102000-10-30      Joel Sherrill <joel@OARcorp.com>
3511
3512        * POSIX include files merged into newlib.  This resulted in some
3513        definitions moving to other files and thus some secondary effects in
3514        RTEMS source code.
3515        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3516        in sync with newlib's <machine/types.h>.
3517        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3518        definition of struct itimerval in <sys/time.h>.
3519
35202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3521
3522        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3523        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3524        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3525        * ChangeLog: Fix typos.
3526        * configure.in: add tests to the GNU canonicalized subdirectories.
3527
35282000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3529
3530        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3531        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3532        the lib directory before configuring lib/.
3533
35342000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3535
3536        * configure.in, Makefile.am: add exec to the GNU canonicalized
3537        subdirectories.
3538        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3539        * configure.in: add libnetworking, librpc and librdb to the GNU
3540        canonicalized subdirectories.
3541        * configure.in: add libmisc and libchip to the GNU canonicalized
3542        subdirectories.
3543        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3544        Switch to GNU canonicalization.
3545        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3546        Switch to GNU canonicalization.
3547        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3548        Switch to GNU canonicalization.
3549
35502000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3551
3552        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3553        canonicalization to libfs/. The approach is currently a bit of a hack as
3554        GNU canonicalization does not support the per-BSP build some of the
3555        other directories require.  As more of the tree is converted, this will
3556        become less  of an issue.
3557
35582000-10-20      Joel Sherrill <joel@OARcorp.com>
3559
3560        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3561        parameter.
3562
35632000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3564
3565        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3566        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3567        * librdbg/configure.in: Add m68k support.
3568        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3569        subdirectory.
3570        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3571        failure.
3572        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3573        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3574        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3575        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3576        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3577        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3578        librdbg/src/m68k/.cvsignore: New files.
3579        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3580        function pointers.
3581        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3582        _after_ pointer has been checked against NULL.
3583
35842000-10-18      Joel Sherrill <joel@OARcorp.com>
3585
3586        * wrapup/Makefile.am: Added libfs.
3587
35882000-10-18      Chris Johns <ccj@acm.org>
3589
3590        * libfs created.
3591        * configure.in: Added libfs subdirectory.
3592        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3593
35942000-09-28      Joel Sherrill <joel@OARcorp.com>
3595
3596        * libnetworking/rtems_webserver/Makefile.am,
3597        libnetworking/rtems_webserver/base64.c,
3598        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3599        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3600
36012000-09-22      Joel Sherrill <joel@OARcorp.com>
3602
3603        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3604        libnetworking/rtems/rtems_bsdnet_internal.h,
3605        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3606        have included rtems.h.  It is now including precisely the  least amount
3607        of low level, yet portable .h files to get the basic RTEMS types
3608        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3609        used machine/types.h to include rtems.h.
3610
36112000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3612
3613        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3614
36152000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3616
3617        * libnetworking/ChangeLog: Cleanup.
3618
36192000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3620
3621        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3622        * libchip/ChangeLog: Fix formating.
3623
36242000-09-05      Joel Sherrill <joel@OARcorp.com>
3625
3626        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3627        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3628        confusion and to work with the converted flags.
3629
36302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3631
3632        * wrapup/Makefile.am: Include compile.am.
3633        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3634        libchip/serial/Makefile.am: Include compile.am.
3635        * librdbg/src/i386/any/Makefile.am,
3636        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3637        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3638        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3639        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3640        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3641        libnetworking/rtems_servers/Makefile.am,
3642        libnetworking/rtems_webserver/Makefile.am,
3643        libnetworking/wrapup/Makefile.am: Include compile.am.
3644
36452000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3646
3647        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3648        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3649
36502000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3651
3652        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3653
36542000-08-31      Joel Sherrill <joel@OARcorp.com>
3655
3656        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3657        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3658        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3659        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3660        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3661        * libnetworking/wbase64.c: Removed.
3662        * libnetworking/Makefile.am, libnetworking/asp.c,
3663        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3664        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3665        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3666        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3667        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3668        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3669        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3670        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3671        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3672        Modified.
3673
36742000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3675
3676        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3677
36782000-08-30      Joel Sherrill <joel@OARcorp.com>
3679
3680        * libnetworking/rtems_webserver/license.txt: New file.
3681
36822000-08-10      Joel Sherrill <joel@OARcorp.com>
3683
3684        * ChangeLog: New file.
3685        * libchip/ChangeLog: New file.
3686        * librdbg/ChangeLog: New file.
3687        * libnetworking/ChangeLog: New file.
3688
Note: See TracBrowser for help on using the repository browser.