source: rtems/c/src/ChangeLog @ 6640459d

4.104.114.95
Last change on this file since 6640459d was d5150397, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/07/08 at 03:42:23

2008-09-07 Ralf Corsépius <ralf.corsepius@…>

  • libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-memdrv.h: Convert to "bool".
  • Property mode set to 100644
File size: 141.0 KB
Line 
12008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
4        libchip/i2c/spi-memdrv.h: Convert to "bool".
5        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
6        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
7        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
8        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
9        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
10        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
11        Convert to "bool".
12        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
13        Convert to "bool".
14        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
15        Convert to "bool".
16
172008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
20        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
21        memory driver to not use the clock ioctl to install a method to poll
22        for input. It now uses a Class API Timer which means we can eliminate
23        this special IOCTL from all clock drivers.
24        * libchip/shmdr/setckvec.c: Removed.
25
262008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * libchip/network/sonic.c: Do not declare a variable just to hold an
29        ignored return value.
30
312008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
32
33        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
34
352008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
38        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
39
402008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * libchip/display/disp_hcms29xx.c: Do not make these static. They
43        appear to be unused that way.
44
452008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * libchip/shmdr/shm_driver.h: Correct prototypes.
48
492008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
50
51        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
52        variables and made methods static.
53
542008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * libchip/serial/ns16550.c: Fix warning.
57
582008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * aclocal/prog-cc.m4: Add -Wnested-externs.
61
622008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * libchip/network/dec21140.c: Add missing prototype.
65        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
66
672008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
70        -Wstrict-prototypes to RTEMS_CFLAGS.
71
722008-08-02      Chris Johns <chrisj@rtems.org>
73
74        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
75        rtems_blkdev_request count and start references. Use
76        RTEMS_BLKDEV_START_BLOCK.
77
782008-07-29      Chris Johns <chrisj@rtems.org>
79
80        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
81
82        * libchip/ide/ata.c: Change to use a mutex rather than disable
83        pre-emption. Updated to the libblock changes.
84
85        * libchip/ide/ata_internal.h: Updated to the new chains API.
86
87        * libchip/ide/ide_controller.c: Updated to the libblock
88        changes. Added come debug tracing.
89
90        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
91        to the libblock changes.
92
932008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * configure.ac: Remove RPCGEN, RPCTOOLS.
96
972008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
98
99        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
100        for output format specifiers.
101
1022008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
103
104        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
105        Fixed some data types
106
1072008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
108
109        * libchip/i2c/spi-sd-card.c: Added missing header file.
110        * libchip/Makefile.am: Added SD Card driver.
111
1122008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
113
114        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
115        make glyphs non-constant, added file headers
116
1172008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
118
119        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
120        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
121        * libchip/display/font_hcms29xx.h
122        Creation of SPI display driver
123
1242008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
125
126        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
127        via SPI.
128
1292008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
132        AC_PREREQ(2.62).
133
1342008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
137
1382008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * libchip/Makefile.am: Move termios helper routines from libchip to
141        libcsupport. Add routine which makes it easy for a termios device
142        driver to inform termios of its default baud rate. This avoids
143        inconsistencies in later termios settings changes.
144        * libchip/serial/termios_baud2index.c,
145        libchip/serial/termios_baud2num.c: Removed.
146
1472008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
150
1512008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
154        not fail if there are none.
155
1562008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
157
158        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
159        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
160        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
161        * libchip/Makefile.am:
162        derived a generic spi memory driver from spi-flash-m25p40,
163        added descriptor for fram fm25l256
164
1652008-05-07      Till Straumann <strauman@slac.stanford.edu>
166
167        PR 649/bsps
168        * libchip/ide/ata.c: Give up if the interface does not become ready.
169
1702008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        Moved to cpukit.
173        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
174        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
175        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
176        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
177        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
178        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
179        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
180        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
181        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
182        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
183        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
184        nfsclient/src/xdr_mbuf.c: Removed.
185
1862008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
189
1902008-01-05      Chris Johns <chrisj@rtems.org>
191
192        * libchip/flash/am29lv160.c: Update the blank check error message
193        to say there is an error.
194       
1952007-12-22      Chris Johns <chrisj@rtems.org>
196
197        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
198        the hello message. Just one line but still a little too long.
199       
2002007-12-14      Chris Johns <chrisj@rtems.org>
201
202        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
203        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
204        * libchip/flash, libchip/flash/am29lv160.c,
205        libchip/flash/am29lv160.h: New.
206
2072007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
208
209        * libchip/network/if_fxp.c: Spacing.
210
2112007-11-20      Till Straumann <strauman@slac.stanford.edu>
212
213        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
214        Avoid using 'stdio' before the system is up and fully
215        initialized.
216
2172007-11-20      Till Straumann <strauman@slac.stanford.edu>
218
219        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
220        * libchip/Makefile.am, libchip/preinstall.am:
221        added new driver for Maxim DS1375 i2c RTC.
222
2232007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
224
225        * libchip/i2c/spi-flash-m25p40.c:
226        added addressing call in write function
227
2282007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
229
230        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
231        * libchip/Makefile.am:
232        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
233
2342007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
235
236        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
237
2382007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
239
240        * nfsclient/Makefile.am: Fix errors.
241
2422007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
243
244        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
245
2462007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
247
248        * aclocal/version.m4: Bump RTEMS_API to 4.9.
249        Bump RTEMS_VERSION to 4.8.99.0.
250
2512007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
252
253        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
254
2552007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * configure.ac: Remove AC_PROG_AWK (Unused).
258
2592007-09-14      Daron Chabot <djc915@mail.usask.ca>
260
261        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
262        rtems_interrupt_vector, to permit passing arbitrary arguments to the
263        ISR. Clean up of variables to silence compiler warnings.
264
2652007-09-13      Daniel Hellstrom <daniel@gaisler.com>
266
267        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
268
2692007-09-12      Daniel Hellstrom <daniel@gaisler.com>
270
271        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
272          - Odd bit bug in some chips taken care of.
273          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
274            alignment but failing to do so must have made the driver writer to make
275            some incorrect assumptions about MBUFs.
276          - Fixed MBUF handling to handle mbuf chains better. The Data length of
277            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
278          - Made while loop responsible for copying data to fifo port copy 16 shorts
279            per loop instead of 1 short, increasing the copying process.
280
2812007-09-07      Daniel Hellstrom <daniel@gaisler.com>
282
283        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
284        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
285
2862007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
287
288        * configure.ac, wrapup/Makefile.am: Remove RDBG.
289        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
290        librdbg/Makefile.am, librdbg/preinstall.am,
291        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
292        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
293        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
294        librdbg/include/rdbg/powerpc/rdbg_f.h,
295        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
296        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
297        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
298        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
299        librdbg/src/servtsp.c, librdbg/src/servutil.c,
300        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
301        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
302        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
303        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
304        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
305        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
306        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
307        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
308        librdbg/src/powerpc/rdbg_f.c,
309        librdbg/src/powerpc/new_exception_processing/remdeb.h,
310        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
311        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
312        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
313
3142007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
315
316        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
317
3182007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
319
320        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
321          sizes.
322
3232007-07-27      Chris Johns <chrisj@rtems.org>
324
325        * wrapup/Makefile.am: Create archive from a file for hosts
326        with a limited command line size.
327
3282007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
329
330        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
331          sizes.
332
3332007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
334       
335        * configure.ac: Add nfsclient.
336        * nfsclient/Makefile.am: New.
337        * nfsclient/proto/Makefile, nfsclient/Makefile,
338          nfsclient/src/Makefile: Remove.
339        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
340        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
341
3422007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
343
344        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
345        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
346        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
347        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
348        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
349        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
350        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
351        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
352        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
353        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
354        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
355        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
356
3572007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
358
359        * libchip/serial/ns16550.c: removed timed out wait for transmitter
360        to become ready: This will not work for fast CPUs.
361
3622007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
363
364        * libchip/ide/ata.c: fixed warning
365
3662007-06-20      Ray Xu <rayx@gmail.com>
367
368        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
369        console, and libio. This shrinks the memory requirements but Joel has
370        not figured out how best to present this to application space.
371        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
372        New files.
373
3742007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
375
376        * optman/sapi/no-io.c: Split IO Manager into one function per file so
377        now we only need required initialization methods.
378
3792007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
380
381        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
382        parameter since it was used to configure a no longer used feature.
383        Device names are now part of the filesystem not in a table.
384
3852007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
386
387        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
388        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
389        optman/rtems/no-part.c, optman/rtems/no-region.c,
390        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
391        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
392        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
393        other optional managers so using them reduces application size
394        instead of increasing it.
395        * optman/rtems/no-barrier.c: New file.
396
3972007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
398
399        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
400        adjustments to pci-API changes.
401        * libchip/network/dec21140.c, libchip/network/elnk.c,
402        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
403        changes.
404
4052007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
406
407        * libchip/network/dec21140.c, libchip/network/if_dc.c,
408        libchip/network/if_fxp.c: Reflect changes to pci-API.
409
4102007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
411
412        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
413        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
414
4152007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
416
417        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
418          being used to compile "tools").
419
4202007-03-13      Joel Sherrill <joel@OARcorp.com>
421
422        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
423
4242007-03-12      Joel Sherrill <joel@OARcorp.com>
425
426        * libchip/network/cs8900.c, libchip/network/cs8900.h,
427        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
428        and/or fix mistake in copyright notice. Both of these mistakes appear
429        to be from code submitted after these changes were made previously.
430
4312007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
432
433        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
434
4352007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
436
437        * libchip/Makefile.am: Correct path to README.tulipclone.
438
4392007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
440
441        * libchip/ide/ata.c: Remove superfluous type casts.
442
4432007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
444
445        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
446        Use size_t for sizes.
447
4482007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
449
450        * libchip/ide/ata.c: in ata_request_done: moved call to free()
451        from preemption disabled region
452
4532007-01-16      Till Straumann <strauman@slac.stanford.edu>
454
455        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
456        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
457        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
458
4592006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
460
461        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
462          ioctl_command_t as ioctl argument.
463
4642006-12-13      Joel Sherrill <joel@OARcorp.com>
465
466        * librtems++/include/rtems++/rtemsEvent.h,
467        librtems++/include/rtems++/rtemsMessageQueue.h,
468        librtems++/include/rtems++/rtemsSemaphore.h,
469        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
470        librtems++/src/rtemsMessageQueue.cc,
471        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
472        rtems_unsigned32 to uint32_t.
473
4742006-12-13      Joel Sherrill <joel@OARcorp.com>
475
476        PR 1181/bsps
477        * optman/rtems/no-msg.c: Clean up dead code.
478
4792006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
480
481        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
482
4832006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
484
485        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
486        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
487        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
488
4892006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
490
491        * configure.ac: New BUG-REPORT address.
492
4932006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
494
495        * Makefile.am: Remove ampolish3.
496
4972006-11-17      Joel Sherrill <joel@OARcorp.com>
498
499        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
500        blank lines.
501
5022006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
503
504        * configure.ac: Remove RTEMS_AMPOLISH3.
505        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
506          Remove checks for AMPOLISH3.
507        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
508        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
509        * ampolish3: Remove.
510
5112006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
512
513        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
514        * aclocal/prog-cc.m4: Remove CFLAGS.
515        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
516        Compose CFLAGS. Append CFLAGS to ac_configure_args.
517
5182006-10-23      Joel Sherrill <joel@OARcorp.com>
519
520        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
521
5222006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
523
524        * automake/compile.am: Use hard-coded RTEMS_* flags.
525
5262006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
527
528        * aclocal/rtems-top.m4: Remove RTEMS_API.
529        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
530
5312006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
532
533        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
534
5352006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
536
537        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
538
5392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
540
541        * aclocal/version.m4: Bump version to 4.7.99.0.
542
5432006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
544
545        * configure.ac: Require autoconf-2.60. Require automake-1.10.
546
5472006-09-11      Joel Sherrill <joel@OARcorp.com>
548
549        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
550
5512006-09-04      Joel Sherrill <joel@OARcorp.com>
552
553        * libchip/network/greth.c, libchip/network/open_eth.c,
554        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
555        introduced by warning removal.
556
5572006-09-01      Joel Sherrill <joel@OARcorp.com>
558
559        * libchip/network/greth.c, libchip/network/open_eth.c,
560        libchip/network/smc91111.c: Remove warnings and correct prototype
561        added earlier today.
562
5632006-09-01      Joel Sherrill <joel@OARcorp.com>
564
565        * libchip/network/cs8900.c, libchip/network/greth.c,
566        libchip/network/i82586.c, libchip/network/open_eth.c,
567        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
568        sized integers, and inttypes.h printf helpers.
569
5702006-08-09      Kolja Waschk <waschk@telos.de>
571
572        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
573
5742006-07-12      Joel Sherrill <joel@OARcorp.com>
575
576        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
577
5782006-07-11      Jerry Needell <jerry.needell@unh.edu>
579
580        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
581        4.6 branch.  Original modifications by Gaisler Enterprises.
582        * libchip/network/greth.c, libchip/network/greth.h: New files.
583
5842006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
585
586        * ide/ata.[ch]:
587        (PR1118) fetch priority for ATA task from a variable,
588        not a fixed configuration value.
589       
5902006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
591
592        * Makefile.am: Add ampolish3.
593
5942006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
595
596        * ampolish3: New.
597        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
598
5992006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
600
601        * aclocal/rtems-ampolish.m4: New.
602        * configure.ac: Use RTEMS_AMPOLISH3.
603
6042006-04-18  Joel Sherrill <joel@OARcorp.com>
605
606        * aclocal/version.m4: Updated to rtems-4.6.99.3.
607
6082006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
609
610        PR 853/filesystem
611        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
612        should be modified to support the new exception scheme and to use the
613        handle parameter.
614
6152006-02-a32     Eric Norum <norume@aps.anl.gov>
616
617        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
618        "newer" PCI access calls.  Minor cleanups.  Comments.
619
6202006-01-12      Eric Norum <norume@aps.anl.gov>
621
622        PR 861/networking
623        PR 863/networking
624        * libchip/network/smc91111.c: Fix illegal lvalue increments.
625
6262006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
627
628        * wrapup/Makefile.am: Add preinstall.am.
629        * libchip/Makefile.am: Build libchip/network/smc91111.
630        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
631        Eliminate cyg_int* crap.
632
6332006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
634
635        * librdbg/Makefile.am: Add preinstall.am.
636        * aclocal/bsp-configure.m4: Add ampolish3.
637        New header guards.
638
6392006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
640
641        * libchip/network/open_eth.c, libchip/network/open_eth.h:
642        Merger from rtems-4-6-branch.
643
6442006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
645
646        * libchip/network/smc91111.c
647        libchip/network/smc91111config.h
648        libchip/network/smc91111exp.h
649        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
650        * libchip/Makefile.am: Reflect adding smc91111*.
651
6522006-01-08      Joel Sherrill <joel@OARcorp.com>
653
654        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
655        char *.
656
6572006-01-08      Joel Sherrill <joel@OARcorp.com>
658
659        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
660        warnings.
661
6622005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
663
664        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
665        Add RTEMS_RELLDFLAGS.
666        * automake/compile.am: Remove RTEMS_USE_GCC.
667        Remove RTEMS_RELLDFLAGS.
668        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
669
6702005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
671
672        * libchip/network/if_media.h, libchip/network/mii.h:
673        Remove (Moved to cpukit).
674        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
675        and libchip/network/if_media.h.
676        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
677        if_media.h having moved.
678
6792005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
680
681        * automake/compile.am, automake/host.am, automake/local.am,
682        automake/subdirs.am: Remove depend.
683        * configure.ac: Explicitly pass --libdir and --includedir to
684        testsuites.
685
6862005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
687
688        * configure.ac: Reflect changes to testsuites.
689
6902005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
691
692        * automake/compile.am: Remove GCCSPECS.
693        * aclocal/prog-cc.m4: Add GCCSPECS.
694        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
695
6962005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
697
698        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
699        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
700
7012005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
702
703        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
704        libcpu/byteorder.h for i386.
705
7062005-11-02      Till Straumann <strauman@slac.stanford.edu>
707
708        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
709        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
710        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
711        added a simple API/library for i2c devices and drivers for i2c
712        2-byte eeproms and a ds1621 temperature sensor; API is documented
713        in libi2c.h.
714
7152005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
716
717        * libnetworking/pppd/ipxcp.c,
718        libnetworking/pppd/chat.c,
719        libnetworking/pppd/patchlevel.h,
720        libnetworking/pppd/upap.h,
721        libnetworking/pppd/md5.h,
722        libnetworking/pppd/pppd.8,
723        libnetworking/pppd/README,
724        libnetworking/pppd/preinstall.am,
725        libnetworking/pppd/md4.h,
726        libnetworking/pppd/magic.c,
727        libnetworking/pppd/pppd.h,
728        libnetworking/pppd/demand.c,
729        libnetworking/pppd/rtemsmain.c,
730        libnetworking/pppd/sys-rtems.c,
731        libnetworking/pppd/ipcp.h,
732        libnetworking/pppd/lcp.h,
733        libnetworking/pppd/chap_ms.c,
734        libnetworking/pppd/md4.c,
735        libnetworking/pppd/rtemspppd.h,
736        libnetworking/pppd/cbcp.h,
737        libnetworking/pppd/auth.c,
738        libnetworking/pppd/lcp.c,
739        libnetworking/pppd/example/README,
740        libnetworking/pppd/example/ppp.conf,
741        libnetworking/pppd/example/system.h,
742        libnetworking/pppd/example/netconfig.h,
743        libnetworking/pppd/example/pppdapp.c,
744        libnetworking/pppd/example/init.c,
745        libnetworking/pppd/example/Makefile-user,
746        libnetworking/pppd/example/pppd.options,
747        libnetworking/pppd/rtemspppd.c,
748        libnetworking/pppd/ipxcp.h,
749        libnetworking/pppd/chap_ms.h,
750        libnetworking/pppd/options.c,
751        libnetworking/pppd/magic.h,
752        libnetworking/pppd/chap.h,
753        libnetworking/pppd/cbcp.c,
754        libnetworking/pppd/upap.c,
755        libnetworking/pppd/chap.c,
756        libnetworking/pppd/Makefile.am,
757        libnetworking/pppd/ccp.h,
758        libnetworking/pppd/utils.c,
759        libnetworking/pppd/rtemsdialer.h,
760        libnetworking/pppd/fsm.h,
761        libnetworking/pppd/pathnames.h,
762        libnetworking/pppd/md5.c,
763        libnetworking/pppd/fsm.c,
764        libnetworking/pppd/ipcp.c,
765        libnetworking/pppd/STATUS,
766        libnetworking/pppd/ccp.c,
767        libnetworking/Makefile.am: Remove (Moved to cpukit).
768
7692005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
770
771        * configure.ac: Remove libnetworking, libnetworking/pppd.
772        * wrapup/Makefile.am: Remove libpppd.a.
773
7742005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
775
776        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
777        rtemsdialer.h to $(includedir)/rtems.
778
7792005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
780
781        * libnetworking/rtems_telnetd/icmds.c,
782        libnetworking/rtems_telnetd/Makefile.am,
783        libnetworking/rtems_telnetd/preinstall.am,
784        libnetworking/rtems_telnetd/pty.c,
785        libnetworking/rtems_telnetd/pty.h,
786        libnetworking/rtems_telnetd/README,
787        libnetworking/rtems_telnetd/telnetd.c,
788        libnetworking/rtems_telnetd/telnetd.h:
789        Remove (Moved to cpukit).
790
7912005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
792
793        * configure.ac: Remove libnetworking/rtems_telnetd.
794        * libnetworking/Makefile.am: Remove rtems_telnetd.
795        * libnetworking/README: Remove (Obsolete).
796        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
797
7982005-10-20  Eric Norum <norume@aps.anl.gov>
799
800        * libchip/network/dec21140.c: Clean up PCI mapping.
801
8022005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
803
804        * libnetworking/pppd/Makefile.am: Use preinstall.am.
805        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
806        librdbg/src/servrpc.c, librdbg/src/servtgt.c
807        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
808        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
809        * configure.ac: Move optman to the end of BSP_SUBDIRS.
810
8112005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
812
813        * aclocal/bspopts.m4: Add missing m4 quotes.
814
8152005-09-02  Joel Sherrill <joel@OARcorp.com>
816
817    * aclocal/version.m4: Updated to rtems-4.6.99.2.
818
8192005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
820
821        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
822        libchip/network/dec21140.c: Remove initialization of PCI bus.
823
8242005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
825
826        * optman/Makefile.am: Add preinstall.am.
827
8282005-07-18      Karel Gardas <kgardas@objectsecurity.com>
829
830        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
831        UNTESTED to tested.
832
8332005-06-17      Joel Sherrill <joel@OARcorp.com>
834
835        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
836        it is not supported by the MPC5xx.
837
8382005-06-17      Joel Sherrill <joel@OARcorp.com>
839
840        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
841        interface. Also correct attempting to build on other than PowerPC and
842        x86.
843
8442005-06-16      Daron Chabot <daron@nucleus.usask.ca>
845
846        * libchip/Makefile.am: Add driver for Tulip clones.
847        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
848        libchip/network/if_dcreg.h: New files.
849
8502005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
851
852        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
853        to enable rdbg.
854        * configure.ac: Reflect changes above.
855
8562005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
857
858        * configure.ac: Add ada/.
859
8602005-05-20      Sergei Organov  <osv@topconrd.ru>
861
862        PR 750/networking
863        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
864        wait_input().
865
8662005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
867
868        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
869        rtems/irq.h.
870
8712005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
872
873        * libchip/Makefile.am: Include preinstall.am.
874        * libchip/preinstall.am: New.
875
8762005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
877
878        * configure.ac: Add AMPOLISH3.
879        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
880        * libnetworking/rtems_telnetd/preinstall.am: New.
881        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
882
8832005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
884
885        * configure.ac: Let enable_rpcgen default to "no".
886
8872005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
888
889        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
890
8912005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
892
893        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
894        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
895
8962005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
897
898        * libchip/network/dec21140.c, libchip/network/elnk.c,
899        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
900
9012005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
902
903        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
904        of code as a result of the implementation of a common PCI interface.
905
9062005-05-04      Joel Sherrill <joel@OARcorp.com>
907
908        * libchip/network/open_eth.c: Remove prototype of set_vector.
909
9102005-05-03      Joel Sherrill <joel@OARcorp.com>
911
912        * librdbg/src/ptrace.c: Remove warning.
913
9142005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
915
916        * libchip/network/dec21140.c, libchip/network/elnk.c,
917        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
918        Modified parameter list to remove warnings.
919
9202005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
921
922        * libchip/network/cs8900.c, libchip/network/i82586.c,
923        libchip/network/open_eth.c, libchip/network/sonic.c,
924        libchip/serial/mc68681.c: Modified types to remove
925        warnings.  Added initialization to remove warnings.
926
9272005-04-28      Joel Sherrill <joel@OARcorp.com>
928
929        * libchip/network/README.sonic: Rewritten to account for removal of
930        dmv177.
931
9322005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
933
934        PR 781/rtems_misc
935        * libchip/serial/ns16550_p.h: Fix baud rate calculation
936
9372005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
938
939        * libchip/serial/ns16550.c:
940        Fixed warnings generated in various powerpc configurations
941
9422005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
943
944        * libchip/serial/ns16550.c: Modified
945        ISR to work with PPC new exception processing
946
9472005-03-14      Joel Sherrill <joel@OARcorp.com>
948
949        * libchip/network/dec21140.c, libchip/network/elnk.c,
950        libchip/network/if_fxp.c: Continue PCI API unification. All use
951        pci_find_device(). Network drivers manufacture a signature since all
952        calls have not been converted yet.
953
9542005-03-04      Joel Sherrill <joel@OARcorp.com>
955
956        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
957        initialize function part of the unified PCI API as pci_initialize().
958
9592005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
960
961        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
962        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
963
9642005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
965
966        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
967        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
968
9692005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
970
971        * aclocal/ppc.m4: Reflect changes to ppc exception processing
972        building procedures.
973
9742005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
975
976        * aclocal/prog-cc.m4:
977        Quote CFLAGS's RHS to accomodate Solaris broken sh.
978
9792005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
980
981        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
982
9832005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
984
985        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
986
9872005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
988
989        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
990
9912005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
992
993        * libnetworking/rtems_servers/ftp.c,
994        libnetworking/rtems_servers/ftp.h,
995        libnetworking/rtems_servers/Makefile.am:
996        Remove (relocated to cpukit/ftpd).
997        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
998        removed move libnetworking/rtems_servers.
999
10002005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1001
1002        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1003
10042005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1005
1006        PR 755/rtems
1007        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1008        Remove local declarations of rtems_bsdnet_nameservers,
1009        rtems_bsdnet_nameservers_count.
1010
10112005-01-31      Sergei Organov <osv@topconrd.ru>
1012
1013        PR 751/pppd
1014        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1015        committed to fix PR736 breaks pppd. chat.c should have its own static
1016        ttyfd for pppd to work correctly. The symptom is that second
1017        invokation of chat (for connect script) fails due to pppd_ttyfd set
1018        to -1 by previous chat invokation (for init script). In addition,
1019        this patch fixes leaving of dangling pointer in the abort_stbring[]
1020        by chat_send().
1021
10222005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1023
1024        * configure.ac: Remove CFLAGS_DEBUG_V.
1025        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1026
10272005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1028
1029        * wrapup/Makefile.am: Remove rtems-ctor.o.
1030
10312005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1032
1033        * libchip/rtc/rtc.h: size_t RTC_Count.
1034
10352005-01-20      Joel Sherrill <joel@OARcorp.com>
1036
1037        PR 736/pppd
1038        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1039        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1040        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1041        should not be static and should have a name more specific to pppd.
1042
10432005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1044
1045        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1046        libnetworking/rtems_servers/Makefile.am,
1047        libnetworking/rtems_telnetd/Makefile.am,
1048        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1049        Eliminate CFLAGS_OPTIMIZE_V.
1050
10512005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1052
1053        * configure.ac: Pass CFLAGS to testsuites configure.
1054        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1055        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1056
10572005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1058
1059        * configure.ac: Pass CFLAGS to cpukit configure.
1060        * aclocal/rtems-flags.m4: Remove (Unused).
1061        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1062        * aclocal/env-rtemsbsp.m4:
1063        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1064        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1065        RTEMS_CFLAGS.
1066        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1067        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1068        Cleanup comments.
1069
10702005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1071
1072        * automake/compile.am: Remove build-variant support.
1073
10742005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1075
1076        * libnetworking/pppd/Makefile.am,
1077        libnetworking/rtems_servers/Makefile.am,
1078        libnetworking/rtems_telnetd/Makefile.am:
1079        Remove build-variant support.
1080
10812005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1082
1083        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1084        support/Makefile.am, wrapup/Makefile.am:
1085        Remove build-variant support.
1086
10872004-11-22      Joel Sherrill <joel@OARcorp.com>
1088
1089        * libchip/network/if_fxp.c: Add entry for another module ID code.
1090
10912004-11-22      Joel Sherrill <joel@OARcorp.com>
1092
1093        PR 693/misc
1094        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1095        in/outport routines.
1096
10972004-11-22      Joel Sherrill <joel@OARcorp.com>
1098
1099        PR 693/misc
1100        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1101        in/outport routines.
1102
11032004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1104
1105        * aclocal/enable-itron.m4: Remove (unused).
1106
11072004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1108
1109        * configure.ac: Misc. quoting cleanups.
1110        Enable ada-tests iff --enable-ada and --enable-tests.
1111
11122004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1113
1114        PR 703/filesystem
1115        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1116        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1117        libchip/ide/ide_controller.c:
1118        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1119        available for BSPS/device drivers.
1120        Extend the "modes_available" and "mode_active" parameters to
1121        uint16_t for UDMA support.
1122
11232004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1124
1125        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1126        not supported on PowerPC since it works on the MVME2100 BSP.
1127
11282004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1129
1130        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1131        Add dependency tracking for *.cfgs.
1132        * Makefile.am: Add dependency tracking for *.cfg.
1133
11342004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1135
1136        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1137        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1138
11392004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1140
1141        PR 707/make_build
1142        * configure.ac: Add --enable-rpcgen.
1143
11442004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1145
1146        PR 700/rtems_misc
1147        * libnetworking/rtems_webserver/asp.c,
1148        libnetworking/rtems_webserver/balloc.c,
1149        libnetworking/rtems_webserver/cgi.c,
1150        libnetworking/rtems_webserver/default.c,
1151        libnetworking/rtems_webserver/ej.h,
1152        libnetworking/rtems_webserver/ejIntrn.h,
1153        libnetworking/rtems_webserver/ejlex.c,
1154        libnetworking/rtems_webserver/ejparse.c,
1155        libnetworking/rtems_webserver/emfdb.c,
1156        libnetworking/rtems_webserver/emfdb.h,
1157        libnetworking/rtems_webserver/form.c,
1158        libnetworking/rtems_webserver/handler.c,
1159        libnetworking/rtems_webserver/h.c,
1160        libnetworking/rtems_webserver/license.txt,
1161        libnetworking/rtems_webserver/Makefile.am,
1162        libnetworking/rtems_webserver/md5c.c,
1163        libnetworking/rtems_webserver/md5.h,
1164        libnetworking/rtems_webserver/mime.c,
1165        libnetworking/rtems_webserver/misc.c,
1166        libnetworking/rtems_webserver/NOTES,
1167        libnetworking/rtems_webserver/ringq.c,
1168        libnetworking/rtems_webserver/rom.c,
1169        libnetworking/rtems_webserver/rtems_webserver.h,
1170        libnetworking/rtems_webserver/security.c,
1171        libnetworking/rtems_webserver/sock.c,
1172        libnetworking/rtems_webserver/socket.c,
1173        libnetworking/rtems_webserver/sockGen.c,
1174        libnetworking/rtems_webserver/sym.c,
1175        libnetworking/rtems_webserver/uemf.c,
1176        libnetworking/rtems_webserver/uemf.h,
1177        libnetworking/rtems_webserver/um.c,
1178        libnetworking/rtems_webserver/um.h,
1179        libnetworking/rtems_webserver/umui.c,
1180        libnetworking/rtems_webserver/url.c,
1181        libnetworking/rtems_webserver/value.c,
1182        libnetworking/rtems_webserver/wbase64.c,
1183        libnetworking/rtems_webserver/webcomp.c,
1184        libnetworking/rtems_webserver/webmain.c,
1185        libnetworking/rtems_webserver/webpage.c,
1186        libnetworking/rtems_webserver/webrom.c,
1187        libnetworking/rtems_webserver/webs.c,
1188        libnetworking/rtems_webserver/websda.c,
1189        libnetworking/rtems_webserver/websda.h,
1190        libnetworking/rtems_webserver/webs.h,
1191        libnetworking/rtems_webserver/websSSL.c,
1192        libnetworking/rtems_webserver/websSSL.h,
1193        libnetworking/rtems_webserver/websuemf.c,
1194        libnetworking/rtems_webserver/wsIntrn.h:
1195        Remove (Moved to cpukit/http).
1196
11972004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1198
1199        PR 700/rtems_misc
1200        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1201        Remove libnetworking/rtems_webserver.
1202
12032004-10-25      Eric Norum <norume@aps.anl.gov>
1204
1205        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1206
12072004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1208
1209        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1210
12112004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1212
1213        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1214        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1215
12162004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1217
1218        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1219
12202004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1221
1222        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1223        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1224
12252004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1226
1227        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1228        BITSPERBYTE.
1229
12302004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1231
1232        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1233        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1234
12352004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1236
1237        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1238
12392004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1240
1241        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1242        * aclocal/enable-bare.m4: Remove.
1243        * configure.ac: Remove BARE_CPU_MODEL.
1244
12452004-10-13      Eric Norum <norume@aps.anl.gov>
1246
1247        PR 688/bsps
1248        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1249        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1250        MC146818A (and several Dallas Semiconductor) TOD chips.
1251
12522004-10-13      Eric Norum <norume@aps.anl.gov>
1253
1254        PR 686/networking
1255        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1256        device code.
1257
12582004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1259
1260        * libchip/network/dec21140.c: include <rtems/pci.h>.
1261
12622004-09-29      Joel Sherrill <joel@OARcorp.com>
1263
1264        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1265        libnetworking/pppd/utils.c: i960 obsoleted and all references
1266        removed.
1267
12682004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1269
1270        PR 607/networking
1271        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1272        instead of fully specifying unused PCI features.
1273
12742004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1275
1276        * configure.ac: Require automake > 1.9.
1277
12782004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1279
1280        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1281
12822004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1283
1284        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1285        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1286
12872004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1288
1289        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1290        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1291
12922004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1293
1294        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1295
12962004-07-28  Joel Sherrill <joel@OARcorp.com>
1297
1298    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1299
13002004-07-25      Joel Sherrill <joel@OARcorp.com>
1301
1302        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1303
13042004-05-21  Till Strauman <strauman@slac.stanford.edu>
1305
1306        PR 625/networking
1307        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1308        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1309        an error rather than panic if no chip is detected (thus allowing
1310        for probing).
1311        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1312        instead of looping forever.  Avoid divide by zero (crashed my PC).
1313        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1314        they are UNTESTED.
1315
13162004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1317
1318        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1319
13202004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1321
1322        * libchip/network/dec21140.c, libchip/network/elnk.c:
1323        #include <errno.h>.
1324
13252004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1326
1327        * libchip/network/if_media.h: Update from FreeBSD.
1328        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1329        libchip/network/i82586.c: #include <errno.h>.
1330
13312004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1332
1333        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1334
13352004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1336
1337        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1338
13392004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1340
1341        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1342        automake).
1343
13442004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1345
1346        PR 599/pppd
1347        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1348
13492004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1350
1351        * optman/rtems/no-region.c: Reflect having changed
1352        rtems_region_get_segment_size.
1353
13542004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1355
1356        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1357        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1358        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1359        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1360        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1361        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1362        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1363
13642004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1365
1366        * libchip/ide/ata.c, libchip/network/dec21140.c,
1367        libchip/network/elnk.c, libchip/network/i82586.c,
1368        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1369        libchip/network/open_eth.c, libchip/network/sonic.c,
1370        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1371        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1372        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1373        libchip/shmdr/shm_driver.h: Cosmetics.
1374
13752004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1376
1377        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1378        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1379        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1380        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1381        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1382        fixed size types.
1383
13842004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1385
1386        * configure.ac: Explicitly pass --includedir and --libdir to
1387        cpukit/configure.
1388
13892004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1390
1391        * librdbg/Makefile.am: Fix rpcgen rules.
1392        * librdbg/src/i386/any/remdeb_xdr.c,
1393        librdbg/src/m68k/any/remdeb_xdr.c,
1394        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1395        Reflect changes to librdbg/Makefile.am.
1396
13972004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1398
1399        * configure.ac: Reflect changes testsuites/configure.ac and
1400        cpukit/configure.ac.
1401
14022004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1403
1404        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1405        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1406
14072004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1408
1409        * configure.ac: Reflect changes to testsuites's configuration.
1410
14112004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1412
1413        PR/589 rtems
1414        * libchip/network/pci.h: Remove (Moved to cpukit).
1415
14162004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1417
1418        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1419        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1420        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1421        libchip/network/dec21140.c, libchip/network/elnk.c,
1422        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1423        libchip/network/open_eth.h, libchip/network/sonic.c,
1424        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1425        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1426        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1427        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1428        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1429        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1430        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1431        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1432        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1433        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1434        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1435        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1436        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1437        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1438        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1439        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1440        fixed-size types.
1441
14422004-03-14      Chris Johns  <chrisj@rtems.org>
1443
1444        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1445        the BSP example code.
1446        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1447        support the DIMMPC. This is a pc386 target with IO port support. Minor
1448        formating clean up. Add documentation to the header file.
1449        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1450        cs8900.h header file.
1451
14522004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1453
1454        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1455        Cosmetics.
1456
14572004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1458
1459        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1460        There are no application level Makefiles in here.
1461
14622004-03-04      Joel Sherrill <joel@OARcorp.com>
1463
1464        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1465        they can be used in application level makefiles.
1466
14672004-03-05      Joel Sherrill <joel@OARcorp.com>
1468
1469        * libnetworking/rtems_webserver/ejparse.c,
1470        libnetworking/rtems_webserver/emfdb.c,
1471        libnetworking/rtems_webserver/sock.c,
1472        libnetworking/rtems_webserver/socket.c,
1473        libnetworking/rtems_webserver/sym.c,
1474        libnetworking/rtems_webserver/webs.c,
1475        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
14762004-03-05      Joel Sherrill <joel@OARcorp.com>
1477
1478        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1479        compiling this file only only those CPU families with supported
1480        exception models.
1481
14822004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1483
1484        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1485        testsuites (Was exposed with --enable-multilib, only).
1486        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1487         Add RTEMS_BSP_CONFIG_SUBDIR.
1488        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1489        testsuites's configure.
1490        * aclocal/rtems-top.m4: Remove ENDIF hack.
1491        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1492
14932004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1494
1495        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1496        wrapup/Makefile.am: Fix automake problems having been introduced
1497        in previous patch.
1498
14992004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1500
1501        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1502        Preinstall dirs.
1503        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1504        * aclocal/check-multiprocessing.m4: Cosmetics.
1505        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1506        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1507
15082004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1509
1510        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1511        librdbg/src/Makefile.am.
1512        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1513        * configure.ac: Reflect changes above.
1514        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1515        * wrapup/Makefile.am: Reflect changes above.
1516        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1517
15182004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1519
1520        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1521
15222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1523
1524        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1525
15262004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1527
1528        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1529
15302004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1531
1532        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1533        librdbg/src/powerpc/Makefile.am: Remove.
1534        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1535        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1536        * configure.ac: Reflect changes above.
1537
15382004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1539
1540
15412004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1542
1543        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1544        STRIP.
1545
15462004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1547
1548        * librdbg/include/Makefile.am: Merge-in
1549        librdbg/include/rdbg/i386/Makefile.am,
1550        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1551        librdbg/include/rdbg/powerpc/Makefile.am.
1552        * librdbg/include/rdbg/i386/Makefile.am,
1553        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1554        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1555        * configure.ac: Reflect changes above.
1556
15572004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1558
1559        * configure.ac: Use AS_HELP_STRING(ada).
1560
15612004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1562
1563        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1564        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1565        Use AC_CONFIG_HEADERS.
1566        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1567        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1568
15692004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1570
1571        * Makefile.am: include local.am.
1572
15732004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1574
1575        * aclocal/version.m4: 4.6.99.0.
1576
15772004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1578
1579        * Makefile.am: Don't include host.am.
1580        * automake/compile.am: Further cleanups.
1581
15822004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1583
1584        * automake/lib.am: Remove (Unused).
1585
15862004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1587
1588        * wrapup/Makefile.am: Don't include lib.am.
1589        * automake/compile.am: Use automake compilation rules.
1590
15912004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1592
1593        * libnetworking/pppd/Makefile.am,
1594        libnetworking/rtems_servers/Makefile.am,
1595        libnetworking/rtems_telnetd/Makefile.am,
1596        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1597        support/Makefile.am: Don't include lib.am.
1598
15992004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1600
1601        * libchip/Makefile.am: Don't include lib.am.
1602        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1603        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1604        unnecessary EXTRA_DISTs.
1605
16062004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1607
1608        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1609        hack.
1610
16112004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1612
1613        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1614        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1615        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1616        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1617
16182004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1619
1620        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1621        Add AM_CONDITIONAL(HAS_MP).
1622        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1623        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1624        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1625        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1626        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1627        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1628        (Deprecated by autoconf 2.59).
1629
16302004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1631
1632        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1633        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1634
16352004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1636
1637        * ChangeLog: Merge-in libnetworking/ChangeLog.
1638        * libnetworking/ChangeLog: Remove.
1639        * ChangeLog: Merge-in librdbg/ChangeLog.
1640        * librdbg/ChangeLog: Remove.
1641        * ChangeLog: Merge-in libchip/ChangeLog.
1642        * libchip/ChangeLog: Remove.
1643        * ChangeLog: Merge-in optman/ChangeLog.
1644        * optman/ChangeLog: Remove.
1645
16462004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1647
1648        * configure.ac: Reflect changes to cpukit.
1649        * wrapup/Makefile.am: Reflect changes to librdbg.
1650        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1651        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1652        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1653        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1654        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1655        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1656        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1657        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1658        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1659
16602004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1661
1662        * aclocal/rtems-top.m4: Remove check for version.m4.
1663        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1664
16652004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1666
1667        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1668        * wrapup/Makefile.am: Reflect changes to libchip/*.
1669        * support/Makefile.am: Use automake compilation rules.
1670        * wrapup/Makefile.am: Reflect changes to support/*.
1671        * configure.ac: Remove libnetworking/wrapup/Makefile.
1672        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1673        libnetworking/*/lib*.a instead of libnetapps.a.
1674        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1675        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1676        * optman/Makefile.am: Use automake compilation rules.
1677        * libchip/Makefile.am: Fix typo in previous patch.
1678        * libchip/Makefile.am: Use automake compilation rules.
1679        * libnetworking/Makefile.am: Remove wrapup.
1680        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1681        automake-compilation rules.
1682        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1683        automake-compilation rules.
1684        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1685        automake-compilation rules.
1686        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1687        automake-compilation rules.
1688        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1689
16902004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1691
1692        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1693        PRE/TMPINSTALL_FILES to CLEANFILES.
1694        * automake/lib.am: Remove TMPINSTALL_FILES.
1695        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1696        PRE/TMPINSTALL_FILES to CLEANFILES.
1697        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1698        PRE/TMPINSTALL_FILES to CLEANFILES.
1699        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1700        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1701        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1702        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1703        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1704        * librdbg/src/i386/Makefile.am: Ditto.
1705        * librdbg/src/m68k/Makefile.am: Ditto.
1706        * librdbg/src/powerpc/Makefile.am: Ditto.
1707        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1708        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1709        * libnetworking/rtems_servers/Makefile.am: Ditto.
1710        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1711        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1712
17132004-01-07      Joel Sherrill <joel@OARcorp.com>
1714
1715        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1716        more completely covers the MIPS family.
1717
17182003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1719
1720        * wrapup/Makefile.am: Reflect changes to shmdr.
1721        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1722
17232003-12-18      Joel Sherrill <joel@OARcorp.com>
1724
1725        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1726        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1727        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1728        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1729        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1730        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1731        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1732
17332003-12-17      Joel Sherrill <joel@OARcorp.com>
1734
1735        * aclocal/version.m4: Updated to rtems-20031217-test.
1736
17372003-12-17     
1738
1739        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1740        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1741
17422003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1743
1744        * automake/compile.am: Remove LINK_LIBS (Unused).
1745        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1746
17472003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1748
1749        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1750        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1751        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1752        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1753        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1754
17552003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1756
1757        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1758        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1759        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1760        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1761        * librdbg/src/i386/Makefile.am:
1762        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1763        * librdbg/src/m68k/Makefile.am:
1764        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1765        * librdbg/src/powerpc/Makefile.am:
1766        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1767
17682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1769
1770        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1771        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1772        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1773        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1774        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1775        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1776        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1777        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1778        * optman/Makefile.am: Remove project_libdir.
1779        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1780        PRE/TMPINSTALL_FILES.
1781        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1782        PRE/TMPINSTALL_FILES.
1783        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1784        PRE/TMPINSTALL_FILES.
1785        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1786        PRE/TMPINSTALL_FILES.
1787        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1788        from PRE/TMPINSTALL_FILES.
1789        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1790        PRE/TMPINSTALL_FILES.
1791        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1792        PRE/TMPINSTALL_FILES.
1793        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1794        PRE/TMPINSTALL_FILES.
1795        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1796        PRE/TMPINSTALL_FILES.
1797        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1798        PRE/TMPINSTALL_FILES.
1799        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1800        PRE/TMPINSTALL_FILES.
1801        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1802        from PRE/TMPINSTALL_FILES.
1803
18042003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1805
1806        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1807        * automake/lib.am: Remove project_libdir.
1808        * wrapup/Makefile.am: Reworked.
1809
18102003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1811
1812        * configure.ac: Reflect changes to librdbg.
1813        * optman/Makefile.am: Add tmpinstall dirstamp support.
1814        * libchip/Makefile.am: Fix variant-tmpinstall support.
1815        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1816        * librdbg/src/powerpc/Makefile.am: Merge-in former
1817        new_exception_processing/Makefile.am.
1818        * librdbg/src/m68k/any/Makefile.am: Remove.
1819        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1820        * librdbg/src/i386/any/Makefile.am: Remove.
1821        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1822        * librdbg/src/Makefile.am: Cosmetics.
1823        * librdbg/include/Makefile.am: Cosmetics.
1824        * librdbg/Makefile.am: Cosmetics.
1825        * libnetworking/Makefile.am: Cosmetics.
1826        * libnetworking/pppd/Makefile.am: Cosmetics.
1827        * libnetworking/wrapup/Makefile.am: Cosmetics.
1828
18292003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1830
1831        * Makefile.am: Cosmetics.
1832        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1833        support.
1834
18352003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1836
1837        * automake/compile.am: Remove $(ARCH):-rule.
1838
18392003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1840
1841        * configure.ac: Remove lib/libbsp/shared/Makefile,
1842        lib/libbsp/shmdr/Makefile.
1843
18442003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1845
1846        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1847        libchip/serial/Makefile, libchip/rtc/Makefile.
1848        * support/Makefile.am: Remove all-local: $(ARCH).
1849        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1850        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1851        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1852        * optman/Makefile.am: Remove all-local: $(ARCH).
1853        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1854        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1855        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1856        compilation dirstamp support.
1857        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1858        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1859        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1860        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1861        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1862        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1863        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1864        all-local: $(ARCH).
1865        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1866        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1867        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1868        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1869        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1870
18712003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1872
1873        * aclocal/lead-dot.m4: New (from automake-1.7f).
1874        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1875        AC_SUBST(dirstamp).
1876        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1877        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1878        libchip/serial/Makefile.am: Ditto.
1879        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1880        * librdbg/include/Makefile.am: Ditto.
1881        * librdbg/include/rdbg/Makefile.am: Ditto.
1882        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1883        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1884        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1885        * librdbg/src/Makefile.am: Ditto.
1886        * librdbg/src/i386/Makefile.am: Ditto.
1887        * librdbg/src/i386/any/Makefile.am: Ditto.
1888        * librdbg/src/m68k/Makefile.am: Ditto.
1889        * librdbg/src/m68k/any/Makefile.am: Ditto.
1890        * librdbg/src/powerpc/Makefile.am: Ditto.
1891        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1892        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1893        preinstallation.
1894        * libnetworking/pppd/Makefile.am: Ditto.
1895        * libnetworking/rtems_servers/Makefile.am: Ditto.
1896        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1897        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1898        * libnetworking/wrapup/Makefile.am: Ditto.
1899
19002003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1901
1902        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1903        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1904        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1905        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1906        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1907        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1908        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1909        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1910        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1911        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1912        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1913        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1914        underquoting to silence automake-1.8.
1915
19162003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1917
1918        * configure.ac: Reflect having moved tests to ../../testsuites.
1919
19202003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1921
1922        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1923        * aclocal/canonical-host.m4: Remove.
1924        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1925        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1926
19272003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1928
1929        * aclocal/check-cpu.m4: Remove.
1930        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1931        * aclocal/canonical-target-name.m4: Add m4-quotes.
1932        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1933        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1934        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1935        * aclocal/check-networking.m4: Add m4-quotes. Require
1936        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1937        * aclocal/check-posix.m4: Add m4-quotes. Require
1938        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1939        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1940        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1941        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1942
19432003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1944
1945        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1946        * aclocal/bsp-alias.m4: Remove.
1947
19482003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1949
1950        * configure.ac: Make presence of tests/ optional.
1951
19522003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1953
1954        * aclocal/path-perl.m4: Remove (Unused).
1955
19562003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1957
1958        * automake/force-preinstall.am: Remove.
1959
19602003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1961
1962        PR 499/rtems_misc
1963        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1964        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1965        Configuration (Odd was forced) - Correction of Stop Bit configuration
1966        (inversed) - Correction of ISR Handler to call
1967        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1968        CTS Hardware flow control Configuration.
1969
19702003-09-04      Joel Sherrill <joel@OARcorp.com>
1971
1972        * lib/libcpu/shared/include/cache.h,
1973        lib/libcpu/shared/src/cache_aligned_malloc.c,
1974        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1975        license changed.
1976        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1977        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1978        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1979        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1980        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1981        for license changed.
1982        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1983        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1984        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1985        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1986        libchip/network/cs8900.h, libchip/network/dec21140.c,
1987        libchip/network/elnk.c, libchip/network/open_eth.c,
1988        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1989        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1990        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1991        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1992        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1993        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1994        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1995        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1996        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1997        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1998        libchip/serial/serial.h, libchip/serial/z85c30.c,
1999        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2000        libchip/serial/z85c30_reg.c: URL for license changed.
2001
20022003-09-03      Jiri Gaisler <jiri@gaisler.com>
2003
2004        PR 477/networking
2005        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2006        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2007        libchip/network/open_eth.h: New files.
2008
20092003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2010
2011        * aclocal/rtems-top.m4: Add RTEMS_API.
2012        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2013
20142003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2015
2016        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2017        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2018        @RTEMS_BSP@.cfg.
2019
20202003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2021
2022        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2023
20242003-08-20      Joel Sherrill <joel@OARcorp.com>
2025
2026        * libchip/network/cs8900.c: Correct copyright statements.
2027
20282003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2029
2030        * aclocal/check-itron.m4: Remove.
2031        * aclocal/enable-inlines.m4: Remove.
2032        * Makefile.am: Reflect having moved aclocal/.
2033        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2034        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2035        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2036        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2037        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2038        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2039        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2040        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2041        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2042        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2043        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2044        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2045        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2046        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2047        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2048        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2049        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2050        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2051        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2052        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2053        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2054        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2055        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2056        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2057        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2058        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2059        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2060        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2061        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2062        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2063        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2064        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2065        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2066        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2067        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2068        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2069        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2070        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2071        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2072        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2073        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2074        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2075        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2076        * aclocal/target.m4: New (Copied from ../../aclocal).
2077        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2078        * aclocal/version.m4: New (Copied from ../../aclocal).
2079
20802003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2081
2082        * configure.ac: Remove stray comments.
2083        * automake/local.am, automake/host.am: Remove "debug".
2084
20852003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2086
2087        * Makefile.am: Reflect having moved automake/.
2088        * lib/Makefile.am: Reflect having moved automake/.
2089        * support/Makefile.am: Reflect having moved automake/.
2090        * wrapup/Makefile.am: Reflect having moved automake/.
2091        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2092        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2093        from ../../automake).
2094        * optman/Makefile.am: Reflect having moved automake/.
2095        * libchip/Makefile.am: Reflect having moved automake/.
2096        * libchip/ide/Makefile.am: Reflect having moved automake/.
2097        * libchip/network/Makefile.am: Reflect having moved automake/.
2098        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2099        * libchip/serial/Makefile.am: Reflect having moved automake/.
2100        * librdbg/Makefile.am: Reflect having moved automake/.
2101        * librdbg/include/Makefile.am: Reflect having moved automake/.
2102        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2103        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2104        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2105        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2106        automake/.
2107        * librdbg/src/Makefile.am: Reflect having moved automake/.
2108        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2109        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2110        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2111        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2112        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2113        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2114        having moved automake/.
2115        * libnetworking/Makefile.am: Reflect having moved automake/.
2116        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2117        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2118        automake/.
2119        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2120        automake/.
2121        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2122        automake/.
2123        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2124
21252003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2126
2127        * Makefile.am: Add bsp.pc.in.
2128        * bsp.pc.in: New (pkgconfig support).
2129
21302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2131
2132        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2133
21342003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2135
2136        * lib/Makefile.am: New (Required by 'make dist').
2137        * lib/ChangeLog: Remove.
2138        * lib/.cvsignore: Cleanup.
2139        * configure.ac: Reflect having added lib/Makefile.am.
2140        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2141        lib/libbsp/configure.ac.
2142        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2143        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2144
21452003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2146
2147        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2148        * configure.ac: Merge-in librdbg/configure.ac.
2149        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2150        librdbg/configure.ac.
2151        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2152        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2153        LIBCHIP. Conditionally build include-dirs.
2154        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2155        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2156        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2157        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2158        librdbg/include/rdbg/m68k/Makefile.am,
2159        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2160        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2161        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2162        librdbg/src/powerpc/Makefile.am, librdbg/
2163        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2164        configure.ac into ../configure.ac.
2165        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2166        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2167        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2168        libnetworking/rtems_telnetd/Makefile.am,
2169        libnetworking/rtems_webserver/Makefile.am,
2170        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2171        into ../configure.ac.
2172
21732003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2174
2175        PR 427/rtems
2176        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2177        * librdbg/src/servtsp.c: Ditto.
2178
21792003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2180
2181        PR 429/bsps
2182        PR 432/bsps
2183        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2184        packets are queued onto an elnk board, the ISR will deadlock the device
2185        with a tx complete interrupt.  Lighter tx loads are not affected as they
2186        end up submitting single packets to the device.
2187
21882003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2189
2190        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2191        optman/configure.ac.
2192        * optman/configure.ac: Remove (Merged into ../configure.ac).
2193        * optman/Makefile.am: Reflect having merged configure.ac into
2194        ../configure.ac.
2195        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2196        * libchip/Makefile.am, libchip/ide/Makefile.am,
2197        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2198        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2199        ../configure.ac.
2200
22012003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2202
2203        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2204
22052003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2206
2207        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2208        on i386.
2209
22102003-06-13      Joel Sherrill <joel@OARcorp.com>
2211
2212        * libnetworking/pppd/chat.c: Removed warnings.
2213
22142003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2215
2216        * libchip/network/README.3com: New file missed in previous commit.
2217        PR 405/bsps
2218        PR 393/networking
2219        * libchip/network/dec21140.c: Fix leak also known as PR393.
2220        * libchip/network/elnk.c, libchip/network/if_media.h,
2221        libchip/network/mii.h: New files.
2222        * libchip/network/Makefile.am: Reflect new files.
2223
22242003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2225
2226        * configure.ac: Remove support for profile-variant.
2227
22282003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2229
2230        PR 397/pppd
2231        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2232        * libnetworking/pppd/magic.c: Remove *rand48.
2233        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2234
22352003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2236
2237        * wrapup/Makefile.am: Add libide.a.
2238
22392003-04-15      Joel Sherrill <joel@OARcorp.com>
2240
2241        PR 387/rtems_misc
2242        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2243        routines.
2244        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2245
22462003-04-11      Joel Sherrill <joel@OARcorp.com>
2247
2248        * libnetworking/rtems_webserver/cgi.c,
2249        libnetworking/rtems_webserver/sockGen.c,
2250        libnetworking/rtems_webserver/umui.c,
2251        libnetworking/rtems_webserver/websSSL.c,
2252        libnetworking/rtems_webserver/websSSL.h,
2253        libnetworking/rtems_webserver/websda.c,
2254        libnetworking/rtems_webserver/websda.h: New files. Not included in
2255        previous commit.
2256
22572003-04-10      Joel Sherrill <joel@OARcorp.com>
2258
2259        PR 371/pppd
2260        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2261        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2262        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2263        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2264        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2265        still global symbols in rtemspppd.h which might need to be changed or
2266        converted into member of a structure which is dereferenced with a
2267        pointer that is managed as a per task variable. But this patch should
2268        avoid many conflicts.
2269
22702003-03-27      Joel Sherrill <joel@OARcorp.com>
2271
2272        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2273        not allowed in the cpukit source code since it must be buildable
2274        independent of any BSP. These files were moved to libchip/ide.
2275        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2276        files.
2277
22782003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2279
2280        PR 368/filesystems
2281        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2282        improvements which now work on pc386 and mbx8xx.
2283        * libchip/ide/ide_controller.c: New file.
2284
22852003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2286
2287        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2288
22892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2290
2291        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2292        * configure.ac: Add support/.
2293        * support/.cvsignore: New.
2294        * support/Makefile.am: New.
2295        * support/version.c: New.
2296        * wrapup/Makefile.am: Add support/libsupport.a.
2297        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2298        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2299        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2300        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2301
23022003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2303
2304        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2305
23062003-02-20      Till Straumann <strauman@slac.stanford.edu>
2307
2308        PR 354/networking
2309        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2310        chip against a table of supported chips. The untested ones are still
2311        commented out, however.
2312
23132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2314
2315        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2316        * configure.ac: AC_PREREQ(2.57).
2317        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2318        * optman/configure.ac: AC_PREREQ(2.57).
2319        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2320        * libchip/configure.ac: AC_PREREQ(2.57).
2321        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2322        * librdbg/configure.ac: AC_PREREQ(2.57).
2323        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2324        * libnetworking/configure.ac: AC_PREREQ(2.57).
2325
23262003-02-06      Joel Sherrill <joel@OARcorp.com>
2327
2328        * libnetworking/pppd/chat.c: Convert routines with common names to
2329        static. This included get_char(), put_char(), and character() among
2330        others.
2331
23322003-02-03      Joel Sherrill <joel@OARcorp.com>
2333
2334        PR 338/filesystem
2335        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2336        rtems_io_lookup_name() (API change).  Unused function removed.
2337
23382003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2339
2340        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2341        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2342        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2343        Eliminate *_O_FILES.
2344        * libnetworking/rtems_servers/Makefile.am,
2345        libnetworking/rtems_webserver/Makefile.am,
2346        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2347
23482002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2349
2350        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2351        Let all-local: depend on $(LIB).
2352        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2353        * optman/Makefile.am: Apply install-data-local to install *.rels.
2354
23552002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2356
2357        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2358        %.c rules.
2359        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2360        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2361        * libchip/rtc/Makefile.am: Ditto.
2362        * libchip/serial/Makefile.am: Ditto.
2363
23642002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2365
2366        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2367        LIBC_DEFINES.
2368        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2369        LIBC_DEFINES.
2370        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2371        LIBC_DEFINES.
2372
23732002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2374
2375        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2376
23772002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2378
2379        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2380        cache-checking.
2381        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2382
23832002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2384
2385        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2386        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2387        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2388        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2389        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2390
23912002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2392
2393        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2394        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2395        Remove.
2396        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2397
23982002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2399
2400        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2401        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2402
24032002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2404
2405        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2406        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2407
24082002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2409
2410        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2411        * optman/rel.am: New.
2412
24132002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2414
2415        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2416        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2417        braino in comment on "exec". Extend --enable-ada handling.
2418
24192002-11-04      Joel Sherrill <joel@OARcorp.com>
2420
2421        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2422        tasks and rolling multiple loops into 1.
2423        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2424        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2425        Removed warnings.
2426
24272002-10-31      Joel Sherrill <joel@OARcorp.com>
2428
2429        * libchip/network/dec21140.c: Removed warnings.
2430        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2431        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2432        librdbg/src/m68k/any/remdeb_xdr.c,
2433        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2434        warnings.
2435        * libnetworking/rtems_webserver/socket.c,
2436        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2437
24382002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2439
2440        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2441        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2442        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2443        above.
2444
24452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2446
2447        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2448        * wrapup/.cvsignore: Remove autom4te.cache.
2449        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2450        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2451        autom4te.cache.
2452        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2453        autom4te.cache.
2454        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2455        autom4te.cache.
2456
24572002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2458
2459        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2460
24612002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2462
2463        * optman/.cvsignore: Add autom4te.cache.
2464
24652002-09-14      Joel Sherrill <joel@OARcorp.com>
2466
2467        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2468
24692002-09-07      Joel Sherrill <joel@OARcorp.com>
2470
2471        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2472        include files to resolve warnings.
2473
24742002-09-07      Chris Johns <ccj@acm.org>
2475
2476        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2477        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2478        which corrects the problem  where the cs8900.c file was actually the BSP
2479        glue.  Joel did some hacking so this file will compile.  Previously it
2480        required providing a target.h file to compile.
2481        * libchip/network/cs8900.c.bsp: New file.
2482
24832002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2484
2485        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2486
24872002-08-31      Joel Sherrill <joel@OARcorp.com>
2488
2489        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2490        eliminate warning.
2491
24922002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2493
2494        * configure.ac: Add ada-tests.
2495
24962002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2497
2498        * Makefile.am: Add preinstall-stamp.
2499
25002002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2501
2502        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2503        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2504        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2505        gcc31 happy.
2506        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2507        cp.
2508
25092002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2510
2511        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2512        make/bsp.mak.
2513        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2514        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2515
25162002-08-12      Joel Sherrill <joel@OARcorp.com>
2517
2518        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2519        avoid error.
2520
25212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2522
2523        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2524        * configure.ac: Add BSP_SUBDIRS.
2525        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2526        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2527        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2528        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2529        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2530        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2531        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2532        RTEMS_CHECK_BSP_CACHE.
2533        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2534        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2535        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2536        .$(OBJEXT) instead of .o.
2537        * libnetworking/pppd/Makefile.am,
2538        libnetworking/rtems_servers/Makefile.am,
2539        libnetworking/rtems_telnetd/Makefile.am,
2540        libnetworking/rtems_webserver/Makefile.am,
2541        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2542
25432002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2544
2545        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2546        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2547        ../libchip/serial/$(ARCH)/libserialio.a.
2548        * libchip/serial/Makefile.am: Don't tmp-install lib.
2549        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2550
25512002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2552
2553        * Makefile.am: Add rtems_makedir.
2554        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2555        * Makefile.am: Add wrapup-SUBDIR.
2556        * wrapup/ChangeLog: Remove.
2557        * wrapup/configure.ac: Remove.
2558        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2559        (Make the bare BSP happy).
2560        * configure.ac: Ditto.
2561        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2562        Create make/custom/default.cfg.
2563        * configure.ac: Add creation of make/custom/*.cfg. Create
2564        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2565
25662002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2567
2568        * Makefile.am: Clean $(PROJECT_RELEASE).
2569
25702002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2571
2572        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2573        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2574        prototype mismatches.
2575
25762002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2577
2578        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2579        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2580
25812002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2582
2583        * acinclude.m4: Add test "$multilib" != "yes".
2584        * config-ml.in: Remove.
2585        * acinclude.m4: Cleanups.
2586        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2587        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2588        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2589        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2590        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2591
25922002-07-16      Eric Norum <eric.norum@usask.ca>
2593
2594        * New driver for the Intel EtherExpressPro (82559ER) chip.
2595        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2596        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2597        * libchip/network/Makefile.am: Modified to reflect above.
2598
25992002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2600
2601        * acinclude.m4: New.
2602        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2603        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2604        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2605
26062002-07-01      Joel Sherrill <joel@OARcorp.com>
2607
2608        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2609        _Objects_Information_table now that it is a two dimensional array based
2610        upon API and class.
2611        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2612        of strnlen().
2613
26142002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2615
2616        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2617        preinstall libnetapps.a.
2618
26192002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2620
2621        * configure.ac: Remove librpc.
2622
26232002-06-25      Joel Sherrill <joel@OARcorp.com>
2624
2625        * Per PR233, moved librpc to exec.
2626        * configure.ac, wrapup/Makefile.am: Modified.
2627        * librpc, librpc/ChangeLog: Removed.
2628
26292002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2630
2631        * optman/Makefile.am: Remove multilib support.
2632        * optman/configure.ac: Ditto.
2633        * optman/sapi/Makefile.am: Ditto.
2634
26352002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2636
2637        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2638        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2639
26402002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2641
2642        Move networking libraries to c/src/exec/libnetworking
2643        * libnetworking/configure.ac, libnetworking/Makefile.am,
2644        libnetworking/wrapup/Makefile.am: Reflect Moval.
2645
26462002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2647
2648        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2649        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2650        <rtems/bspIo.h>.
2651
26522002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2653
2654        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2655        * libnetworking/rtems/mkrootfs.h: Ditto.
2656        * libnetworking/rtems/Makefile.am: Reflect changes above.
2657
26582002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2659
2660        * configure.ac: Remove lib.
2661
26622002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2663
2664        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2665        that exception stack frames on M68K members with VBR always are 6 byte
2666        long. The incorrect assumption resulted in some gdb commands like "next"
2667        to fail on the 68360.
2668
26692002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2670
2671        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2672        PR 220
2673        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2674        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2675        CVS.
2676        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2677        libnetworking/sys/filio.h: Remove.
2678        * libnetworking/sys/Makefile.am: Reflect changes above.
2679
26802002-05-07      Chris Johns <ccj@acm.org>
2681
2682        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2683        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2684        requires it to be stripped.
2685
26862002-05-01      Eric Norum <eric.norum@usask.ca>
2687
2688        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2689        assembly  to satisfy gcc 3.1 and newer.
2690
26912002-04-26      Eric Norum <eric.norum@usask.ca>
2692
2693        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2694        agressive optimization in gcc 3.1 does not reorder things.
2695
26962002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2697
2698        * libchip/network/dec21140.c: Reflect changes to powerpc's
2699        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2700        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2701        <rtems/score/cpu.h>.
2702        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2703        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2704
27052002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2706
2707        * optman/configure.ac: Remove ENABLE_GCC28.
2708
27092002-04-11      Chris Johns <ccj@acm.org>
2710
2711        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2712        driver control block field to the ifconfig network driver structure.
2713        This field is needed by the i82586 driver which was ported from NetBSD
2714        as it had better hardware abstraction.
2715        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2716        PR59, added the drv_ctrl driver control block field to the ifconfig
2717        network driver structure. This field is needed by the i82586 driver
2718        which was ported from NetBSD as it had better hardware abstraction.
2719
27202002-04-10      Mike Siers <mikes@poliac.com>
2721
2722        * libnetworking/rtems_webserver/NOTES,
2723        libnetworking/rtems_webserver/asp.c,
2724        libnetworking/rtems_webserver/balloc.c,
2725        libnetworking/rtems_webserver/default.c,
2726        libnetworking/rtems_webserver/ej.h,
2727        libnetworking/rtems_webserver/ejIntrn.h,
2728        libnetworking/rtems_webserver/ejlex.c,
2729        libnetworking/rtems_webserver/ejparse.c,
2730        libnetworking/rtems_webserver/emfdb.c,
2731        libnetworking/rtems_webserver/emfdb.h,
2732        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2733        libnetworking/rtems_webserver/handler.c,
2734        libnetworking/rtems_webserver/license.txt,
2735        libnetworking/rtems_webserver/md5.h,
2736        libnetworking/rtems_webserver/md5c.c,
2737        libnetworking/rtems_webserver/mime.c,
2738        libnetworking/rtems_webserver/misc.c,
2739        libnetworking/rtems_webserver/ringq.c,
2740        libnetworking/rtems_webserver/rom.c,
2741        libnetworking/rtems_webserver/security.c,
2742        libnetworking/rtems_webserver/sock.c,
2743        libnetworking/rtems_webserver/sym.c,
2744        libnetworking/rtems_webserver/uemf.c,
2745        libnetworking/rtems_webserver/uemf.h,
2746        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2747        libnetworking/rtems_webserver/url.c,
2748        libnetworking/rtems_webserver/value.c,
2749        libnetworking/rtems_webserver/wbase64.c,
2750        libnetworking/rtems_webserver/webcomp.c,
2751        libnetworking/rtems_webserver/webpage.c,
2752        libnetworking/rtems_webserver/webrom.c,
2753        libnetworking/rtems_webserver/webs.c,
2754        libnetworking/rtems_webserver/webs.h,
2755        libnetworking/rtems_webserver/websuemf.c,
2756        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2757        2.1.4.
2758
27592002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2760
2761        * libchip/network/i82586.c: Include <string.h>.
2762        * libchip/network/sonic.c: Ditto.
2763
27642002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2765
2766        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2767
27682002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2769
2770        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2771
27722002-03-27      Thomas.Doerfler@imd-systems.de
2773
2774        PR 144
2775        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2776        memory address 0 when called for the first time. This is done when
2777        trying to clear the variable "dhcp_hostname".
2778
27792002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2780
2781        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2782        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2783        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2784        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2785        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2786        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2787        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2788        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2789        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2790        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2791        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2792        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2793        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2794        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2795        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2796        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2797        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2798        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2799        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2800        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2801        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2802        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2803        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2804        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2805        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2806        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2807        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2808        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2809        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2810        AUTOMAKE_OPTIONS.
2811        * libnetworking/configure.ac:
2812        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2813        foreign 1.6]).
2814        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2815        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2816        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2817        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2818        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2819        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2820        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2821        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2822        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2823        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2824        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2825        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2826        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2827        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2828        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2829        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2830        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2831
28322002-03-27      Ilya Alexeev <ilya@continuum.ru>
2833
2834        PR 162
2835        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2836        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2837        used in a device write routines.  Now ppp_softc structure have own
2838        character for writing to device (sc_outchar).  I think that converting
2839        local variables to static is not a right solution, because problems will
2840        occur in the case of two or more ppp instances.
2841        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2842        must be u_long, otherwise in the case of the big output packet endless
2843        loop may occur.
2844
28452002-03-21      Ilya Alexeev <ilya@continuum.ru>
2846
2847        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2848        preparations for multiple PPPD connections.
2849
28502002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2851
2852        PR 149
2853        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2854        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2855        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2856        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2857
28582002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2859
2860        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2861        * configure.ac: Modified to reflect addition.
2862
28632002-02-27      Ilya Alexeev <ilya@continuum.ru>
2864
2865        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2866        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2867        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2868        capabilities as well as eliminate some warnings.
2869
28702002-02-27      Eric Norum <eric.norum@usask.ca>
2871
2872        * libnetworking/net/radix.c: Properly handle fetching the default route
2873        when there is no route.  This was a bug in the original FreeBSD code and
2874        this fix is from an updated version of their code.
2875
28762002-02-16      Eric Norum <eric.norum@usask.ca>
2877
2878        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2879        checking.
2880
28812002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2882
2883        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2884        dodefaultroute.
2885
28862002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2887
2888        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2889        include <rtems/seterr.h>.
2890
28912002-02-01      Mike Siers <mikes@poliac.com>
2892
2893        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2894        avoid bringing the link down too fast. NOTE: Mike reports successfully
2895        running at 56K baud on a direct link.
2896
28972002-02-01      Eric Valette <valette@crf.canon.fr>
2898
2899        * librdbg/So many patches have been posted recently on the mailing list
2900        and  because we were unable to find correct solution to compile on
2901        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2902        because the coding  style of rdbg was rather inconsistant among various
2903        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2904        global coding style (using indent + manual edits), 2) incorporate/review
2905        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2906        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2907        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2908        after rdbg initialization is done, NB : the paches is huge but it is
2909        mainly due to coding styke chnages.  Only few lines of codes have been
2910        really changed and they do not impact  rdbg functionnality (AFAIKT).
2911        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2912        librdbg/include/rdbg/m68k/rdbg_f.h,
2913        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2914        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2915        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2916        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2917        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2918        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2919        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2920        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2921        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2922        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2923        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2924        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2925        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2926        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2927        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2928        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2929
29302002-01-31      Mike Siers <mikes@poliac.com>
2931
2932        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2933        * Nice Update of PPPD support which eliminates the requiremetn that
2934        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2935        and reports that it seems to be more stable and handle larger packets
2936        better.  This patch replaces the termios tasks with more general pppd
2937        network driver tasks.  The functions pppinput() and pppstart() get
2938        called from the interrupt service routine.
2939        * libnetworking/Makefile.am, libnetworking/configure.ac,
2940        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2941        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2942        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2943        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2944        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2945        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2946        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2947        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2948        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2949        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2950        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2951        libnetworking/net/route.c, libnetworking/net/route.h,
2952        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2953        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2954        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2955        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2956        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2957        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2958        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2959        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2960        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2961        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2962        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2963        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2964        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2965        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2966        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2967        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2968        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2969        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2970        libnetworking/pppd/example/README,
2971        libnetworking/pppd/example/netconfig.h,
2972        libnetworking/wrapup/Makefile.am: Modified.
2973        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2974        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2975        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2976        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2977        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2978        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2979        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2980        libnetworking/modem/pppcompress.c: Subdirectory removed.
2981
29822002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2983
2984        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2985        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2986
29872002-01-18      Till Straumann <strauman@slac.stanford.edu>
2988
2989        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2990        issues: - exception handler needs to enable MSR_FP if the interrupted
2991        thread is FP enabled. - printk message for MSR fixed and added
2992        stacktrace. NOTE: this requires the stacktrace patch to
2993        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2994        however).
2995
29962002-01-06      Joel Sherrill <joel@OARcorp.com>
2997
2998        * optman/.cvsignore: Added aclocal.m4 and configure.
2999        * optman/.cvsignore: New file.
3000
30012002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3002
3003        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3004
30052002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3006
3007        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3008        * optman/ChangeLog: New.
3009        * optman/configure.ac: New.
3010        * optman/Makefile.am: New.
3011        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3012        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3013
30142001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3015
3016        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3017
30182001-12-18      Eric Norum <eric.norum@usask.ca>
3019
3020        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3021        `directories' (path names with a / at the end) while disallowing open()
3022        operations on TFTP `directories'.
3023
30242001-12-07      Eric Norum <eric.norum@usask.ca>
3025
3026        * libnetworking/lib/tftpDriver.c: Restore write capability.
3027
30282001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3029
3030        * libchip/network/sonic.h: Fix typo.
3031        * libnetworking/arpa/Makefile.am: Remove stray lines.
3032
30332001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3034
3035        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3036
30372001-10-18      Eric Norum <eric.norum@usask.ca>
3038
3039        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3040        chdir() and open() operations within the TFTP file system.
3041
30422001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3043
3044        * librdbg/configure.ac: Fix latent bug exposed by removal of
3045        config.cache's which prevented powerpc targets librdbg from building.
3046
30472001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3048
3049        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3050        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3051        autoconf-2.52 happy.
3052
30532001-10-12      Mike Siers <mikes@poliac.com>
3054
3055        * libnetworking/Update to stable working state.  Congratulations Mike!
3056        :).
3057        * libnetworking/modem_example: Directory removed.
3058        * libnetworking/modem_example/16550.h,
3059        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3060        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3061        libnetworking/modem_example/ppp.h,
3062        libnetworking/modem_example/pppcompress.c: Files removed.
3063        * libnetworking/pppd/example/pppd.options: New file.
3064        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3065        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3066        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3067        libnetworking/pppd/rtemsmain.c: Updated.
3068
30692001-10-12      Joel Sherrill <joel@OARcorp.com>
3070
3071        * libchip/serial/z85c30.c: Fixed typo.
3072
30732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3074
3075        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3076        * configure.in: Remove.
3077        * configure.ac: New file, generated from configure.in by autoupdate.
3078        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3079        * libchip/configure.in: Remove.
3080        * libchip/configure.ac: New file, generated from configure.in by
3081        autoupdate.
3082        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3083        * librdbg/configure.in: Remove.
3084        * librdbg/configure.ac: New file, generated from configure.in by
3085        autoupdate.
3086        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3087        * libnetworking/configure.in: Remove.
3088        * libnetworking/configure.ac: New file, generated from configure.in by
3089        autoupdate.
3090
30912001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3092
3093        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3094        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3095        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3096
30972001-09-27      Joel Sherrill <joel@OARcorp.com>
3098
3099        * libchip/ChangeLog: Fixed typo in date.
3100
31012001-09-27      Eric Norum <eric.norum@usask.ca>
3102
3103        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3104        TFTP  filesystem.
3105
31062001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3107
3108        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3109        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3110        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3111        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3112        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3113        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3114        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3115        'PREINSTALL_FILES ='.
3116        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3117        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3118        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3119        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3120        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3121        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3122        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3123        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3124        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3125        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3126        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3127        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3128
31292001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3130
3131        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3132        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3133        * librdbg/src/m68k/any/Makefile.am: Ditto.
3134        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3135        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3136        happy.
3137
31382001-09-21      Joel Sherrill <joel@OARcorp.com>
3139
3140        * libchip/network/Makefile.am: Fixed typo on file name.
3141        * libchip/network/i82586.c: Commented out line 318 which is referencing
3142        a member of a structure that is not currently there.  This needs to be
3143        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3144        to C style.
3145
31462001-09-19      Eric Norum <eric.norum@usask.ca>
3147
3148        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3149
31502001-09-19      Chris Johns <ccj@acm.org>
3151
3152        * libchip/network/README.i82586, libchip/network/i82586.c,
3153        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3154        Network driver for Intel i82586.
3155        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3156        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3157        "root" filesystem with information obtained via the DHCP response.
3158
31592001-09-14      Eric Norum <eric.norum@usask.ca>
3160
3161        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3162        make gcc 3.x happy.
3163
31642001-08-16      Mike Siers <mikes@poliac.com>
3165
3166        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3167        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3168        These support callback functionality that has not even been compiled
3169        under RTEMS yet.
3170        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3171        example application.  Mike's notes on the modifications: - renamed
3172        error() function because of namespace problems - removed calls to the
3173        exit() funciton - removed extra files from the pppd source directory -
3174        defined pppd task constant values in rtemspppd.h - modifyied example
3175        code to get actual tick per second value - placed the pppd 2.3.11 man
3176        page file (pppd.8) into the pppd directory.
3177        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3178        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3179        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3180        libnetworking/pppd/rtems-ppp.c: Deleted.
3181        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3182        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3183        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3184        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3185        libnetworking/pppd/example/init.c,
3186        libnetworking/pppd/example/netconfig.h,
3187        libnetworking/pppd/example/ppp.conf,
3188        libnetworking/pppd/example/pppdapp.c,
3189        libnetworking/pppd/example/system.h: New files.
3190        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3191        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3192        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3193        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3194        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3195        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3196        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3197        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3198        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3199        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3200        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3201        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3202        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3203        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3204        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3205
32062001-08-16      Joel Sherrill <joel@OARcorp.com>
3207
3208        * libnetworking/pppd/example/Makefile: Removed.
3209        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3210        to avoid bootstrap -c clobbering it.
3211        * libnetworking/rtems_telnetd/.cvsignore: New file.
3212
32132001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3214
3215        * libnetworking/Makefile.am, libnetworking/configure.in,
3216        libnetworking/rtems_servers/Makefile.am,
3217        libnetworking/rtems_servers/telnetd.c,
3218        libnetworking/rtems_servers/telnetd.h,
3219        libnetworking/rtems_telnetd/Makefile.am,
3220        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3221        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3222        libnetworking/rtems_telnetd/telnetd.c,
3223        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3224        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3225        effect when ftpd change. - the tcp/ip stats have been implemented into
3226        icmds.c and started when telnetd daemon is started.
3227        * libnetworking/rtems_servers/telnetd.c,
3228        libnetworking/rtems_servers/telnetd.h: Removed.
3229        * libnetworking/rtems_telnetd: New directory.
3230        * libnetworking/rtems_telnetd/Makefile.am,
3231        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3232        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3233        libnetworking/rtems_telnetd/telnetd.c,
3234        libnetworking/rtems_telnetd/telnetd.h: New files.
3235
32362001-06-14      Joel Sherrill <joel@OARcorp.com>
3237
3238        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3239        Moved from libmisc/shell so the network stack to address network
3240        depenendency.
3241        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3242
32432001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3244
3245        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3246
32472001-05-15      Joel Sherrill <joel@OARcorp.com>
3248
3249        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3250        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3251        accidentally deleted the incorrectly empty versions.
3252
32532001-05-14      Till Straumann <strauman@slac.stanford.edu>
3254
3255        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3256        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3257        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3258        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3259        to know the values) - the affected BSP (shared/motorola) headers have
3260        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3261        driver (libchip/network/dec21140.c) has been fixed to use
3262        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3263        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3264        who is using this driver. - the DEC driver also has been fixed to use
3265        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3266        delay_in_bus_cycles().
3267
32682001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3269
3270        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3271
32722001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3273
3274        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3275
32762001-04-24      Eric Norum <eric.norum@usask.ca>
3277
3278        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3279        NTP synchronization a little more robust -- no NTP daemon yet, but at
3280        least it trys a little harder when the primary NTP server is down.
3281
32822001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3283
3284        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3285        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3286        libnetworking/pppd/modem_example/modem.c,
3287        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3288        other strings into English.
3289        * libnetworking/pppd/STATUS: updated to reflect the changes.
3290
32912001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3292
3293        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3294        again.
3295
32962001-04-20      Eric Valette <valette@crf.canon.fr>
3297
3298        * mcp750 directory renamed new_exception processing as it supports many
3299        more CPU models.
3300        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3301        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3302        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3303        formerly in mcp750 plus modifications.
3304        * librdbg/src/powerpc/mcp750/.cvsignore,
3305        librdbg/src/powerpc/mcp750/Makefile.am,
3306        librdbg/src/powerpc/mcp750/remdeb.h,
3307        librdbg/src/powerpc/mcp750/remdeb_f.x,
3308        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3309        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3310        new_exception_processing.
3311        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3312        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3313        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3314        part of this effort to add support for the MPC8xx.
3315
33162001-04-19      Joel Sherrill <joel@OARcorp.com>
3317
3318        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3319        internal include files.
3320
33212001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3322
3323        PR 158
3324        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3325        rcmd() library call by commenting out the parts that deal with signals.
3326        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3327        stdio. The 'server-side' parts of this file which deal with
3328        authentication are disabled since they are not needed.
3329
33302001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3331
3332        * libnetworking/include/.cvsignore: Remove dangling file.
3333
33342001-03-14      Joel Sherrill <joel@OARcorp.com>
3335
3336        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3337        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3338        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3339        libchip style serial drivers can be written in libcpu or libbsp.
3340
33412001-03-01      Joel Sherrill <joel@OARcorp.com>
3342
3343        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3344        libchip/network/sonic.c, libchip/network/sonic.h,
3345        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3346        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3347        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3348        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3349        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3350        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3351        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3352        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3353
33542001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3355
3356        * librdbg/include/rdbg/Makefile.am,
3357        librdbg/include/rdbg/i386/Makefile.am,
3358        librdbg/include/rdbg/m68k/Makefile.am,
3359        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3360        style on include files.
3361
33622001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3363
3364        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3365        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3366        replace ${..} with $(..).
3367        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3368        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3369        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3370        libnetworking/rtems/Makefile.am, libnetworking/
3371        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3372        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3373        include_*HEADERS instead of H_FILES.
3374        * libnetworking/include/Makefile.am: Remove.
3375        * libnetworking/Makefile.am: Add handling of *.h files.
3376        * libnetworking/configure.in: Remove include/Makefile.
3377
33782001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3379
3380        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3381
33822001-01-31      Sergei Organov <osv@javad.ru>
3383
3384        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3385        current dir and root dir removed in favor of new libio support for
3386        task-local current and root directories. - Bug in `close_data_socket()'
3387        introduced by previous change fixed. - `command_pasv()' changed to set
3388        timeout on socket we are listening on and code fixed to don't close
3389        socket twice on error. - `serr()' changed to clear `errno'. -
3390        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3391        changed to clear `errno' before processing session. -
3392        `close_data_socket()' fixed to close both active and passive sockets -
3393        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3394        empty string  in `exec_command()'.
3395
33962001-01-25      Eric Norum <eric.norum@usask.ca>
3397
3398        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3399        improves throughput on systems which are dropping packets.   Only the
3400        first timeout is reduced.  This keeps the number of extra packets down
3401        on networks that are very busy and dropping lots of packets.
3402
34032001-01-24      Sergei Organov <osv@javad.ru>
3404
3405        * libnetworking/rtems_servers/ftpd.c,
3406        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3407        - Timeouts on sockets implemented. 'idle' field added to configuration.
3408        No timeout by default to keep backward compatibility. Note: SITE IDLE
3409        command not implemented yet. - Basic global access control implemented.
3410        'access' field added to configuration. No access limitations by default
3411        to keep backward compatibility. - Anchor data socket for active mode
3412        (using self IP and port 20.) - Fixed default data port support (still
3413        not tested). - Don't allow IP address different from originating host in
3414        PORT command to improve security. - Fixed bug in MDTM command. - Check
3415        for correctness of parsing of argument in command_port(). - Fixed
3416        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3417        a directory. - Command parsing a little bit improved: command names are
3418        now converted to upper-case to be more compatible with RFC (command
3419        names are not case-sensitive.) - Reformat comments so that they have
3420        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3421        previous changes - True ASCII mode implemented (doesn't work for hooks
3422        and /dev/null) - Passive mode implemented, PASV command added. - Default
3423        port for data connection could be used (untested, can't find ftp client
3424        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3425        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3426
34272001-01-18      Joel Sherrill <joel@OARcorp.com>
3428
3429        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3430        macro using variable arguments.
3431        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3432        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3433        since I updated the main RTEMS development machine to RedHat 7.2 and
3434        apparently got a new version of rpcgen.
3435
34362001-01-12      Sergei Organov <osv@javad.ru>
3437
3438        * libnetworking/rtems_servers/ftpd.c,
3439        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3440        - use pool of pre-created threads to handle sessions instead of
3441        creating/deleting threads on the fly - LIST output is now similar to
3442        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3443        happy with it. - LIST NAME now works (both for files and directories) -
3444        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3445        clients happy  - keep track of CWD for every session separately -
3446        ability to specify root directory name for FTPD in configuration table.
3447        FTPD will then create illusion for FTP clients that this is actually
3448        root directory. - ignore options sent in commands, thus LIST -al FILE
3449        works and doesn't try to list "-al" directory. - buffers are allocated
3450        on stack instead of heap where possible to eliminate malloc/free calls
3451        (avoid possible heap fragmentation troubles). - drop using of task
3452        notepad to pass parameters - use function arguments instead - use
3453        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3454        in socket() instead of AF_INET.
3455
34562001-01-02      Joel Sherrill <joel@OARcorp.com>
3457
3458        * libnetworking/CHANGELOG: Removed.
3459        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3460
34612000-12-14      Eric Norum <eric.norum@usask.ca>
3462
3463        * libnetworking/lib/tftpDriver.c: Added write capability.
3464
34652000-12-08      Joel Sherrill <joel@OARcorp.com>
3466
3467        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3468        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3469        numerous variable declarations conditional on PPP_COMPRESS and
3470        PPP_FILTER.  Commented out variables that were not used because the code
3471        using them was commented out. Removed totally unused variables.
3472        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3473        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3474
34752000-11-30      Joel Sherrill <joel@OARcorp.com>
3476
3477        * libnetworking/modem/ppp_tty.c: Changed to include
3478        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3479        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3480        * libnetworking/Makefile.am: Modified to reflect above.
3481
34822000-11-27      Joel Sherrill <joel@OARcorp.com>
3483
3484        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3485
34862000-11-25      Eric Norum <eric.norum@usask.ca>
3487
3488        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3489        core.
3490
34912000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3492
3493        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3494        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3495        subdir.
3496        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3497        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3498        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3499        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3500        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3501        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3502        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3503        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3504        ppp_tty.c and the real pppd main is in pppmain.c.
3505
35062000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3507
3508        * libchip/network/sonic.c: Added ipalign() routine to align the received
3509        packet so that the ip header is on a 32-bit boundary. Necessary for
3510        cpu's that do not allow unaligned loads and stores and when the 32-bit
3511        DMA mode is used.
3512
35132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3514
3515        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3516        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3517        ACLOCAL_AMFLAGS.
3518        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3519        ACLOCAL_AMFLAGS.
3520        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3521        ACLOCAL_AMFLAGS.
3522
35232000-11-03      Chris Johns <ccj@acm.org>
3524
3525        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3526        libchip/network/cs8900.h: New files.
3527
35282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3529
3530        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3531        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3532        $(RTEMS_TOPdir)/aclocal.
3533        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3534        $(RTEMS_TOPdir)/aclocal.
3535        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3536        $(RTEMS_TOPdir)/aclocal.
3537
35382000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3539
3540        * configure.in: Switch to GNU-canonicalization.
3541        * Makefile.am: Reflect changes to configure.in.
3542        * acinclude.m4: Remove.
3543
35442000-10-30      Joel Sherrill <joel@OARcorp.com>
3545
3546        * POSIX include files merged into newlib.  This resulted in some
3547        definitions moving to other files and thus some secondary effects in
3548        RTEMS source code.
3549        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3550        in sync with newlib's <machine/types.h>.
3551        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3552        definition of struct itimerval in <sys/time.h>.
3553
35542000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3555
3556        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3557        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3558        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3559        * ChangeLog: Fix typos.
3560        * configure.in: add tests to the GNU canonicalized subdirectories.
3561
35622000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3563
3564        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3565        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3566        the lib directory before configuring lib/.
3567
35682000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3569
3570        * configure.in, Makefile.am: add exec to the GNU canonicalized
3571        subdirectories.
3572        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3573        * configure.in: add libnetworking, librpc and librdb to the GNU
3574        canonicalized subdirectories.
3575        * configure.in: add libmisc and libchip to the GNU canonicalized
3576        subdirectories.
3577        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3578        Switch to GNU canonicalization.
3579        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3580        Switch to GNU canonicalization.
3581        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3582        Switch to GNU canonicalization.
3583
35842000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3585
3586        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3587        canonicalization to libfs/. The approach is currently a bit of a hack as
3588        GNU canonicalization does not support the per-BSP build some of the
3589        other directories require.  As more of the tree is converted, this will
3590        become less  of an issue.
3591
35922000-10-20      Joel Sherrill <joel@OARcorp.com>
3593
3594        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3595        parameter.
3596
35972000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3598
3599        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3600        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3601        * librdbg/configure.in: Add m68k support.
3602        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3603        subdirectory.
3604        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3605        failure.
3606        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3607        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3608        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3609        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3610        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3611        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3612        librdbg/src/m68k/.cvsignore: New files.
3613        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3614        function pointers.
3615        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3616        _after_ pointer has been checked against NULL.
3617
36182000-10-18      Joel Sherrill <joel@OARcorp.com>
3619
3620        * wrapup/Makefile.am: Added libfs.
3621
36222000-10-18      Chris Johns <ccj@acm.org>
3623
3624        * libfs created.
3625        * configure.in: Added libfs subdirectory.
3626        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3627
36282000-09-28      Joel Sherrill <joel@OARcorp.com>
3629
3630        * libnetworking/rtems_webserver/Makefile.am,
3631        libnetworking/rtems_webserver/base64.c,
3632        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3633        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3634
36352000-09-22      Joel Sherrill <joel@OARcorp.com>
3636
3637        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3638        libnetworking/rtems/rtems_bsdnet_internal.h,
3639        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3640        have included rtems.h.  It is now including precisely the  least amount
3641        of low level, yet portable .h files to get the basic RTEMS types
3642        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3643        used machine/types.h to include rtems.h.
3644
36452000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3646
3647        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3648
36492000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3650
3651        * libnetworking/ChangeLog: Cleanup.
3652
36532000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3654
3655        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3656        * libchip/ChangeLog: Fix formating.
3657
36582000-09-05      Joel Sherrill <joel@OARcorp.com>
3659
3660        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3661        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3662        confusion and to work with the converted flags.
3663
36642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3665
3666        * wrapup/Makefile.am: Include compile.am.
3667        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3668        libchip/serial/Makefile.am: Include compile.am.
3669        * librdbg/src/i386/any/Makefile.am,
3670        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3671        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3672        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3673        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3674        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3675        libnetworking/rtems_servers/Makefile.am,
3676        libnetworking/rtems_webserver/Makefile.am,
3677        libnetworking/wrapup/Makefile.am: Include compile.am.
3678
36792000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3680
3681        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3682        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3683
36842000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3685
3686        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3687
36882000-08-31      Joel Sherrill <joel@OARcorp.com>
3689
3690        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3691        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3692        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3693        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3694        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3695        * libnetworking/wbase64.c: Removed.
3696        * libnetworking/Makefile.am, libnetworking/asp.c,
3697        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3698        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3699        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3700        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3701        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3702        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3703        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3704        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3705        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3706        Modified.
3707
37082000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3709
3710        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3711
37122000-08-30      Joel Sherrill <joel@OARcorp.com>
3713
3714        * libnetworking/rtems_webserver/license.txt: New file.
3715
37162000-08-10      Joel Sherrill <joel@OARcorp.com>
3717
3718        * ChangeLog: New file.
3719        * libchip/ChangeLog: New file.
3720        * librdbg/ChangeLog: New file.
3721        * libnetworking/ChangeLog: New file.
3722
Note: See TracBrowser for help on using the repository browser.