source: rtems/c/src/ChangeLog @ 379a4761

4.104.115
Last change on this file since 379a4761 was ec07659, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/08/08 at 06:57:28

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

  • libchip/ide/ata.h: Convert to Unix file format.
  • Property mode set to 100644
File size: 141.3 KB
Line 
12008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * libchip/ide/ata.h: Convert to Unix file format.
4
52008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
8        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
9        libchip/serial/serial.h, libchip/serial/serprobe.c,
10        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
11        Convert to "bool".
12        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
13        libchip/i2c/spi-memdrv.h: Convert to "bool".
14        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
15        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
16        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
17        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
18        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
19        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
20        Convert to "bool".
21        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
22        Convert to "bool".
23        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
24        Convert to "bool".
25
262008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
29        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
30        memory driver to not use the clock ioctl to install a method to poll
31        for input. It now uses a Class API Timer which means we can eliminate
32        this special IOCTL from all clock drivers.
33        * libchip/shmdr/setckvec.c: Removed.
34
352008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * libchip/network/sonic.c: Do not declare a variable just to hold an
38        ignored return value.
39
402008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
41
42        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
43
442008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
47        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
48
492008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * libchip/display/disp_hcms29xx.c: Do not make these static. They
52        appear to be unused that way.
53
542008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * libchip/shmdr/shm_driver.h: Correct prototypes.
57
582008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
59
60        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
61        variables and made methods static.
62
632008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * libchip/serial/ns16550.c: Fix warning.
66
672008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * aclocal/prog-cc.m4: Add -Wnested-externs.
70
712008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * libchip/network/dec21140.c: Add missing prototype.
74        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
75
762008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
79        -Wstrict-prototypes to RTEMS_CFLAGS.
80
812008-08-02      Chris Johns <chrisj@rtems.org>
82
83        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
84        rtems_blkdev_request count and start references. Use
85        RTEMS_BLKDEV_START_BLOCK.
86
872008-07-29      Chris Johns <chrisj@rtems.org>
88
89        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
90
91        * libchip/ide/ata.c: Change to use a mutex rather than disable
92        pre-emption. Updated to the libblock changes.
93
94        * libchip/ide/ata_internal.h: Updated to the new chains API.
95
96        * libchip/ide/ide_controller.c: Updated to the libblock
97        changes. Added come debug tracing.
98
99        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
100        to the libblock changes.
101
1022008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * configure.ac: Remove RPCGEN, RPCTOOLS.
105
1062008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
107
108        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
109        for output format specifiers.
110
1112008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
112
113        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
114        Fixed some data types
115
1162008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
117
118        * libchip/i2c/spi-sd-card.c: Added missing header file.
119        * libchip/Makefile.am: Added SD Card driver.
120
1212008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
122
123        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
124        make glyphs non-constant, added file headers
125
1262008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
127
128        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
129        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
130        * libchip/display/font_hcms29xx.h
131        Creation of SPI display driver
132
1332008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
134
135        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
136        via SPI.
137
1382008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
141        AC_PREREQ(2.62).
142
1432008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
146
1472008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * libchip/Makefile.am: Move termios helper routines from libchip to
150        libcsupport. Add routine which makes it easy for a termios device
151        driver to inform termios of its default baud rate. This avoids
152        inconsistencies in later termios settings changes.
153        * libchip/serial/termios_baud2index.c,
154        libchip/serial/termios_baud2num.c: Removed.
155
1562008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
159
1602008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
163        not fail if there are none.
164
1652008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
166
167        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
168        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
169        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
170        * libchip/Makefile.am:
171        derived a generic spi memory driver from spi-flash-m25p40,
172        added descriptor for fram fm25l256
173
1742008-05-07      Till Straumann <strauman@slac.stanford.edu>
175
176        PR 649/bsps
177        * libchip/ide/ata.c: Give up if the interface does not become ready.
178
1792008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        Moved to cpukit.
182        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
183        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
184        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
185        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
186        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
187        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
188        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
189        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
190        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
191        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
192        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
193        nfsclient/src/xdr_mbuf.c: Removed.
194
1952008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
198
1992008-01-05      Chris Johns <chrisj@rtems.org>
200
201        * libchip/flash/am29lv160.c: Update the blank check error message
202        to say there is an error.
203       
2042007-12-22      Chris Johns <chrisj@rtems.org>
205
206        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
207        the hello message. Just one line but still a little too long.
208       
2092007-12-14      Chris Johns <chrisj@rtems.org>
210
211        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
212        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
213        * libchip/flash, libchip/flash/am29lv160.c,
214        libchip/flash/am29lv160.h: New.
215
2162007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
217
218        * libchip/network/if_fxp.c: Spacing.
219
2202007-11-20      Till Straumann <strauman@slac.stanford.edu>
221
222        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
223        Avoid using 'stdio' before the system is up and fully
224        initialized.
225
2262007-11-20      Till Straumann <strauman@slac.stanford.edu>
227
228        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
229        * libchip/Makefile.am, libchip/preinstall.am:
230        added new driver for Maxim DS1375 i2c RTC.
231
2322007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
233
234        * libchip/i2c/spi-flash-m25p40.c:
235        added addressing call in write function
236
2372007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
238
239        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
240        * libchip/Makefile.am:
241        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
242
2432007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
244
245        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
246
2472007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
248
249        * nfsclient/Makefile.am: Fix errors.
250
2512007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
252
253        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
254
2552007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * aclocal/version.m4: Bump RTEMS_API to 4.9.
258        Bump RTEMS_VERSION to 4.8.99.0.
259
2602007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
261
262        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
263
2642007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
265
266        * configure.ac: Remove AC_PROG_AWK (Unused).
267
2682007-09-14      Daron Chabot <djc915@mail.usask.ca>
269
270        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
271        rtems_interrupt_vector, to permit passing arbitrary arguments to the
272        ISR. Clean up of variables to silence compiler warnings.
273
2742007-09-13      Daniel Hellstrom <daniel@gaisler.com>
275
276        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
277
2782007-09-12      Daniel Hellstrom <daniel@gaisler.com>
279
280        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
281          - Odd bit bug in some chips taken care of.
282          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
283            alignment but failing to do so must have made the driver writer to make
284            some incorrect assumptions about MBUFs.
285          - Fixed MBUF handling to handle mbuf chains better. The Data length of
286            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
287          - Made while loop responsible for copying data to fifo port copy 16 shorts
288            per loop instead of 1 short, increasing the copying process.
289
2902007-09-07      Daniel Hellstrom <daniel@gaisler.com>
291
292        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
293        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
294
2952007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
296
297        * configure.ac, wrapup/Makefile.am: Remove RDBG.
298        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
299        librdbg/Makefile.am, librdbg/preinstall.am,
300        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
301        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
302        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
303        librdbg/include/rdbg/powerpc/rdbg_f.h,
304        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
305        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
306        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
307        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
308        librdbg/src/servtsp.c, librdbg/src/servutil.c,
309        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
310        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
311        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
312        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
313        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
314        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
315        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
316        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
317        librdbg/src/powerpc/rdbg_f.c,
318        librdbg/src/powerpc/new_exception_processing/remdeb.h,
319        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
320        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
321        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
322
3232007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
324
325        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
326
3272007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
328
329        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
330          sizes.
331
3322007-07-27      Chris Johns <chrisj@rtems.org>
333
334        * wrapup/Makefile.am: Create archive from a file for hosts
335        with a limited command line size.
336
3372007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
338
339        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
340          sizes.
341
3422007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
343       
344        * configure.ac: Add nfsclient.
345        * nfsclient/Makefile.am: New.
346        * nfsclient/proto/Makefile, nfsclient/Makefile,
347          nfsclient/src/Makefile: Remove.
348        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
349        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
350
3512007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
352
353        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
354        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
355        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
356        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
357        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
358        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
359        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
360        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
361        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
362        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
363        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
364        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
365
3662007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
367
368        * libchip/serial/ns16550.c: removed timed out wait for transmitter
369        to become ready: This will not work for fast CPUs.
370
3712007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
372
373        * libchip/ide/ata.c: fixed warning
374
3752007-06-20      Ray Xu <rayx@gmail.com>
376
377        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
378        console, and libio. This shrinks the memory requirements but Joel has
379        not figured out how best to present this to application space.
380        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
381        New files.
382
3832007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
384
385        * optman/sapi/no-io.c: Split IO Manager into one function per file so
386        now we only need required initialization methods.
387
3882007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
389
390        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
391        parameter since it was used to configure a no longer used feature.
392        Device names are now part of the filesystem not in a table.
393
3942007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
395
396        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
397        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
398        optman/rtems/no-part.c, optman/rtems/no-region.c,
399        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
400        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
401        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
402        other optional managers so using them reduces application size
403        instead of increasing it.
404        * optman/rtems/no-barrier.c: New file.
405
4062007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
407
408        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
409        adjustments to pci-API changes.
410        * libchip/network/dec21140.c, libchip/network/elnk.c,
411        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
412        changes.
413
4142007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
415
416        * libchip/network/dec21140.c, libchip/network/if_dc.c,
417        libchip/network/if_fxp.c: Reflect changes to pci-API.
418
4192007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
420
421        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
422        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
423
4242007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
425
426        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
427          being used to compile "tools").
428
4292007-03-13      Joel Sherrill <joel@OARcorp.com>
430
431        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
432
4332007-03-12      Joel Sherrill <joel@OARcorp.com>
434
435        * libchip/network/cs8900.c, libchip/network/cs8900.h,
436        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
437        and/or fix mistake in copyright notice. Both of these mistakes appear
438        to be from code submitted after these changes were made previously.
439
4402007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
441
442        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
443
4442007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
445
446        * libchip/Makefile.am: Correct path to README.tulipclone.
447
4482007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
449
450        * libchip/ide/ata.c: Remove superfluous type casts.
451
4522007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
453
454        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
455        Use size_t for sizes.
456
4572007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
458
459        * libchip/ide/ata.c: in ata_request_done: moved call to free()
460        from preemption disabled region
461
4622007-01-16      Till Straumann <strauman@slac.stanford.edu>
463
464        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
465        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
466        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
467
4682006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
469
470        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
471          ioctl_command_t as ioctl argument.
472
4732006-12-13      Joel Sherrill <joel@OARcorp.com>
474
475        * librtems++/include/rtems++/rtemsEvent.h,
476        librtems++/include/rtems++/rtemsMessageQueue.h,
477        librtems++/include/rtems++/rtemsSemaphore.h,
478        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
479        librtems++/src/rtemsMessageQueue.cc,
480        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
481        rtems_unsigned32 to uint32_t.
482
4832006-12-13      Joel Sherrill <joel@OARcorp.com>
484
485        PR 1181/bsps
486        * optman/rtems/no-msg.c: Clean up dead code.
487
4882006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
489
490        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
491
4922006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
493
494        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
495        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
496        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
497
4982006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
499
500        * configure.ac: New BUG-REPORT address.
501
5022006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
503
504        * Makefile.am: Remove ampolish3.
505
5062006-11-17      Joel Sherrill <joel@OARcorp.com>
507
508        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
509        blank lines.
510
5112006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
512
513        * configure.ac: Remove RTEMS_AMPOLISH3.
514        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
515          Remove checks for AMPOLISH3.
516        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
517        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
518        * ampolish3: Remove.
519
5202006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
521
522        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
523        * aclocal/prog-cc.m4: Remove CFLAGS.
524        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
525        Compose CFLAGS. Append CFLAGS to ac_configure_args.
526
5272006-10-23      Joel Sherrill <joel@OARcorp.com>
528
529        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
530
5312006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
532
533        * automake/compile.am: Use hard-coded RTEMS_* flags.
534
5352006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
536
537        * aclocal/rtems-top.m4: Remove RTEMS_API.
538        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
539
5402006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
541
542        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
543
5442006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
545
546        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
547
5482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
549
550        * aclocal/version.m4: Bump version to 4.7.99.0.
551
5522006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
553
554        * configure.ac: Require autoconf-2.60. Require automake-1.10.
555
5562006-09-11      Joel Sherrill <joel@OARcorp.com>
557
558        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
559
5602006-09-04      Joel Sherrill <joel@OARcorp.com>
561
562        * libchip/network/greth.c, libchip/network/open_eth.c,
563        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
564        introduced by warning removal.
565
5662006-09-01      Joel Sherrill <joel@OARcorp.com>
567
568        * libchip/network/greth.c, libchip/network/open_eth.c,
569        libchip/network/smc91111.c: Remove warnings and correct prototype
570        added earlier today.
571
5722006-09-01      Joel Sherrill <joel@OARcorp.com>
573
574        * libchip/network/cs8900.c, libchip/network/greth.c,
575        libchip/network/i82586.c, libchip/network/open_eth.c,
576        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
577        sized integers, and inttypes.h printf helpers.
578
5792006-08-09      Kolja Waschk <waschk@telos.de>
580
581        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
582
5832006-07-12      Joel Sherrill <joel@OARcorp.com>
584
585        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
586
5872006-07-11      Jerry Needell <jerry.needell@unh.edu>
588
589        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
590        4.6 branch.  Original modifications by Gaisler Enterprises.
591        * libchip/network/greth.c, libchip/network/greth.h: New files.
592
5932006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
594
595        * ide/ata.[ch]:
596        (PR1118) fetch priority for ATA task from a variable,
597        not a fixed configuration value.
598       
5992006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
600
601        * Makefile.am: Add ampolish3.
602
6032006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
604
605        * ampolish3: New.
606        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
607
6082006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
609
610        * aclocal/rtems-ampolish.m4: New.
611        * configure.ac: Use RTEMS_AMPOLISH3.
612
6132006-04-18  Joel Sherrill <joel@OARcorp.com>
614
615        * aclocal/version.m4: Updated to rtems-4.6.99.3.
616
6172006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
618
619        PR 853/filesystem
620        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
621        should be modified to support the new exception scheme and to use the
622        handle parameter.
623
6242006-02-a32     Eric Norum <norume@aps.anl.gov>
625
626        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
627        "newer" PCI access calls.  Minor cleanups.  Comments.
628
6292006-01-12      Eric Norum <norume@aps.anl.gov>
630
631        PR 861/networking
632        PR 863/networking
633        * libchip/network/smc91111.c: Fix illegal lvalue increments.
634
6352006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
636
637        * wrapup/Makefile.am: Add preinstall.am.
638        * libchip/Makefile.am: Build libchip/network/smc91111.
639        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
640        Eliminate cyg_int* crap.
641
6422006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
643
644        * librdbg/Makefile.am: Add preinstall.am.
645        * aclocal/bsp-configure.m4: Add ampolish3.
646        New header guards.
647
6482006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
649
650        * libchip/network/open_eth.c, libchip/network/open_eth.h:
651        Merger from rtems-4-6-branch.
652
6532006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
654
655        * libchip/network/smc91111.c
656        libchip/network/smc91111config.h
657        libchip/network/smc91111exp.h
658        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
659        * libchip/Makefile.am: Reflect adding smc91111*.
660
6612006-01-08      Joel Sherrill <joel@OARcorp.com>
662
663        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
664        char *.
665
6662006-01-08      Joel Sherrill <joel@OARcorp.com>
667
668        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
669        warnings.
670
6712005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
672
673        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
674        Add RTEMS_RELLDFLAGS.
675        * automake/compile.am: Remove RTEMS_USE_GCC.
676        Remove RTEMS_RELLDFLAGS.
677        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
678
6792005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
680
681        * libchip/network/if_media.h, libchip/network/mii.h:
682        Remove (Moved to cpukit).
683        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
684        and libchip/network/if_media.h.
685        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
686        if_media.h having moved.
687
6882005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
689
690        * automake/compile.am, automake/host.am, automake/local.am,
691        automake/subdirs.am: Remove depend.
692        * configure.ac: Explicitly pass --libdir and --includedir to
693        testsuites.
694
6952005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
696
697        * configure.ac: Reflect changes to testsuites.
698
6992005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
700
701        * automake/compile.am: Remove GCCSPECS.
702        * aclocal/prog-cc.m4: Add GCCSPECS.
703        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
704
7052005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
706
707        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
708        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
709
7102005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
711
712        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
713        libcpu/byteorder.h for i386.
714
7152005-11-02      Till Straumann <strauman@slac.stanford.edu>
716
717        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
718        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
719        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
720        added a simple API/library for i2c devices and drivers for i2c
721        2-byte eeproms and a ds1621 temperature sensor; API is documented
722        in libi2c.h.
723
7242005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
725
726        * libnetworking/pppd/ipxcp.c,
727        libnetworking/pppd/chat.c,
728        libnetworking/pppd/patchlevel.h,
729        libnetworking/pppd/upap.h,
730        libnetworking/pppd/md5.h,
731        libnetworking/pppd/pppd.8,
732        libnetworking/pppd/README,
733        libnetworking/pppd/preinstall.am,
734        libnetworking/pppd/md4.h,
735        libnetworking/pppd/magic.c,
736        libnetworking/pppd/pppd.h,
737        libnetworking/pppd/demand.c,
738        libnetworking/pppd/rtemsmain.c,
739        libnetworking/pppd/sys-rtems.c,
740        libnetworking/pppd/ipcp.h,
741        libnetworking/pppd/lcp.h,
742        libnetworking/pppd/chap_ms.c,
743        libnetworking/pppd/md4.c,
744        libnetworking/pppd/rtemspppd.h,
745        libnetworking/pppd/cbcp.h,
746        libnetworking/pppd/auth.c,
747        libnetworking/pppd/lcp.c,
748        libnetworking/pppd/example/README,
749        libnetworking/pppd/example/ppp.conf,
750        libnetworking/pppd/example/system.h,
751        libnetworking/pppd/example/netconfig.h,
752        libnetworking/pppd/example/pppdapp.c,
753        libnetworking/pppd/example/init.c,
754        libnetworking/pppd/example/Makefile-user,
755        libnetworking/pppd/example/pppd.options,
756        libnetworking/pppd/rtemspppd.c,
757        libnetworking/pppd/ipxcp.h,
758        libnetworking/pppd/chap_ms.h,
759        libnetworking/pppd/options.c,
760        libnetworking/pppd/magic.h,
761        libnetworking/pppd/chap.h,
762        libnetworking/pppd/cbcp.c,
763        libnetworking/pppd/upap.c,
764        libnetworking/pppd/chap.c,
765        libnetworking/pppd/Makefile.am,
766        libnetworking/pppd/ccp.h,
767        libnetworking/pppd/utils.c,
768        libnetworking/pppd/rtemsdialer.h,
769        libnetworking/pppd/fsm.h,
770        libnetworking/pppd/pathnames.h,
771        libnetworking/pppd/md5.c,
772        libnetworking/pppd/fsm.c,
773        libnetworking/pppd/ipcp.c,
774        libnetworking/pppd/STATUS,
775        libnetworking/pppd/ccp.c,
776        libnetworking/Makefile.am: Remove (Moved to cpukit).
777
7782005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
779
780        * configure.ac: Remove libnetworking, libnetworking/pppd.
781        * wrapup/Makefile.am: Remove libpppd.a.
782
7832005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
784
785        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
786        rtemsdialer.h to $(includedir)/rtems.
787
7882005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
789
790        * libnetworking/rtems_telnetd/icmds.c,
791        libnetworking/rtems_telnetd/Makefile.am,
792        libnetworking/rtems_telnetd/preinstall.am,
793        libnetworking/rtems_telnetd/pty.c,
794        libnetworking/rtems_telnetd/pty.h,
795        libnetworking/rtems_telnetd/README,
796        libnetworking/rtems_telnetd/telnetd.c,
797        libnetworking/rtems_telnetd/telnetd.h:
798        Remove (Moved to cpukit).
799
8002005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
801
802        * configure.ac: Remove libnetworking/rtems_telnetd.
803        * libnetworking/Makefile.am: Remove rtems_telnetd.
804        * libnetworking/README: Remove (Obsolete).
805        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
806
8072005-10-20  Eric Norum <norume@aps.anl.gov>
808
809        * libchip/network/dec21140.c: Clean up PCI mapping.
810
8112005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
812
813        * libnetworking/pppd/Makefile.am: Use preinstall.am.
814        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
815        librdbg/src/servrpc.c, librdbg/src/servtgt.c
816        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
817        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
818        * configure.ac: Move optman to the end of BSP_SUBDIRS.
819
8202005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
821
822        * aclocal/bspopts.m4: Add missing m4 quotes.
823
8242005-09-02  Joel Sherrill <joel@OARcorp.com>
825
826    * aclocal/version.m4: Updated to rtems-4.6.99.2.
827
8282005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
829
830        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
831        libchip/network/dec21140.c: Remove initialization of PCI bus.
832
8332005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
834
835        * optman/Makefile.am: Add preinstall.am.
836
8372005-07-18      Karel Gardas <kgardas@objectsecurity.com>
838
839        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
840        UNTESTED to tested.
841
8422005-06-17      Joel Sherrill <joel@OARcorp.com>
843
844        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
845        it is not supported by the MPC5xx.
846
8472005-06-17      Joel Sherrill <joel@OARcorp.com>
848
849        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
850        interface. Also correct attempting to build on other than PowerPC and
851        x86.
852
8532005-06-16      Daron Chabot <daron@nucleus.usask.ca>
854
855        * libchip/Makefile.am: Add driver for Tulip clones.
856        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
857        libchip/network/if_dcreg.h: New files.
858
8592005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
860
861        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
862        to enable rdbg.
863        * configure.ac: Reflect changes above.
864
8652005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
866
867        * configure.ac: Add ada/.
868
8692005-05-20      Sergei Organov  <osv@topconrd.ru>
870
871        PR 750/networking
872        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
873        wait_input().
874
8752005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
876
877        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
878        rtems/irq.h.
879
8802005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
881
882        * libchip/Makefile.am: Include preinstall.am.
883        * libchip/preinstall.am: New.
884
8852005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
886
887        * configure.ac: Add AMPOLISH3.
888        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
889        * libnetworking/rtems_telnetd/preinstall.am: New.
890        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
891
8922005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
893
894        * configure.ac: Let enable_rpcgen default to "no".
895
8962005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
897
898        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
899
9002005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
901
902        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
903        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
904
9052005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
906
907        * libchip/network/dec21140.c, libchip/network/elnk.c,
908        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
909
9102005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
911
912        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
913        of code as a result of the implementation of a common PCI interface.
914
9152005-05-04      Joel Sherrill <joel@OARcorp.com>
916
917        * libchip/network/open_eth.c: Remove prototype of set_vector.
918
9192005-05-03      Joel Sherrill <joel@OARcorp.com>
920
921        * librdbg/src/ptrace.c: Remove warning.
922
9232005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
924
925        * libchip/network/dec21140.c, libchip/network/elnk.c,
926        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
927        Modified parameter list to remove warnings.
928
9292005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
930
931        * libchip/network/cs8900.c, libchip/network/i82586.c,
932        libchip/network/open_eth.c, libchip/network/sonic.c,
933        libchip/serial/mc68681.c: Modified types to remove
934        warnings.  Added initialization to remove warnings.
935
9362005-04-28      Joel Sherrill <joel@OARcorp.com>
937
938        * libchip/network/README.sonic: Rewritten to account for removal of
939        dmv177.
940
9412005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
942
943        PR 781/rtems_misc
944        * libchip/serial/ns16550_p.h: Fix baud rate calculation
945
9462005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
947
948        * libchip/serial/ns16550.c:
949        Fixed warnings generated in various powerpc configurations
950
9512005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
952
953        * libchip/serial/ns16550.c: Modified
954        ISR to work with PPC new exception processing
955
9562005-03-14      Joel Sherrill <joel@OARcorp.com>
957
958        * libchip/network/dec21140.c, libchip/network/elnk.c,
959        libchip/network/if_fxp.c: Continue PCI API unification. All use
960        pci_find_device(). Network drivers manufacture a signature since all
961        calls have not been converted yet.
962
9632005-03-04      Joel Sherrill <joel@OARcorp.com>
964
965        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
966        initialize function part of the unified PCI API as pci_initialize().
967
9682005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
969
970        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
971        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
972
9732005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
974
975        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
976        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
977
9782005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
979
980        * aclocal/ppc.m4: Reflect changes to ppc exception processing
981        building procedures.
982
9832005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
984
985        * aclocal/prog-cc.m4:
986        Quote CFLAGS's RHS to accomodate Solaris broken sh.
987
9882005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
989
990        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
991
9922005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
993
994        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
995
9962005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
997
998        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
999
10002005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1001
1002        * libnetworking/rtems_servers/ftp.c,
1003        libnetworking/rtems_servers/ftp.h,
1004        libnetworking/rtems_servers/Makefile.am:
1005        Remove (relocated to cpukit/ftpd).
1006        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1007        removed move libnetworking/rtems_servers.
1008
10092005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1010
1011        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1012
10132005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1014
1015        PR 755/rtems
1016        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1017        Remove local declarations of rtems_bsdnet_nameservers,
1018        rtems_bsdnet_nameservers_count.
1019
10202005-01-31      Sergei Organov <osv@topconrd.ru>
1021
1022        PR 751/pppd
1023        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1024        committed to fix PR736 breaks pppd. chat.c should have its own static
1025        ttyfd for pppd to work correctly. The symptom is that second
1026        invokation of chat (for connect script) fails due to pppd_ttyfd set
1027        to -1 by previous chat invokation (for init script). In addition,
1028        this patch fixes leaving of dangling pointer in the abort_stbring[]
1029        by chat_send().
1030
10312005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1032
1033        * configure.ac: Remove CFLAGS_DEBUG_V.
1034        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1035
10362005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1037
1038        * wrapup/Makefile.am: Remove rtems-ctor.o.
1039
10402005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1041
1042        * libchip/rtc/rtc.h: size_t RTC_Count.
1043
10442005-01-20      Joel Sherrill <joel@OARcorp.com>
1045
1046        PR 736/pppd
1047        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1048        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1049        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1050        should not be static and should have a name more specific to pppd.
1051
10522005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1053
1054        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1055        libnetworking/rtems_servers/Makefile.am,
1056        libnetworking/rtems_telnetd/Makefile.am,
1057        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1058        Eliminate CFLAGS_OPTIMIZE_V.
1059
10602005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1061
1062        * configure.ac: Pass CFLAGS to testsuites configure.
1063        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1064        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1065
10662005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1067
1068        * configure.ac: Pass CFLAGS to cpukit configure.
1069        * aclocal/rtems-flags.m4: Remove (Unused).
1070        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1071        * aclocal/env-rtemsbsp.m4:
1072        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1073        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1074        RTEMS_CFLAGS.
1075        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1076        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1077        Cleanup comments.
1078
10792005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1080
1081        * automake/compile.am: Remove build-variant support.
1082
10832005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1084
1085        * libnetworking/pppd/Makefile.am,
1086        libnetworking/rtems_servers/Makefile.am,
1087        libnetworking/rtems_telnetd/Makefile.am:
1088        Remove build-variant support.
1089
10902005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1091
1092        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1093        support/Makefile.am, wrapup/Makefile.am:
1094        Remove build-variant support.
1095
10962004-11-22      Joel Sherrill <joel@OARcorp.com>
1097
1098        * libchip/network/if_fxp.c: Add entry for another module ID code.
1099
11002004-11-22      Joel Sherrill <joel@OARcorp.com>
1101
1102        PR 693/misc
1103        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1104        in/outport routines.
1105
11062004-11-22      Joel Sherrill <joel@OARcorp.com>
1107
1108        PR 693/misc
1109        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1110        in/outport routines.
1111
11122004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1113
1114        * aclocal/enable-itron.m4: Remove (unused).
1115
11162004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1117
1118        * configure.ac: Misc. quoting cleanups.
1119        Enable ada-tests iff --enable-ada and --enable-tests.
1120
11212004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1122
1123        PR 703/filesystem
1124        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1125        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1126        libchip/ide/ide_controller.c:
1127        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1128        available for BSPS/device drivers.
1129        Extend the "modes_available" and "mode_active" parameters to
1130        uint16_t for UDMA support.
1131
11322004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1133
1134        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1135        not supported on PowerPC since it works on the MVME2100 BSP.
1136
11372004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1138
1139        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1140        Add dependency tracking for *.cfgs.
1141        * Makefile.am: Add dependency tracking for *.cfg.
1142
11432004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1144
1145        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1146        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1147
11482004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1149
1150        PR 707/make_build
1151        * configure.ac: Add --enable-rpcgen.
1152
11532004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1154
1155        PR 700/rtems_misc
1156        * libnetworking/rtems_webserver/asp.c,
1157        libnetworking/rtems_webserver/balloc.c,
1158        libnetworking/rtems_webserver/cgi.c,
1159        libnetworking/rtems_webserver/default.c,
1160        libnetworking/rtems_webserver/ej.h,
1161        libnetworking/rtems_webserver/ejIntrn.h,
1162        libnetworking/rtems_webserver/ejlex.c,
1163        libnetworking/rtems_webserver/ejparse.c,
1164        libnetworking/rtems_webserver/emfdb.c,
1165        libnetworking/rtems_webserver/emfdb.h,
1166        libnetworking/rtems_webserver/form.c,
1167        libnetworking/rtems_webserver/handler.c,
1168        libnetworking/rtems_webserver/h.c,
1169        libnetworking/rtems_webserver/license.txt,
1170        libnetworking/rtems_webserver/Makefile.am,
1171        libnetworking/rtems_webserver/md5c.c,
1172        libnetworking/rtems_webserver/md5.h,
1173        libnetworking/rtems_webserver/mime.c,
1174        libnetworking/rtems_webserver/misc.c,
1175        libnetworking/rtems_webserver/NOTES,
1176        libnetworking/rtems_webserver/ringq.c,
1177        libnetworking/rtems_webserver/rom.c,
1178        libnetworking/rtems_webserver/rtems_webserver.h,
1179        libnetworking/rtems_webserver/security.c,
1180        libnetworking/rtems_webserver/sock.c,
1181        libnetworking/rtems_webserver/socket.c,
1182        libnetworking/rtems_webserver/sockGen.c,
1183        libnetworking/rtems_webserver/sym.c,
1184        libnetworking/rtems_webserver/uemf.c,
1185        libnetworking/rtems_webserver/uemf.h,
1186        libnetworking/rtems_webserver/um.c,
1187        libnetworking/rtems_webserver/um.h,
1188        libnetworking/rtems_webserver/umui.c,
1189        libnetworking/rtems_webserver/url.c,
1190        libnetworking/rtems_webserver/value.c,
1191        libnetworking/rtems_webserver/wbase64.c,
1192        libnetworking/rtems_webserver/webcomp.c,
1193        libnetworking/rtems_webserver/webmain.c,
1194        libnetworking/rtems_webserver/webpage.c,
1195        libnetworking/rtems_webserver/webrom.c,
1196        libnetworking/rtems_webserver/webs.c,
1197        libnetworking/rtems_webserver/websda.c,
1198        libnetworking/rtems_webserver/websda.h,
1199        libnetworking/rtems_webserver/webs.h,
1200        libnetworking/rtems_webserver/websSSL.c,
1201        libnetworking/rtems_webserver/websSSL.h,
1202        libnetworking/rtems_webserver/websuemf.c,
1203        libnetworking/rtems_webserver/wsIntrn.h:
1204        Remove (Moved to cpukit/http).
1205
12062004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1207
1208        PR 700/rtems_misc
1209        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1210        Remove libnetworking/rtems_webserver.
1211
12122004-10-25      Eric Norum <norume@aps.anl.gov>
1213
1214        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1215
12162004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1217
1218        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1219
12202004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1221
1222        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1223        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1224
12252004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1226
1227        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1228
12292004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1230
1231        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1232        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1233
12342004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1235
1236        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1237        BITSPERBYTE.
1238
12392004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1240
1241        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1242        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1243
12442004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1245
1246        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1247
12482004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1249
1250        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1251        * aclocal/enable-bare.m4: Remove.
1252        * configure.ac: Remove BARE_CPU_MODEL.
1253
12542004-10-13      Eric Norum <norume@aps.anl.gov>
1255
1256        PR 688/bsps
1257        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1258        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1259        MC146818A (and several Dallas Semiconductor) TOD chips.
1260
12612004-10-13      Eric Norum <norume@aps.anl.gov>
1262
1263        PR 686/networking
1264        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1265        device code.
1266
12672004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1268
1269        * libchip/network/dec21140.c: include <rtems/pci.h>.
1270
12712004-09-29      Joel Sherrill <joel@OARcorp.com>
1272
1273        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1274        libnetworking/pppd/utils.c: i960 obsoleted and all references
1275        removed.
1276
12772004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1278
1279        PR 607/networking
1280        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1281        instead of fully specifying unused PCI features.
1282
12832004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1284
1285        * configure.ac: Require automake > 1.9.
1286
12872004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1288
1289        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1290
12912004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1292
1293        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1294        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1295
12962004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1297
1298        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1299        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1300
13012004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1302
1303        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1304
13052004-07-28  Joel Sherrill <joel@OARcorp.com>
1306
1307    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1308
13092004-07-25      Joel Sherrill <joel@OARcorp.com>
1310
1311        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1312
13132004-05-21  Till Strauman <strauman@slac.stanford.edu>
1314
1315        PR 625/networking
1316        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1317        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1318        an error rather than panic if no chip is detected (thus allowing
1319        for probing).
1320        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1321        instead of looping forever.  Avoid divide by zero (crashed my PC).
1322        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1323        they are UNTESTED.
1324
13252004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1326
1327        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1328
13292004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1330
1331        * libchip/network/dec21140.c, libchip/network/elnk.c:
1332        #include <errno.h>.
1333
13342004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1335
1336        * libchip/network/if_media.h: Update from FreeBSD.
1337        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1338        libchip/network/i82586.c: #include <errno.h>.
1339
13402004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1341
1342        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1343
13442004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1345
1346        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1347
13482004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1349
1350        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1351        automake).
1352
13532004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1354
1355        PR 599/pppd
1356        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1357
13582004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1359
1360        * optman/rtems/no-region.c: Reflect having changed
1361        rtems_region_get_segment_size.
1362
13632004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1364
1365        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1366        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1367        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1368        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1369        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1370        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1371        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1372
13732004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1374
1375        * libchip/ide/ata.c, libchip/network/dec21140.c,
1376        libchip/network/elnk.c, libchip/network/i82586.c,
1377        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1378        libchip/network/open_eth.c, libchip/network/sonic.c,
1379        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1380        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1381        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1382        libchip/shmdr/shm_driver.h: Cosmetics.
1383
13842004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1385
1386        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1387        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1388        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1389        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1390        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1391        fixed size types.
1392
13932004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1394
1395        * configure.ac: Explicitly pass --includedir and --libdir to
1396        cpukit/configure.
1397
13982004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1399
1400        * librdbg/Makefile.am: Fix rpcgen rules.
1401        * librdbg/src/i386/any/remdeb_xdr.c,
1402        librdbg/src/m68k/any/remdeb_xdr.c,
1403        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1404        Reflect changes to librdbg/Makefile.am.
1405
14062004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1407
1408        * configure.ac: Reflect changes testsuites/configure.ac and
1409        cpukit/configure.ac.
1410
14112004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1412
1413        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1414        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1415
14162004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1417
1418        * configure.ac: Reflect changes to testsuites's configuration.
1419
14202004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1421
1422        PR/589 rtems
1423        * libchip/network/pci.h: Remove (Moved to cpukit).
1424
14252004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1426
1427        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1428        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1429        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1430        libchip/network/dec21140.c, libchip/network/elnk.c,
1431        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1432        libchip/network/open_eth.h, libchip/network/sonic.c,
1433        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1434        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1435        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1436        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1437        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1438        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1439        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1440        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1441        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1442        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1443        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1444        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1445        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1446        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1447        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1448        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1449        fixed-size types.
1450
14512004-03-14      Chris Johns  <chrisj@rtems.org>
1452
1453        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1454        the BSP example code.
1455        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1456        support the DIMMPC. This is a pc386 target with IO port support. Minor
1457        formating clean up. Add documentation to the header file.
1458        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1459        cs8900.h header file.
1460
14612004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1462
1463        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1464        Cosmetics.
1465
14662004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1467
1468        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1469        There are no application level Makefiles in here.
1470
14712004-03-04      Joel Sherrill <joel@OARcorp.com>
1472
1473        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1474        they can be used in application level makefiles.
1475
14762004-03-05      Joel Sherrill <joel@OARcorp.com>
1477
1478        * libnetworking/rtems_webserver/ejparse.c,
1479        libnetworking/rtems_webserver/emfdb.c,
1480        libnetworking/rtems_webserver/sock.c,
1481        libnetworking/rtems_webserver/socket.c,
1482        libnetworking/rtems_webserver/sym.c,
1483        libnetworking/rtems_webserver/webs.c,
1484        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
14852004-03-05      Joel Sherrill <joel@OARcorp.com>
1486
1487        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1488        compiling this file only only those CPU families with supported
1489        exception models.
1490
14912004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1492
1493        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1494        testsuites (Was exposed with --enable-multilib, only).
1495        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1496         Add RTEMS_BSP_CONFIG_SUBDIR.
1497        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1498        testsuites's configure.
1499        * aclocal/rtems-top.m4: Remove ENDIF hack.
1500        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1501
15022004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1503
1504        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1505        wrapup/Makefile.am: Fix automake problems having been introduced
1506        in previous patch.
1507
15082004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1509
1510        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1511        Preinstall dirs.
1512        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1513        * aclocal/check-multiprocessing.m4: Cosmetics.
1514        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1515        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1516
15172004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1518
1519        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1520        librdbg/src/Makefile.am.
1521        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1522        * configure.ac: Reflect changes above.
1523        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1524        * wrapup/Makefile.am: Reflect changes above.
1525        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1526
15272004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1528
1529        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1530
15312004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1532
1533        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1534
15352004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1536
1537        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1538
15392004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1540
1541        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1542        librdbg/src/powerpc/Makefile.am: Remove.
1543        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1544        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1545        * configure.ac: Reflect changes above.
1546
15472004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1548
1549
15502004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1551
1552        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1553        STRIP.
1554
15552004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1556
1557        * librdbg/include/Makefile.am: Merge-in
1558        librdbg/include/rdbg/i386/Makefile.am,
1559        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1560        librdbg/include/rdbg/powerpc/Makefile.am.
1561        * librdbg/include/rdbg/i386/Makefile.am,
1562        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1563        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1564        * configure.ac: Reflect changes above.
1565
15662004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1567
1568        * configure.ac: Use AS_HELP_STRING(ada).
1569
15702004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1571
1572        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1573        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1574        Use AC_CONFIG_HEADERS.
1575        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1576        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1577
15782004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1579
1580        * Makefile.am: include local.am.
1581
15822004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1583
1584        * aclocal/version.m4: 4.6.99.0.
1585
15862004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1587
1588        * Makefile.am: Don't include host.am.
1589        * automake/compile.am: Further cleanups.
1590
15912004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1592
1593        * automake/lib.am: Remove (Unused).
1594
15952004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1596
1597        * wrapup/Makefile.am: Don't include lib.am.
1598        * automake/compile.am: Use automake compilation rules.
1599
16002004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1601
1602        * libnetworking/pppd/Makefile.am,
1603        libnetworking/rtems_servers/Makefile.am,
1604        libnetworking/rtems_telnetd/Makefile.am,
1605        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1606        support/Makefile.am: Don't include lib.am.
1607
16082004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1609
1610        * libchip/Makefile.am: Don't include lib.am.
1611        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1612        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1613        unnecessary EXTRA_DISTs.
1614
16152004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1616
1617        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1618        hack.
1619
16202004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1621
1622        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1623        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1624        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1625        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1626
16272004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1628
1629        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1630        Add AM_CONDITIONAL(HAS_MP).
1631        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1632        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1633        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1634        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1635        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1636        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1637        (Deprecated by autoconf 2.59).
1638
16392004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1640
1641        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1642        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1643
16442004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1645
1646        * ChangeLog: Merge-in libnetworking/ChangeLog.
1647        * libnetworking/ChangeLog: Remove.
1648        * ChangeLog: Merge-in librdbg/ChangeLog.
1649        * librdbg/ChangeLog: Remove.
1650        * ChangeLog: Merge-in libchip/ChangeLog.
1651        * libchip/ChangeLog: Remove.
1652        * ChangeLog: Merge-in optman/ChangeLog.
1653        * optman/ChangeLog: Remove.
1654
16552004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1656
1657        * configure.ac: Reflect changes to cpukit.
1658        * wrapup/Makefile.am: Reflect changes to librdbg.
1659        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1660        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1661        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1662        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1663        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1664        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1665        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1666        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1667        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1668
16692004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1670
1671        * aclocal/rtems-top.m4: Remove check for version.m4.
1672        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1673
16742004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1675
1676        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1677        * wrapup/Makefile.am: Reflect changes to libchip/*.
1678        * support/Makefile.am: Use automake compilation rules.
1679        * wrapup/Makefile.am: Reflect changes to support/*.
1680        * configure.ac: Remove libnetworking/wrapup/Makefile.
1681        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1682        libnetworking/*/lib*.a instead of libnetapps.a.
1683        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1684        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1685        * optman/Makefile.am: Use automake compilation rules.
1686        * libchip/Makefile.am: Fix typo in previous patch.
1687        * libchip/Makefile.am: Use automake compilation rules.
1688        * libnetworking/Makefile.am: Remove wrapup.
1689        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1690        automake-compilation rules.
1691        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1692        automake-compilation rules.
1693        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1694        automake-compilation rules.
1695        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1696        automake-compilation rules.
1697        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1698
16992004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1700
1701        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1702        PRE/TMPINSTALL_FILES to CLEANFILES.
1703        * automake/lib.am: Remove TMPINSTALL_FILES.
1704        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1705        PRE/TMPINSTALL_FILES to CLEANFILES.
1706        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1707        PRE/TMPINSTALL_FILES to CLEANFILES.
1708        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1709        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1710        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1711        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1712        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1713        * librdbg/src/i386/Makefile.am: Ditto.
1714        * librdbg/src/m68k/Makefile.am: Ditto.
1715        * librdbg/src/powerpc/Makefile.am: Ditto.
1716        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1717        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1718        * libnetworking/rtems_servers/Makefile.am: Ditto.
1719        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1720        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1721
17222004-01-07      Joel Sherrill <joel@OARcorp.com>
1723
1724        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1725        more completely covers the MIPS family.
1726
17272003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1728
1729        * wrapup/Makefile.am: Reflect changes to shmdr.
1730        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1731
17322003-12-18      Joel Sherrill <joel@OARcorp.com>
1733
1734        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1735        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1736        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1737        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1738        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1739        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1740        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1741
17422003-12-17      Joel Sherrill <joel@OARcorp.com>
1743
1744        * aclocal/version.m4: Updated to rtems-20031217-test.
1745
17462003-12-17     
1747
1748        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1749        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1750
17512003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1752
1753        * automake/compile.am: Remove LINK_LIBS (Unused).
1754        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1755
17562003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1757
1758        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1759        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1760        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1761        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1762        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1763
17642003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1765
1766        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1767        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1768        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1769        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1770        * librdbg/src/i386/Makefile.am:
1771        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1772        * librdbg/src/m68k/Makefile.am:
1773        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1774        * librdbg/src/powerpc/Makefile.am:
1775        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1776
17772003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1778
1779        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1780        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1781        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1782        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1783        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1784        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1785        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1786        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1787        * optman/Makefile.am: Remove project_libdir.
1788        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1789        PRE/TMPINSTALL_FILES.
1790        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1791        PRE/TMPINSTALL_FILES.
1792        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1793        PRE/TMPINSTALL_FILES.
1794        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1795        PRE/TMPINSTALL_FILES.
1796        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1797        from PRE/TMPINSTALL_FILES.
1798        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1799        PRE/TMPINSTALL_FILES.
1800        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1801        PRE/TMPINSTALL_FILES.
1802        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1803        PRE/TMPINSTALL_FILES.
1804        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1805        PRE/TMPINSTALL_FILES.
1806        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1807        PRE/TMPINSTALL_FILES.
1808        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1809        PRE/TMPINSTALL_FILES.
1810        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1811        from PRE/TMPINSTALL_FILES.
1812
18132003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1814
1815        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1816        * automake/lib.am: Remove project_libdir.
1817        * wrapup/Makefile.am: Reworked.
1818
18192003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1820
1821        * configure.ac: Reflect changes to librdbg.
1822        * optman/Makefile.am: Add tmpinstall dirstamp support.
1823        * libchip/Makefile.am: Fix variant-tmpinstall support.
1824        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1825        * librdbg/src/powerpc/Makefile.am: Merge-in former
1826        new_exception_processing/Makefile.am.
1827        * librdbg/src/m68k/any/Makefile.am: Remove.
1828        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1829        * librdbg/src/i386/any/Makefile.am: Remove.
1830        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1831        * librdbg/src/Makefile.am: Cosmetics.
1832        * librdbg/include/Makefile.am: Cosmetics.
1833        * librdbg/Makefile.am: Cosmetics.
1834        * libnetworking/Makefile.am: Cosmetics.
1835        * libnetworking/pppd/Makefile.am: Cosmetics.
1836        * libnetworking/wrapup/Makefile.am: Cosmetics.
1837
18382003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1839
1840        * Makefile.am: Cosmetics.
1841        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1842        support.
1843
18442003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1845
1846        * automake/compile.am: Remove $(ARCH):-rule.
1847
18482003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1849
1850        * configure.ac: Remove lib/libbsp/shared/Makefile,
1851        lib/libbsp/shmdr/Makefile.
1852
18532003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1854
1855        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1856        libchip/serial/Makefile, libchip/rtc/Makefile.
1857        * support/Makefile.am: Remove all-local: $(ARCH).
1858        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1859        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1860        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1861        * optman/Makefile.am: Remove all-local: $(ARCH).
1862        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1863        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1864        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1865        compilation dirstamp support.
1866        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1867        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1868        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1869        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1870        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1871        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1872        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1873        all-local: $(ARCH).
1874        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1875        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1876        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1877        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1878        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1879
18802003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1881
1882        * aclocal/lead-dot.m4: New (from automake-1.7f).
1883        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1884        AC_SUBST(dirstamp).
1885        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1886        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1887        libchip/serial/Makefile.am: Ditto.
1888        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1889        * librdbg/include/Makefile.am: Ditto.
1890        * librdbg/include/rdbg/Makefile.am: Ditto.
1891        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1892        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1893        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1894        * librdbg/src/Makefile.am: Ditto.
1895        * librdbg/src/i386/Makefile.am: Ditto.
1896        * librdbg/src/i386/any/Makefile.am: Ditto.
1897        * librdbg/src/m68k/Makefile.am: Ditto.
1898        * librdbg/src/m68k/any/Makefile.am: Ditto.
1899        * librdbg/src/powerpc/Makefile.am: Ditto.
1900        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1901        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1902        preinstallation.
1903        * libnetworking/pppd/Makefile.am: Ditto.
1904        * libnetworking/rtems_servers/Makefile.am: Ditto.
1905        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1906        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1907        * libnetworking/wrapup/Makefile.am: Ditto.
1908
19092003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1910
1911        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1912        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1913        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1914        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1915        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1916        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1917        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1918        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1919        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1920        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1921        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1922        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1923        underquoting to silence automake-1.8.
1924
19252003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1926
1927        * configure.ac: Reflect having moved tests to ../../testsuites.
1928
19292003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1930
1931        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1932        * aclocal/canonical-host.m4: Remove.
1933        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1934        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1935
19362003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1937
1938        * aclocal/check-cpu.m4: Remove.
1939        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1940        * aclocal/canonical-target-name.m4: Add m4-quotes.
1941        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1942        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1943        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1944        * aclocal/check-networking.m4: Add m4-quotes. Require
1945        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1946        * aclocal/check-posix.m4: Add m4-quotes. Require
1947        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1948        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1949        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1950        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1951
19522003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1953
1954        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1955        * aclocal/bsp-alias.m4: Remove.
1956
19572003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1958
1959        * configure.ac: Make presence of tests/ optional.
1960
19612003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1962
1963        * aclocal/path-perl.m4: Remove (Unused).
1964
19652003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1966
1967        * automake/force-preinstall.am: Remove.
1968
19692003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1970
1971        PR 499/rtems_misc
1972        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1973        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1974        Configuration (Odd was forced) - Correction of Stop Bit configuration
1975        (inversed) - Correction of ISR Handler to call
1976        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1977        CTS Hardware flow control Configuration.
1978
19792003-09-04      Joel Sherrill <joel@OARcorp.com>
1980
1981        * lib/libcpu/shared/include/cache.h,
1982        lib/libcpu/shared/src/cache_aligned_malloc.c,
1983        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1984        license changed.
1985        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1986        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1987        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1988        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1989        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1990        for license changed.
1991        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1992        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1993        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1994        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1995        libchip/network/cs8900.h, libchip/network/dec21140.c,
1996        libchip/network/elnk.c, libchip/network/open_eth.c,
1997        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1998        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1999        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2000        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2001        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2002        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2003        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2004        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2005        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2006        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2007        libchip/serial/serial.h, libchip/serial/z85c30.c,
2008        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2009        libchip/serial/z85c30_reg.c: URL for license changed.
2010
20112003-09-03      Jiri Gaisler <jiri@gaisler.com>
2012
2013        PR 477/networking
2014        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2015        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2016        libchip/network/open_eth.h: New files.
2017
20182003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2019
2020        * aclocal/rtems-top.m4: Add RTEMS_API.
2021        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2022
20232003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2024
2025        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2026        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2027        @RTEMS_BSP@.cfg.
2028
20292003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2030
2031        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2032
20332003-08-20      Joel Sherrill <joel@OARcorp.com>
2034
2035        * libchip/network/cs8900.c: Correct copyright statements.
2036
20372003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2038
2039        * aclocal/check-itron.m4: Remove.
2040        * aclocal/enable-inlines.m4: Remove.
2041        * Makefile.am: Reflect having moved aclocal/.
2042        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2043        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2044        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2045        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2046        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2047        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2048        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2049        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2050        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2051        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2052        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2053        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2054        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2055        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2056        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2057        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2058        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2059        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2060        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2061        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2062        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2063        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2064        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2065        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2066        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2067        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2068        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2069        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2070        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2071        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2072        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2073        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2074        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2075        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2076        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2077        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2078        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2079        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2080        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2081        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2082        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2083        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2084        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2085        * aclocal/target.m4: New (Copied from ../../aclocal).
2086        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2087        * aclocal/version.m4: New (Copied from ../../aclocal).
2088
20892003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2090
2091        * configure.ac: Remove stray comments.
2092        * automake/local.am, automake/host.am: Remove "debug".
2093
20942003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2095
2096        * Makefile.am: Reflect having moved automake/.
2097        * lib/Makefile.am: Reflect having moved automake/.
2098        * support/Makefile.am: Reflect having moved automake/.
2099        * wrapup/Makefile.am: Reflect having moved automake/.
2100        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2101        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2102        from ../../automake).
2103        * optman/Makefile.am: Reflect having moved automake/.
2104        * libchip/Makefile.am: Reflect having moved automake/.
2105        * libchip/ide/Makefile.am: Reflect having moved automake/.
2106        * libchip/network/Makefile.am: Reflect having moved automake/.
2107        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2108        * libchip/serial/Makefile.am: Reflect having moved automake/.
2109        * librdbg/Makefile.am: Reflect having moved automake/.
2110        * librdbg/include/Makefile.am: Reflect having moved automake/.
2111        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2112        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2113        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2114        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2115        automake/.
2116        * librdbg/src/Makefile.am: Reflect having moved automake/.
2117        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2118        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2119        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2120        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2121        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2122        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2123        having moved automake/.
2124        * libnetworking/Makefile.am: Reflect having moved automake/.
2125        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2126        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2127        automake/.
2128        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2129        automake/.
2130        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2131        automake/.
2132        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2133
21342003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2135
2136        * Makefile.am: Add bsp.pc.in.
2137        * bsp.pc.in: New (pkgconfig support).
2138
21392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2140
2141        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2142
21432003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2144
2145        * lib/Makefile.am: New (Required by 'make dist').
2146        * lib/ChangeLog: Remove.
2147        * lib/.cvsignore: Cleanup.
2148        * configure.ac: Reflect having added lib/Makefile.am.
2149        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2150        lib/libbsp/configure.ac.
2151        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2152        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2153
21542003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2155
2156        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2157        * configure.ac: Merge-in librdbg/configure.ac.
2158        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2159        librdbg/configure.ac.
2160        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2161        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2162        LIBCHIP. Conditionally build include-dirs.
2163        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2164        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2165        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2166        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2167        librdbg/include/rdbg/m68k/Makefile.am,
2168        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2169        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2170        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2171        librdbg/src/powerpc/Makefile.am, librdbg/
2172        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2173        configure.ac into ../configure.ac.
2174        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2175        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2176        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2177        libnetworking/rtems_telnetd/Makefile.am,
2178        libnetworking/rtems_webserver/Makefile.am,
2179        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2180        into ../configure.ac.
2181
21822003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2183
2184        PR 427/rtems
2185        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2186        * librdbg/src/servtsp.c: Ditto.
2187
21882003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2189
2190        PR 429/bsps
2191        PR 432/bsps
2192        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2193        packets are queued onto an elnk board, the ISR will deadlock the device
2194        with a tx complete interrupt.  Lighter tx loads are not affected as they
2195        end up submitting single packets to the device.
2196
21972003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2198
2199        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2200        optman/configure.ac.
2201        * optman/configure.ac: Remove (Merged into ../configure.ac).
2202        * optman/Makefile.am: Reflect having merged configure.ac into
2203        ../configure.ac.
2204        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2205        * libchip/Makefile.am, libchip/ide/Makefile.am,
2206        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2207        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2208        ../configure.ac.
2209
22102003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2211
2212        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2213
22142003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2215
2216        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2217        on i386.
2218
22192003-06-13      Joel Sherrill <joel@OARcorp.com>
2220
2221        * libnetworking/pppd/chat.c: Removed warnings.
2222
22232003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2224
2225        * libchip/network/README.3com: New file missed in previous commit.
2226        PR 405/bsps
2227        PR 393/networking
2228        * libchip/network/dec21140.c: Fix leak also known as PR393.
2229        * libchip/network/elnk.c, libchip/network/if_media.h,
2230        libchip/network/mii.h: New files.
2231        * libchip/network/Makefile.am: Reflect new files.
2232
22332003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2234
2235        * configure.ac: Remove support for profile-variant.
2236
22372003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2238
2239        PR 397/pppd
2240        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2241        * libnetworking/pppd/magic.c: Remove *rand48.
2242        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2243
22442003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2245
2246        * wrapup/Makefile.am: Add libide.a.
2247
22482003-04-15      Joel Sherrill <joel@OARcorp.com>
2249
2250        PR 387/rtems_misc
2251        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2252        routines.
2253        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2254
22552003-04-11      Joel Sherrill <joel@OARcorp.com>
2256
2257        * libnetworking/rtems_webserver/cgi.c,
2258        libnetworking/rtems_webserver/sockGen.c,
2259        libnetworking/rtems_webserver/umui.c,
2260        libnetworking/rtems_webserver/websSSL.c,
2261        libnetworking/rtems_webserver/websSSL.h,
2262        libnetworking/rtems_webserver/websda.c,
2263        libnetworking/rtems_webserver/websda.h: New files. Not included in
2264        previous commit.
2265
22662003-04-10      Joel Sherrill <joel@OARcorp.com>
2267
2268        PR 371/pppd
2269        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2270        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2271        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2272        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2273        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2274        still global symbols in rtemspppd.h which might need to be changed or
2275        converted into member of a structure which is dereferenced with a
2276        pointer that is managed as a per task variable. But this patch should
2277        avoid many conflicts.
2278
22792003-03-27      Joel Sherrill <joel@OARcorp.com>
2280
2281        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2282        not allowed in the cpukit source code since it must be buildable
2283        independent of any BSP. These files were moved to libchip/ide.
2284        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2285        files.
2286
22872003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2288
2289        PR 368/filesystems
2290        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2291        improvements which now work on pc386 and mbx8xx.
2292        * libchip/ide/ide_controller.c: New file.
2293
22942003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2295
2296        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2297
22982003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2299
2300        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2301        * configure.ac: Add support/.
2302        * support/.cvsignore: New.
2303        * support/Makefile.am: New.
2304        * support/version.c: New.
2305        * wrapup/Makefile.am: Add support/libsupport.a.
2306        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2307        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2308        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2309        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2310
23112003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2312
2313        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2314
23152003-02-20      Till Straumann <strauman@slac.stanford.edu>
2316
2317        PR 354/networking
2318        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2319        chip against a table of supported chips. The untested ones are still
2320        commented out, however.
2321
23222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2323
2324        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2325        * configure.ac: AC_PREREQ(2.57).
2326        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2327        * optman/configure.ac: AC_PREREQ(2.57).
2328        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2329        * libchip/configure.ac: AC_PREREQ(2.57).
2330        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2331        * librdbg/configure.ac: AC_PREREQ(2.57).
2332        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2333        * libnetworking/configure.ac: AC_PREREQ(2.57).
2334
23352003-02-06      Joel Sherrill <joel@OARcorp.com>
2336
2337        * libnetworking/pppd/chat.c: Convert routines with common names to
2338        static. This included get_char(), put_char(), and character() among
2339        others.
2340
23412003-02-03      Joel Sherrill <joel@OARcorp.com>
2342
2343        PR 338/filesystem
2344        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2345        rtems_io_lookup_name() (API change).  Unused function removed.
2346
23472003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2348
2349        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2350        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2351        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2352        Eliminate *_O_FILES.
2353        * libnetworking/rtems_servers/Makefile.am,
2354        libnetworking/rtems_webserver/Makefile.am,
2355        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2356
23572002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2358
2359        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2360        Let all-local: depend on $(LIB).
2361        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2362        * optman/Makefile.am: Apply install-data-local to install *.rels.
2363
23642002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2365
2366        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2367        %.c rules.
2368        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2369        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2370        * libchip/rtc/Makefile.am: Ditto.
2371        * libchip/serial/Makefile.am: Ditto.
2372
23732002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2374
2375        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2376        LIBC_DEFINES.
2377        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2378        LIBC_DEFINES.
2379        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2380        LIBC_DEFINES.
2381
23822002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2383
2384        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2385
23862002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2387
2388        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2389        cache-checking.
2390        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2391
23922002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2393
2394        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2395        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2396        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2397        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2398        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2399
24002002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2401
2402        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2403        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2404        Remove.
2405        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2406
24072002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2408
2409        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2410        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2411
24122002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2413
2414        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2415        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2416
24172002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2418
2419        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2420        * optman/rel.am: New.
2421
24222002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2423
2424        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2425        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2426        braino in comment on "exec". Extend --enable-ada handling.
2427
24282002-11-04      Joel Sherrill <joel@OARcorp.com>
2429
2430        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2431        tasks and rolling multiple loops into 1.
2432        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2433        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2434        Removed warnings.
2435
24362002-10-31      Joel Sherrill <joel@OARcorp.com>
2437
2438        * libchip/network/dec21140.c: Removed warnings.
2439        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2440        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2441        librdbg/src/m68k/any/remdeb_xdr.c,
2442        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2443        warnings.
2444        * libnetworking/rtems_webserver/socket.c,
2445        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2446
24472002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2448
2449        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2450        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2451        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2452        above.
2453
24542002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2455
2456        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2457        * wrapup/.cvsignore: Remove autom4te.cache.
2458        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2459        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2460        autom4te.cache.
2461        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2462        autom4te.cache.
2463        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2464        autom4te.cache.
2465
24662002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2467
2468        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2469
24702002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2471
2472        * optman/.cvsignore: Add autom4te.cache.
2473
24742002-09-14      Joel Sherrill <joel@OARcorp.com>
2475
2476        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2477
24782002-09-07      Joel Sherrill <joel@OARcorp.com>
2479
2480        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2481        include files to resolve warnings.
2482
24832002-09-07      Chris Johns <ccj@acm.org>
2484
2485        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2486        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2487        which corrects the problem  where the cs8900.c file was actually the BSP
2488        glue.  Joel did some hacking so this file will compile.  Previously it
2489        required providing a target.h file to compile.
2490        * libchip/network/cs8900.c.bsp: New file.
2491
24922002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2493
2494        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2495
24962002-08-31      Joel Sherrill <joel@OARcorp.com>
2497
2498        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2499        eliminate warning.
2500
25012002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2502
2503        * configure.ac: Add ada-tests.
2504
25052002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2506
2507        * Makefile.am: Add preinstall-stamp.
2508
25092002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2510
2511        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2512        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2513        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2514        gcc31 happy.
2515        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2516        cp.
2517
25182002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2519
2520        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2521        make/bsp.mak.
2522        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2523        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2524
25252002-08-12      Joel Sherrill <joel@OARcorp.com>
2526
2527        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2528        avoid error.
2529
25302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2531
2532        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2533        * configure.ac: Add BSP_SUBDIRS.
2534        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2535        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2536        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2537        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2538        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2539        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2540        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2541        RTEMS_CHECK_BSP_CACHE.
2542        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2543        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2544        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2545        .$(OBJEXT) instead of .o.
2546        * libnetworking/pppd/Makefile.am,
2547        libnetworking/rtems_servers/Makefile.am,
2548        libnetworking/rtems_telnetd/Makefile.am,
2549        libnetworking/rtems_webserver/Makefile.am,
2550        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2551
25522002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2553
2554        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2555        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2556        ../libchip/serial/$(ARCH)/libserialio.a.
2557        * libchip/serial/Makefile.am: Don't tmp-install lib.
2558        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2559
25602002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2561
2562        * Makefile.am: Add rtems_makedir.
2563        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2564        * Makefile.am: Add wrapup-SUBDIR.
2565        * wrapup/ChangeLog: Remove.
2566        * wrapup/configure.ac: Remove.
2567        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2568        (Make the bare BSP happy).
2569        * configure.ac: Ditto.
2570        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2571        Create make/custom/default.cfg.
2572        * configure.ac: Add creation of make/custom/*.cfg. Create
2573        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2574
25752002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2576
2577        * Makefile.am: Clean $(PROJECT_RELEASE).
2578
25792002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2580
2581        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2582        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2583        prototype mismatches.
2584
25852002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2586
2587        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2588        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2589
25902002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2591
2592        * acinclude.m4: Add test "$multilib" != "yes".
2593        * config-ml.in: Remove.
2594        * acinclude.m4: Cleanups.
2595        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2596        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2597        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2598        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2599        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2600
26012002-07-16      Eric Norum <eric.norum@usask.ca>
2602
2603        * New driver for the Intel EtherExpressPro (82559ER) chip.
2604        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2605        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2606        * libchip/network/Makefile.am: Modified to reflect above.
2607
26082002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2609
2610        * acinclude.m4: New.
2611        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2612        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2613        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2614
26152002-07-01      Joel Sherrill <joel@OARcorp.com>
2616
2617        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2618        _Objects_Information_table now that it is a two dimensional array based
2619        upon API and class.
2620        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2621        of strnlen().
2622
26232002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2624
2625        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2626        preinstall libnetapps.a.
2627
26282002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2629
2630        * configure.ac: Remove librpc.
2631
26322002-06-25      Joel Sherrill <joel@OARcorp.com>
2633
2634        * Per PR233, moved librpc to exec.
2635        * configure.ac, wrapup/Makefile.am: Modified.
2636        * librpc, librpc/ChangeLog: Removed.
2637
26382002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2639
2640        * optman/Makefile.am: Remove multilib support.
2641        * optman/configure.ac: Ditto.
2642        * optman/sapi/Makefile.am: Ditto.
2643
26442002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2645
2646        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2647        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2648
26492002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2650
2651        Move networking libraries to c/src/exec/libnetworking
2652        * libnetworking/configure.ac, libnetworking/Makefile.am,
2653        libnetworking/wrapup/Makefile.am: Reflect Moval.
2654
26552002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2656
2657        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2658        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2659        <rtems/bspIo.h>.
2660
26612002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2662
2663        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2664        * libnetworking/rtems/mkrootfs.h: Ditto.
2665        * libnetworking/rtems/Makefile.am: Reflect changes above.
2666
26672002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2668
2669        * configure.ac: Remove lib.
2670
26712002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2672
2673        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2674        that exception stack frames on M68K members with VBR always are 6 byte
2675        long. The incorrect assumption resulted in some gdb commands like "next"
2676        to fail on the 68360.
2677
26782002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2679
2680        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2681        PR 220
2682        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2683        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2684        CVS.
2685        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2686        libnetworking/sys/filio.h: Remove.
2687        * libnetworking/sys/Makefile.am: Reflect changes above.
2688
26892002-05-07      Chris Johns <ccj@acm.org>
2690
2691        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2692        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2693        requires it to be stripped.
2694
26952002-05-01      Eric Norum <eric.norum@usask.ca>
2696
2697        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2698        assembly  to satisfy gcc 3.1 and newer.
2699
27002002-04-26      Eric Norum <eric.norum@usask.ca>
2701
2702        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2703        agressive optimization in gcc 3.1 does not reorder things.
2704
27052002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2706
2707        * libchip/network/dec21140.c: Reflect changes to powerpc's
2708        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2709        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2710        <rtems/score/cpu.h>.
2711        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2712        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2713
27142002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2715
2716        * optman/configure.ac: Remove ENABLE_GCC28.
2717
27182002-04-11      Chris Johns <ccj@acm.org>
2719
2720        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2721        driver control block field to the ifconfig network driver structure.
2722        This field is needed by the i82586 driver which was ported from NetBSD
2723        as it had better hardware abstraction.
2724        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2725        PR59, added the drv_ctrl driver control block field to the ifconfig
2726        network driver structure. This field is needed by the i82586 driver
2727        which was ported from NetBSD as it had better hardware abstraction.
2728
27292002-04-10      Mike Siers <mikes@poliac.com>
2730
2731        * libnetworking/rtems_webserver/NOTES,
2732        libnetworking/rtems_webserver/asp.c,
2733        libnetworking/rtems_webserver/balloc.c,
2734        libnetworking/rtems_webserver/default.c,
2735        libnetworking/rtems_webserver/ej.h,
2736        libnetworking/rtems_webserver/ejIntrn.h,
2737        libnetworking/rtems_webserver/ejlex.c,
2738        libnetworking/rtems_webserver/ejparse.c,
2739        libnetworking/rtems_webserver/emfdb.c,
2740        libnetworking/rtems_webserver/emfdb.h,
2741        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2742        libnetworking/rtems_webserver/handler.c,
2743        libnetworking/rtems_webserver/license.txt,
2744        libnetworking/rtems_webserver/md5.h,
2745        libnetworking/rtems_webserver/md5c.c,
2746        libnetworking/rtems_webserver/mime.c,
2747        libnetworking/rtems_webserver/misc.c,
2748        libnetworking/rtems_webserver/ringq.c,
2749        libnetworking/rtems_webserver/rom.c,
2750        libnetworking/rtems_webserver/security.c,
2751        libnetworking/rtems_webserver/sock.c,
2752        libnetworking/rtems_webserver/sym.c,
2753        libnetworking/rtems_webserver/uemf.c,
2754        libnetworking/rtems_webserver/uemf.h,
2755        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2756        libnetworking/rtems_webserver/url.c,
2757        libnetworking/rtems_webserver/value.c,
2758        libnetworking/rtems_webserver/wbase64.c,
2759        libnetworking/rtems_webserver/webcomp.c,
2760        libnetworking/rtems_webserver/webpage.c,
2761        libnetworking/rtems_webserver/webrom.c,
2762        libnetworking/rtems_webserver/webs.c,
2763        libnetworking/rtems_webserver/webs.h,
2764        libnetworking/rtems_webserver/websuemf.c,
2765        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2766        2.1.4.
2767
27682002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2769
2770        * libchip/network/i82586.c: Include <string.h>.
2771        * libchip/network/sonic.c: Ditto.
2772
27732002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2774
2775        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2776
27772002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2778
2779        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2780
27812002-03-27      Thomas.Doerfler@imd-systems.de
2782
2783        PR 144
2784        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2785        memory address 0 when called for the first time. This is done when
2786        trying to clear the variable "dhcp_hostname".
2787
27882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2789
2790        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2791        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2792        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2793        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2794        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2795        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2796        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2797        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2798        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2799        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2800        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2801        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2802        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2803        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2804        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2805        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2806        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2807        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2808        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2809        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2810        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2811        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2812        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2813        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2814        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2815        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2816        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2817        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2818        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2819        AUTOMAKE_OPTIONS.
2820        * libnetworking/configure.ac:
2821        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2822        foreign 1.6]).
2823        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2824        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2825        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2826        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2827        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2828        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2829        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2830        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2831        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2832        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2833        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2834        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2835        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2836        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2837        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2838        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2839        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2840
28412002-03-27      Ilya Alexeev <ilya@continuum.ru>
2842
2843        PR 162
2844        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2845        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2846        used in a device write routines.  Now ppp_softc structure have own
2847        character for writing to device (sc_outchar).  I think that converting
2848        local variables to static is not a right solution, because problems will
2849        occur in the case of two or more ppp instances.
2850        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2851        must be u_long, otherwise in the case of the big output packet endless
2852        loop may occur.
2853
28542002-03-21      Ilya Alexeev <ilya@continuum.ru>
2855
2856        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2857        preparations for multiple PPPD connections.
2858
28592002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2860
2861        PR 149
2862        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2863        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2864        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2865        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2866
28672002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2868
2869        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2870        * configure.ac: Modified to reflect addition.
2871
28722002-02-27      Ilya Alexeev <ilya@continuum.ru>
2873
2874        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2875        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2876        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2877        capabilities as well as eliminate some warnings.
2878
28792002-02-27      Eric Norum <eric.norum@usask.ca>
2880
2881        * libnetworking/net/radix.c: Properly handle fetching the default route
2882        when there is no route.  This was a bug in the original FreeBSD code and
2883        this fix is from an updated version of their code.
2884
28852002-02-16      Eric Norum <eric.norum@usask.ca>
2886
2887        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2888        checking.
2889
28902002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2891
2892        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2893        dodefaultroute.
2894
28952002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2896
2897        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2898        include <rtems/seterr.h>.
2899
29002002-02-01      Mike Siers <mikes@poliac.com>
2901
2902        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2903        avoid bringing the link down too fast. NOTE: Mike reports successfully
2904        running at 56K baud on a direct link.
2905
29062002-02-01      Eric Valette <valette@crf.canon.fr>
2907
2908        * librdbg/So many patches have been posted recently on the mailing list
2909        and  because we were unable to find correct solution to compile on
2910        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2911        because the coding  style of rdbg was rather inconsistant among various
2912        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2913        global coding style (using indent + manual edits), 2) incorporate/review
2914        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2915        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2916        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2917        after rdbg initialization is done, NB : the paches is huge but it is
2918        mainly due to coding styke chnages.  Only few lines of codes have been
2919        really changed and they do not impact  rdbg functionnality (AFAIKT).
2920        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2921        librdbg/include/rdbg/m68k/rdbg_f.h,
2922        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2923        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2924        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2925        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2926        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2927        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2928        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2929        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2930        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2931        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2932        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2933        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2934        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2935        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2936        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2937        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2938
29392002-01-31      Mike Siers <mikes@poliac.com>
2940
2941        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2942        * Nice Update of PPPD support which eliminates the requiremetn that
2943        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2944        and reports that it seems to be more stable and handle larger packets
2945        better.  This patch replaces the termios tasks with more general pppd
2946        network driver tasks.  The functions pppinput() and pppstart() get
2947        called from the interrupt service routine.
2948        * libnetworking/Makefile.am, libnetworking/configure.ac,
2949        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2950        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2951        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2952        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2953        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2954        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2955        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2956        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2957        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2958        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2959        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2960        libnetworking/net/route.c, libnetworking/net/route.h,
2961        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2962        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2963        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2964        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2965        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2966        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2967        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2968        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2969        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2970        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2971        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2972        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2973        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2974        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2975        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2976        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2977        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2978        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2979        libnetworking/pppd/example/README,
2980        libnetworking/pppd/example/netconfig.h,
2981        libnetworking/wrapup/Makefile.am: Modified.
2982        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2983        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2984        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2985        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2986        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2987        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2988        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2989        libnetworking/modem/pppcompress.c: Subdirectory removed.
2990
29912002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2992
2993        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2994        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2995
29962002-01-18      Till Straumann <strauman@slac.stanford.edu>
2997
2998        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2999        issues: - exception handler needs to enable MSR_FP if the interrupted
3000        thread is FP enabled. - printk message for MSR fixed and added
3001        stacktrace. NOTE: this requires the stacktrace patch to
3002        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3003        however).
3004
30052002-01-06      Joel Sherrill <joel@OARcorp.com>
3006
3007        * optman/.cvsignore: Added aclocal.m4 and configure.
3008        * optman/.cvsignore: New file.
3009
30102002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3011
3012        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3013
30142002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3015
3016        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3017        * optman/ChangeLog: New.
3018        * optman/configure.ac: New.
3019        * optman/Makefile.am: New.
3020        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3021        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3022
30232001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3024
3025        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3026
30272001-12-18      Eric Norum <eric.norum@usask.ca>
3028
3029        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3030        `directories' (path names with a / at the end) while disallowing open()
3031        operations on TFTP `directories'.
3032
30332001-12-07      Eric Norum <eric.norum@usask.ca>
3034
3035        * libnetworking/lib/tftpDriver.c: Restore write capability.
3036
30372001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3038
3039        * libchip/network/sonic.h: Fix typo.
3040        * libnetworking/arpa/Makefile.am: Remove stray lines.
3041
30422001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3043
3044        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3045
30462001-10-18      Eric Norum <eric.norum@usask.ca>
3047
3048        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3049        chdir() and open() operations within the TFTP file system.
3050
30512001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3052
3053        * librdbg/configure.ac: Fix latent bug exposed by removal of
3054        config.cache's which prevented powerpc targets librdbg from building.
3055
30562001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3057
3058        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3059        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3060        autoconf-2.52 happy.
3061
30622001-10-12      Mike Siers <mikes@poliac.com>
3063
3064        * libnetworking/Update to stable working state.  Congratulations Mike!
3065        :).
3066        * libnetworking/modem_example: Directory removed.
3067        * libnetworking/modem_example/16550.h,
3068        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3069        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3070        libnetworking/modem_example/ppp.h,
3071        libnetworking/modem_example/pppcompress.c: Files removed.
3072        * libnetworking/pppd/example/pppd.options: New file.
3073        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3074        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3075        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3076        libnetworking/pppd/rtemsmain.c: Updated.
3077
30782001-10-12      Joel Sherrill <joel@OARcorp.com>
3079
3080        * libchip/serial/z85c30.c: Fixed typo.
3081
30822001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3083
3084        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3085        * configure.in: Remove.
3086        * configure.ac: New file, generated from configure.in by autoupdate.
3087        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3088        * libchip/configure.in: Remove.
3089        * libchip/configure.ac: New file, generated from configure.in by
3090        autoupdate.
3091        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3092        * librdbg/configure.in: Remove.
3093        * librdbg/configure.ac: New file, generated from configure.in by
3094        autoupdate.
3095        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3096        * libnetworking/configure.in: Remove.
3097        * libnetworking/configure.ac: New file, generated from configure.in by
3098        autoupdate.
3099
31002001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3101
3102        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3103        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3104        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3105
31062001-09-27      Joel Sherrill <joel@OARcorp.com>
3107
3108        * libchip/ChangeLog: Fixed typo in date.
3109
31102001-09-27      Eric Norum <eric.norum@usask.ca>
3111
3112        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3113        TFTP  filesystem.
3114
31152001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3116
3117        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3118        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3119        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3120        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3121        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3122        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3123        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3124        'PREINSTALL_FILES ='.
3125        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3126        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3127        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3128        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3129        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3130        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3131        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3132        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3133        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3134        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3135        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3136        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3137
31382001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3139
3140        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3141        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3142        * librdbg/src/m68k/any/Makefile.am: Ditto.
3143        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3144        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3145        happy.
3146
31472001-09-21      Joel Sherrill <joel@OARcorp.com>
3148
3149        * libchip/network/Makefile.am: Fixed typo on file name.
3150        * libchip/network/i82586.c: Commented out line 318 which is referencing
3151        a member of a structure that is not currently there.  This needs to be
3152        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3153        to C style.
3154
31552001-09-19      Eric Norum <eric.norum@usask.ca>
3156
3157        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3158
31592001-09-19      Chris Johns <ccj@acm.org>
3160
3161        * libchip/network/README.i82586, libchip/network/i82586.c,
3162        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3163        Network driver for Intel i82586.
3164        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3165        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3166        "root" filesystem with information obtained via the DHCP response.
3167
31682001-09-14      Eric Norum <eric.norum@usask.ca>
3169
3170        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3171        make gcc 3.x happy.
3172
31732001-08-16      Mike Siers <mikes@poliac.com>
3174
3175        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3176        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3177        These support callback functionality that has not even been compiled
3178        under RTEMS yet.
3179        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3180        example application.  Mike's notes on the modifications: - renamed
3181        error() function because of namespace problems - removed calls to the
3182        exit() funciton - removed extra files from the pppd source directory -
3183        defined pppd task constant values in rtemspppd.h - modifyied example
3184        code to get actual tick per second value - placed the pppd 2.3.11 man
3185        page file (pppd.8) into the pppd directory.
3186        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3187        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3188        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3189        libnetworking/pppd/rtems-ppp.c: Deleted.
3190        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3191        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3192        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3193        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3194        libnetworking/pppd/example/init.c,
3195        libnetworking/pppd/example/netconfig.h,
3196        libnetworking/pppd/example/ppp.conf,
3197        libnetworking/pppd/example/pppdapp.c,
3198        libnetworking/pppd/example/system.h: New files.
3199        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3200        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3201        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3202        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3203        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3204        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3205        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3206        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3207        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3208        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3209        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3210        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3211        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3212        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3213        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3214
32152001-08-16      Joel Sherrill <joel@OARcorp.com>
3216
3217        * libnetworking/pppd/example/Makefile: Removed.
3218        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3219        to avoid bootstrap -c clobbering it.
3220        * libnetworking/rtems_telnetd/.cvsignore: New file.
3221
32222001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3223
3224        * libnetworking/Makefile.am, libnetworking/configure.in,
3225        libnetworking/rtems_servers/Makefile.am,
3226        libnetworking/rtems_servers/telnetd.c,
3227        libnetworking/rtems_servers/telnetd.h,
3228        libnetworking/rtems_telnetd/Makefile.am,
3229        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3230        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3231        libnetworking/rtems_telnetd/telnetd.c,
3232        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3233        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3234        effect when ftpd change. - the tcp/ip stats have been implemented into
3235        icmds.c and started when telnetd daemon is started.
3236        * libnetworking/rtems_servers/telnetd.c,
3237        libnetworking/rtems_servers/telnetd.h: Removed.
3238        * libnetworking/rtems_telnetd: New directory.
3239        * libnetworking/rtems_telnetd/Makefile.am,
3240        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3241        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3242        libnetworking/rtems_telnetd/telnetd.c,
3243        libnetworking/rtems_telnetd/telnetd.h: New files.
3244
32452001-06-14      Joel Sherrill <joel@OARcorp.com>
3246
3247        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3248        Moved from libmisc/shell so the network stack to address network
3249        depenendency.
3250        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3251
32522001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3253
3254        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3255
32562001-05-15      Joel Sherrill <joel@OARcorp.com>
3257
3258        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3259        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3260        accidentally deleted the incorrectly empty versions.
3261
32622001-05-14      Till Straumann <strauman@slac.stanford.edu>
3263
3264        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3265        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3266        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3267        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3268        to know the values) - the affected BSP (shared/motorola) headers have
3269        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3270        driver (libchip/network/dec21140.c) has been fixed to use
3271        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3272        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3273        who is using this driver. - the DEC driver also has been fixed to use
3274        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3275        delay_in_bus_cycles().
3276
32772001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3278
3279        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3280
32812001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3282
3283        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3284
32852001-04-24      Eric Norum <eric.norum@usask.ca>
3286
3287        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3288        NTP synchronization a little more robust -- no NTP daemon yet, but at
3289        least it trys a little harder when the primary NTP server is down.
3290
32912001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3292
3293        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3294        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3295        libnetworking/pppd/modem_example/modem.c,
3296        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3297        other strings into English.
3298        * libnetworking/pppd/STATUS: updated to reflect the changes.
3299
33002001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3301
3302        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3303        again.
3304
33052001-04-20      Eric Valette <valette@crf.canon.fr>
3306
3307        * mcp750 directory renamed new_exception processing as it supports many
3308        more CPU models.
3309        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3310        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3311        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3312        formerly in mcp750 plus modifications.
3313        * librdbg/src/powerpc/mcp750/.cvsignore,
3314        librdbg/src/powerpc/mcp750/Makefile.am,
3315        librdbg/src/powerpc/mcp750/remdeb.h,
3316        librdbg/src/powerpc/mcp750/remdeb_f.x,
3317        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3318        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3319        new_exception_processing.
3320        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3321        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3322        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3323        part of this effort to add support for the MPC8xx.
3324
33252001-04-19      Joel Sherrill <joel@OARcorp.com>
3326
3327        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3328        internal include files.
3329
33302001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3331
3332        PR 158
3333        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3334        rcmd() library call by commenting out the parts that deal with signals.
3335        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3336        stdio. The 'server-side' parts of this file which deal with
3337        authentication are disabled since they are not needed.
3338
33392001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3340
3341        * libnetworking/include/.cvsignore: Remove dangling file.
3342
33432001-03-14      Joel Sherrill <joel@OARcorp.com>
3344
3345        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3346        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3347        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3348        libchip style serial drivers can be written in libcpu or libbsp.
3349
33502001-03-01      Joel Sherrill <joel@OARcorp.com>
3351
3352        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3353        libchip/network/sonic.c, libchip/network/sonic.h,
3354        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3355        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3356        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3357        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3358        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3359        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3360        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3361        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3362
33632001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3364
3365        * librdbg/include/rdbg/Makefile.am,
3366        librdbg/include/rdbg/i386/Makefile.am,
3367        librdbg/include/rdbg/m68k/Makefile.am,
3368        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3369        style on include files.
3370
33712001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3372
3373        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3374        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3375        replace ${..} with $(..).
3376        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3377        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3378        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3379        libnetworking/rtems/Makefile.am, libnetworking/
3380        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3381        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3382        include_*HEADERS instead of H_FILES.
3383        * libnetworking/include/Makefile.am: Remove.
3384        * libnetworking/Makefile.am: Add handling of *.h files.
3385        * libnetworking/configure.in: Remove include/Makefile.
3386
33872001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3388
3389        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3390
33912001-01-31      Sergei Organov <osv@javad.ru>
3392
3393        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3394        current dir and root dir removed in favor of new libio support for
3395        task-local current and root directories. - Bug in `close_data_socket()'
3396        introduced by previous change fixed. - `command_pasv()' changed to set
3397        timeout on socket we are listening on and code fixed to don't close
3398        socket twice on error. - `serr()' changed to clear `errno'. -
3399        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3400        changed to clear `errno' before processing session. -
3401        `close_data_socket()' fixed to close both active and passive sockets -
3402        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3403        empty string  in `exec_command()'.
3404
34052001-01-25      Eric Norum <eric.norum@usask.ca>
3406
3407        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3408        improves throughput on systems which are dropping packets.   Only the
3409        first timeout is reduced.  This keeps the number of extra packets down
3410        on networks that are very busy and dropping lots of packets.
3411
34122001-01-24      Sergei Organov <osv@javad.ru>
3413
3414        * libnetworking/rtems_servers/ftpd.c,
3415        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3416        - Timeouts on sockets implemented. 'idle' field added to configuration.
3417        No timeout by default to keep backward compatibility. Note: SITE IDLE
3418        command not implemented yet. - Basic global access control implemented.
3419        'access' field added to configuration. No access limitations by default
3420        to keep backward compatibility. - Anchor data socket for active mode
3421        (using self IP and port 20.) - Fixed default data port support (still
3422        not tested). - Don't allow IP address different from originating host in
3423        PORT command to improve security. - Fixed bug in MDTM command. - Check
3424        for correctness of parsing of argument in command_port(). - Fixed
3425        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3426        a directory. - Command parsing a little bit improved: command names are
3427        now converted to upper-case to be more compatible with RFC (command
3428        names are not case-sensitive.) - Reformat comments so that they have
3429        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3430        previous changes - True ASCII mode implemented (doesn't work for hooks
3431        and /dev/null) - Passive mode implemented, PASV command added. - Default
3432        port for data connection could be used (untested, can't find ftp client
3433        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3434        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3435
34362001-01-18      Joel Sherrill <joel@OARcorp.com>
3437
3438        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3439        macro using variable arguments.
3440        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3441        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3442        since I updated the main RTEMS development machine to RedHat 7.2 and
3443        apparently got a new version of rpcgen.
3444
34452001-01-12      Sergei Organov <osv@javad.ru>
3446
3447        * libnetworking/rtems_servers/ftpd.c,
3448        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3449        - use pool of pre-created threads to handle sessions instead of
3450        creating/deleting threads on the fly - LIST output is now similar to
3451        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3452        happy with it. - LIST NAME now works (both for files and directories) -
3453        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3454        clients happy  - keep track of CWD for every session separately -
3455        ability to specify root directory name for FTPD in configuration table.
3456        FTPD will then create illusion for FTP clients that this is actually
3457        root directory. - ignore options sent in commands, thus LIST -al FILE
3458        works and doesn't try to list "-al" directory. - buffers are allocated
3459        on stack instead of heap where possible to eliminate malloc/free calls
3460        (avoid possible heap fragmentation troubles). - drop using of task
3461        notepad to pass parameters - use function arguments instead - use
3462        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3463        in socket() instead of AF_INET.
3464
34652001-01-02      Joel Sherrill <joel@OARcorp.com>
3466
3467        * libnetworking/CHANGELOG: Removed.
3468        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3469
34702000-12-14      Eric Norum <eric.norum@usask.ca>
3471
3472        * libnetworking/lib/tftpDriver.c: Added write capability.
3473
34742000-12-08      Joel Sherrill <joel@OARcorp.com>
3475
3476        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3477        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3478        numerous variable declarations conditional on PPP_COMPRESS and
3479        PPP_FILTER.  Commented out variables that were not used because the code
3480        using them was commented out. Removed totally unused variables.
3481        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3482        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3483
34842000-11-30      Joel Sherrill <joel@OARcorp.com>
3485
3486        * libnetworking/modem/ppp_tty.c: Changed to include
3487        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3488        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3489        * libnetworking/Makefile.am: Modified to reflect above.
3490
34912000-11-27      Joel Sherrill <joel@OARcorp.com>
3492
3493        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3494
34952000-11-25      Eric Norum <eric.norum@usask.ca>
3496
3497        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3498        core.
3499
35002000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3501
3502        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3503        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3504        subdir.
3505        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3506        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3507        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3508        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3509        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3510        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3511        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3512        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3513        ppp_tty.c and the real pppd main is in pppmain.c.
3514
35152000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3516
3517        * libchip/network/sonic.c: Added ipalign() routine to align the received
3518        packet so that the ip header is on a 32-bit boundary. Necessary for
3519        cpu's that do not allow unaligned loads and stores and when the 32-bit
3520        DMA mode is used.
3521
35222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3523
3524        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3525        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3526        ACLOCAL_AMFLAGS.
3527        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3528        ACLOCAL_AMFLAGS.
3529        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3530        ACLOCAL_AMFLAGS.
3531
35322000-11-03      Chris Johns <ccj@acm.org>
3533
3534        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3535        libchip/network/cs8900.h: New files.
3536
35372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3538
3539        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3540        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3541        $(RTEMS_TOPdir)/aclocal.
3542        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3543        $(RTEMS_TOPdir)/aclocal.
3544        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3545        $(RTEMS_TOPdir)/aclocal.
3546
35472000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3548
3549        * configure.in: Switch to GNU-canonicalization.
3550        * Makefile.am: Reflect changes to configure.in.
3551        * acinclude.m4: Remove.
3552
35532000-10-30      Joel Sherrill <joel@OARcorp.com>
3554
3555        * POSIX include files merged into newlib.  This resulted in some
3556        definitions moving to other files and thus some secondary effects in
3557        RTEMS source code.
3558        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3559        in sync with newlib's <machine/types.h>.
3560        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3561        definition of struct itimerval in <sys/time.h>.
3562
35632000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3564
3565        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3566        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3567        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3568        * ChangeLog: Fix typos.
3569        * configure.in: add tests to the GNU canonicalized subdirectories.
3570
35712000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3572
3573        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3574        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3575        the lib directory before configuring lib/.
3576
35772000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3578
3579        * configure.in, Makefile.am: add exec to the GNU canonicalized
3580        subdirectories.
3581        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3582        * configure.in: add libnetworking, librpc and librdb to the GNU
3583        canonicalized subdirectories.
3584        * configure.in: add libmisc and libchip to the GNU canonicalized
3585        subdirectories.
3586        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3587        Switch to GNU canonicalization.
3588        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3589        Switch to GNU canonicalization.
3590        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3591        Switch to GNU canonicalization.
3592
35932000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3594
3595        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3596        canonicalization to libfs/. The approach is currently a bit of a hack as
3597        GNU canonicalization does not support the per-BSP build some of the
3598        other directories require.  As more of the tree is converted, this will
3599        become less  of an issue.
3600
36012000-10-20      Joel Sherrill <joel@OARcorp.com>
3602
3603        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3604        parameter.
3605
36062000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3607
3608        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3609        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3610        * librdbg/configure.in: Add m68k support.
3611        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3612        subdirectory.
3613        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3614        failure.
3615        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3616        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3617        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3618        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3619        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3620        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3621        librdbg/src/m68k/.cvsignore: New files.
3622        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3623        function pointers.
3624        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3625        _after_ pointer has been checked against NULL.
3626
36272000-10-18      Joel Sherrill <joel@OARcorp.com>
3628
3629        * wrapup/Makefile.am: Added libfs.
3630
36312000-10-18      Chris Johns <ccj@acm.org>
3632
3633        * libfs created.
3634        * configure.in: Added libfs subdirectory.
3635        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3636
36372000-09-28      Joel Sherrill <joel@OARcorp.com>
3638
3639        * libnetworking/rtems_webserver/Makefile.am,
3640        libnetworking/rtems_webserver/base64.c,
3641        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3642        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3643
36442000-09-22      Joel Sherrill <joel@OARcorp.com>
3645
3646        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3647        libnetworking/rtems/rtems_bsdnet_internal.h,
3648        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3649        have included rtems.h.  It is now including precisely the  least amount
3650        of low level, yet portable .h files to get the basic RTEMS types
3651        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3652        used machine/types.h to include rtems.h.
3653
36542000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3655
3656        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3657
36582000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3659
3660        * libnetworking/ChangeLog: Cleanup.
3661
36622000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3663
3664        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3665        * libchip/ChangeLog: Fix formating.
3666
36672000-09-05      Joel Sherrill <joel@OARcorp.com>
3668
3669        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3670        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3671        confusion and to work with the converted flags.
3672
36732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3674
3675        * wrapup/Makefile.am: Include compile.am.
3676        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3677        libchip/serial/Makefile.am: Include compile.am.
3678        * librdbg/src/i386/any/Makefile.am,
3679        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3680        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3681        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3682        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3683        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3684        libnetworking/rtems_servers/Makefile.am,
3685        libnetworking/rtems_webserver/Makefile.am,
3686        libnetworking/wrapup/Makefile.am: Include compile.am.
3687
36882000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3689
3690        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3691        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3692
36932000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3694
3695        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3696
36972000-08-31      Joel Sherrill <joel@OARcorp.com>
3698
3699        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3700        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3701        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3702        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3703        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3704        * libnetworking/wbase64.c: Removed.
3705        * libnetworking/Makefile.am, libnetworking/asp.c,
3706        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3707        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3708        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3709        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3710        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3711        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3712        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3713        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3714        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3715        Modified.
3716
37172000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3718
3719        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3720
37212000-08-30      Joel Sherrill <joel@OARcorp.com>
3722
3723        * libnetworking/rtems_webserver/license.txt: New file.
3724
37252000-08-10      Joel Sherrill <joel@OARcorp.com>
3726
3727        * ChangeLog: New file.
3728        * libchip/ChangeLog: New file.
3729        * librdbg/ChangeLog: New file.
3730        * libnetworking/ChangeLog: New file.
3731
Note: See TracBrowser for help on using the repository browser.