source: rtems/c/src/ChangeLog @ e511e126

4.104.114.95
Last change on this file since e511e126 was a818530b, checked in by Joel Sherrill <joel.sherrill@…>, on 08/30/08 at 20:29:57

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

  • libchip/network/sonic.c: Do not declare a variable just to hold an ignored return value.
  • Property mode set to 100644
File size: 139.9 KB
Line 
12008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * libchip/network/sonic.c: Do not declare a variable just to hold an
4        ignored return value.
5
62008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
7
8        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
9
102008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
13        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
14
152008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * libchip/display/disp_hcms29xx.c: Do not make these static. They
18        appear to be unused that way.
19
202008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * libchip/shmdr/shm_driver.h: Correct prototypes.
23
242008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
25
26        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
27        variables and made methods static.
28
292008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * libchip/serial/ns16550.c: Fix warning.
32
332008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * aclocal/prog-cc.m4: Add -Wnested-externs.
36
372008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * libchip/network/dec21140.c: Add missing prototype.
40        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
41
422008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
45        -Wstrict-prototypes to RTEMS_CFLAGS.
46
472008-08-02      Chris Johns <chrisj@rtems.org>
48
49        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
50        rtems_blkdev_request count and start references. Use
51        RTEMS_BLKDEV_START_BLOCK.
52
532008-07-29      Chris Johns <chrisj@rtems.org>
54
55        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
56
57        * libchip/ide/ata.c: Change to use a mutex rather than disable
58        pre-emption. Updated to the libblock changes.
59
60        * libchip/ide/ata_internal.h: Updated to the new chains API.
61
62        * libchip/ide/ide_controller.c: Updated to the libblock
63        changes. Added come debug tracing.
64
65        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
66        to the libblock changes.
67
682008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * configure.ac: Remove RPCGEN, RPCTOOLS.
71
722008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
73
74        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
75        for output format specifiers.
76
772008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
78
79        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
80        Fixed some data types
81
822008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
83
84        * libchip/i2c/spi-sd-card.c: Added missing header file.
85        * libchip/Makefile.am: Added SD Card driver.
86
872008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
88
89        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
90        make glyphs non-constant, added file headers
91
922008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
93
94        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
95        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
96        * libchip/display/font_hcms29xx.h
97        Creation of SPI display driver
98
992008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
100
101        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
102        via SPI.
103
1042008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
107        AC_PREREQ(2.62).
108
1092008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
112
1132008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * libchip/Makefile.am: Move termios helper routines from libchip to
116        libcsupport. Add routine which makes it easy for a termios device
117        driver to inform termios of its default baud rate. This avoids
118        inconsistencies in later termios settings changes.
119        * libchip/serial/termios_baud2index.c,
120        libchip/serial/termios_baud2num.c: Removed.
121
1222008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
125
1262008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
129        not fail if there are none.
130
1312008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
132
133        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
134        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
135        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
136        * libchip/Makefile.am:
137        derived a generic spi memory driver from spi-flash-m25p40,
138        added descriptor for fram fm25l256
139
1402008-05-07      Till Straumann <strauman@slac.stanford.edu>
141
142        PR 649/bsps
143        * libchip/ide/ata.c: Give up if the interface does not become ready.
144
1452008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        Moved to cpukit.
148        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
149        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
150        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
151        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
152        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
153        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
154        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
155        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
156        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
157        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
158        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
159        nfsclient/src/xdr_mbuf.c: Removed.
160
1612008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
164
1652008-01-05      Chris Johns <chrisj@rtems.org>
166
167        * libchip/flash/am29lv160.c: Update the blank check error message
168        to say there is an error.
169       
1702007-12-22      Chris Johns <chrisj@rtems.org>
171
172        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
173        the hello message. Just one line but still a little too long.
174       
1752007-12-14      Chris Johns <chrisj@rtems.org>
176
177        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
178        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
179        * libchip/flash, libchip/flash/am29lv160.c,
180        libchip/flash/am29lv160.h: New.
181
1822007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * libchip/network/if_fxp.c: Spacing.
185
1862007-11-20      Till Straumann <strauman@slac.stanford.edu>
187
188        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
189        Avoid using 'stdio' before the system is up and fully
190        initialized.
191
1922007-11-20      Till Straumann <strauman@slac.stanford.edu>
193
194        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
195        * libchip/Makefile.am, libchip/preinstall.am:
196        added new driver for Maxim DS1375 i2c RTC.
197
1982007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
199
200        * libchip/i2c/spi-flash-m25p40.c:
201        added addressing call in write function
202
2032007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
204
205        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
206        * libchip/Makefile.am:
207        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
208
2092007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
212
2132007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * nfsclient/Makefile.am: Fix errors.
216
2172007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
218
219        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
220
2212007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * aclocal/version.m4: Bump RTEMS_API to 4.9.
224        Bump RTEMS_VERSION to 4.8.99.0.
225
2262007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
227
228        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
229
2302007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
231
232        * configure.ac: Remove AC_PROG_AWK (Unused).
233
2342007-09-14      Daron Chabot <djc915@mail.usask.ca>
235
236        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
237        rtems_interrupt_vector, to permit passing arbitrary arguments to the
238        ISR. Clean up of variables to silence compiler warnings.
239
2402007-09-13      Daniel Hellstrom <daniel@gaisler.com>
241
242        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
243
2442007-09-12      Daniel Hellstrom <daniel@gaisler.com>
245
246        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
247          - Odd bit bug in some chips taken care of.
248          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
249            alignment but failing to do so must have made the driver writer to make
250            some incorrect assumptions about MBUFs.
251          - Fixed MBUF handling to handle mbuf chains better. The Data length of
252            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
253          - Made while loop responsible for copying data to fifo port copy 16 shorts
254            per loop instead of 1 short, increasing the copying process.
255
2562007-09-07      Daniel Hellstrom <daniel@gaisler.com>
257
258        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
259        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
260
2612007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
262
263        * configure.ac, wrapup/Makefile.am: Remove RDBG.
264        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
265        librdbg/Makefile.am, librdbg/preinstall.am,
266        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
267        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
268        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
269        librdbg/include/rdbg/powerpc/rdbg_f.h,
270        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
271        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
272        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
273        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
274        librdbg/src/servtsp.c, librdbg/src/servutil.c,
275        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
276        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
277        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
278        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
279        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
280        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
281        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
282        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
283        librdbg/src/powerpc/rdbg_f.c,
284        librdbg/src/powerpc/new_exception_processing/remdeb.h,
285        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
286        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
287        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
288
2892007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
290
291        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
292
2932007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
294
295        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
296          sizes.
297
2982007-07-27      Chris Johns <chrisj@rtems.org>
299
300        * wrapup/Makefile.am: Create archive from a file for hosts
301        with a limited command line size.
302
3032007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
304
305        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
306          sizes.
307
3082007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
309       
310        * configure.ac: Add nfsclient.
311        * nfsclient/Makefile.am: New.
312        * nfsclient/proto/Makefile, nfsclient/Makefile,
313          nfsclient/src/Makefile: Remove.
314        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
315        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
316
3172007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
318
319        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
320        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
321        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
322        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
323        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
324        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
325        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
326        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
327        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
328        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
329        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
330        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
331
3322007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
333
334        * libchip/serial/ns16550.c: removed timed out wait for transmitter
335        to become ready: This will not work for fast CPUs.
336
3372007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
338
339        * libchip/ide/ata.c: fixed warning
340
3412007-06-20      Ray Xu <rayx@gmail.com>
342
343        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
344        console, and libio. This shrinks the memory requirements but Joel has
345        not figured out how best to present this to application space.
346        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
347        New files.
348
3492007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
350
351        * optman/sapi/no-io.c: Split IO Manager into one function per file so
352        now we only need required initialization methods.
353
3542007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
355
356        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
357        parameter since it was used to configure a no longer used feature.
358        Device names are now part of the filesystem not in a table.
359
3602007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
361
362        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
363        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
364        optman/rtems/no-part.c, optman/rtems/no-region.c,
365        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
366        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
367        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
368        other optional managers so using them reduces application size
369        instead of increasing it.
370        * optman/rtems/no-barrier.c: New file.
371
3722007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
373
374        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
375        adjustments to pci-API changes.
376        * libchip/network/dec21140.c, libchip/network/elnk.c,
377        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
378        changes.
379
3802007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
381
382        * libchip/network/dec21140.c, libchip/network/if_dc.c,
383        libchip/network/if_fxp.c: Reflect changes to pci-API.
384
3852007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
386
387        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
388        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
389
3902007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
391
392        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
393          being used to compile "tools").
394
3952007-03-13      Joel Sherrill <joel@OARcorp.com>
396
397        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
398
3992007-03-12      Joel Sherrill <joel@OARcorp.com>
400
401        * libchip/network/cs8900.c, libchip/network/cs8900.h,
402        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
403        and/or fix mistake in copyright notice. Both of these mistakes appear
404        to be from code submitted after these changes were made previously.
405
4062007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
407
408        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
409
4102007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
411
412        * libchip/Makefile.am: Correct path to README.tulipclone.
413
4142007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
415
416        * libchip/ide/ata.c: Remove superfluous type casts.
417
4182007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
419
420        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
421        Use size_t for sizes.
422
4232007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
424
425        * libchip/ide/ata.c: in ata_request_done: moved call to free()
426        from preemption disabled region
427
4282007-01-16      Till Straumann <strauman@slac.stanford.edu>
429
430        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
431        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
432        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
433
4342006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
435
436        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
437          ioctl_command_t as ioctl argument.
438
4392006-12-13      Joel Sherrill <joel@OARcorp.com>
440
441        * librtems++/include/rtems++/rtemsEvent.h,
442        librtems++/include/rtems++/rtemsMessageQueue.h,
443        librtems++/include/rtems++/rtemsSemaphore.h,
444        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
445        librtems++/src/rtemsMessageQueue.cc,
446        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
447        rtems_unsigned32 to uint32_t.
448
4492006-12-13      Joel Sherrill <joel@OARcorp.com>
450
451        PR 1181/bsps
452        * optman/rtems/no-msg.c: Clean up dead code.
453
4542006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
455
456        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
457
4582006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
459
460        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
461        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
462        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
463
4642006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
465
466        * configure.ac: New BUG-REPORT address.
467
4682006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
469
470        * Makefile.am: Remove ampolish3.
471
4722006-11-17      Joel Sherrill <joel@OARcorp.com>
473
474        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
475        blank lines.
476
4772006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
478
479        * configure.ac: Remove RTEMS_AMPOLISH3.
480        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
481          Remove checks for AMPOLISH3.
482        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
483        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
484        * ampolish3: Remove.
485
4862006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
487
488        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
489        * aclocal/prog-cc.m4: Remove CFLAGS.
490        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
491        Compose CFLAGS. Append CFLAGS to ac_configure_args.
492
4932006-10-23      Joel Sherrill <joel@OARcorp.com>
494
495        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
496
4972006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
498
499        * automake/compile.am: Use hard-coded RTEMS_* flags.
500
5012006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
502
503        * aclocal/rtems-top.m4: Remove RTEMS_API.
504        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
505
5062006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
507
508        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
509
5102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
511
512        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
513
5142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
515
516        * aclocal/version.m4: Bump version to 4.7.99.0.
517
5182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
519
520        * configure.ac: Require autoconf-2.60. Require automake-1.10.
521
5222006-09-11      Joel Sherrill <joel@OARcorp.com>
523
524        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
525
5262006-09-04      Joel Sherrill <joel@OARcorp.com>
527
528        * libchip/network/greth.c, libchip/network/open_eth.c,
529        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
530        introduced by warning removal.
531
5322006-09-01      Joel Sherrill <joel@OARcorp.com>
533
534        * libchip/network/greth.c, libchip/network/open_eth.c,
535        libchip/network/smc91111.c: Remove warnings and correct prototype
536        added earlier today.
537
5382006-09-01      Joel Sherrill <joel@OARcorp.com>
539
540        * libchip/network/cs8900.c, libchip/network/greth.c,
541        libchip/network/i82586.c, libchip/network/open_eth.c,
542        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
543        sized integers, and inttypes.h printf helpers.
544
5452006-08-09      Kolja Waschk <waschk@telos.de>
546
547        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
548
5492006-07-12      Joel Sherrill <joel@OARcorp.com>
550
551        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
552
5532006-07-11      Jerry Needell <jerry.needell@unh.edu>
554
555        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
556        4.6 branch.  Original modifications by Gaisler Enterprises.
557        * libchip/network/greth.c, libchip/network/greth.h: New files.
558
5592006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
560
561        * ide/ata.[ch]:
562        (PR1118) fetch priority for ATA task from a variable,
563        not a fixed configuration value.
564       
5652006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
566
567        * Makefile.am: Add ampolish3.
568
5692006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
570
571        * ampolish3: New.
572        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
573
5742006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
575
576        * aclocal/rtems-ampolish.m4: New.
577        * configure.ac: Use RTEMS_AMPOLISH3.
578
5792006-04-18  Joel Sherrill <joel@OARcorp.com>
580
581        * aclocal/version.m4: Updated to rtems-4.6.99.3.
582
5832006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
584
585        PR 853/filesystem
586        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
587        should be modified to support the new exception scheme and to use the
588        handle parameter.
589
5902006-02-a32     Eric Norum <norume@aps.anl.gov>
591
592        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
593        "newer" PCI access calls.  Minor cleanups.  Comments.
594
5952006-01-12      Eric Norum <norume@aps.anl.gov>
596
597        PR 861/networking
598        PR 863/networking
599        * libchip/network/smc91111.c: Fix illegal lvalue increments.
600
6012006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
602
603        * wrapup/Makefile.am: Add preinstall.am.
604        * libchip/Makefile.am: Build libchip/network/smc91111.
605        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
606        Eliminate cyg_int* crap.
607
6082006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
609
610        * librdbg/Makefile.am: Add preinstall.am.
611        * aclocal/bsp-configure.m4: Add ampolish3.
612        New header guards.
613
6142006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
615
616        * libchip/network/open_eth.c, libchip/network/open_eth.h:
617        Merger from rtems-4-6-branch.
618
6192006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
620
621        * libchip/network/smc91111.c
622        libchip/network/smc91111config.h
623        libchip/network/smc91111exp.h
624        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
625        * libchip/Makefile.am: Reflect adding smc91111*.
626
6272006-01-08      Joel Sherrill <joel@OARcorp.com>
628
629        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
630        char *.
631
6322006-01-08      Joel Sherrill <joel@OARcorp.com>
633
634        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
635        warnings.
636
6372005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
638
639        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
640        Add RTEMS_RELLDFLAGS.
641        * automake/compile.am: Remove RTEMS_USE_GCC.
642        Remove RTEMS_RELLDFLAGS.
643        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
644
6452005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
646
647        * libchip/network/if_media.h, libchip/network/mii.h:
648        Remove (Moved to cpukit).
649        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
650        and libchip/network/if_media.h.
651        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
652        if_media.h having moved.
653
6542005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
655
656        * automake/compile.am, automake/host.am, automake/local.am,
657        automake/subdirs.am: Remove depend.
658        * configure.ac: Explicitly pass --libdir and --includedir to
659        testsuites.
660
6612005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
662
663        * configure.ac: Reflect changes to testsuites.
664
6652005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
666
667        * automake/compile.am: Remove GCCSPECS.
668        * aclocal/prog-cc.m4: Add GCCSPECS.
669        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
670
6712005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
672
673        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
674        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
675
6762005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
677
678        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
679        libcpu/byteorder.h for i386.
680
6812005-11-02      Till Straumann <strauman@slac.stanford.edu>
682
683        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
684        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
685        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
686        added a simple API/library for i2c devices and drivers for i2c
687        2-byte eeproms and a ds1621 temperature sensor; API is documented
688        in libi2c.h.
689
6902005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
691
692        * libnetworking/pppd/ipxcp.c,
693        libnetworking/pppd/chat.c,
694        libnetworking/pppd/patchlevel.h,
695        libnetworking/pppd/upap.h,
696        libnetworking/pppd/md5.h,
697        libnetworking/pppd/pppd.8,
698        libnetworking/pppd/README,
699        libnetworking/pppd/preinstall.am,
700        libnetworking/pppd/md4.h,
701        libnetworking/pppd/magic.c,
702        libnetworking/pppd/pppd.h,
703        libnetworking/pppd/demand.c,
704        libnetworking/pppd/rtemsmain.c,
705        libnetworking/pppd/sys-rtems.c,
706        libnetworking/pppd/ipcp.h,
707        libnetworking/pppd/lcp.h,
708        libnetworking/pppd/chap_ms.c,
709        libnetworking/pppd/md4.c,
710        libnetworking/pppd/rtemspppd.h,
711        libnetworking/pppd/cbcp.h,
712        libnetworking/pppd/auth.c,
713        libnetworking/pppd/lcp.c,
714        libnetworking/pppd/example/README,
715        libnetworking/pppd/example/ppp.conf,
716        libnetworking/pppd/example/system.h,
717        libnetworking/pppd/example/netconfig.h,
718        libnetworking/pppd/example/pppdapp.c,
719        libnetworking/pppd/example/init.c,
720        libnetworking/pppd/example/Makefile-user,
721        libnetworking/pppd/example/pppd.options,
722        libnetworking/pppd/rtemspppd.c,
723        libnetworking/pppd/ipxcp.h,
724        libnetworking/pppd/chap_ms.h,
725        libnetworking/pppd/options.c,
726        libnetworking/pppd/magic.h,
727        libnetworking/pppd/chap.h,
728        libnetworking/pppd/cbcp.c,
729        libnetworking/pppd/upap.c,
730        libnetworking/pppd/chap.c,
731        libnetworking/pppd/Makefile.am,
732        libnetworking/pppd/ccp.h,
733        libnetworking/pppd/utils.c,
734        libnetworking/pppd/rtemsdialer.h,
735        libnetworking/pppd/fsm.h,
736        libnetworking/pppd/pathnames.h,
737        libnetworking/pppd/md5.c,
738        libnetworking/pppd/fsm.c,
739        libnetworking/pppd/ipcp.c,
740        libnetworking/pppd/STATUS,
741        libnetworking/pppd/ccp.c,
742        libnetworking/Makefile.am: Remove (Moved to cpukit).
743
7442005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
745
746        * configure.ac: Remove libnetworking, libnetworking/pppd.
747        * wrapup/Makefile.am: Remove libpppd.a.
748
7492005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
750
751        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
752        rtemsdialer.h to $(includedir)/rtems.
753
7542005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
755
756        * libnetworking/rtems_telnetd/icmds.c,
757        libnetworking/rtems_telnetd/Makefile.am,
758        libnetworking/rtems_telnetd/preinstall.am,
759        libnetworking/rtems_telnetd/pty.c,
760        libnetworking/rtems_telnetd/pty.h,
761        libnetworking/rtems_telnetd/README,
762        libnetworking/rtems_telnetd/telnetd.c,
763        libnetworking/rtems_telnetd/telnetd.h:
764        Remove (Moved to cpukit).
765
7662005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
767
768        * configure.ac: Remove libnetworking/rtems_telnetd.
769        * libnetworking/Makefile.am: Remove rtems_telnetd.
770        * libnetworking/README: Remove (Obsolete).
771        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
772
7732005-10-20  Eric Norum <norume@aps.anl.gov>
774
775        * libchip/network/dec21140.c: Clean up PCI mapping.
776
7772005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
778
779        * libnetworking/pppd/Makefile.am: Use preinstall.am.
780        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
781        librdbg/src/servrpc.c, librdbg/src/servtgt.c
782        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
783        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
784        * configure.ac: Move optman to the end of BSP_SUBDIRS.
785
7862005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
787
788        * aclocal/bspopts.m4: Add missing m4 quotes.
789
7902005-09-02  Joel Sherrill <joel@OARcorp.com>
791
792    * aclocal/version.m4: Updated to rtems-4.6.99.2.
793
7942005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
795
796        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
797        libchip/network/dec21140.c: Remove initialization of PCI bus.
798
7992005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
800
801        * optman/Makefile.am: Add preinstall.am.
802
8032005-07-18      Karel Gardas <kgardas@objectsecurity.com>
804
805        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
806        UNTESTED to tested.
807
8082005-06-17      Joel Sherrill <joel@OARcorp.com>
809
810        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
811        it is not supported by the MPC5xx.
812
8132005-06-17      Joel Sherrill <joel@OARcorp.com>
814
815        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
816        interface. Also correct attempting to build on other than PowerPC and
817        x86.
818
8192005-06-16      Daron Chabot <daron@nucleus.usask.ca>
820
821        * libchip/Makefile.am: Add driver for Tulip clones.
822        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
823        libchip/network/if_dcreg.h: New files.
824
8252005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
826
827        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
828        to enable rdbg.
829        * configure.ac: Reflect changes above.
830
8312005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
832
833        * configure.ac: Add ada/.
834
8352005-05-20      Sergei Organov  <osv@topconrd.ru>
836
837        PR 750/networking
838        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
839        wait_input().
840
8412005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
842
843        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
844        rtems/irq.h.
845
8462005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
847
848        * libchip/Makefile.am: Include preinstall.am.
849        * libchip/preinstall.am: New.
850
8512005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
852
853        * configure.ac: Add AMPOLISH3.
854        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
855        * libnetworking/rtems_telnetd/preinstall.am: New.
856        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
857
8582005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
859
860        * configure.ac: Let enable_rpcgen default to "no".
861
8622005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
863
864        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
865
8662005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
867
868        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
869        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
870
8712005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
872
873        * libchip/network/dec21140.c, libchip/network/elnk.c,
874        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
875
8762005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
877
878        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
879        of code as a result of the implementation of a common PCI interface.
880
8812005-05-04      Joel Sherrill <joel@OARcorp.com>
882
883        * libchip/network/open_eth.c: Remove prototype of set_vector.
884
8852005-05-03      Joel Sherrill <joel@OARcorp.com>
886
887        * librdbg/src/ptrace.c: Remove warning.
888
8892005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
890
891        * libchip/network/dec21140.c, libchip/network/elnk.c,
892        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
893        Modified parameter list to remove warnings.
894
8952005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
896
897        * libchip/network/cs8900.c, libchip/network/i82586.c,
898        libchip/network/open_eth.c, libchip/network/sonic.c,
899        libchip/serial/mc68681.c: Modified types to remove
900        warnings.  Added initialization to remove warnings.
901
9022005-04-28      Joel Sherrill <joel@OARcorp.com>
903
904        * libchip/network/README.sonic: Rewritten to account for removal of
905        dmv177.
906
9072005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
908
909        PR 781/rtems_misc
910        * libchip/serial/ns16550_p.h: Fix baud rate calculation
911
9122005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
913
914        * libchip/serial/ns16550.c:
915        Fixed warnings generated in various powerpc configurations
916
9172005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
918
919        * libchip/serial/ns16550.c: Modified
920        ISR to work with PPC new exception processing
921
9222005-03-14      Joel Sherrill <joel@OARcorp.com>
923
924        * libchip/network/dec21140.c, libchip/network/elnk.c,
925        libchip/network/if_fxp.c: Continue PCI API unification. All use
926        pci_find_device(). Network drivers manufacture a signature since all
927        calls have not been converted yet.
928
9292005-03-04      Joel Sherrill <joel@OARcorp.com>
930
931        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
932        initialize function part of the unified PCI API as pci_initialize().
933
9342005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
935
936        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
937        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
938
9392005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
940
941        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
942        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
943
9442005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
945
946        * aclocal/ppc.m4: Reflect changes to ppc exception processing
947        building procedures.
948
9492005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
950
951        * aclocal/prog-cc.m4:
952        Quote CFLAGS's RHS to accomodate Solaris broken sh.
953
9542005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
955
956        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
957
9582005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
959
960        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
961
9622005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
963
964        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
965
9662005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
967
968        * libnetworking/rtems_servers/ftp.c,
969        libnetworking/rtems_servers/ftp.h,
970        libnetworking/rtems_servers/Makefile.am:
971        Remove (relocated to cpukit/ftpd).
972        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
973        removed move libnetworking/rtems_servers.
974
9752005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
976
977        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
978
9792005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
980
981        PR 755/rtems
982        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
983        Remove local declarations of rtems_bsdnet_nameservers,
984        rtems_bsdnet_nameservers_count.
985
9862005-01-31      Sergei Organov <osv@topconrd.ru>
987
988        PR 751/pppd
989        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
990        committed to fix PR736 breaks pppd. chat.c should have its own static
991        ttyfd for pppd to work correctly. The symptom is that second
992        invokation of chat (for connect script) fails due to pppd_ttyfd set
993        to -1 by previous chat invokation (for init script). In addition,
994        this patch fixes leaving of dangling pointer in the abort_stbring[]
995        by chat_send().
996
9972005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
998
999        * configure.ac: Remove CFLAGS_DEBUG_V.
1000        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1001
10022005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1003
1004        * wrapup/Makefile.am: Remove rtems-ctor.o.
1005
10062005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1007
1008        * libchip/rtc/rtc.h: size_t RTC_Count.
1009
10102005-01-20      Joel Sherrill <joel@OARcorp.com>
1011
1012        PR 736/pppd
1013        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1014        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1015        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1016        should not be static and should have a name more specific to pppd.
1017
10182005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1019
1020        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1021        libnetworking/rtems_servers/Makefile.am,
1022        libnetworking/rtems_telnetd/Makefile.am,
1023        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1024        Eliminate CFLAGS_OPTIMIZE_V.
1025
10262005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1027
1028        * configure.ac: Pass CFLAGS to testsuites configure.
1029        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1030        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1031
10322005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1033
1034        * configure.ac: Pass CFLAGS to cpukit configure.
1035        * aclocal/rtems-flags.m4: Remove (Unused).
1036        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1037        * aclocal/env-rtemsbsp.m4:
1038        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1039        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1040        RTEMS_CFLAGS.
1041        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1042        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1043        Cleanup comments.
1044
10452005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1046
1047        * automake/compile.am: Remove build-variant support.
1048
10492005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1050
1051        * libnetworking/pppd/Makefile.am,
1052        libnetworking/rtems_servers/Makefile.am,
1053        libnetworking/rtems_telnetd/Makefile.am:
1054        Remove build-variant support.
1055
10562005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1057
1058        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1059        support/Makefile.am, wrapup/Makefile.am:
1060        Remove build-variant support.
1061
10622004-11-22      Joel Sherrill <joel@OARcorp.com>
1063
1064        * libchip/network/if_fxp.c: Add entry for another module ID code.
1065
10662004-11-22      Joel Sherrill <joel@OARcorp.com>
1067
1068        PR 693/misc
1069        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1070        in/outport routines.
1071
10722004-11-22      Joel Sherrill <joel@OARcorp.com>
1073
1074        PR 693/misc
1075        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1076        in/outport routines.
1077
10782004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1079
1080        * aclocal/enable-itron.m4: Remove (unused).
1081
10822004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1083
1084        * configure.ac: Misc. quoting cleanups.
1085        Enable ada-tests iff --enable-ada and --enable-tests.
1086
10872004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1088
1089        PR 703/filesystem
1090        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1091        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1092        libchip/ide/ide_controller.c:
1093        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1094        available for BSPS/device drivers.
1095        Extend the "modes_available" and "mode_active" parameters to
1096        uint16_t for UDMA support.
1097
10982004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1099
1100        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1101        not supported on PowerPC since it works on the MVME2100 BSP.
1102
11032004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1104
1105        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1106        Add dependency tracking for *.cfgs.
1107        * Makefile.am: Add dependency tracking for *.cfg.
1108
11092004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1110
1111        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1112        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1113
11142004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1115
1116        PR 707/make_build
1117        * configure.ac: Add --enable-rpcgen.
1118
11192004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1120
1121        PR 700/rtems_misc
1122        * libnetworking/rtems_webserver/asp.c,
1123        libnetworking/rtems_webserver/balloc.c,
1124        libnetworking/rtems_webserver/cgi.c,
1125        libnetworking/rtems_webserver/default.c,
1126        libnetworking/rtems_webserver/ej.h,
1127        libnetworking/rtems_webserver/ejIntrn.h,
1128        libnetworking/rtems_webserver/ejlex.c,
1129        libnetworking/rtems_webserver/ejparse.c,
1130        libnetworking/rtems_webserver/emfdb.c,
1131        libnetworking/rtems_webserver/emfdb.h,
1132        libnetworking/rtems_webserver/form.c,
1133        libnetworking/rtems_webserver/handler.c,
1134        libnetworking/rtems_webserver/h.c,
1135        libnetworking/rtems_webserver/license.txt,
1136        libnetworking/rtems_webserver/Makefile.am,
1137        libnetworking/rtems_webserver/md5c.c,
1138        libnetworking/rtems_webserver/md5.h,
1139        libnetworking/rtems_webserver/mime.c,
1140        libnetworking/rtems_webserver/misc.c,
1141        libnetworking/rtems_webserver/NOTES,
1142        libnetworking/rtems_webserver/ringq.c,
1143        libnetworking/rtems_webserver/rom.c,
1144        libnetworking/rtems_webserver/rtems_webserver.h,
1145        libnetworking/rtems_webserver/security.c,
1146        libnetworking/rtems_webserver/sock.c,
1147        libnetworking/rtems_webserver/socket.c,
1148        libnetworking/rtems_webserver/sockGen.c,
1149        libnetworking/rtems_webserver/sym.c,
1150        libnetworking/rtems_webserver/uemf.c,
1151        libnetworking/rtems_webserver/uemf.h,
1152        libnetworking/rtems_webserver/um.c,
1153        libnetworking/rtems_webserver/um.h,
1154        libnetworking/rtems_webserver/umui.c,
1155        libnetworking/rtems_webserver/url.c,
1156        libnetworking/rtems_webserver/value.c,
1157        libnetworking/rtems_webserver/wbase64.c,
1158        libnetworking/rtems_webserver/webcomp.c,
1159        libnetworking/rtems_webserver/webmain.c,
1160        libnetworking/rtems_webserver/webpage.c,
1161        libnetworking/rtems_webserver/webrom.c,
1162        libnetworking/rtems_webserver/webs.c,
1163        libnetworking/rtems_webserver/websda.c,
1164        libnetworking/rtems_webserver/websda.h,
1165        libnetworking/rtems_webserver/webs.h,
1166        libnetworking/rtems_webserver/websSSL.c,
1167        libnetworking/rtems_webserver/websSSL.h,
1168        libnetworking/rtems_webserver/websuemf.c,
1169        libnetworking/rtems_webserver/wsIntrn.h:
1170        Remove (Moved to cpukit/http).
1171
11722004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1173
1174        PR 700/rtems_misc
1175        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1176        Remove libnetworking/rtems_webserver.
1177
11782004-10-25      Eric Norum <norume@aps.anl.gov>
1179
1180        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1181
11822004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1183
1184        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1185
11862004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1187
1188        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1189        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1190
11912004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1192
1193        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1194
11952004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1196
1197        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1198        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1199
12002004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1201
1202        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1203        BITSPERBYTE.
1204
12052004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1206
1207        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1208        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1209
12102004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1211
1212        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1213
12142004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1215
1216        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1217        * aclocal/enable-bare.m4: Remove.
1218        * configure.ac: Remove BARE_CPU_MODEL.
1219
12202004-10-13      Eric Norum <norume@aps.anl.gov>
1221
1222        PR 688/bsps
1223        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1224        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1225        MC146818A (and several Dallas Semiconductor) TOD chips.
1226
12272004-10-13      Eric Norum <norume@aps.anl.gov>
1228
1229        PR 686/networking
1230        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1231        device code.
1232
12332004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1234
1235        * libchip/network/dec21140.c: include <rtems/pci.h>.
1236
12372004-09-29      Joel Sherrill <joel@OARcorp.com>
1238
1239        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1240        libnetworking/pppd/utils.c: i960 obsoleted and all references
1241        removed.
1242
12432004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1244
1245        PR 607/networking
1246        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1247        instead of fully specifying unused PCI features.
1248
12492004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1250
1251        * configure.ac: Require automake > 1.9.
1252
12532004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1254
1255        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1256
12572004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1258
1259        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1260        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1261
12622004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1263
1264        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1265        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1266
12672004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1268
1269        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1270
12712004-07-28  Joel Sherrill <joel@OARcorp.com>
1272
1273    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1274
12752004-07-25      Joel Sherrill <joel@OARcorp.com>
1276
1277        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1278
12792004-05-21  Till Strauman <strauman@slac.stanford.edu>
1280
1281        PR 625/networking
1282        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1283        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1284        an error rather than panic if no chip is detected (thus allowing
1285        for probing).
1286        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1287        instead of looping forever.  Avoid divide by zero (crashed my PC).
1288        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1289        they are UNTESTED.
1290
12912004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1292
1293        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1294
12952004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1296
1297        * libchip/network/dec21140.c, libchip/network/elnk.c:
1298        #include <errno.h>.
1299
13002004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1301
1302        * libchip/network/if_media.h: Update from FreeBSD.
1303        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1304        libchip/network/i82586.c: #include <errno.h>.
1305
13062004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1307
1308        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1309
13102004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1311
1312        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1313
13142004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1315
1316        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1317        automake).
1318
13192004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1320
1321        PR 599/pppd
1322        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1323
13242004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1325
1326        * optman/rtems/no-region.c: Reflect having changed
1327        rtems_region_get_segment_size.
1328
13292004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1330
1331        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1332        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1333        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1334        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1335        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1336        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1337        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1338
13392004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1340
1341        * libchip/ide/ata.c, libchip/network/dec21140.c,
1342        libchip/network/elnk.c, libchip/network/i82586.c,
1343        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1344        libchip/network/open_eth.c, libchip/network/sonic.c,
1345        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1346        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1347        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1348        libchip/shmdr/shm_driver.h: Cosmetics.
1349
13502004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1351
1352        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1353        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1354        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1355        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1356        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1357        fixed size types.
1358
13592004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1360
1361        * configure.ac: Explicitly pass --includedir and --libdir to
1362        cpukit/configure.
1363
13642004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1365
1366        * librdbg/Makefile.am: Fix rpcgen rules.
1367        * librdbg/src/i386/any/remdeb_xdr.c,
1368        librdbg/src/m68k/any/remdeb_xdr.c,
1369        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1370        Reflect changes to librdbg/Makefile.am.
1371
13722004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1373
1374        * configure.ac: Reflect changes testsuites/configure.ac and
1375        cpukit/configure.ac.
1376
13772004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1378
1379        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1380        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1381
13822004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1383
1384        * configure.ac: Reflect changes to testsuites's configuration.
1385
13862004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1387
1388        PR/589 rtems
1389        * libchip/network/pci.h: Remove (Moved to cpukit).
1390
13912004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1392
1393        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1394        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1395        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1396        libchip/network/dec21140.c, libchip/network/elnk.c,
1397        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1398        libchip/network/open_eth.h, libchip/network/sonic.c,
1399        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1400        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1401        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1402        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1403        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1404        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1405        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1406        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1407        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1408        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1409        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1410        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1411        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1412        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1413        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1414        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1415        fixed-size types.
1416
14172004-03-14      Chris Johns  <chrisj@rtems.org>
1418
1419        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1420        the BSP example code.
1421        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1422        support the DIMMPC. This is a pc386 target with IO port support. Minor
1423        formating clean up. Add documentation to the header file.
1424        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1425        cs8900.h header file.
1426
14272004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1428
1429        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1430        Cosmetics.
1431
14322004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1433
1434        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1435        There are no application level Makefiles in here.
1436
14372004-03-04      Joel Sherrill <joel@OARcorp.com>
1438
1439        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1440        they can be used in application level makefiles.
1441
14422004-03-05      Joel Sherrill <joel@OARcorp.com>
1443
1444        * libnetworking/rtems_webserver/ejparse.c,
1445        libnetworking/rtems_webserver/emfdb.c,
1446        libnetworking/rtems_webserver/sock.c,
1447        libnetworking/rtems_webserver/socket.c,
1448        libnetworking/rtems_webserver/sym.c,
1449        libnetworking/rtems_webserver/webs.c,
1450        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
14512004-03-05      Joel Sherrill <joel@OARcorp.com>
1452
1453        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1454        compiling this file only only those CPU families with supported
1455        exception models.
1456
14572004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1458
1459        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1460        testsuites (Was exposed with --enable-multilib, only).
1461        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1462         Add RTEMS_BSP_CONFIG_SUBDIR.
1463        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1464        testsuites's configure.
1465        * aclocal/rtems-top.m4: Remove ENDIF hack.
1466        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1467
14682004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1469
1470        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1471        wrapup/Makefile.am: Fix automake problems having been introduced
1472        in previous patch.
1473
14742004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1475
1476        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1477        Preinstall dirs.
1478        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1479        * aclocal/check-multiprocessing.m4: Cosmetics.
1480        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1481        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1482
14832004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1484
1485        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1486        librdbg/src/Makefile.am.
1487        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1488        * configure.ac: Reflect changes above.
1489        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1490        * wrapup/Makefile.am: Reflect changes above.
1491        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1492
14932004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1494
1495        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1496
14972004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1498
1499        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1500
15012004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1502
1503        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1504
15052004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1506
1507        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1508        librdbg/src/powerpc/Makefile.am: Remove.
1509        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1510        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1511        * configure.ac: Reflect changes above.
1512
15132004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1514
1515
15162004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1517
1518        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1519        STRIP.
1520
15212004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1522
1523        * librdbg/include/Makefile.am: Merge-in
1524        librdbg/include/rdbg/i386/Makefile.am,
1525        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1526        librdbg/include/rdbg/powerpc/Makefile.am.
1527        * librdbg/include/rdbg/i386/Makefile.am,
1528        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1529        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1530        * configure.ac: Reflect changes above.
1531
15322004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1533
1534        * configure.ac: Use AS_HELP_STRING(ada).
1535
15362004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1537
1538        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1539        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1540        Use AC_CONFIG_HEADERS.
1541        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1542        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1543
15442004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1545
1546        * Makefile.am: include local.am.
1547
15482004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1549
1550        * aclocal/version.m4: 4.6.99.0.
1551
15522004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1553
1554        * Makefile.am: Don't include host.am.
1555        * automake/compile.am: Further cleanups.
1556
15572004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1558
1559        * automake/lib.am: Remove (Unused).
1560
15612004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1562
1563        * wrapup/Makefile.am: Don't include lib.am.
1564        * automake/compile.am: Use automake compilation rules.
1565
15662004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1567
1568        * libnetworking/pppd/Makefile.am,
1569        libnetworking/rtems_servers/Makefile.am,
1570        libnetworking/rtems_telnetd/Makefile.am,
1571        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1572        support/Makefile.am: Don't include lib.am.
1573
15742004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1575
1576        * libchip/Makefile.am: Don't include lib.am.
1577        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1578        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1579        unnecessary EXTRA_DISTs.
1580
15812004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1582
1583        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1584        hack.
1585
15862004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1587
1588        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1589        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1590        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1591        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1592
15932004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1594
1595        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1596        Add AM_CONDITIONAL(HAS_MP).
1597        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1598        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1599        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1600        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1601        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1602        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1603        (Deprecated by autoconf 2.59).
1604
16052004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1606
1607        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1608        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1609
16102004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1611
1612        * ChangeLog: Merge-in libnetworking/ChangeLog.
1613        * libnetworking/ChangeLog: Remove.
1614        * ChangeLog: Merge-in librdbg/ChangeLog.
1615        * librdbg/ChangeLog: Remove.
1616        * ChangeLog: Merge-in libchip/ChangeLog.
1617        * libchip/ChangeLog: Remove.
1618        * ChangeLog: Merge-in optman/ChangeLog.
1619        * optman/ChangeLog: Remove.
1620
16212004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1622
1623        * configure.ac: Reflect changes to cpukit.
1624        * wrapup/Makefile.am: Reflect changes to librdbg.
1625        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1626        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1627        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1628        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1629        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1630        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1631        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1632        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1633        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1634
16352004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1636
1637        * aclocal/rtems-top.m4: Remove check for version.m4.
1638        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1639
16402004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1641
1642        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1643        * wrapup/Makefile.am: Reflect changes to libchip/*.
1644        * support/Makefile.am: Use automake compilation rules.
1645        * wrapup/Makefile.am: Reflect changes to support/*.
1646        * configure.ac: Remove libnetworking/wrapup/Makefile.
1647        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1648        libnetworking/*/lib*.a instead of libnetapps.a.
1649        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1650        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1651        * optman/Makefile.am: Use automake compilation rules.
1652        * libchip/Makefile.am: Fix typo in previous patch.
1653        * libchip/Makefile.am: Use automake compilation rules.
1654        * libnetworking/Makefile.am: Remove wrapup.
1655        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1656        automake-compilation rules.
1657        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1658        automake-compilation rules.
1659        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1660        automake-compilation rules.
1661        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1662        automake-compilation rules.
1663        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1664
16652004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1666
1667        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1668        PRE/TMPINSTALL_FILES to CLEANFILES.
1669        * automake/lib.am: Remove TMPINSTALL_FILES.
1670        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1671        PRE/TMPINSTALL_FILES to CLEANFILES.
1672        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1673        PRE/TMPINSTALL_FILES to CLEANFILES.
1674        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1675        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1676        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1677        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1678        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1679        * librdbg/src/i386/Makefile.am: Ditto.
1680        * librdbg/src/m68k/Makefile.am: Ditto.
1681        * librdbg/src/powerpc/Makefile.am: Ditto.
1682        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1683        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1684        * libnetworking/rtems_servers/Makefile.am: Ditto.
1685        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1686        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1687
16882004-01-07      Joel Sherrill <joel@OARcorp.com>
1689
1690        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1691        more completely covers the MIPS family.
1692
16932003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1694
1695        * wrapup/Makefile.am: Reflect changes to shmdr.
1696        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1697
16982003-12-18      Joel Sherrill <joel@OARcorp.com>
1699
1700        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1701        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1702        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1703        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1704        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1705        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1706        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1707
17082003-12-17      Joel Sherrill <joel@OARcorp.com>
1709
1710        * aclocal/version.m4: Updated to rtems-20031217-test.
1711
17122003-12-17     
1713
1714        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1715        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1716
17172003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1718
1719        * automake/compile.am: Remove LINK_LIBS (Unused).
1720        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1721
17222003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1723
1724        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1725        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1726        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1727        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1728        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1729
17302003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1731
1732        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1733        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1734        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1735        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1736        * librdbg/src/i386/Makefile.am:
1737        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1738        * librdbg/src/m68k/Makefile.am:
1739        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1740        * librdbg/src/powerpc/Makefile.am:
1741        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1742
17432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1744
1745        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1746        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1747        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1748        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1749        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1750        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1751        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1752        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1753        * optman/Makefile.am: Remove project_libdir.
1754        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1755        PRE/TMPINSTALL_FILES.
1756        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1757        PRE/TMPINSTALL_FILES.
1758        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1759        PRE/TMPINSTALL_FILES.
1760        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1761        PRE/TMPINSTALL_FILES.
1762        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1763        from PRE/TMPINSTALL_FILES.
1764        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1765        PRE/TMPINSTALL_FILES.
1766        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1767        PRE/TMPINSTALL_FILES.
1768        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1769        PRE/TMPINSTALL_FILES.
1770        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1771        PRE/TMPINSTALL_FILES.
1772        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1773        PRE/TMPINSTALL_FILES.
1774        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1775        PRE/TMPINSTALL_FILES.
1776        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1777        from PRE/TMPINSTALL_FILES.
1778
17792003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1780
1781        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1782        * automake/lib.am: Remove project_libdir.
1783        * wrapup/Makefile.am: Reworked.
1784
17852003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1786
1787        * configure.ac: Reflect changes to librdbg.
1788        * optman/Makefile.am: Add tmpinstall dirstamp support.
1789        * libchip/Makefile.am: Fix variant-tmpinstall support.
1790        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1791        * librdbg/src/powerpc/Makefile.am: Merge-in former
1792        new_exception_processing/Makefile.am.
1793        * librdbg/src/m68k/any/Makefile.am: Remove.
1794        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1795        * librdbg/src/i386/any/Makefile.am: Remove.
1796        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1797        * librdbg/src/Makefile.am: Cosmetics.
1798        * librdbg/include/Makefile.am: Cosmetics.
1799        * librdbg/Makefile.am: Cosmetics.
1800        * libnetworking/Makefile.am: Cosmetics.
1801        * libnetworking/pppd/Makefile.am: Cosmetics.
1802        * libnetworking/wrapup/Makefile.am: Cosmetics.
1803
18042003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1805
1806        * Makefile.am: Cosmetics.
1807        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1808        support.
1809
18102003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1811
1812        * automake/compile.am: Remove $(ARCH):-rule.
1813
18142003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1815
1816        * configure.ac: Remove lib/libbsp/shared/Makefile,
1817        lib/libbsp/shmdr/Makefile.
1818
18192003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1820
1821        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1822        libchip/serial/Makefile, libchip/rtc/Makefile.
1823        * support/Makefile.am: Remove all-local: $(ARCH).
1824        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1825        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1826        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1827        * optman/Makefile.am: Remove all-local: $(ARCH).
1828        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1829        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1830        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1831        compilation dirstamp support.
1832        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1833        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1834        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1835        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1836        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1837        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1838        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1839        all-local: $(ARCH).
1840        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1841        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1842        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1843        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1844        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1845
18462003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1847
1848        * aclocal/lead-dot.m4: New (from automake-1.7f).
1849        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1850        AC_SUBST(dirstamp).
1851        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1852        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1853        libchip/serial/Makefile.am: Ditto.
1854        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1855        * librdbg/include/Makefile.am: Ditto.
1856        * librdbg/include/rdbg/Makefile.am: Ditto.
1857        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1858        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1859        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1860        * librdbg/src/Makefile.am: Ditto.
1861        * librdbg/src/i386/Makefile.am: Ditto.
1862        * librdbg/src/i386/any/Makefile.am: Ditto.
1863        * librdbg/src/m68k/Makefile.am: Ditto.
1864        * librdbg/src/m68k/any/Makefile.am: Ditto.
1865        * librdbg/src/powerpc/Makefile.am: Ditto.
1866        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1867        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1868        preinstallation.
1869        * libnetworking/pppd/Makefile.am: Ditto.
1870        * libnetworking/rtems_servers/Makefile.am: Ditto.
1871        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1872        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1873        * libnetworking/wrapup/Makefile.am: Ditto.
1874
18752003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1876
1877        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1878        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1879        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1880        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1881        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1882        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1883        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1884        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1885        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1886        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1887        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1888        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1889        underquoting to silence automake-1.8.
1890
18912003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1892
1893        * configure.ac: Reflect having moved tests to ../../testsuites.
1894
18952003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1896
1897        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1898        * aclocal/canonical-host.m4: Remove.
1899        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1900        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1901
19022003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1903
1904        * aclocal/check-cpu.m4: Remove.
1905        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1906        * aclocal/canonical-target-name.m4: Add m4-quotes.
1907        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1908        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1909        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1910        * aclocal/check-networking.m4: Add m4-quotes. Require
1911        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1912        * aclocal/check-posix.m4: Add m4-quotes. Require
1913        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1914        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1915        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1916        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1917
19182003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1919
1920        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1921        * aclocal/bsp-alias.m4: Remove.
1922
19232003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1924
1925        * configure.ac: Make presence of tests/ optional.
1926
19272003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1928
1929        * aclocal/path-perl.m4: Remove (Unused).
1930
19312003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1932
1933        * automake/force-preinstall.am: Remove.
1934
19352003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1936
1937        PR 499/rtems_misc
1938        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1939        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1940        Configuration (Odd was forced) - Correction of Stop Bit configuration
1941        (inversed) - Correction of ISR Handler to call
1942        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1943        CTS Hardware flow control Configuration.
1944
19452003-09-04      Joel Sherrill <joel@OARcorp.com>
1946
1947        * lib/libcpu/shared/include/cache.h,
1948        lib/libcpu/shared/src/cache_aligned_malloc.c,
1949        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1950        license changed.
1951        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1952        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1953        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1954        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1955        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1956        for license changed.
1957        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1958        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1959        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1960        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1961        libchip/network/cs8900.h, libchip/network/dec21140.c,
1962        libchip/network/elnk.c, libchip/network/open_eth.c,
1963        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1964        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1965        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1966        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1967        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1968        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1969        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1970        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1971        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1972        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1973        libchip/serial/serial.h, libchip/serial/z85c30.c,
1974        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1975        libchip/serial/z85c30_reg.c: URL for license changed.
1976
19772003-09-03      Jiri Gaisler <jiri@gaisler.com>
1978
1979        PR 477/networking
1980        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1981        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1982        libchip/network/open_eth.h: New files.
1983
19842003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1985
1986        * aclocal/rtems-top.m4: Add RTEMS_API.
1987        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1988
19892003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1990
1991        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1992        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1993        @RTEMS_BSP@.cfg.
1994
19952003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1996
1997        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1998
19992003-08-20      Joel Sherrill <joel@OARcorp.com>
2000
2001        * libchip/network/cs8900.c: Correct copyright statements.
2002
20032003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2004
2005        * aclocal/check-itron.m4: Remove.
2006        * aclocal/enable-inlines.m4: Remove.
2007        * Makefile.am: Reflect having moved aclocal/.
2008        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2009        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2010        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2011        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2012        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2013        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2014        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2015        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2016        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2017        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2018        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2019        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2020        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2021        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2022        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2023        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2024        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2025        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2026        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2027        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2028        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2029        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2030        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2031        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2032        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2033        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2034        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2035        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2036        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2037        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2038        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2039        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2040        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2041        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2042        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2043        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2044        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2045        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2046        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2047        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2048        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2049        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2050        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2051        * aclocal/target.m4: New (Copied from ../../aclocal).
2052        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2053        * aclocal/version.m4: New (Copied from ../../aclocal).
2054
20552003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2056
2057        * configure.ac: Remove stray comments.
2058        * automake/local.am, automake/host.am: Remove "debug".
2059
20602003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2061
2062        * Makefile.am: Reflect having moved automake/.
2063        * lib/Makefile.am: Reflect having moved automake/.
2064        * support/Makefile.am: Reflect having moved automake/.
2065        * wrapup/Makefile.am: Reflect having moved automake/.
2066        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2067        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2068        from ../../automake).
2069        * optman/Makefile.am: Reflect having moved automake/.
2070        * libchip/Makefile.am: Reflect having moved automake/.
2071        * libchip/ide/Makefile.am: Reflect having moved automake/.
2072        * libchip/network/Makefile.am: Reflect having moved automake/.
2073        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2074        * libchip/serial/Makefile.am: Reflect having moved automake/.
2075        * librdbg/Makefile.am: Reflect having moved automake/.
2076        * librdbg/include/Makefile.am: Reflect having moved automake/.
2077        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2078        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2079        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2080        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2081        automake/.
2082        * librdbg/src/Makefile.am: Reflect having moved automake/.
2083        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2084        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2085        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2086        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2087        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2088        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2089        having moved automake/.
2090        * libnetworking/Makefile.am: Reflect having moved automake/.
2091        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2092        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2093        automake/.
2094        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2095        automake/.
2096        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2097        automake/.
2098        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2099
21002003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2101
2102        * Makefile.am: Add bsp.pc.in.
2103        * bsp.pc.in: New (pkgconfig support).
2104
21052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2106
2107        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2108
21092003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2110
2111        * lib/Makefile.am: New (Required by 'make dist').
2112        * lib/ChangeLog: Remove.
2113        * lib/.cvsignore: Cleanup.
2114        * configure.ac: Reflect having added lib/Makefile.am.
2115        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2116        lib/libbsp/configure.ac.
2117        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2118        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2119
21202003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2121
2122        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2123        * configure.ac: Merge-in librdbg/configure.ac.
2124        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2125        librdbg/configure.ac.
2126        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2127        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2128        LIBCHIP. Conditionally build include-dirs.
2129        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2130        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2131        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2132        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2133        librdbg/include/rdbg/m68k/Makefile.am,
2134        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2135        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2136        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2137        librdbg/src/powerpc/Makefile.am, librdbg/
2138        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2139        configure.ac into ../configure.ac.
2140        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2141        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2142        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2143        libnetworking/rtems_telnetd/Makefile.am,
2144        libnetworking/rtems_webserver/Makefile.am,
2145        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2146        into ../configure.ac.
2147
21482003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2149
2150        PR 427/rtems
2151        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2152        * librdbg/src/servtsp.c: Ditto.
2153
21542003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2155
2156        PR 429/bsps
2157        PR 432/bsps
2158        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2159        packets are queued onto an elnk board, the ISR will deadlock the device
2160        with a tx complete interrupt.  Lighter tx loads are not affected as they
2161        end up submitting single packets to the device.
2162
21632003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2164
2165        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2166        optman/configure.ac.
2167        * optman/configure.ac: Remove (Merged into ../configure.ac).
2168        * optman/Makefile.am: Reflect having merged configure.ac into
2169        ../configure.ac.
2170        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2171        * libchip/Makefile.am, libchip/ide/Makefile.am,
2172        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2173        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2174        ../configure.ac.
2175
21762003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2177
2178        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2179
21802003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2181
2182        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2183        on i386.
2184
21852003-06-13      Joel Sherrill <joel@OARcorp.com>
2186
2187        * libnetworking/pppd/chat.c: Removed warnings.
2188
21892003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2190
2191        * libchip/network/README.3com: New file missed in previous commit.
2192        PR 405/bsps
2193        PR 393/networking
2194        * libchip/network/dec21140.c: Fix leak also known as PR393.
2195        * libchip/network/elnk.c, libchip/network/if_media.h,
2196        libchip/network/mii.h: New files.
2197        * libchip/network/Makefile.am: Reflect new files.
2198
21992003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2200
2201        * configure.ac: Remove support for profile-variant.
2202
22032003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2204
2205        PR 397/pppd
2206        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2207        * libnetworking/pppd/magic.c: Remove *rand48.
2208        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2209
22102003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2211
2212        * wrapup/Makefile.am: Add libide.a.
2213
22142003-04-15      Joel Sherrill <joel@OARcorp.com>
2215
2216        PR 387/rtems_misc
2217        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2218        routines.
2219        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2220
22212003-04-11      Joel Sherrill <joel@OARcorp.com>
2222
2223        * libnetworking/rtems_webserver/cgi.c,
2224        libnetworking/rtems_webserver/sockGen.c,
2225        libnetworking/rtems_webserver/umui.c,
2226        libnetworking/rtems_webserver/websSSL.c,
2227        libnetworking/rtems_webserver/websSSL.h,
2228        libnetworking/rtems_webserver/websda.c,
2229        libnetworking/rtems_webserver/websda.h: New files. Not included in
2230        previous commit.
2231
22322003-04-10      Joel Sherrill <joel@OARcorp.com>
2233
2234        PR 371/pppd
2235        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2236        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2237        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2238        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2239        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2240        still global symbols in rtemspppd.h which might need to be changed or
2241        converted into member of a structure which is dereferenced with a
2242        pointer that is managed as a per task variable. But this patch should
2243        avoid many conflicts.
2244
22452003-03-27      Joel Sherrill <joel@OARcorp.com>
2246
2247        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2248        not allowed in the cpukit source code since it must be buildable
2249        independent of any BSP. These files were moved to libchip/ide.
2250        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2251        files.
2252
22532003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2254
2255        PR 368/filesystems
2256        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2257        improvements which now work on pc386 and mbx8xx.
2258        * libchip/ide/ide_controller.c: New file.
2259
22602003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2261
2262        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2263
22642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2265
2266        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2267        * configure.ac: Add support/.
2268        * support/.cvsignore: New.
2269        * support/Makefile.am: New.
2270        * support/version.c: New.
2271        * wrapup/Makefile.am: Add support/libsupport.a.
2272        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2273        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2274        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2275        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2276
22772003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2278
2279        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2280
22812003-02-20      Till Straumann <strauman@slac.stanford.edu>
2282
2283        PR 354/networking
2284        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2285        chip against a table of supported chips. The untested ones are still
2286        commented out, however.
2287
22882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2289
2290        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2291        * configure.ac: AC_PREREQ(2.57).
2292        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2293        * optman/configure.ac: AC_PREREQ(2.57).
2294        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2295        * libchip/configure.ac: AC_PREREQ(2.57).
2296        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2297        * librdbg/configure.ac: AC_PREREQ(2.57).
2298        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2299        * libnetworking/configure.ac: AC_PREREQ(2.57).
2300
23012003-02-06      Joel Sherrill <joel@OARcorp.com>
2302
2303        * libnetworking/pppd/chat.c: Convert routines with common names to
2304        static. This included get_char(), put_char(), and character() among
2305        others.
2306
23072003-02-03      Joel Sherrill <joel@OARcorp.com>
2308
2309        PR 338/filesystem
2310        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2311        rtems_io_lookup_name() (API change).  Unused function removed.
2312
23132003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2314
2315        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2316        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2317        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2318        Eliminate *_O_FILES.
2319        * libnetworking/rtems_servers/Makefile.am,
2320        libnetworking/rtems_webserver/Makefile.am,
2321        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2322
23232002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2324
2325        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2326        Let all-local: depend on $(LIB).
2327        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2328        * optman/Makefile.am: Apply install-data-local to install *.rels.
2329
23302002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2331
2332        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2333        %.c rules.
2334        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2335        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2336        * libchip/rtc/Makefile.am: Ditto.
2337        * libchip/serial/Makefile.am: Ditto.
2338
23392002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2340
2341        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2342        LIBC_DEFINES.
2343        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2344        LIBC_DEFINES.
2345        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2346        LIBC_DEFINES.
2347
23482002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2349
2350        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2351
23522002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2353
2354        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2355        cache-checking.
2356        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2357
23582002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2359
2360        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2361        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2362        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2363        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2364        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2365
23662002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2367
2368        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2369        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2370        Remove.
2371        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2372
23732002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2374
2375        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2376        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2377
23782002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2379
2380        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2381        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2382
23832002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2384
2385        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2386        * optman/rel.am: New.
2387
23882002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2389
2390        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2391        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2392        braino in comment on "exec". Extend --enable-ada handling.
2393
23942002-11-04      Joel Sherrill <joel@OARcorp.com>
2395
2396        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2397        tasks and rolling multiple loops into 1.
2398        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2399        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2400        Removed warnings.
2401
24022002-10-31      Joel Sherrill <joel@OARcorp.com>
2403
2404        * libchip/network/dec21140.c: Removed warnings.
2405        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2406        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2407        librdbg/src/m68k/any/remdeb_xdr.c,
2408        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2409        warnings.
2410        * libnetworking/rtems_webserver/socket.c,
2411        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2412
24132002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2414
2415        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2416        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2417        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2418        above.
2419
24202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2421
2422        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2423        * wrapup/.cvsignore: Remove autom4te.cache.
2424        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2425        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2426        autom4te.cache.
2427        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2428        autom4te.cache.
2429        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2430        autom4te.cache.
2431
24322002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2433
2434        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2435
24362002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2437
2438        * optman/.cvsignore: Add autom4te.cache.
2439
24402002-09-14      Joel Sherrill <joel@OARcorp.com>
2441
2442        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2443
24442002-09-07      Joel Sherrill <joel@OARcorp.com>
2445
2446        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2447        include files to resolve warnings.
2448
24492002-09-07      Chris Johns <ccj@acm.org>
2450
2451        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2452        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2453        which corrects the problem  where the cs8900.c file was actually the BSP
2454        glue.  Joel did some hacking so this file will compile.  Previously it
2455        required providing a target.h file to compile.
2456        * libchip/network/cs8900.c.bsp: New file.
2457
24582002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2459
2460        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2461
24622002-08-31      Joel Sherrill <joel@OARcorp.com>
2463
2464        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2465        eliminate warning.
2466
24672002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2468
2469        * configure.ac: Add ada-tests.
2470
24712002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2472
2473        * Makefile.am: Add preinstall-stamp.
2474
24752002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2476
2477        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2478        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2479        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2480        gcc31 happy.
2481        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2482        cp.
2483
24842002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2485
2486        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2487        make/bsp.mak.
2488        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2489        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2490
24912002-08-12      Joel Sherrill <joel@OARcorp.com>
2492
2493        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2494        avoid error.
2495
24962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2497
2498        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2499        * configure.ac: Add BSP_SUBDIRS.
2500        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2501        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2502        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2503        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2504        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2505        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2506        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2507        RTEMS_CHECK_BSP_CACHE.
2508        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2509        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2510        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2511        .$(OBJEXT) instead of .o.
2512        * libnetworking/pppd/Makefile.am,
2513        libnetworking/rtems_servers/Makefile.am,
2514        libnetworking/rtems_telnetd/Makefile.am,
2515        libnetworking/rtems_webserver/Makefile.am,
2516        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2517
25182002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2519
2520        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2521        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2522        ../libchip/serial/$(ARCH)/libserialio.a.
2523        * libchip/serial/Makefile.am: Don't tmp-install lib.
2524        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2525
25262002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2527
2528        * Makefile.am: Add rtems_makedir.
2529        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2530        * Makefile.am: Add wrapup-SUBDIR.
2531        * wrapup/ChangeLog: Remove.
2532        * wrapup/configure.ac: Remove.
2533        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2534        (Make the bare BSP happy).
2535        * configure.ac: Ditto.
2536        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2537        Create make/custom/default.cfg.
2538        * configure.ac: Add creation of make/custom/*.cfg. Create
2539        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2540
25412002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2542
2543        * Makefile.am: Clean $(PROJECT_RELEASE).
2544
25452002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2546
2547        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2548        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2549        prototype mismatches.
2550
25512002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2552
2553        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2554        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2555
25562002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2557
2558        * acinclude.m4: Add test "$multilib" != "yes".
2559        * config-ml.in: Remove.
2560        * acinclude.m4: Cleanups.
2561        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2562        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2563        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2564        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2565        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2566
25672002-07-16      Eric Norum <eric.norum@usask.ca>
2568
2569        * New driver for the Intel EtherExpressPro (82559ER) chip.
2570        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2571        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2572        * libchip/network/Makefile.am: Modified to reflect above.
2573
25742002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2575
2576        * acinclude.m4: New.
2577        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2578        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2579        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2580
25812002-07-01      Joel Sherrill <joel@OARcorp.com>
2582
2583        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2584        _Objects_Information_table now that it is a two dimensional array based
2585        upon API and class.
2586        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2587        of strnlen().
2588
25892002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2590
2591        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2592        preinstall libnetapps.a.
2593
25942002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2595
2596        * configure.ac: Remove librpc.
2597
25982002-06-25      Joel Sherrill <joel@OARcorp.com>
2599
2600        * Per PR233, moved librpc to exec.
2601        * configure.ac, wrapup/Makefile.am: Modified.
2602        * librpc, librpc/ChangeLog: Removed.
2603
26042002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2605
2606        * optman/Makefile.am: Remove multilib support.
2607        * optman/configure.ac: Ditto.
2608        * optman/sapi/Makefile.am: Ditto.
2609
26102002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2611
2612        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2613        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2614
26152002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2616
2617        Move networking libraries to c/src/exec/libnetworking
2618        * libnetworking/configure.ac, libnetworking/Makefile.am,
2619        libnetworking/wrapup/Makefile.am: Reflect Moval.
2620
26212002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2622
2623        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2624        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2625        <rtems/bspIo.h>.
2626
26272002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2628
2629        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2630        * libnetworking/rtems/mkrootfs.h: Ditto.
2631        * libnetworking/rtems/Makefile.am: Reflect changes above.
2632
26332002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2634
2635        * configure.ac: Remove lib.
2636
26372002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2638
2639        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2640        that exception stack frames on M68K members with VBR always are 6 byte
2641        long. The incorrect assumption resulted in some gdb commands like "next"
2642        to fail on the 68360.
2643
26442002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2645
2646        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2647        PR 220
2648        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2649        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2650        CVS.
2651        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2652        libnetworking/sys/filio.h: Remove.
2653        * libnetworking/sys/Makefile.am: Reflect changes above.
2654
26552002-05-07      Chris Johns <ccj@acm.org>
2656
2657        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2658        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2659        requires it to be stripped.
2660
26612002-05-01      Eric Norum <eric.norum@usask.ca>
2662
2663        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2664        assembly  to satisfy gcc 3.1 and newer.
2665
26662002-04-26      Eric Norum <eric.norum@usask.ca>
2667
2668        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2669        agressive optimization in gcc 3.1 does not reorder things.
2670
26712002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2672
2673        * libchip/network/dec21140.c: Reflect changes to powerpc's
2674        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2675        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2676        <rtems/score/cpu.h>.
2677        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2678        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2679
26802002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2681
2682        * optman/configure.ac: Remove ENABLE_GCC28.
2683
26842002-04-11      Chris Johns <ccj@acm.org>
2685
2686        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2687        driver control block field to the ifconfig network driver structure.
2688        This field is needed by the i82586 driver which was ported from NetBSD
2689        as it had better hardware abstraction.
2690        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2691        PR59, added the drv_ctrl driver control block field to the ifconfig
2692        network driver structure. This field is needed by the i82586 driver
2693        which was ported from NetBSD as it had better hardware abstraction.
2694
26952002-04-10      Mike Siers <mikes@poliac.com>
2696
2697        * libnetworking/rtems_webserver/NOTES,
2698        libnetworking/rtems_webserver/asp.c,
2699        libnetworking/rtems_webserver/balloc.c,
2700        libnetworking/rtems_webserver/default.c,
2701        libnetworking/rtems_webserver/ej.h,
2702        libnetworking/rtems_webserver/ejIntrn.h,
2703        libnetworking/rtems_webserver/ejlex.c,
2704        libnetworking/rtems_webserver/ejparse.c,
2705        libnetworking/rtems_webserver/emfdb.c,
2706        libnetworking/rtems_webserver/emfdb.h,
2707        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2708        libnetworking/rtems_webserver/handler.c,
2709        libnetworking/rtems_webserver/license.txt,
2710        libnetworking/rtems_webserver/md5.h,
2711        libnetworking/rtems_webserver/md5c.c,
2712        libnetworking/rtems_webserver/mime.c,
2713        libnetworking/rtems_webserver/misc.c,
2714        libnetworking/rtems_webserver/ringq.c,
2715        libnetworking/rtems_webserver/rom.c,
2716        libnetworking/rtems_webserver/security.c,
2717        libnetworking/rtems_webserver/sock.c,
2718        libnetworking/rtems_webserver/sym.c,
2719        libnetworking/rtems_webserver/uemf.c,
2720        libnetworking/rtems_webserver/uemf.h,
2721        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2722        libnetworking/rtems_webserver/url.c,
2723        libnetworking/rtems_webserver/value.c,
2724        libnetworking/rtems_webserver/wbase64.c,
2725        libnetworking/rtems_webserver/webcomp.c,
2726        libnetworking/rtems_webserver/webpage.c,
2727        libnetworking/rtems_webserver/webrom.c,
2728        libnetworking/rtems_webserver/webs.c,
2729        libnetworking/rtems_webserver/webs.h,
2730        libnetworking/rtems_webserver/websuemf.c,
2731        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2732        2.1.4.
2733
27342002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2735
2736        * libchip/network/i82586.c: Include <string.h>.
2737        * libchip/network/sonic.c: Ditto.
2738
27392002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2740
2741        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2742
27432002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2744
2745        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2746
27472002-03-27      Thomas.Doerfler@imd-systems.de
2748
2749        PR 144
2750        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2751        memory address 0 when called for the first time. This is done when
2752        trying to clear the variable "dhcp_hostname".
2753
27542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2755
2756        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2757        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2758        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2759        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2760        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2761        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2762        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2763        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2764        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2765        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2766        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2767        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2768        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2769        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2770        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2771        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2772        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2773        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2774        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2775        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2776        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2777        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2778        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2779        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2780        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2781        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2782        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2783        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2784        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2785        AUTOMAKE_OPTIONS.
2786        * libnetworking/configure.ac:
2787        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2788        foreign 1.6]).
2789        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2790        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2791        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2792        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2793        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2794        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2795        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2796        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2797        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2798        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2799        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2800        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2801        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2802        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2803        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2804        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2805        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2806
28072002-03-27      Ilya Alexeev <ilya@continuum.ru>
2808
2809        PR 162
2810        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2811        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2812        used in a device write routines.  Now ppp_softc structure have own
2813        character for writing to device (sc_outchar).  I think that converting
2814        local variables to static is not a right solution, because problems will
2815        occur in the case of two or more ppp instances.
2816        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2817        must be u_long, otherwise in the case of the big output packet endless
2818        loop may occur.
2819
28202002-03-21      Ilya Alexeev <ilya@continuum.ru>
2821
2822        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2823        preparations for multiple PPPD connections.
2824
28252002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2826
2827        PR 149
2828        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2829        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2830        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2831        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2832
28332002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2834
2835        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2836        * configure.ac: Modified to reflect addition.
2837
28382002-02-27      Ilya Alexeev <ilya@continuum.ru>
2839
2840        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2841        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2842        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2843        capabilities as well as eliminate some warnings.
2844
28452002-02-27      Eric Norum <eric.norum@usask.ca>
2846
2847        * libnetworking/net/radix.c: Properly handle fetching the default route
2848        when there is no route.  This was a bug in the original FreeBSD code and
2849        this fix is from an updated version of their code.
2850
28512002-02-16      Eric Norum <eric.norum@usask.ca>
2852
2853        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2854        checking.
2855
28562002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2857
2858        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2859        dodefaultroute.
2860
28612002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2862
2863        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2864        include <rtems/seterr.h>.
2865
28662002-02-01      Mike Siers <mikes@poliac.com>
2867
2868        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2869        avoid bringing the link down too fast. NOTE: Mike reports successfully
2870        running at 56K baud on a direct link.
2871
28722002-02-01      Eric Valette <valette@crf.canon.fr>
2873
2874        * librdbg/So many patches have been posted recently on the mailing list
2875        and  because we were unable to find correct solution to compile on
2876        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2877        because the coding  style of rdbg was rather inconsistant among various
2878        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2879        global coding style (using indent + manual edits), 2) incorporate/review
2880        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2881        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2882        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2883        after rdbg initialization is done, NB : the paches is huge but it is
2884        mainly due to coding styke chnages.  Only few lines of codes have been
2885        really changed and they do not impact  rdbg functionnality (AFAIKT).
2886        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2887        librdbg/include/rdbg/m68k/rdbg_f.h,
2888        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2889        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2890        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2891        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2892        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2893        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2894        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2895        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2896        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2897        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2898        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2899        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2900        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2901        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2902        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2903        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2904
29052002-01-31      Mike Siers <mikes@poliac.com>
2906
2907        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2908        * Nice Update of PPPD support which eliminates the requiremetn that
2909        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2910        and reports that it seems to be more stable and handle larger packets
2911        better.  This patch replaces the termios tasks with more general pppd
2912        network driver tasks.  The functions pppinput() and pppstart() get
2913        called from the interrupt service routine.
2914        * libnetworking/Makefile.am, libnetworking/configure.ac,
2915        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2916        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2917        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2918        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2919        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2920        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2921        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2922        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2923        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2924        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2925        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2926        libnetworking/net/route.c, libnetworking/net/route.h,
2927        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2928        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2929        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2930        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2931        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2932        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2933        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2934        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2935        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2936        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2937        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2938        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2939        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2940        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2941        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2942        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2943        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2944        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2945        libnetworking/pppd/example/README,
2946        libnetworking/pppd/example/netconfig.h,
2947        libnetworking/wrapup/Makefile.am: Modified.
2948        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2949        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2950        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2951        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2952        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2953        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2954        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2955        libnetworking/modem/pppcompress.c: Subdirectory removed.
2956
29572002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2958
2959        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2960        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2961
29622002-01-18      Till Straumann <strauman@slac.stanford.edu>
2963
2964        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2965        issues: - exception handler needs to enable MSR_FP if the interrupted
2966        thread is FP enabled. - printk message for MSR fixed and added
2967        stacktrace. NOTE: this requires the stacktrace patch to
2968        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2969        however).
2970
29712002-01-06      Joel Sherrill <joel@OARcorp.com>
2972
2973        * optman/.cvsignore: Added aclocal.m4 and configure.
2974        * optman/.cvsignore: New file.
2975
29762002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2977
2978        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2979
29802002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2981
2982        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2983        * optman/ChangeLog: New.
2984        * optman/configure.ac: New.
2985        * optman/Makefile.am: New.
2986        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2987        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2988
29892001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2990
2991        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2992
29932001-12-18      Eric Norum <eric.norum@usask.ca>
2994
2995        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2996        `directories' (path names with a / at the end) while disallowing open()
2997        operations on TFTP `directories'.
2998
29992001-12-07      Eric Norum <eric.norum@usask.ca>
3000
3001        * libnetworking/lib/tftpDriver.c: Restore write capability.
3002
30032001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3004
3005        * libchip/network/sonic.h: Fix typo.
3006        * libnetworking/arpa/Makefile.am: Remove stray lines.
3007
30082001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3009
3010        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3011
30122001-10-18      Eric Norum <eric.norum@usask.ca>
3013
3014        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3015        chdir() and open() operations within the TFTP file system.
3016
30172001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3018
3019        * librdbg/configure.ac: Fix latent bug exposed by removal of
3020        config.cache's which prevented powerpc targets librdbg from building.
3021
30222001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3023
3024        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3025        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3026        autoconf-2.52 happy.
3027
30282001-10-12      Mike Siers <mikes@poliac.com>
3029
3030        * libnetworking/Update to stable working state.  Congratulations Mike!
3031        :).
3032        * libnetworking/modem_example: Directory removed.
3033        * libnetworking/modem_example/16550.h,
3034        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3035        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3036        libnetworking/modem_example/ppp.h,
3037        libnetworking/modem_example/pppcompress.c: Files removed.
3038        * libnetworking/pppd/example/pppd.options: New file.
3039        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3040        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3041        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3042        libnetworking/pppd/rtemsmain.c: Updated.
3043
30442001-10-12      Joel Sherrill <joel@OARcorp.com>
3045
3046        * libchip/serial/z85c30.c: Fixed typo.
3047
30482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3049
3050        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3051        * configure.in: Remove.
3052        * configure.ac: New file, generated from configure.in by autoupdate.
3053        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3054        * libchip/configure.in: Remove.
3055        * libchip/configure.ac: New file, generated from configure.in by
3056        autoupdate.
3057        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3058        * librdbg/configure.in: Remove.
3059        * librdbg/configure.ac: New file, generated from configure.in by
3060        autoupdate.
3061        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3062        * libnetworking/configure.in: Remove.
3063        * libnetworking/configure.ac: New file, generated from configure.in by
3064        autoupdate.
3065
30662001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3067
3068        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3069        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3070        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3071
30722001-09-27      Joel Sherrill <joel@OARcorp.com>
3073
3074        * libchip/ChangeLog: Fixed typo in date.
3075
30762001-09-27      Eric Norum <eric.norum@usask.ca>
3077
3078        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3079        TFTP  filesystem.
3080
30812001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3082
3083        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3084        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3085        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3086        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3087        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3088        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3089        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3090        'PREINSTALL_FILES ='.
3091        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3092        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3093        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3094        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3095        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3096        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3097        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3098        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3099        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3100        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3101        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3102        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3103
31042001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3105
3106        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3107        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3108        * librdbg/src/m68k/any/Makefile.am: Ditto.
3109        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3110        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3111        happy.
3112
31132001-09-21      Joel Sherrill <joel@OARcorp.com>
3114
3115        * libchip/network/Makefile.am: Fixed typo on file name.
3116        * libchip/network/i82586.c: Commented out line 318 which is referencing
3117        a member of a structure that is not currently there.  This needs to be
3118        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3119        to C style.
3120
31212001-09-19      Eric Norum <eric.norum@usask.ca>
3122
3123        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3124
31252001-09-19      Chris Johns <ccj@acm.org>
3126
3127        * libchip/network/README.i82586, libchip/network/i82586.c,
3128        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3129        Network driver for Intel i82586.
3130        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3131        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3132        "root" filesystem with information obtained via the DHCP response.
3133
31342001-09-14      Eric Norum <eric.norum@usask.ca>
3135
3136        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3137        make gcc 3.x happy.
3138
31392001-08-16      Mike Siers <mikes@poliac.com>
3140
3141        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3142        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3143        These support callback functionality that has not even been compiled
3144        under RTEMS yet.
3145        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3146        example application.  Mike's notes on the modifications: - renamed
3147        error() function because of namespace problems - removed calls to the
3148        exit() funciton - removed extra files from the pppd source directory -
3149        defined pppd task constant values in rtemspppd.h - modifyied example
3150        code to get actual tick per second value - placed the pppd 2.3.11 man
3151        page file (pppd.8) into the pppd directory.
3152        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3153        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3154        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3155        libnetworking/pppd/rtems-ppp.c: Deleted.
3156        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3157        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3158        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3159        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3160        libnetworking/pppd/example/init.c,
3161        libnetworking/pppd/example/netconfig.h,
3162        libnetworking/pppd/example/ppp.conf,
3163        libnetworking/pppd/example/pppdapp.c,
3164        libnetworking/pppd/example/system.h: New files.
3165        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3166        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3167        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3168        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3169        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3170        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3171        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3172        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3173        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3174        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3175        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3176        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3177        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3178        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3179        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3180
31812001-08-16      Joel Sherrill <joel@OARcorp.com>
3182
3183        * libnetworking/pppd/example/Makefile: Removed.
3184        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3185        to avoid bootstrap -c clobbering it.
3186        * libnetworking/rtems_telnetd/.cvsignore: New file.
3187
31882001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3189
3190        * libnetworking/Makefile.am, libnetworking/configure.in,
3191        libnetworking/rtems_servers/Makefile.am,
3192        libnetworking/rtems_servers/telnetd.c,
3193        libnetworking/rtems_servers/telnetd.h,
3194        libnetworking/rtems_telnetd/Makefile.am,
3195        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3196        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3197        libnetworking/rtems_telnetd/telnetd.c,
3198        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3199        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3200        effect when ftpd change. - the tcp/ip stats have been implemented into
3201        icmds.c and started when telnetd daemon is started.
3202        * libnetworking/rtems_servers/telnetd.c,
3203        libnetworking/rtems_servers/telnetd.h: Removed.
3204        * libnetworking/rtems_telnetd: New directory.
3205        * libnetworking/rtems_telnetd/Makefile.am,
3206        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3207        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3208        libnetworking/rtems_telnetd/telnetd.c,
3209        libnetworking/rtems_telnetd/telnetd.h: New files.
3210
32112001-06-14      Joel Sherrill <joel@OARcorp.com>
3212
3213        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3214        Moved from libmisc/shell so the network stack to address network
3215        depenendency.
3216        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3217
32182001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3219
3220        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3221
32222001-05-15      Joel Sherrill <joel@OARcorp.com>
3223
3224        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3225        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3226        accidentally deleted the incorrectly empty versions.
3227
32282001-05-14      Till Straumann <strauman@slac.stanford.edu>
3229
3230        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3231        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3232        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3233        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3234        to know the values) - the affected BSP (shared/motorola) headers have
3235        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3236        driver (libchip/network/dec21140.c) has been fixed to use
3237        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3238        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3239        who is using this driver. - the DEC driver also has been fixed to use
3240        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3241        delay_in_bus_cycles().
3242
32432001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3244
3245        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3246
32472001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3248
3249        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3250
32512001-04-24      Eric Norum <eric.norum@usask.ca>
3252
3253        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3254        NTP synchronization a little more robust -- no NTP daemon yet, but at
3255        least it trys a little harder when the primary NTP server is down.
3256
32572001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3258
3259        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3260        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3261        libnetworking/pppd/modem_example/modem.c,
3262        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3263        other strings into English.
3264        * libnetworking/pppd/STATUS: updated to reflect the changes.
3265
32662001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3267
3268        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3269        again.
3270
32712001-04-20      Eric Valette <valette@crf.canon.fr>
3272
3273        * mcp750 directory renamed new_exception processing as it supports many
3274        more CPU models.
3275        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3276        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3277        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3278        formerly in mcp750 plus modifications.
3279        * librdbg/src/powerpc/mcp750/.cvsignore,
3280        librdbg/src/powerpc/mcp750/Makefile.am,
3281        librdbg/src/powerpc/mcp750/remdeb.h,
3282        librdbg/src/powerpc/mcp750/remdeb_f.x,
3283        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3284        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3285        new_exception_processing.
3286        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3287        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3288        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3289        part of this effort to add support for the MPC8xx.
3290
32912001-04-19      Joel Sherrill <joel@OARcorp.com>
3292
3293        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3294        internal include files.
3295
32962001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3297
3298        PR 158
3299        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3300        rcmd() library call by commenting out the parts that deal with signals.
3301        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3302        stdio. The 'server-side' parts of this file which deal with
3303        authentication are disabled since they are not needed.
3304
33052001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3306
3307        * libnetworking/include/.cvsignore: Remove dangling file.
3308
33092001-03-14      Joel Sherrill <joel@OARcorp.com>
3310
3311        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3312        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3313        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3314        libchip style serial drivers can be written in libcpu or libbsp.
3315
33162001-03-01      Joel Sherrill <joel@OARcorp.com>
3317
3318        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3319        libchip/network/sonic.c, libchip/network/sonic.h,
3320        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3321        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3322        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3323        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3324        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3325        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3326        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3327        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3328
33292001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3330
3331        * librdbg/include/rdbg/Makefile.am,
3332        librdbg/include/rdbg/i386/Makefile.am,
3333        librdbg/include/rdbg/m68k/Makefile.am,
3334        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3335        style on include files.
3336
33372001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3338
3339        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3340        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3341        replace ${..} with $(..).
3342        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3343        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3344        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3345        libnetworking/rtems/Makefile.am, libnetworking/
3346        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3347        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3348        include_*HEADERS instead of H_FILES.
3349        * libnetworking/include/Makefile.am: Remove.
3350        * libnetworking/Makefile.am: Add handling of *.h files.
3351        * libnetworking/configure.in: Remove include/Makefile.
3352
33532001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3354
3355        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3356
33572001-01-31      Sergei Organov <osv@javad.ru>
3358
3359        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3360        current dir and root dir removed in favor of new libio support for
3361        task-local current and root directories. - Bug in `close_data_socket()'
3362        introduced by previous change fixed. - `command_pasv()' changed to set
3363        timeout on socket we are listening on and code fixed to don't close
3364        socket twice on error. - `serr()' changed to clear `errno'. -
3365        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3366        changed to clear `errno' before processing session. -
3367        `close_data_socket()' fixed to close both active and passive sockets -
3368        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3369        empty string  in `exec_command()'.
3370
33712001-01-25      Eric Norum <eric.norum@usask.ca>
3372
3373        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3374        improves throughput on systems which are dropping packets.   Only the
3375        first timeout is reduced.  This keeps the number of extra packets down
3376        on networks that are very busy and dropping lots of packets.
3377
33782001-01-24      Sergei Organov <osv@javad.ru>
3379
3380        * libnetworking/rtems_servers/ftpd.c,
3381        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3382        - Timeouts on sockets implemented. 'idle' field added to configuration.
3383        No timeout by default to keep backward compatibility. Note: SITE IDLE
3384        command not implemented yet. - Basic global access control implemented.
3385        'access' field added to configuration. No access limitations by default
3386        to keep backward compatibility. - Anchor data socket for active mode
3387        (using self IP and port 20.) - Fixed default data port support (still
3388        not tested). - Don't allow IP address different from originating host in
3389        PORT command to improve security. - Fixed bug in MDTM command. - Check
3390        for correctness of parsing of argument in command_port(). - Fixed
3391        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3392        a directory. - Command parsing a little bit improved: command names are
3393        now converted to upper-case to be more compatible with RFC (command
3394        names are not case-sensitive.) - Reformat comments so that they have
3395        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3396        previous changes - True ASCII mode implemented (doesn't work for hooks
3397        and /dev/null) - Passive mode implemented, PASV command added. - Default
3398        port for data connection could be used (untested, can't find ftp client
3399        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3400        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3401
34022001-01-18      Joel Sherrill <joel@OARcorp.com>
3403
3404        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3405        macro using variable arguments.
3406        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3407        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3408        since I updated the main RTEMS development machine to RedHat 7.2 and
3409        apparently got a new version of rpcgen.
3410
34112001-01-12      Sergei Organov <osv@javad.ru>
3412
3413        * libnetworking/rtems_servers/ftpd.c,
3414        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3415        - use pool of pre-created threads to handle sessions instead of
3416        creating/deleting threads on the fly - LIST output is now similar to
3417        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3418        happy with it. - LIST NAME now works (both for files and directories) -
3419        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3420        clients happy  - keep track of CWD for every session separately -
3421        ability to specify root directory name for FTPD in configuration table.
3422        FTPD will then create illusion for FTP clients that this is actually
3423        root directory. - ignore options sent in commands, thus LIST -al FILE
3424        works and doesn't try to list "-al" directory. - buffers are allocated
3425        on stack instead of heap where possible to eliminate malloc/free calls
3426        (avoid possible heap fragmentation troubles). - drop using of task
3427        notepad to pass parameters - use function arguments instead - use
3428        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3429        in socket() instead of AF_INET.
3430
34312001-01-02      Joel Sherrill <joel@OARcorp.com>
3432
3433        * libnetworking/CHANGELOG: Removed.
3434        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3435
34362000-12-14      Eric Norum <eric.norum@usask.ca>
3437
3438        * libnetworking/lib/tftpDriver.c: Added write capability.
3439
34402000-12-08      Joel Sherrill <joel@OARcorp.com>
3441
3442        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3443        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3444        numerous variable declarations conditional on PPP_COMPRESS and
3445        PPP_FILTER.  Commented out variables that were not used because the code
3446        using them was commented out. Removed totally unused variables.
3447        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3448        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3449
34502000-11-30      Joel Sherrill <joel@OARcorp.com>
3451
3452        * libnetworking/modem/ppp_tty.c: Changed to include
3453        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3454        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3455        * libnetworking/Makefile.am: Modified to reflect above.
3456
34572000-11-27      Joel Sherrill <joel@OARcorp.com>
3458
3459        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3460
34612000-11-25      Eric Norum <eric.norum@usask.ca>
3462
3463        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3464        core.
3465
34662000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3467
3468        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3469        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3470        subdir.
3471        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3472        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3473        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3474        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3475        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3476        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3477        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3478        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3479        ppp_tty.c and the real pppd main is in pppmain.c.
3480
34812000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3482
3483        * libchip/network/sonic.c: Added ipalign() routine to align the received
3484        packet so that the ip header is on a 32-bit boundary. Necessary for
3485        cpu's that do not allow unaligned loads and stores and when the 32-bit
3486        DMA mode is used.
3487
34882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3489
3490        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3491        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3492        ACLOCAL_AMFLAGS.
3493        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3494        ACLOCAL_AMFLAGS.
3495        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3496        ACLOCAL_AMFLAGS.
3497
34982000-11-03      Chris Johns <ccj@acm.org>
3499
3500        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3501        libchip/network/cs8900.h: New files.
3502
35032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3504
3505        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3506        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3507        $(RTEMS_TOPdir)/aclocal.
3508        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3509        $(RTEMS_TOPdir)/aclocal.
3510        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3511        $(RTEMS_TOPdir)/aclocal.
3512
35132000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3514
3515        * configure.in: Switch to GNU-canonicalization.
3516        * Makefile.am: Reflect changes to configure.in.
3517        * acinclude.m4: Remove.
3518
35192000-10-30      Joel Sherrill <joel@OARcorp.com>
3520
3521        * POSIX include files merged into newlib.  This resulted in some
3522        definitions moving to other files and thus some secondary effects in
3523        RTEMS source code.
3524        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3525        in sync with newlib's <machine/types.h>.
3526        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3527        definition of struct itimerval in <sys/time.h>.
3528
35292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3530
3531        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3532        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3533        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3534        * ChangeLog: Fix typos.
3535        * configure.in: add tests to the GNU canonicalized subdirectories.
3536
35372000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3538
3539        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3540        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3541        the lib directory before configuring lib/.
3542
35432000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3544
3545        * configure.in, Makefile.am: add exec to the GNU canonicalized
3546        subdirectories.
3547        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3548        * configure.in: add libnetworking, librpc and librdb to the GNU
3549        canonicalized subdirectories.
3550        * configure.in: add libmisc and libchip to the GNU canonicalized
3551        subdirectories.
3552        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3553        Switch to GNU canonicalization.
3554        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3555        Switch to GNU canonicalization.
3556        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3557        Switch to GNU canonicalization.
3558
35592000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3560
3561        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3562        canonicalization to libfs/. The approach is currently a bit of a hack as
3563        GNU canonicalization does not support the per-BSP build some of the
3564        other directories require.  As more of the tree is converted, this will
3565        become less  of an issue.
3566
35672000-10-20      Joel Sherrill <joel@OARcorp.com>
3568
3569        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3570        parameter.
3571
35722000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3573
3574        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3575        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3576        * librdbg/configure.in: Add m68k support.
3577        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3578        subdirectory.
3579        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3580        failure.
3581        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3582        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3583        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3584        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3585        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3586        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3587        librdbg/src/m68k/.cvsignore: New files.
3588        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3589        function pointers.
3590        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3591        _after_ pointer has been checked against NULL.
3592
35932000-10-18      Joel Sherrill <joel@OARcorp.com>
3594
3595        * wrapup/Makefile.am: Added libfs.
3596
35972000-10-18      Chris Johns <ccj@acm.org>
3598
3599        * libfs created.
3600        * configure.in: Added libfs subdirectory.
3601        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3602
36032000-09-28      Joel Sherrill <joel@OARcorp.com>
3604
3605        * libnetworking/rtems_webserver/Makefile.am,
3606        libnetworking/rtems_webserver/base64.c,
3607        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3608        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3609
36102000-09-22      Joel Sherrill <joel@OARcorp.com>
3611
3612        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3613        libnetworking/rtems/rtems_bsdnet_internal.h,
3614        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3615        have included rtems.h.  It is now including precisely the  least amount
3616        of low level, yet portable .h files to get the basic RTEMS types
3617        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3618        used machine/types.h to include rtems.h.
3619
36202000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3621
3622        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3623
36242000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3625
3626        * libnetworking/ChangeLog: Cleanup.
3627
36282000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3629
3630        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3631        * libchip/ChangeLog: Fix formating.
3632
36332000-09-05      Joel Sherrill <joel@OARcorp.com>
3634
3635        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3636        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3637        confusion and to work with the converted flags.
3638
36392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3640
3641        * wrapup/Makefile.am: Include compile.am.
3642        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3643        libchip/serial/Makefile.am: Include compile.am.
3644        * librdbg/src/i386/any/Makefile.am,
3645        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3646        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3647        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3648        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3649        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3650        libnetworking/rtems_servers/Makefile.am,
3651        libnetworking/rtems_webserver/Makefile.am,
3652        libnetworking/wrapup/Makefile.am: Include compile.am.
3653
36542000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3655
3656        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3657        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3658
36592000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3660
3661        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3662
36632000-08-31      Joel Sherrill <joel@OARcorp.com>
3664
3665        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3666        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3667        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3668        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3669        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3670        * libnetworking/wbase64.c: Removed.
3671        * libnetworking/Makefile.am, libnetworking/asp.c,
3672        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3673        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3674        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3675        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3676        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3677        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3678        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3679        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3680        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3681        Modified.
3682
36832000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3684
3685        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3686
36872000-08-30      Joel Sherrill <joel@OARcorp.com>
3688
3689        * libnetworking/rtems_webserver/license.txt: New file.
3690
36912000-08-10      Joel Sherrill <joel@OARcorp.com>
3692
3693        * ChangeLog: New file.
3694        * libchip/ChangeLog: New file.
3695        * librdbg/ChangeLog: New file.
3696        * libnetworking/ChangeLog: New file.
3697
Note: See TracBrowser for help on using the repository browser.