source: rtems/c/src/ChangeLog @ 456a776

4.104.115
Last change on this file since 456a776 was 37f9717a, checked in by Joel Sherrill <joel.sherrill@…>, on 10/05/09 at 14:39:26

2009-10-05 Joel Sherrill <joel.sherrill@…>

  • libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a shared irq.h yet and this breaks a significant number of them.
  • Property mode set to 100644
File size: 151.1 KB
Line 
12009-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a
4        shared irq.h yet and this breaks a significant number of them.
5
62009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt
9        model.
10
112009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * libchip/serial/z85c30.c, libchip/serial/ns16550.c,
14        libchip/serial/mc68681.c: Reflect termios_baud_to_number having been
15        renamed to rtems_termios_baud_to_number.
16
172009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * libchip/serial/sersupp.h: Remove termios_baud_to_index,
20        termios_baud_to_number (duplicate prototypes).
21        Add C++-guards.
22        Include rtems/termiostypes.h.
23
242009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
27
282009-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * aclocal/check-networking.m4: Disable TCP/IP on targets without enough
31        physical address to support BSD TCP/IP stack.
32
332009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * libchip/network/elnk.c: Convert calls to legacy routine
36        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
37
382009-08-03      Roger Dahlkvist <ruppe@kth.se>
39
40        * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
41
422009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * libchip/ide/ata.c: Remove warning.
45
462009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to
49        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
50        now use the same macros.
51        * aclocal/bsp-bspcleanup-options.m4: New file.
52
532009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
54
55        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Removed
56        obsolete defines and declarations.  Set initial baud during device
57        open.  Fixed interrupt mode.
58
592009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the
62        GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to
63        EINVAL and ENOTTY as appropriate.
64
652009-05-30      Chris Johns <chrisj@rtems.org>
66
67        * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave
68        devices on an IDE bus and cleaned up the initialisation register
69        call.
70
712009-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * libchip/network/i82586.c: Fix warning in manner suggested by
74        Arnout Vandecappelle <arnout@mind.be> in
75        http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
76
772009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * libchip/network/if_dc.c: Fixed warnings.
80
812009-05-03      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
84        as needed.
85
862009-04-29      Chris Johns <chrisj@rtems.org>
87
88        * libchip/ide/ata.c: Remove a detection test that fails in qemu.
89
90        * libchip/ide/ide_controller.c: Change the status detection and
91        add a message if the transfer fails. There is currently no error
92        handle at the IDE drvier level.
93
942009-03-12      Daniel Hellstrom <daniel@gaisler.com>
95
96        PR 1392/bsps
97        * libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
98        over multiple pages results in extra data being written.
99
1002009-02-27      Gene Smith <gene.smith@siemens.com>
101
102        PR 1356
103        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
104        cards.
105
1062009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
109        enabled on x86.
110
1112009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * aclocal/bspopts.m4: Quoting cosmetics.
114
1152009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
116
117        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
118        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
119        writes.  Fixed integer type in device structure.
120
1212009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * libchip/serial/ns16550.c: Turn on ns16550_process() for
124        BSP_FEATURE_IRQ_LEGACY case also.
125
1262008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
127
128        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
129        level LibI2C interface.  Added generic block IO functions.
130
1312008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
134        optman/rtems/no-msg.c, optman/rtems/no-part.c,
135        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
136        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
137        optman/sapi/no-ext.c, optman/sapi/no-io.c:
138        Revert previous patch (cvs clash with Joel hacking cpukit).
139
1402008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * aclocal/canonical-target-name.m4: Remove tic4x.
143
1442008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
147
1482008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
151        optman/rtems/no-msg.c, optman/rtems/no-part.c,
152        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
153        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
154        optman/sapi/no-ext.c, optman/sapi/no-io.c:
155        Fix prototypes.
156
1572008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
160
1612008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
162
163        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
164        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
165        duplicated data.
166
1672008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
168
169        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
170        SuperCore Handler initialization routines to directly pull parameters
171        from configuration table.
172
1732008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
176        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
177        optman/rtems/no-part.c, optman/rtems/no-region.c,
178        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
179        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
180        initialization routines to directly pull parameters from
181        configuration table. Eliminate empty routines sportted.
182
1832008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
186
1872008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
190        all public use of TOD conversion routines.
191
1922008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
193
194        * libchip/network/smc91111config.h:
195        #include <stdint.h> instead of <rtems/stdint.h>.
196
1972008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
200        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
201
2022008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
203
204        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
205
2062008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
207
208        * libchip/serial/ns16550.c: Transmit the character in the polled write
209        function within a critical section for printk() compatibility.
210
2112008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
212
213        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
214
2152008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
216
217        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
218
2192008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
220
221        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
222
2232008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
224
225        * aclocal/bsp-bootcard-options.m4: Fix quoting.
226
2272008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * aclocal/bsp-bootcard-options.m4: New file.
230        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
231
2322008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
233
234        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
235        BSPs that support this feature.
236
2372008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * libchip/serial/ns16550.c: Fix typo.
240
2412008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * libchip/serial/ns16550.c: Fix typo.
244
2452008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
246
247        * libchip/serial/ns16550.c: Add not supported on arm even though it is
248        not simple vectored.
249
2502008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
251
252        * libchip/serial/ns16550.c: Not currently supported on architectures
253        with simple vectored interrupt model.
254
2552008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * aclocal/version.m4: Bump RTEMS_API to 4.10.
258        Bump _RTEMS_VERSION to 4.9.99.0.
259
2602008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
261
262        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
263        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
264        functions have now static linkage type.  Added constant qualifier to
265        operations table and read-only function parameters.
266
267        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
268        c/src/libchip/serial/serial.h:  Include required header files.  Removed
269        support for old PowerPC exception handling.  Various fixes for
270        interrupt related routines.  Added support for BSPs with IRQ extension
271        API.
272
2732008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
274
275        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
276        is no PCI bus based upon the BSP not having a base address defined.
277        This means this driver cannot be supported on that board.
278
2792008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
280
281        * libchip/network/dec21140.c, libchip/network/elnk.c,
282        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
283
2842008-09-17      Miao Yan <yanmiaobest@gmail.com>
285
286        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
287        add simple device only filesystem (devfs), optionally completely drop
288        out filesystem, and to clean up disabling newlib reentrancy support.
289        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
290        now has a 15K code space.
291        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
292        Removed.
293
2942008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * libchip/ide/ata.h: Convert to Unix file format.
297
2982008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
301        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
302        libchip/serial/serial.h, libchip/serial/serprobe.c,
303        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
304        Convert to "bool".
305        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
306        libchip/i2c/spi-memdrv.h: Convert to "bool".
307        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
308        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
309        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
310        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
311        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
312        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
313        Convert to "bool".
314        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
315        Convert to "bool".
316        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
317        Convert to "bool".
318
3192008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
320
321        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
322        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
323        memory driver to not use the clock ioctl to install a method to poll
324        for input. It now uses a Class API Timer which means we can eliminate
325        this special IOCTL from all clock drivers.
326        * libchip/shmdr/setckvec.c: Removed.
327
3282008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
329
330        * libchip/network/sonic.c: Do not declare a variable just to hold an
331        ignored return value.
332
3332008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
334
335        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
336
3372008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
338
339        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
340        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
341
3422008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
343
344        * libchip/display/disp_hcms29xx.c: Do not make these static. They
345        appear to be unused that way.
346
3472008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
348
349        * libchip/shmdr/shm_driver.h: Correct prototypes.
350
3512008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
352
353        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
354        variables and made methods static.
355
3562008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
357
358        * libchip/serial/ns16550.c: Fix warning.
359
3602008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
361
362        * aclocal/prog-cc.m4: Add -Wnested-externs.
363
3642008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
365
366        * libchip/network/dec21140.c: Add missing prototype.
367        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
368
3692008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
370
371        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
372        -Wstrict-prototypes to RTEMS_CFLAGS.
373
3742008-08-02      Chris Johns <chrisj@rtems.org>
375
376        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
377        rtems_blkdev_request count and start references. Use
378        RTEMS_BLKDEV_START_BLOCK.
379
3802008-07-29      Chris Johns <chrisj@rtems.org>
381
382        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
383
384        * libchip/ide/ata.c: Change to use a mutex rather than disable
385        pre-emption. Updated to the libblock changes.
386
387        * libchip/ide/ata_internal.h: Updated to the new chains API.
388
389        * libchip/ide/ide_controller.c: Updated to the libblock
390        changes. Added come debug tracing.
391
392        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
393        to the libblock changes.
394
3952008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
396
397        * configure.ac: Remove RPCGEN, RPCTOOLS.
398
3992008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
400
401        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
402        for output format specifiers.
403
4042008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
405
406        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
407        Fixed some data types
408
4092008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
410
411        * libchip/i2c/spi-sd-card.c: Added missing header file.
412        * libchip/Makefile.am: Added SD Card driver.
413
4142008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
415
416        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
417        make glyphs non-constant, added file headers
418
4192008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
420
421        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
422        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
423        * libchip/display/font_hcms29xx.h
424        Creation of SPI display driver
425
4262008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
427
428        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
429        via SPI.
430
4312008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
432
433        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
434        AC_PREREQ(2.62).
435
4362008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
437
438        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
439
4402008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
441
442        * libchip/Makefile.am: Move termios helper routines from libchip to
443        libcsupport. Add routine which makes it easy for a termios device
444        driver to inform termios of its default baud rate. This avoids
445        inconsistencies in later termios settings changes.
446        * libchip/serial/termios_baud2index.c,
447        libchip/serial/termios_baud2num.c: Removed.
448
4492008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
450
451        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
452
4532008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
454
455        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
456        not fail if there are none.
457
4582008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
459
460        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
461        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
462        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
463        * libchip/Makefile.am:
464        derived a generic spi memory driver from spi-flash-m25p40,
465        added descriptor for fram fm25l256
466
4672008-05-07      Till Straumann <strauman@slac.stanford.edu>
468
469        PR 649/bsps
470        * libchip/ide/ata.c: Give up if the interface does not become ready.
471
4722008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
473
474        Moved to cpukit.
475        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
476        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
477        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
478        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
479        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
480        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
481        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
482        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
483        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
484        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
485        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
486        nfsclient/src/xdr_mbuf.c: Removed.
487
4882008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
489
490        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
491
4922008-01-05      Chris Johns <chrisj@rtems.org>
493
494        * libchip/flash/am29lv160.c: Update the blank check error message
495        to say there is an error.
496       
4972007-12-22      Chris Johns <chrisj@rtems.org>
498
499        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
500        the hello message. Just one line but still a little too long.
501       
5022007-12-14      Chris Johns <chrisj@rtems.org>
503
504        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
505        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
506        * libchip/flash, libchip/flash/am29lv160.c,
507        libchip/flash/am29lv160.h: New.
508
5092007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
510
511        * libchip/network/if_fxp.c: Spacing.
512
5132007-11-20      Till Straumann <strauman@slac.stanford.edu>
514
515        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
516        Avoid using 'stdio' before the system is up and fully
517        initialized.
518
5192007-11-20      Till Straumann <strauman@slac.stanford.edu>
520
521        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
522        * libchip/Makefile.am, libchip/preinstall.am:
523        added new driver for Maxim DS1375 i2c RTC.
524
5252007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
526
527        * libchip/i2c/spi-flash-m25p40.c:
528        added addressing call in write function
529
5302007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
531
532        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
533        * libchip/Makefile.am:
534        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
535
5362007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
537
538        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
539
5402007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
541
542        * nfsclient/Makefile.am: Fix errors.
543
5442007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
545
546        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
547
5482007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
549
550        * aclocal/version.m4: Bump RTEMS_API to 4.9.
551        Bump RTEMS_VERSION to 4.8.99.0.
552
5532007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
554
555        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
556
5572007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
558
559        * configure.ac: Remove AC_PROG_AWK (Unused).
560
5612007-09-14      Daron Chabot <djc915@mail.usask.ca>
562
563        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
564        rtems_interrupt_vector, to permit passing arbitrary arguments to the
565        ISR. Clean up of variables to silence compiler warnings.
566
5672007-09-13      Daniel Hellstrom <daniel@gaisler.com>
568
569        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
570
5712007-09-12      Daniel Hellstrom <daniel@gaisler.com>
572
573        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
574          - Odd bit bug in some chips taken care of.
575          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
576            alignment but failing to do so must have made the driver writer to make
577            some incorrect assumptions about MBUFs.
578          - Fixed MBUF handling to handle mbuf chains better. The Data length of
579            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
580          - Made while loop responsible for copying data to fifo port copy 16 shorts
581            per loop instead of 1 short, increasing the copying process.
582
5832007-09-07      Daniel Hellstrom <daniel@gaisler.com>
584
585        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
586        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
587
5882007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
589
590        * configure.ac, wrapup/Makefile.am: Remove RDBG.
591        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
592        librdbg/Makefile.am, librdbg/preinstall.am,
593        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
594        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
595        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
596        librdbg/include/rdbg/powerpc/rdbg_f.h,
597        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
598        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
599        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
600        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
601        librdbg/src/servtsp.c, librdbg/src/servutil.c,
602        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
603        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
604        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
605        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
606        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
607        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
608        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
609        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
610        librdbg/src/powerpc/rdbg_f.c,
611        librdbg/src/powerpc/new_exception_processing/remdeb.h,
612        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
613        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
614        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
615
6162007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
617
618        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
619
6202007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
621
622        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
623          sizes.
624
6252007-07-27      Chris Johns <chrisj@rtems.org>
626
627        * wrapup/Makefile.am: Create archive from a file for hosts
628        with a limited command line size.
629
6302007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
631
632        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
633          sizes.
634
6352007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
636       
637        * configure.ac: Add nfsclient.
638        * nfsclient/Makefile.am: New.
639        * nfsclient/proto/Makefile, nfsclient/Makefile,
640          nfsclient/src/Makefile: Remove.
641        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
642        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
643
6442007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
645
646        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
647        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
648        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
649        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
650        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
651        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
652        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
653        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
654        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
655        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
656        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
657        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
658
6592007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
660
661        * libchip/serial/ns16550.c: removed timed out wait for transmitter
662        to become ready: This will not work for fast CPUs.
663
6642007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
665
666        * libchip/ide/ata.c: fixed warning
667
6682007-06-20      Ray Xu <rayx@gmail.com>
669
670        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
671        console, and libio. This shrinks the memory requirements but Joel has
672        not figured out how best to present this to application space.
673        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
674        New files.
675
6762007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
677
678        * optman/sapi/no-io.c: Split IO Manager into one function per file so
679        now we only need required initialization methods.
680
6812007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
682
683        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
684        parameter since it was used to configure a no longer used feature.
685        Device names are now part of the filesystem not in a table.
686
6872007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
688
689        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
690        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
691        optman/rtems/no-part.c, optman/rtems/no-region.c,
692        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
693        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
694        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
695        other optional managers so using them reduces application size
696        instead of increasing it.
697        * optman/rtems/no-barrier.c: New file.
698
6992007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
700
701        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
702        adjustments to pci-API changes.
703        * libchip/network/dec21140.c, libchip/network/elnk.c,
704        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
705        changes.
706
7072007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
708
709        * libchip/network/dec21140.c, libchip/network/if_dc.c,
710        libchip/network/if_fxp.c: Reflect changes to pci-API.
711
7122007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
713
714        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
715        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
716
7172007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
718
719        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
720          being used to compile "tools").
721
7222007-03-13      Joel Sherrill <joel@OARcorp.com>
723
724        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
725
7262007-03-12      Joel Sherrill <joel@OARcorp.com>
727
728        * libchip/network/cs8900.c, libchip/network/cs8900.h,
729        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
730        and/or fix mistake in copyright notice. Both of these mistakes appear
731        to be from code submitted after these changes were made previously.
732
7332007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
734
735        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
736
7372007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
738
739        * libchip/Makefile.am: Correct path to README.tulipclone.
740
7412007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
742
743        * libchip/ide/ata.c: Remove superfluous type casts.
744
7452007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
746
747        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
748        Use size_t for sizes.
749
7502007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
751
752        * libchip/ide/ata.c: in ata_request_done: moved call to free()
753        from preemption disabled region
754
7552007-01-16      Till Straumann <strauman@slac.stanford.edu>
756
757        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
758        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
759        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
760
7612006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
762
763        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
764          ioctl_command_t as ioctl argument.
765
7662006-12-13      Joel Sherrill <joel@OARcorp.com>
767
768        * librtems++/include/rtems++/rtemsEvent.h,
769        librtems++/include/rtems++/rtemsMessageQueue.h,
770        librtems++/include/rtems++/rtemsSemaphore.h,
771        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
772        librtems++/src/rtemsMessageQueue.cc,
773        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
774        rtems_unsigned32 to uint32_t.
775
7762006-12-13      Joel Sherrill <joel@OARcorp.com>
777
778        PR 1181/bsps
779        * optman/rtems/no-msg.c: Clean up dead code.
780
7812006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
782
783        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
784
7852006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
786
787        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
788        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
789        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
790
7912006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
792
793        * configure.ac: New BUG-REPORT address.
794
7952006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
796
797        * Makefile.am: Remove ampolish3.
798
7992006-11-17      Joel Sherrill <joel@OARcorp.com>
800
801        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
802        blank lines.
803
8042006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
805
806        * configure.ac: Remove RTEMS_AMPOLISH3.
807        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
808          Remove checks for AMPOLISH3.
809        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
810        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
811        * ampolish3: Remove.
812
8132006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
814
815        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
816        * aclocal/prog-cc.m4: Remove CFLAGS.
817        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
818        Compose CFLAGS. Append CFLAGS to ac_configure_args.
819
8202006-10-23      Joel Sherrill <joel@OARcorp.com>
821
822        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
823
8242006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
825
826        * automake/compile.am: Use hard-coded RTEMS_* flags.
827
8282006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
829
830        * aclocal/rtems-top.m4: Remove RTEMS_API.
831        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
832
8332006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
834
835        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
836
8372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
838
839        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
840
8412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
842
843        * aclocal/version.m4: Bump version to 4.7.99.0.
844
8452006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
846
847        * configure.ac: Require autoconf-2.60. Require automake-1.10.
848
8492006-09-11      Joel Sherrill <joel@OARcorp.com>
850
851        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
852
8532006-09-04      Joel Sherrill <joel@OARcorp.com>
854
855        * libchip/network/greth.c, libchip/network/open_eth.c,
856        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
857        introduced by warning removal.
858
8592006-09-01      Joel Sherrill <joel@OARcorp.com>
860
861        * libchip/network/greth.c, libchip/network/open_eth.c,
862        libchip/network/smc91111.c: Remove warnings and correct prototype
863        added earlier today.
864
8652006-09-01      Joel Sherrill <joel@OARcorp.com>
866
867        * libchip/network/cs8900.c, libchip/network/greth.c,
868        libchip/network/i82586.c, libchip/network/open_eth.c,
869        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
870        sized integers, and inttypes.h printf helpers.
871
8722006-08-09      Kolja Waschk <waschk@telos.de>
873
874        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
875
8762006-07-12      Joel Sherrill <joel@OARcorp.com>
877
878        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
879
8802006-07-11      Jerry Needell <jerry.needell@unh.edu>
881
882        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
883        4.6 branch.  Original modifications by Gaisler Enterprises.
884        * libchip/network/greth.c, libchip/network/greth.h: New files.
885
8862006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
887
888        * ide/ata.[ch]:
889        (PR1118) fetch priority for ATA task from a variable,
890        not a fixed configuration value.
891       
8922006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
893
894        * Makefile.am: Add ampolish3.
895
8962006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
897
898        * ampolish3: New.
899        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
900
9012006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
902
903        * aclocal/rtems-ampolish.m4: New.
904        * configure.ac: Use RTEMS_AMPOLISH3.
905
9062006-04-18  Joel Sherrill <joel@OARcorp.com>
907
908        * aclocal/version.m4: Updated to rtems-4.6.99.3.
909
9102006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
911
912        PR 853/filesystem
913        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
914        should be modified to support the new exception scheme and to use the
915        handle parameter.
916
9172006-02-a32     Eric Norum <norume@aps.anl.gov>
918
919        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
920        "newer" PCI access calls.  Minor cleanups.  Comments.
921
9222006-01-12      Eric Norum <norume@aps.anl.gov>
923
924        PR 861/networking
925        PR 863/networking
926        * libchip/network/smc91111.c: Fix illegal lvalue increments.
927
9282006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
929
930        * wrapup/Makefile.am: Add preinstall.am.
931        * libchip/Makefile.am: Build libchip/network/smc91111.
932        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
933        Eliminate cyg_int* crap.
934
9352006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
936
937        * librdbg/Makefile.am: Add preinstall.am.
938        * aclocal/bsp-configure.m4: Add ampolish3.
939        New header guards.
940
9412006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
942
943        * libchip/network/open_eth.c, libchip/network/open_eth.h:
944        Merger from rtems-4-6-branch.
945
9462006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
947
948        * libchip/network/smc91111.c
949        libchip/network/smc91111config.h
950        libchip/network/smc91111exp.h
951        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
952        * libchip/Makefile.am: Reflect adding smc91111*.
953
9542006-01-08      Joel Sherrill <joel@OARcorp.com>
955
956        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
957        char *.
958
9592006-01-08      Joel Sherrill <joel@OARcorp.com>
960
961        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
962        warnings.
963
9642005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
965
966        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
967        Add RTEMS_RELLDFLAGS.
968        * automake/compile.am: Remove RTEMS_USE_GCC.
969        Remove RTEMS_RELLDFLAGS.
970        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
971
9722005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
973
974        * libchip/network/if_media.h, libchip/network/mii.h:
975        Remove (Moved to cpukit).
976        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
977        and libchip/network/if_media.h.
978        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
979        if_media.h having moved.
980
9812005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
982
983        * automake/compile.am, automake/host.am, automake/local.am,
984        automake/subdirs.am: Remove depend.
985        * configure.ac: Explicitly pass --libdir and --includedir to
986        testsuites.
987
9882005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
989
990        * configure.ac: Reflect changes to testsuites.
991
9922005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
993
994        * automake/compile.am: Remove GCCSPECS.
995        * aclocal/prog-cc.m4: Add GCCSPECS.
996        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
997
9982005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
999
1000        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
1001        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
1002
10032005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1004
1005        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
1006        libcpu/byteorder.h for i386.
1007
10082005-11-02      Till Straumann <strauman@slac.stanford.edu>
1009
1010        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
1011        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
1012        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
1013        added a simple API/library for i2c devices and drivers for i2c
1014        2-byte eeproms and a ds1621 temperature sensor; API is documented
1015        in libi2c.h.
1016
10172005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1018
1019        * libnetworking/pppd/ipxcp.c,
1020        libnetworking/pppd/chat.c,
1021        libnetworking/pppd/patchlevel.h,
1022        libnetworking/pppd/upap.h,
1023        libnetworking/pppd/md5.h,
1024        libnetworking/pppd/pppd.8,
1025        libnetworking/pppd/README,
1026        libnetworking/pppd/preinstall.am,
1027        libnetworking/pppd/md4.h,
1028        libnetworking/pppd/magic.c,
1029        libnetworking/pppd/pppd.h,
1030        libnetworking/pppd/demand.c,
1031        libnetworking/pppd/rtemsmain.c,
1032        libnetworking/pppd/sys-rtems.c,
1033        libnetworking/pppd/ipcp.h,
1034        libnetworking/pppd/lcp.h,
1035        libnetworking/pppd/chap_ms.c,
1036        libnetworking/pppd/md4.c,
1037        libnetworking/pppd/rtemspppd.h,
1038        libnetworking/pppd/cbcp.h,
1039        libnetworking/pppd/auth.c,
1040        libnetworking/pppd/lcp.c,
1041        libnetworking/pppd/example/README,
1042        libnetworking/pppd/example/ppp.conf,
1043        libnetworking/pppd/example/system.h,
1044        libnetworking/pppd/example/netconfig.h,
1045        libnetworking/pppd/example/pppdapp.c,
1046        libnetworking/pppd/example/init.c,
1047        libnetworking/pppd/example/Makefile-user,
1048        libnetworking/pppd/example/pppd.options,
1049        libnetworking/pppd/rtemspppd.c,
1050        libnetworking/pppd/ipxcp.h,
1051        libnetworking/pppd/chap_ms.h,
1052        libnetworking/pppd/options.c,
1053        libnetworking/pppd/magic.h,
1054        libnetworking/pppd/chap.h,
1055        libnetworking/pppd/cbcp.c,
1056        libnetworking/pppd/upap.c,
1057        libnetworking/pppd/chap.c,
1058        libnetworking/pppd/Makefile.am,
1059        libnetworking/pppd/ccp.h,
1060        libnetworking/pppd/utils.c,
1061        libnetworking/pppd/rtemsdialer.h,
1062        libnetworking/pppd/fsm.h,
1063        libnetworking/pppd/pathnames.h,
1064        libnetworking/pppd/md5.c,
1065        libnetworking/pppd/fsm.c,
1066        libnetworking/pppd/ipcp.c,
1067        libnetworking/pppd/STATUS,
1068        libnetworking/pppd/ccp.c,
1069        libnetworking/Makefile.am: Remove (Moved to cpukit).
1070
10712005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1072
1073        * configure.ac: Remove libnetworking, libnetworking/pppd.
1074        * wrapup/Makefile.am: Remove libpppd.a.
1075
10762005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1077
1078        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
1079        rtemsdialer.h to $(includedir)/rtems.
1080
10812005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1082
1083        * libnetworking/rtems_telnetd/icmds.c,
1084        libnetworking/rtems_telnetd/Makefile.am,
1085        libnetworking/rtems_telnetd/preinstall.am,
1086        libnetworking/rtems_telnetd/pty.c,
1087        libnetworking/rtems_telnetd/pty.h,
1088        libnetworking/rtems_telnetd/README,
1089        libnetworking/rtems_telnetd/telnetd.c,
1090        libnetworking/rtems_telnetd/telnetd.h:
1091        Remove (Moved to cpukit).
1092
10932005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1094
1095        * configure.ac: Remove libnetworking/rtems_telnetd.
1096        * libnetworking/Makefile.am: Remove rtems_telnetd.
1097        * libnetworking/README: Remove (Obsolete).
1098        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1099
11002005-10-20  Eric Norum <norume@aps.anl.gov>
1101
1102        * libchip/network/dec21140.c: Clean up PCI mapping.
1103
11042005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1105
1106        * libnetworking/pppd/Makefile.am: Use preinstall.am.
1107        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1108        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1109        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
1110        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1111        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1112
11132005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1114
1115        * aclocal/bspopts.m4: Add missing m4 quotes.
1116
11172005-09-02  Joel Sherrill <joel@OARcorp.com>
1118
1119    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1120
11212005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1122
1123        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1124        libchip/network/dec21140.c: Remove initialization of PCI bus.
1125
11262005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1127
1128        * optman/Makefile.am: Add preinstall.am.
1129
11302005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1131
1132        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1133        UNTESTED to tested.
1134
11352005-06-17      Joel Sherrill <joel@OARcorp.com>
1136
1137        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1138        it is not supported by the MPC5xx.
1139
11402005-06-17      Joel Sherrill <joel@OARcorp.com>
1141
1142        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1143        interface. Also correct attempting to build on other than PowerPC and
1144        x86.
1145
11462005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1147
1148        * libchip/Makefile.am: Add driver for Tulip clones.
1149        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1150        libchip/network/if_dcreg.h: New files.
1151
11522005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1153
1154        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1155        to enable rdbg.
1156        * configure.ac: Reflect changes above.
1157
11582005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1159
1160        * configure.ac: Add ada/.
1161
11622005-05-20      Sergei Organov  <osv@topconrd.ru>
1163
1164        PR 750/networking
1165        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1166        wait_input().
1167
11682005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1169
1170        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1171        rtems/irq.h.
1172
11732005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1174
1175        * libchip/Makefile.am: Include preinstall.am.
1176        * libchip/preinstall.am: New.
1177
11782005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1179
1180        * configure.ac: Add AMPOLISH3.
1181        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1182        * libnetworking/rtems_telnetd/preinstall.am: New.
1183        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1184
11852005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1186
1187        * configure.ac: Let enable_rpcgen default to "no".
1188
11892005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1190
1191        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1192
11932005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1194
1195        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1196        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1197
11982005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1199
1200        * libchip/network/dec21140.c, libchip/network/elnk.c,
1201        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1202
12032005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1204
1205        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1206        of code as a result of the implementation of a common PCI interface.
1207
12082005-05-04      Joel Sherrill <joel@OARcorp.com>
1209
1210        * libchip/network/open_eth.c: Remove prototype of set_vector.
1211
12122005-05-03      Joel Sherrill <joel@OARcorp.com>
1213
1214        * librdbg/src/ptrace.c: Remove warning.
1215
12162005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1217
1218        * libchip/network/dec21140.c, libchip/network/elnk.c,
1219        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1220        Modified parameter list to remove warnings.
1221
12222005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1223
1224        * libchip/network/cs8900.c, libchip/network/i82586.c,
1225        libchip/network/open_eth.c, libchip/network/sonic.c,
1226        libchip/serial/mc68681.c: Modified types to remove
1227        warnings.  Added initialization to remove warnings.
1228
12292005-04-28      Joel Sherrill <joel@OARcorp.com>
1230
1231        * libchip/network/README.sonic: Rewritten to account for removal of
1232        dmv177.
1233
12342005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1235
1236        PR 781/rtems_misc
1237        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1238
12392005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1240
1241        * libchip/serial/ns16550.c:
1242        Fixed warnings generated in various powerpc configurations
1243
12442005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1245
1246        * libchip/serial/ns16550.c: Modified
1247        ISR to work with PPC new exception processing
1248
12492005-03-14      Joel Sherrill <joel@OARcorp.com>
1250
1251        * libchip/network/dec21140.c, libchip/network/elnk.c,
1252        libchip/network/if_fxp.c: Continue PCI API unification. All use
1253        pci_find_device(). Network drivers manufacture a signature since all
1254        calls have not been converted yet.
1255
12562005-03-04      Joel Sherrill <joel@OARcorp.com>
1257
1258        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1259        initialize function part of the unified PCI API as pci_initialize().
1260
12612005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1262
1263        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1264        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1265
12662005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1267
1268        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1269        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1270
12712005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1272
1273        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1274        building procedures.
1275
12762005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1277
1278        * aclocal/prog-cc.m4:
1279        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1280
12812005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1282
1283        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1284
12852005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1286
1287        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1288
12892005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1290
1291        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1292
12932005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1294
1295        * libnetworking/rtems_servers/ftp.c,
1296        libnetworking/rtems_servers/ftp.h,
1297        libnetworking/rtems_servers/Makefile.am:
1298        Remove (relocated to cpukit/ftpd).
1299        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1300        removed move libnetworking/rtems_servers.
1301
13022005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1303
1304        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1305
13062005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1307
1308        PR 755/rtems
1309        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1310        Remove local declarations of rtems_bsdnet_nameservers,
1311        rtems_bsdnet_nameservers_count.
1312
13132005-01-31      Sergei Organov <osv@topconrd.ru>
1314
1315        PR 751/pppd
1316        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1317        committed to fix PR736 breaks pppd. chat.c should have its own static
1318        ttyfd for pppd to work correctly. The symptom is that second
1319        invokation of chat (for connect script) fails due to pppd_ttyfd set
1320        to -1 by previous chat invokation (for init script). In addition,
1321        this patch fixes leaving of dangling pointer in the abort_stbring[]
1322        by chat_send().
1323
13242005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1325
1326        * configure.ac: Remove CFLAGS_DEBUG_V.
1327        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1328
13292005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1330
1331        * wrapup/Makefile.am: Remove rtems-ctor.o.
1332
13332005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1334
1335        * libchip/rtc/rtc.h: size_t RTC_Count.
1336
13372005-01-20      Joel Sherrill <joel@OARcorp.com>
1338
1339        PR 736/pppd
1340        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1341        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1342        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1343        should not be static and should have a name more specific to pppd.
1344
13452005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1346
1347        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1348        libnetworking/rtems_servers/Makefile.am,
1349        libnetworking/rtems_telnetd/Makefile.am,
1350        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1351        Eliminate CFLAGS_OPTIMIZE_V.
1352
13532005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1354
1355        * configure.ac: Pass CFLAGS to testsuites configure.
1356        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1357        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1358
13592005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1360
1361        * configure.ac: Pass CFLAGS to cpukit configure.
1362        * aclocal/rtems-flags.m4: Remove (Unused).
1363        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1364        * aclocal/env-rtemsbsp.m4:
1365        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1366        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1367        RTEMS_CFLAGS.
1368        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1369        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1370        Cleanup comments.
1371
13722005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1373
1374        * automake/compile.am: Remove build-variant support.
1375
13762005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1377
1378        * libnetworking/pppd/Makefile.am,
1379        libnetworking/rtems_servers/Makefile.am,
1380        libnetworking/rtems_telnetd/Makefile.am:
1381        Remove build-variant support.
1382
13832005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1384
1385        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1386        support/Makefile.am, wrapup/Makefile.am:
1387        Remove build-variant support.
1388
13892004-11-22      Joel Sherrill <joel@OARcorp.com>
1390
1391        * libchip/network/if_fxp.c: Add entry for another module ID code.
1392
13932004-11-22      Joel Sherrill <joel@OARcorp.com>
1394
1395        PR 693/misc
1396        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1397        in/outport routines.
1398
13992004-11-22      Joel Sherrill <joel@OARcorp.com>
1400
1401        PR 693/misc
1402        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1403        in/outport routines.
1404
14052004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1406
1407        * aclocal/enable-itron.m4: Remove (unused).
1408
14092004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1410
1411        * configure.ac: Misc. quoting cleanups.
1412        Enable ada-tests iff --enable-ada and --enable-tests.
1413
14142004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1415
1416        PR 703/filesystem
1417        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1418        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1419        libchip/ide/ide_controller.c:
1420        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1421        available for BSPS/device drivers.
1422        Extend the "modes_available" and "mode_active" parameters to
1423        uint16_t for UDMA support.
1424
14252004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1426
1427        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1428        not supported on PowerPC since it works on the MVME2100 BSP.
1429
14302004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1431
1432        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1433        Add dependency tracking for *.cfgs.
1434        * Makefile.am: Add dependency tracking for *.cfg.
1435
14362004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1437
1438        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1439        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1440
14412004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1442
1443        PR 707/make_build
1444        * configure.ac: Add --enable-rpcgen.
1445
14462004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1447
1448        PR 700/rtems_misc
1449        * libnetworking/rtems_webserver/asp.c,
1450        libnetworking/rtems_webserver/balloc.c,
1451        libnetworking/rtems_webserver/cgi.c,
1452        libnetworking/rtems_webserver/default.c,
1453        libnetworking/rtems_webserver/ej.h,
1454        libnetworking/rtems_webserver/ejIntrn.h,
1455        libnetworking/rtems_webserver/ejlex.c,
1456        libnetworking/rtems_webserver/ejparse.c,
1457        libnetworking/rtems_webserver/emfdb.c,
1458        libnetworking/rtems_webserver/emfdb.h,
1459        libnetworking/rtems_webserver/form.c,
1460        libnetworking/rtems_webserver/handler.c,
1461        libnetworking/rtems_webserver/h.c,
1462        libnetworking/rtems_webserver/license.txt,
1463        libnetworking/rtems_webserver/Makefile.am,
1464        libnetworking/rtems_webserver/md5c.c,
1465        libnetworking/rtems_webserver/md5.h,
1466        libnetworking/rtems_webserver/mime.c,
1467        libnetworking/rtems_webserver/misc.c,
1468        libnetworking/rtems_webserver/NOTES,
1469        libnetworking/rtems_webserver/ringq.c,
1470        libnetworking/rtems_webserver/rom.c,
1471        libnetworking/rtems_webserver/rtems_webserver.h,
1472        libnetworking/rtems_webserver/security.c,
1473        libnetworking/rtems_webserver/sock.c,
1474        libnetworking/rtems_webserver/socket.c,
1475        libnetworking/rtems_webserver/sockGen.c,
1476        libnetworking/rtems_webserver/sym.c,
1477        libnetworking/rtems_webserver/uemf.c,
1478        libnetworking/rtems_webserver/uemf.h,
1479        libnetworking/rtems_webserver/um.c,
1480        libnetworking/rtems_webserver/um.h,
1481        libnetworking/rtems_webserver/umui.c,
1482        libnetworking/rtems_webserver/url.c,
1483        libnetworking/rtems_webserver/value.c,
1484        libnetworking/rtems_webserver/wbase64.c,
1485        libnetworking/rtems_webserver/webcomp.c,
1486        libnetworking/rtems_webserver/webmain.c,
1487        libnetworking/rtems_webserver/webpage.c,
1488        libnetworking/rtems_webserver/webrom.c,
1489        libnetworking/rtems_webserver/webs.c,
1490        libnetworking/rtems_webserver/websda.c,
1491        libnetworking/rtems_webserver/websda.h,
1492        libnetworking/rtems_webserver/webs.h,
1493        libnetworking/rtems_webserver/websSSL.c,
1494        libnetworking/rtems_webserver/websSSL.h,
1495        libnetworking/rtems_webserver/websuemf.c,
1496        libnetworking/rtems_webserver/wsIntrn.h:
1497        Remove (Moved to cpukit/http).
1498
14992004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1500
1501        PR 700/rtems_misc
1502        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1503        Remove libnetworking/rtems_webserver.
1504
15052004-10-25      Eric Norum <norume@aps.anl.gov>
1506
1507        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1508
15092004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1510
1511        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1512
15132004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1514
1515        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1516        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1517
15182004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1519
1520        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1521
15222004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1523
1524        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1525        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1526
15272004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1528
1529        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1530        BITSPERBYTE.
1531
15322004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1533
1534        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1535        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1536
15372004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1538
1539        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1540
15412004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1542
1543        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1544        * aclocal/enable-bare.m4: Remove.
1545        * configure.ac: Remove BARE_CPU_MODEL.
1546
15472004-10-13      Eric Norum <norume@aps.anl.gov>
1548
1549        PR 688/bsps
1550        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1551        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1552        MC146818A (and several Dallas Semiconductor) TOD chips.
1553
15542004-10-13      Eric Norum <norume@aps.anl.gov>
1555
1556        PR 686/networking
1557        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1558        device code.
1559
15602004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1561
1562        * libchip/network/dec21140.c: include <rtems/pci.h>.
1563
15642004-09-29      Joel Sherrill <joel@OARcorp.com>
1565
1566        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1567        libnetworking/pppd/utils.c: i960 obsoleted and all references
1568        removed.
1569
15702004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1571
1572        PR 607/networking
1573        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1574        instead of fully specifying unused PCI features.
1575
15762004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1577
1578        * configure.ac: Require automake > 1.9.
1579
15802004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1581
1582        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1583
15842004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1585
1586        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1587        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1588
15892004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1590
1591        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1592        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1593
15942004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1595
1596        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1597
15982004-07-28  Joel Sherrill <joel@OARcorp.com>
1599
1600    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1601
16022004-07-25      Joel Sherrill <joel@OARcorp.com>
1603
1604        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1605
16062004-05-21  Till Strauman <strauman@slac.stanford.edu>
1607
1608        PR 625/networking
1609        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1610        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1611        an error rather than panic if no chip is detected (thus allowing
1612        for probing).
1613        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1614        instead of looping forever.  Avoid divide by zero (crashed my PC).
1615        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1616        they are UNTESTED.
1617
16182004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1619
1620        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1621
16222004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1623
1624        * libchip/network/dec21140.c, libchip/network/elnk.c:
1625        #include <errno.h>.
1626
16272004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1628
1629        * libchip/network/if_media.h: Update from FreeBSD.
1630        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1631        libchip/network/i82586.c: #include <errno.h>.
1632
16332004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1634
1635        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1636
16372004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1638
1639        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1640
16412004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1642
1643        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1644        automake).
1645
16462004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1647
1648        PR 599/pppd
1649        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1650
16512004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1652
1653        * optman/rtems/no-region.c: Reflect having changed
1654        rtems_region_get_segment_size.
1655
16562004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1657
1658        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1659        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1660        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1661        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1662        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1663        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1664        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1665
16662004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1667
1668        * libchip/ide/ata.c, libchip/network/dec21140.c,
1669        libchip/network/elnk.c, libchip/network/i82586.c,
1670        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1671        libchip/network/open_eth.c, libchip/network/sonic.c,
1672        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1673        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1674        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1675        libchip/shmdr/shm_driver.h: Cosmetics.
1676
16772004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1678
1679        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1680        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1681        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1682        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1683        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1684        fixed size types.
1685
16862004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1687
1688        * configure.ac: Explicitly pass --includedir and --libdir to
1689        cpukit/configure.
1690
16912004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1692
1693        * librdbg/Makefile.am: Fix rpcgen rules.
1694        * librdbg/src/i386/any/remdeb_xdr.c,
1695        librdbg/src/m68k/any/remdeb_xdr.c,
1696        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1697        Reflect changes to librdbg/Makefile.am.
1698
16992004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1700
1701        * configure.ac: Reflect changes testsuites/configure.ac and
1702        cpukit/configure.ac.
1703
17042004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1705
1706        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1707        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1708
17092004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1710
1711        * configure.ac: Reflect changes to testsuites's configuration.
1712
17132004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1714
1715        PR/589 rtems
1716        * libchip/network/pci.h: Remove (Moved to cpukit).
1717
17182004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1719
1720        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1721        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1722        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1723        libchip/network/dec21140.c, libchip/network/elnk.c,
1724        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1725        libchip/network/open_eth.h, libchip/network/sonic.c,
1726        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1727        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1728        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1729        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1730        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1731        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1732        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1733        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1734        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1735        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1736        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1737        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1738        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1739        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1740        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1741        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1742        fixed-size types.
1743
17442004-03-14      Chris Johns  <chrisj@rtems.org>
1745
1746        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1747        the BSP example code.
1748        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1749        support the DIMMPC. This is a pc386 target with IO port support. Minor
1750        formating clean up. Add documentation to the header file.
1751        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1752        cs8900.h header file.
1753
17542004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1755
1756        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1757        Cosmetics.
1758
17592004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1760
1761        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1762        There are no application level Makefiles in here.
1763
17642004-03-04      Joel Sherrill <joel@OARcorp.com>
1765
1766        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1767        they can be used in application level makefiles.
1768
17692004-03-05      Joel Sherrill <joel@OARcorp.com>
1770
1771        * libnetworking/rtems_webserver/ejparse.c,
1772        libnetworking/rtems_webserver/emfdb.c,
1773        libnetworking/rtems_webserver/sock.c,
1774        libnetworking/rtems_webserver/socket.c,
1775        libnetworking/rtems_webserver/sym.c,
1776        libnetworking/rtems_webserver/webs.c,
1777        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
17782004-03-05      Joel Sherrill <joel@OARcorp.com>
1779
1780        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1781        compiling this file only only those CPU families with supported
1782        exception models.
1783
17842004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1785
1786        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1787        testsuites (Was exposed with --enable-multilib, only).
1788        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1789         Add RTEMS_BSP_CONFIG_SUBDIR.
1790        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1791        testsuites's configure.
1792        * aclocal/rtems-top.m4: Remove ENDIF hack.
1793        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1794
17952004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1796
1797        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1798        wrapup/Makefile.am: Fix automake problems having been introduced
1799        in previous patch.
1800
18012004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1802
1803        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1804        Preinstall dirs.
1805        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1806        * aclocal/check-multiprocessing.m4: Cosmetics.
1807        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1808        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1809
18102004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1811
1812        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1813        librdbg/src/Makefile.am.
1814        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1815        * configure.ac: Reflect changes above.
1816        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1817        * wrapup/Makefile.am: Reflect changes above.
1818        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1819
18202004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1821
1822        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1823
18242004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1825
1826        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1827
18282004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1829
1830        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1831
18322004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1833
1834        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1835        librdbg/src/powerpc/Makefile.am: Remove.
1836        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1837        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1838        * configure.ac: Reflect changes above.
1839
18402004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1841
1842
18432004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1844
1845        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1846        STRIP.
1847
18482004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1849
1850        * librdbg/include/Makefile.am: Merge-in
1851        librdbg/include/rdbg/i386/Makefile.am,
1852        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1853        librdbg/include/rdbg/powerpc/Makefile.am.
1854        * librdbg/include/rdbg/i386/Makefile.am,
1855        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1856        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1857        * configure.ac: Reflect changes above.
1858
18592004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1860
1861        * configure.ac: Use AS_HELP_STRING(ada).
1862
18632004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1864
1865        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1866        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1867        Use AC_CONFIG_HEADERS.
1868        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1869        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1870
18712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1872
1873        * Makefile.am: include local.am.
1874
18752004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1876
1877        * aclocal/version.m4: 4.6.99.0.
1878
18792004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1880
1881        * Makefile.am: Don't include host.am.
1882        * automake/compile.am: Further cleanups.
1883
18842004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1885
1886        * automake/lib.am: Remove (Unused).
1887
18882004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1889
1890        * wrapup/Makefile.am: Don't include lib.am.
1891        * automake/compile.am: Use automake compilation rules.
1892
18932004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1894
1895        * libnetworking/pppd/Makefile.am,
1896        libnetworking/rtems_servers/Makefile.am,
1897        libnetworking/rtems_telnetd/Makefile.am,
1898        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1899        support/Makefile.am: Don't include lib.am.
1900
19012004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1902
1903        * libchip/Makefile.am: Don't include lib.am.
1904        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1905        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1906        unnecessary EXTRA_DISTs.
1907
19082004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1909
1910        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1911        hack.
1912
19132004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1914
1915        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1916        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1917        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1918        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1919
19202004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1921
1922        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1923        Add AM_CONDITIONAL(HAS_MP).
1924        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1925        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1926        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1927        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1928        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1929        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1930        (Deprecated by autoconf 2.59).
1931
19322004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1933
1934        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1935        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1936
19372004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1938
1939        * ChangeLog: Merge-in libnetworking/ChangeLog.
1940        * libnetworking/ChangeLog: Remove.
1941        * ChangeLog: Merge-in librdbg/ChangeLog.
1942        * librdbg/ChangeLog: Remove.
1943        * ChangeLog: Merge-in libchip/ChangeLog.
1944        * libchip/ChangeLog: Remove.
1945        * ChangeLog: Merge-in optman/ChangeLog.
1946        * optman/ChangeLog: Remove.
1947
19482004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1949
1950        * configure.ac: Reflect changes to cpukit.
1951        * wrapup/Makefile.am: Reflect changes to librdbg.
1952        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1953        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1954        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1955        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1956        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1957        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1958        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1959        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1960        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1961
19622004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1963
1964        * aclocal/rtems-top.m4: Remove check for version.m4.
1965        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1966
19672004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1968
1969        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1970        * wrapup/Makefile.am: Reflect changes to libchip/*.
1971        * support/Makefile.am: Use automake compilation rules.
1972        * wrapup/Makefile.am: Reflect changes to support/*.
1973        * configure.ac: Remove libnetworking/wrapup/Makefile.
1974        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1975        libnetworking/*/lib*.a instead of libnetapps.a.
1976        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1977        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1978        * optman/Makefile.am: Use automake compilation rules.
1979        * libchip/Makefile.am: Fix typo in previous patch.
1980        * libchip/Makefile.am: Use automake compilation rules.
1981        * libnetworking/Makefile.am: Remove wrapup.
1982        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1983        automake-compilation rules.
1984        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1985        automake-compilation rules.
1986        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1987        automake-compilation rules.
1988        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1989        automake-compilation rules.
1990        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1991
19922004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1993
1994        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1995        PRE/TMPINSTALL_FILES to CLEANFILES.
1996        * automake/lib.am: Remove TMPINSTALL_FILES.
1997        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1998        PRE/TMPINSTALL_FILES to CLEANFILES.
1999        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2000        PRE/TMPINSTALL_FILES to CLEANFILES.
2001        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
2002        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2003        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2004        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2005        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2006        * librdbg/src/i386/Makefile.am: Ditto.
2007        * librdbg/src/m68k/Makefile.am: Ditto.
2008        * librdbg/src/powerpc/Makefile.am: Ditto.
2009        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
2010        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2011        * libnetworking/rtems_servers/Makefile.am: Ditto.
2012        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2013        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2014
20152004-01-07      Joel Sherrill <joel@OARcorp.com>
2016
2017        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
2018        more completely covers the MIPS family.
2019
20202003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2021
2022        * wrapup/Makefile.am: Reflect changes to shmdr.
2023        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
2024
20252003-12-18      Joel Sherrill <joel@OARcorp.com>
2026
2027        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2028        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
2029        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
2030        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
2031        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
2032        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
2033        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
2034
20352003-12-17      Joel Sherrill <joel@OARcorp.com>
2036
2037        * aclocal/version.m4: Updated to rtems-20031217-test.
2038
20392003-12-17     
2040
2041        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2042        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2043
20442003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2045
2046        * automake/compile.am: Remove LINK_LIBS (Unused).
2047        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
2048
20492003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2050
2051        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2052        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2053        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
2054        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
2055        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2056
20572003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2058
2059        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
2060        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2061        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2062        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2063        * librdbg/src/i386/Makefile.am:
2064        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2065        * librdbg/src/m68k/Makefile.am:
2066        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2067        * librdbg/src/powerpc/Makefile.am:
2068        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2069
20702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2071
2072        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2073        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2074        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
2075        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
2076        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
2077        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
2078        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2079        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2080        * optman/Makefile.am: Remove project_libdir.
2081        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
2082        PRE/TMPINSTALL_FILES.
2083        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
2084        PRE/TMPINSTALL_FILES.
2085        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
2086        PRE/TMPINSTALL_FILES.
2087        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2088        PRE/TMPINSTALL_FILES.
2089        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
2090        from PRE/TMPINSTALL_FILES.
2091        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
2092        PRE/TMPINSTALL_FILES.
2093        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2094        PRE/TMPINSTALL_FILES.
2095        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
2096        PRE/TMPINSTALL_FILES.
2097        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
2098        PRE/TMPINSTALL_FILES.
2099        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2100        PRE/TMPINSTALL_FILES.
2101        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2102        PRE/TMPINSTALL_FILES.
2103        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2104        from PRE/TMPINSTALL_FILES.
2105
21062003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2107
2108        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2109        * automake/lib.am: Remove project_libdir.
2110        * wrapup/Makefile.am: Reworked.
2111
21122003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2113
2114        * configure.ac: Reflect changes to librdbg.
2115        * optman/Makefile.am: Add tmpinstall dirstamp support.
2116        * libchip/Makefile.am: Fix variant-tmpinstall support.
2117        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2118        * librdbg/src/powerpc/Makefile.am: Merge-in former
2119        new_exception_processing/Makefile.am.
2120        * librdbg/src/m68k/any/Makefile.am: Remove.
2121        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2122        * librdbg/src/i386/any/Makefile.am: Remove.
2123        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2124        * librdbg/src/Makefile.am: Cosmetics.
2125        * librdbg/include/Makefile.am: Cosmetics.
2126        * librdbg/Makefile.am: Cosmetics.
2127        * libnetworking/Makefile.am: Cosmetics.
2128        * libnetworking/pppd/Makefile.am: Cosmetics.
2129        * libnetworking/wrapup/Makefile.am: Cosmetics.
2130
21312003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2132
2133        * Makefile.am: Cosmetics.
2134        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2135        support.
2136
21372003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2138
2139        * automake/compile.am: Remove $(ARCH):-rule.
2140
21412003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2142
2143        * configure.ac: Remove lib/libbsp/shared/Makefile,
2144        lib/libbsp/shmdr/Makefile.
2145
21462003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2147
2148        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2149        libchip/serial/Makefile, libchip/rtc/Makefile.
2150        * support/Makefile.am: Remove all-local: $(ARCH).
2151        * wrapup/Makefile.am: Remove all-local: $(ARCH).
2152        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
2153        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2154        * optman/Makefile.am: Remove all-local: $(ARCH).
2155        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2156        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2157        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2158        compilation dirstamp support.
2159        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2160        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2161        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2162        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
2163        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2164        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2165        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2166        all-local: $(ARCH).
2167        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2168        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2169        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2170        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2171        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
2172
21732003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2174
2175        * aclocal/lead-dot.m4: New (from automake-1.7f).
2176        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2177        AC_SUBST(dirstamp).
2178        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2179        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2180        libchip/serial/Makefile.am: Ditto.
2181        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2182        * librdbg/include/Makefile.am: Ditto.
2183        * librdbg/include/rdbg/Makefile.am: Ditto.
2184        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2185        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2186        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2187        * librdbg/src/Makefile.am: Ditto.
2188        * librdbg/src/i386/Makefile.am: Ditto.
2189        * librdbg/src/i386/any/Makefile.am: Ditto.
2190        * librdbg/src/m68k/Makefile.am: Ditto.
2191        * librdbg/src/m68k/any/Makefile.am: Ditto.
2192        * librdbg/src/powerpc/Makefile.am: Ditto.
2193        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2194        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2195        preinstallation.
2196        * libnetworking/pppd/Makefile.am: Ditto.
2197        * libnetworking/rtems_servers/Makefile.am: Ditto.
2198        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2199        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2200        * libnetworking/wrapup/Makefile.am: Ditto.
2201
22022003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2203
2204        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2205        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
2206        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2207        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2208        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2209        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2210        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2211        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2212        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2213        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2214        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2215        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2216        underquoting to silence automake-1.8.
2217
22182003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2219
2220        * configure.ac: Reflect having moved tests to ../../testsuites.
2221
22222003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2223
2224        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
2225        * aclocal/canonical-host.m4: Remove.
2226        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2227        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2228
22292003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2230
2231        * aclocal/check-cpu.m4: Remove.
2232        * configure.ac: Merge-in former aclocal/check-cpu.m4.
2233        * aclocal/canonical-target-name.m4: Add m4-quotes.
2234        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2235        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2236        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2237        * aclocal/check-networking.m4: Add m4-quotes. Require
2238        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2239        * aclocal/check-posix.m4: Add m4-quotes. Require
2240        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2241        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2242        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2243        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2244
22452003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2246
2247        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2248        * aclocal/bsp-alias.m4: Remove.
2249
22502003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2251
2252        * configure.ac: Make presence of tests/ optional.
2253
22542003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2255
2256        * aclocal/path-perl.m4: Remove (Unused).
2257
22582003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2259
2260        * automake/force-preinstall.am: Remove.
2261
22622003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2263
2264        PR 499/rtems_misc
2265        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2266        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2267        Configuration (Odd was forced) - Correction of Stop Bit configuration
2268        (inversed) - Correction of ISR Handler to call
2269        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2270        CTS Hardware flow control Configuration.
2271
22722003-09-04      Joel Sherrill <joel@OARcorp.com>
2273
2274        * lib/libcpu/shared/include/cache.h,
2275        lib/libcpu/shared/src/cache_aligned_malloc.c,
2276        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2277        license changed.
2278        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2279        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2280        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2281        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2282        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2283        for license changed.
2284        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2285        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2286        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2287        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2288        libchip/network/cs8900.h, libchip/network/dec21140.c,
2289        libchip/network/elnk.c, libchip/network/open_eth.c,
2290        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2291        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2292        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2293        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2294        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2295        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2296        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2297        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2298        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2299        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2300        libchip/serial/serial.h, libchip/serial/z85c30.c,
2301        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2302        libchip/serial/z85c30_reg.c: URL for license changed.
2303
23042003-09-03      Jiri Gaisler <jiri@gaisler.com>
2305
2306        PR 477/networking
2307        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2308        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2309        libchip/network/open_eth.h: New files.
2310
23112003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2312
2313        * aclocal/rtems-top.m4: Add RTEMS_API.
2314        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2315
23162003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2317
2318        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2319        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2320        @RTEMS_BSP@.cfg.
2321
23222003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2323
2324        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2325
23262003-08-20      Joel Sherrill <joel@OARcorp.com>
2327
2328        * libchip/network/cs8900.c: Correct copyright statements.
2329
23302003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2331
2332        * aclocal/check-itron.m4: Remove.
2333        * aclocal/enable-inlines.m4: Remove.
2334        * Makefile.am: Reflect having moved aclocal/.
2335        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2336        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2337        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2338        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2339        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2340        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2341        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2342        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2343        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2344        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2345        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2346        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2347        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2348        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2349        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2350        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2351        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2352        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2353        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2354        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2355        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2356        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2357        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2358        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2359        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2360        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2361        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2362        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2363        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2364        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2365        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2366        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2367        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2368        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2369        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2370        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2371        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2372        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2373        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2374        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2375        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2376        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2377        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2378        * aclocal/target.m4: New (Copied from ../../aclocal).
2379        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2380        * aclocal/version.m4: New (Copied from ../../aclocal).
2381
23822003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2383
2384        * configure.ac: Remove stray comments.
2385        * automake/local.am, automake/host.am: Remove "debug".
2386
23872003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2388
2389        * Makefile.am: Reflect having moved automake/.
2390        * lib/Makefile.am: Reflect having moved automake/.
2391        * support/Makefile.am: Reflect having moved automake/.
2392        * wrapup/Makefile.am: Reflect having moved automake/.
2393        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2394        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2395        from ../../automake).
2396        * optman/Makefile.am: Reflect having moved automake/.
2397        * libchip/Makefile.am: Reflect having moved automake/.
2398        * libchip/ide/Makefile.am: Reflect having moved automake/.
2399        * libchip/network/Makefile.am: Reflect having moved automake/.
2400        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2401        * libchip/serial/Makefile.am: Reflect having moved automake/.
2402        * librdbg/Makefile.am: Reflect having moved automake/.
2403        * librdbg/include/Makefile.am: Reflect having moved automake/.
2404        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2405        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2406        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2407        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2408        automake/.
2409        * librdbg/src/Makefile.am: Reflect having moved automake/.
2410        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2411        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2412        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2413        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2414        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2415        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2416        having moved automake/.
2417        * libnetworking/Makefile.am: Reflect having moved automake/.
2418        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2419        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2420        automake/.
2421        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2422        automake/.
2423        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2424        automake/.
2425        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2426
24272003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2428
2429        * Makefile.am: Add bsp.pc.in.
2430        * bsp.pc.in: New (pkgconfig support).
2431
24322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2433
2434        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2435
24362003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2437
2438        * lib/Makefile.am: New (Required by 'make dist').
2439        * lib/ChangeLog: Remove.
2440        * lib/.cvsignore: Cleanup.
2441        * configure.ac: Reflect having added lib/Makefile.am.
2442        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2443        lib/libbsp/configure.ac.
2444        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2445        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2446
24472003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2448
2449        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2450        * configure.ac: Merge-in librdbg/configure.ac.
2451        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2452        librdbg/configure.ac.
2453        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2454        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2455        LIBCHIP. Conditionally build include-dirs.
2456        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2457        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2458        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2459        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2460        librdbg/include/rdbg/m68k/Makefile.am,
2461        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2462        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2463        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2464        librdbg/src/powerpc/Makefile.am, librdbg/
2465        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2466        configure.ac into ../configure.ac.
2467        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2468        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2469        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2470        libnetworking/rtems_telnetd/Makefile.am,
2471        libnetworking/rtems_webserver/Makefile.am,
2472        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2473        into ../configure.ac.
2474
24752003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2476
2477        PR 427/rtems
2478        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2479        * librdbg/src/servtsp.c: Ditto.
2480
24812003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2482
2483        PR 429/bsps
2484        PR 432/bsps
2485        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2486        packets are queued onto an elnk board, the ISR will deadlock the device
2487        with a tx complete interrupt.  Lighter tx loads are not affected as they
2488        end up submitting single packets to the device.
2489
24902003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2491
2492        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2493        optman/configure.ac.
2494        * optman/configure.ac: Remove (Merged into ../configure.ac).
2495        * optman/Makefile.am: Reflect having merged configure.ac into
2496        ../configure.ac.
2497        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2498        * libchip/Makefile.am, libchip/ide/Makefile.am,
2499        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2500        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2501        ../configure.ac.
2502
25032003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2504
2505        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2506
25072003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2508
2509        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2510        on i386.
2511
25122003-06-13      Joel Sherrill <joel@OARcorp.com>
2513
2514        * libnetworking/pppd/chat.c: Removed warnings.
2515
25162003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2517
2518        * libchip/network/README.3com: New file missed in previous commit.
2519        PR 405/bsps
2520        PR 393/networking
2521        * libchip/network/dec21140.c: Fix leak also known as PR393.
2522        * libchip/network/elnk.c, libchip/network/if_media.h,
2523        libchip/network/mii.h: New files.
2524        * libchip/network/Makefile.am: Reflect new files.
2525
25262003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2527
2528        * configure.ac: Remove support for profile-variant.
2529
25302003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2531
2532        PR 397/pppd
2533        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2534        * libnetworking/pppd/magic.c: Remove *rand48.
2535        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2536
25372003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2538
2539        * wrapup/Makefile.am: Add libide.a.
2540
25412003-04-15      Joel Sherrill <joel@OARcorp.com>
2542
2543        PR 387/rtems_misc
2544        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2545        routines.
2546        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2547
25482003-04-11      Joel Sherrill <joel@OARcorp.com>
2549
2550        * libnetworking/rtems_webserver/cgi.c,
2551        libnetworking/rtems_webserver/sockGen.c,
2552        libnetworking/rtems_webserver/umui.c,
2553        libnetworking/rtems_webserver/websSSL.c,
2554        libnetworking/rtems_webserver/websSSL.h,
2555        libnetworking/rtems_webserver/websda.c,
2556        libnetworking/rtems_webserver/websda.h: New files. Not included in
2557        previous commit.
2558
25592003-04-10      Joel Sherrill <joel@OARcorp.com>
2560
2561        PR 371/pppd
2562        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2563        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2564        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2565        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2566        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2567        still global symbols in rtemspppd.h which might need to be changed or
2568        converted into member of a structure which is dereferenced with a
2569        pointer that is managed as a per task variable. But this patch should
2570        avoid many conflicts.
2571
25722003-03-27      Joel Sherrill <joel@OARcorp.com>
2573
2574        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2575        not allowed in the cpukit source code since it must be buildable
2576        independent of any BSP. These files were moved to libchip/ide.
2577        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2578        files.
2579
25802003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2581
2582        PR 368/filesystems
2583        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2584        improvements which now work on pc386 and mbx8xx.
2585        * libchip/ide/ide_controller.c: New file.
2586
25872003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2588
2589        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2590
25912003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2592
2593        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2594        * configure.ac: Add support/.
2595        * support/.cvsignore: New.
2596        * support/Makefile.am: New.
2597        * support/version.c: New.
2598        * wrapup/Makefile.am: Add support/libsupport.a.
2599        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2600        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2601        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2602        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2603
26042003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2605
2606        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2607
26082003-02-20      Till Straumann <strauman@slac.stanford.edu>
2609
2610        PR 354/networking
2611        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2612        chip against a table of supported chips. The untested ones are still
2613        commented out, however.
2614
26152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2616
2617        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2618        * configure.ac: AC_PREREQ(2.57).
2619        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2620        * optman/configure.ac: AC_PREREQ(2.57).
2621        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2622        * libchip/configure.ac: AC_PREREQ(2.57).
2623        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2624        * librdbg/configure.ac: AC_PREREQ(2.57).
2625        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2626        * libnetworking/configure.ac: AC_PREREQ(2.57).
2627
26282003-02-06      Joel Sherrill <joel@OARcorp.com>
2629
2630        * libnetworking/pppd/chat.c: Convert routines with common names to
2631        static. This included get_char(), put_char(), and character() among
2632        others.
2633
26342003-02-03      Joel Sherrill <joel@OARcorp.com>
2635
2636        PR 338/filesystem
2637        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2638        rtems_io_lookup_name() (API change).  Unused function removed.
2639
26402003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2641
2642        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2643        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2644        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2645        Eliminate *_O_FILES.
2646        * libnetworking/rtems_servers/Makefile.am,
2647        libnetworking/rtems_webserver/Makefile.am,
2648        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2649
26502002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2651
2652        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2653        Let all-local: depend on $(LIB).
2654        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2655        * optman/Makefile.am: Apply install-data-local to install *.rels.
2656
26572002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2658
2659        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2660        %.c rules.
2661        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2662        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2663        * libchip/rtc/Makefile.am: Ditto.
2664        * libchip/serial/Makefile.am: Ditto.
2665
26662002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2667
2668        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2669        LIBC_DEFINES.
2670        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2671        LIBC_DEFINES.
2672        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2673        LIBC_DEFINES.
2674
26752002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2676
2677        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2678
26792002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2680
2681        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2682        cache-checking.
2683        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2684
26852002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2686
2687        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2688        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2689        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2690        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2691        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2692
26932002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2694
2695        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2696        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2697        Remove.
2698        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2699
27002002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2701
2702        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2703        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2704
27052002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2706
2707        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2708        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2709
27102002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2711
2712        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2713        * optman/rel.am: New.
2714
27152002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2716
2717        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2718        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2719        braino in comment on "exec". Extend --enable-ada handling.
2720
27212002-11-04      Joel Sherrill <joel@OARcorp.com>
2722
2723        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2724        tasks and rolling multiple loops into 1.
2725        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2726        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2727        Removed warnings.
2728
27292002-10-31      Joel Sherrill <joel@OARcorp.com>
2730
2731        * libchip/network/dec21140.c: Removed warnings.
2732        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2733        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2734        librdbg/src/m68k/any/remdeb_xdr.c,
2735        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2736        warnings.
2737        * libnetworking/rtems_webserver/socket.c,
2738        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2739
27402002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2741
2742        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2743        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2744        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2745        above.
2746
27472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2748
2749        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2750        * wrapup/.cvsignore: Remove autom4te.cache.
2751        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2752        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2753        autom4te.cache.
2754        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2755        autom4te.cache.
2756        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2757        autom4te.cache.
2758
27592002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2760
2761        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2762
27632002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2764
2765        * optman/.cvsignore: Add autom4te.cache.
2766
27672002-09-14      Joel Sherrill <joel@OARcorp.com>
2768
2769        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2770
27712002-09-07      Joel Sherrill <joel@OARcorp.com>
2772
2773        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2774        include files to resolve warnings.
2775
27762002-09-07      Chris Johns <ccj@acm.org>
2777
2778        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2779        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2780        which corrects the problem  where the cs8900.c file was actually the BSP
2781        glue.  Joel did some hacking so this file will compile.  Previously it
2782        required providing a target.h file to compile.
2783        * libchip/network/cs8900.c.bsp: New file.
2784
27852002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2786
2787        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2788
27892002-08-31      Joel Sherrill <joel@OARcorp.com>
2790
2791        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2792        eliminate warning.
2793
27942002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2795
2796        * configure.ac: Add ada-tests.
2797
27982002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2799
2800        * Makefile.am: Add preinstall-stamp.
2801
28022002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2803
2804        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2805        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2806        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2807        gcc31 happy.
2808        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2809        cp.
2810
28112002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2812
2813        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2814        make/bsp.mak.
2815        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2816        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2817
28182002-08-12      Joel Sherrill <joel@OARcorp.com>
2819
2820        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2821        avoid error.
2822
28232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2824
2825        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2826        * configure.ac: Add BSP_SUBDIRS.
2827        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2828        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2829        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2830        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2831        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2832        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2833        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2834        RTEMS_CHECK_BSP_CACHE.
2835        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2836        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2837        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2838        .$(OBJEXT) instead of .o.
2839        * libnetworking/pppd/Makefile.am,
2840        libnetworking/rtems_servers/Makefile.am,
2841        libnetworking/rtems_telnetd/Makefile.am,
2842        libnetworking/rtems_webserver/Makefile.am,
2843        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2844
28452002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2846
2847        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2848        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2849        ../libchip/serial/$(ARCH)/libserialio.a.
2850        * libchip/serial/Makefile.am: Don't tmp-install lib.
2851        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2852
28532002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2854
2855        * Makefile.am: Add rtems_makedir.
2856        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2857        * Makefile.am: Add wrapup-SUBDIR.
2858        * wrapup/ChangeLog: Remove.
2859        * wrapup/configure.ac: Remove.
2860        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2861        (Make the bare BSP happy).
2862        * configure.ac: Ditto.
2863        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2864        Create make/custom/default.cfg.
2865        * configure.ac: Add creation of make/custom/*.cfg. Create
2866        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2867
28682002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2869
2870        * Makefile.am: Clean $(PROJECT_RELEASE).
2871
28722002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2873
2874        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2875        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2876        prototype mismatches.
2877
28782002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2879
2880        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2881        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2882
28832002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2884
2885        * acinclude.m4: Add test "$multilib" != "yes".
2886        * config-ml.in: Remove.
2887        * acinclude.m4: Cleanups.
2888        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2889        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2890        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2891        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2892        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2893
28942002-07-16      Eric Norum <eric.norum@usask.ca>
2895
2896        * New driver for the Intel EtherExpressPro (82559ER) chip.
2897        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2898        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2899        * libchip/network/Makefile.am: Modified to reflect above.
2900
29012002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2902
2903        * acinclude.m4: New.
2904        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2905        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2906        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2907
29082002-07-01      Joel Sherrill <joel@OARcorp.com>
2909
2910        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2911        _Objects_Information_table now that it is a two dimensional array based
2912        upon API and class.
2913        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2914        of strnlen().
2915
29162002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2917
2918        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2919        preinstall libnetapps.a.
2920
29212002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2922
2923        * configure.ac: Remove librpc.
2924
29252002-06-25      Joel Sherrill <joel@OARcorp.com>
2926
2927        * Per PR233, moved librpc to exec.
2928        * configure.ac, wrapup/Makefile.am: Modified.
2929        * librpc, librpc/ChangeLog: Removed.
2930
29312002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2932
2933        * optman/Makefile.am: Remove multilib support.
2934        * optman/configure.ac: Ditto.
2935        * optman/sapi/Makefile.am: Ditto.
2936
29372002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2938
2939        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2940        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2941
29422002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2943
2944        Move networking libraries to c/src/exec/libnetworking
2945        * libnetworking/configure.ac, libnetworking/Makefile.am,
2946        libnetworking/wrapup/Makefile.am: Reflect Moval.
2947
29482002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2949
2950        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2951        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2952        <rtems/bspIo.h>.
2953
29542002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2955
2956        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2957        * libnetworking/rtems/mkrootfs.h: Ditto.
2958        * libnetworking/rtems/Makefile.am: Reflect changes above.
2959
29602002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2961
2962        * configure.ac: Remove lib.
2963
29642002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2965
2966        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2967        that exception stack frames on M68K members with VBR always are 6 byte
2968        long. The incorrect assumption resulted in some gdb commands like "next"
2969        to fail on the 68360.
2970
29712002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2972
2973        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2974        PR 220
2975        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2976        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2977        CVS.
2978        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2979        libnetworking/sys/filio.h: Remove.
2980        * libnetworking/sys/Makefile.am: Reflect changes above.
2981
29822002-05-07      Chris Johns <ccj@acm.org>
2983
2984        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2985        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2986        requires it to be stripped.
2987
29882002-05-01      Eric Norum <eric.norum@usask.ca>
2989
2990        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2991        assembly  to satisfy gcc 3.1 and newer.
2992
29932002-04-26      Eric Norum <eric.norum@usask.ca>
2994
2995        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2996        agressive optimization in gcc 3.1 does not reorder things.
2997
29982002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2999
3000        * libchip/network/dec21140.c: Reflect changes to powerpc's
3001        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
3002        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
3003        <rtems/score/cpu.h>.
3004        * librdbg/src/powerpc/rdbg_f.c: Ditto.
3005        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
3006
30072002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3008
3009        * optman/configure.ac: Remove ENABLE_GCC28.
3010
30112002-04-11      Chris Johns <ccj@acm.org>
3012
3013        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
3014        driver control block field to the ifconfig network driver structure.
3015        This field is needed by the i82586 driver which was ported from NetBSD
3016        as it had better hardware abstraction.
3017        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
3018        PR59, added the drv_ctrl driver control block field to the ifconfig
3019        network driver structure. This field is needed by the i82586 driver
3020        which was ported from NetBSD as it had better hardware abstraction.
3021
30222002-04-10      Mike Siers <mikes@poliac.com>
3023
3024        * libnetworking/rtems_webserver/NOTES,
3025        libnetworking/rtems_webserver/asp.c,
3026        libnetworking/rtems_webserver/balloc.c,
3027        libnetworking/rtems_webserver/default.c,
3028        libnetworking/rtems_webserver/ej.h,
3029        libnetworking/rtems_webserver/ejIntrn.h,
3030        libnetworking/rtems_webserver/ejlex.c,
3031        libnetworking/rtems_webserver/ejparse.c,
3032        libnetworking/rtems_webserver/emfdb.c,
3033        libnetworking/rtems_webserver/emfdb.h,
3034        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
3035        libnetworking/rtems_webserver/handler.c,
3036        libnetworking/rtems_webserver/license.txt,
3037        libnetworking/rtems_webserver/md5.h,
3038        libnetworking/rtems_webserver/md5c.c,
3039        libnetworking/rtems_webserver/mime.c,
3040        libnetworking/rtems_webserver/misc.c,
3041        libnetworking/rtems_webserver/ringq.c,
3042        libnetworking/rtems_webserver/rom.c,
3043        libnetworking/rtems_webserver/security.c,
3044        libnetworking/rtems_webserver/sock.c,
3045        libnetworking/rtems_webserver/sym.c,
3046        libnetworking/rtems_webserver/uemf.c,
3047        libnetworking/rtems_webserver/uemf.h,
3048        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
3049        libnetworking/rtems_webserver/url.c,
3050        libnetworking/rtems_webserver/value.c,
3051        libnetworking/rtems_webserver/wbase64.c,
3052        libnetworking/rtems_webserver/webcomp.c,
3053        libnetworking/rtems_webserver/webpage.c,
3054        libnetworking/rtems_webserver/webrom.c,
3055        libnetworking/rtems_webserver/webs.c,
3056        libnetworking/rtems_webserver/webs.h,
3057        libnetworking/rtems_webserver/websuemf.c,
3058        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
3059        2.1.4.
3060
30612002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3062
3063        * libchip/network/i82586.c: Include <string.h>.
3064        * libchip/network/sonic.c: Ditto.
3065
30662002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3067
3068        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
3069
30702002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3071
3072        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
3073
30742002-03-27      Thomas.Doerfler@imd-systems.de
3075
3076        PR 144
3077        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
3078        memory address 0 when called for the first time. This is done when
3079        trying to clear the variable "dhcp_hostname".
3080
30812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3082
3083        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3084        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3085        * Makefile.am: Remove AUTOMAKE_OPTIONS.
3086        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3087        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3088        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3089        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
3090        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
3091        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3092        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3093        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
3094        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
3095        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3096        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
3097        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3098        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3099        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3100        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3101        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3102        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3103        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3104        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3105        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3106        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3107        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3108        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3109        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3110        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3111        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3112        AUTOMAKE_OPTIONS.
3113        * libnetworking/configure.ac:
3114        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3115        foreign 1.6]).
3116        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3117        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3118        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3119        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3120        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3121        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3122        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3123        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3124        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3125        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3126        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3127        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3128        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3129        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3130        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3131        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3132        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3133
31342002-03-27      Ilya Alexeev <ilya@continuum.ru>
3135
3136        PR 162
3137        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3138        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3139        used in a device write routines.  Now ppp_softc structure have own
3140        character for writing to device (sc_outchar).  I think that converting
3141        local variables to static is not a right solution, because problems will
3142        occur in the case of two or more ppp instances.
3143        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3144        must be u_long, otherwise in the case of the big output packet endless
3145        loop may occur.
3146
31472002-03-21      Ilya Alexeev <ilya@continuum.ru>
3148
3149        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3150        preparations for multiple PPPD connections.
3151
31522002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3153
3154        PR 149
3155        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3156        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3157        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3158        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3159
31602002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3161
3162        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3163        * configure.ac: Modified to reflect addition.
3164
31652002-02-27      Ilya Alexeev <ilya@continuum.ru>
3166
3167        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3168        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3169        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3170        capabilities as well as eliminate some warnings.
3171
31722002-02-27      Eric Norum <eric.norum@usask.ca>
3173
3174        * libnetworking/net/radix.c: Properly handle fetching the default route
3175        when there is no route.  This was a bug in the original FreeBSD code and
3176        this fix is from an updated version of their code.
3177
31782002-02-16      Eric Norum <eric.norum@usask.ca>
3179
3180        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3181        checking.
3182
31832002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3184
3185        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3186        dodefaultroute.
3187
31882002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3189
3190        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3191        include <rtems/seterr.h>.
3192
31932002-02-01      Mike Siers <mikes@poliac.com>
3194
3195        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3196        avoid bringing the link down too fast. NOTE: Mike reports successfully
3197        running at 56K baud on a direct link.
3198
31992002-02-01      Eric Valette <valette@crf.canon.fr>
3200
3201        * librdbg/So many patches have been posted recently on the mailing list
3202        and  because we were unable to find correct solution to compile on
3203        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3204        because the coding  style of rdbg was rather inconsistant among various
3205        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3206        global coding style (using indent + manual edits), 2) incorporate/review
3207        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3208        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3209        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3210        after rdbg initialization is done, NB : the paches is huge but it is
3211        mainly due to coding styke chnages.  Only few lines of codes have been
3212        really changed and they do not impact  rdbg functionnality (AFAIKT).
3213        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3214        librdbg/include/rdbg/m68k/rdbg_f.h,
3215        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3216        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3217        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3218        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3219        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3220        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3221        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3222        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3223        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3224        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3225        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3226        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3227        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3228        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3229        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3230        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3231
32322002-01-31      Mike Siers <mikes@poliac.com>
3233
3234        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3235        * Nice Update of PPPD support which eliminates the requiremetn that
3236        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3237        and reports that it seems to be more stable and handle larger packets
3238        better.  This patch replaces the termios tasks with more general pppd
3239        network driver tasks.  The functions pppinput() and pppstart() get
3240        called from the interrupt service routine.
3241        * libnetworking/Makefile.am, libnetworking/configure.ac,
3242        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3243        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3244        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3245        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3246        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3247        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3248        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3249        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3250        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3251        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3252        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3253        libnetworking/net/route.c, libnetworking/net/route.h,
3254        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3255        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3256        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3257        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3258        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3259        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3260        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3261        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3262        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3263        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3264        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3265        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3266        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3267        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3268        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3269        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3270        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3271        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3272        libnetworking/pppd/example/README,
3273        libnetworking/pppd/example/netconfig.h,
3274        libnetworking/wrapup/Makefile.am: Modified.
3275        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3276        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3277        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3278        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3279        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3280        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3281        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3282        libnetworking/modem/pppcompress.c: Subdirectory removed.
3283
32842002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3285
3286        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3287        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3288
32892002-01-18      Till Straumann <strauman@slac.stanford.edu>
3290
3291        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3292        issues: - exception handler needs to enable MSR_FP if the interrupted
3293        thread is FP enabled. - printk message for MSR fixed and added
3294        stacktrace. NOTE: this requires the stacktrace patch to
3295        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3296        however).
3297
32982002-01-06      Joel Sherrill <joel@OARcorp.com>
3299
3300        * optman/.cvsignore: Added aclocal.m4 and configure.
3301        * optman/.cvsignore: New file.
3302
33032002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3304
3305        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3306
33072002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3308
3309        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3310        * optman/ChangeLog: New.
3311        * optman/configure.ac: New.
3312        * optman/Makefile.am: New.
3313        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3314        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3315
33162001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3317
3318        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3319
33202001-12-18      Eric Norum <eric.norum@usask.ca>
3321
3322        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3323        `directories' (path names with a / at the end) while disallowing open()
3324        operations on TFTP `directories'.
3325
33262001-12-07      Eric Norum <eric.norum@usask.ca>
3327
3328        * libnetworking/lib/tftpDriver.c: Restore write capability.
3329
33302001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3331
3332        * libchip/network/sonic.h: Fix typo.
3333        * libnetworking/arpa/Makefile.am: Remove stray lines.
3334
33352001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3336
3337        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3338
33392001-10-18      Eric Norum <eric.norum@usask.ca>
3340
3341        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3342        chdir() and open() operations within the TFTP file system.
3343
33442001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3345
3346        * librdbg/configure.ac: Fix latent bug exposed by removal of
3347        config.cache's which prevented powerpc targets librdbg from building.
3348
33492001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3350
3351        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3352        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3353        autoconf-2.52 happy.
3354
33552001-10-12      Mike Siers <mikes@poliac.com>
3356
3357        * libnetworking/Update to stable working state.  Congratulations Mike!
3358        :).
3359        * libnetworking/modem_example: Directory removed.
3360        * libnetworking/modem_example/16550.h,
3361        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3362        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3363        libnetworking/modem_example/ppp.h,
3364        libnetworking/modem_example/pppcompress.c: Files removed.
3365        * libnetworking/pppd/example/pppd.options: New file.
3366        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3367        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3368        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3369        libnetworking/pppd/rtemsmain.c: Updated.
3370
33712001-10-12      Joel Sherrill <joel@OARcorp.com>
3372
3373        * libchip/serial/z85c30.c: Fixed typo.
3374
33752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3376
3377        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3378        * configure.in: Remove.
3379        * configure.ac: New file, generated from configure.in by autoupdate.
3380        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3381        * libchip/configure.in: Remove.
3382        * libchip/configure.ac: New file, generated from configure.in by
3383        autoupdate.
3384        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3385        * librdbg/configure.in: Remove.
3386        * librdbg/configure.ac: New file, generated from configure.in by
3387        autoupdate.
3388        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3389        * libnetworking/configure.in: Remove.
3390        * libnetworking/configure.ac: New file, generated from configure.in by
3391        autoupdate.
3392
33932001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3394
3395        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3396        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3397        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3398
33992001-09-27      Joel Sherrill <joel@OARcorp.com>
3400
3401        * libchip/ChangeLog: Fixed typo in date.
3402
34032001-09-27      Eric Norum <eric.norum@usask.ca>
3404
3405        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3406        TFTP  filesystem.
3407
34082001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3409
3410        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3411        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3412        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3413        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3414        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3415        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3416        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3417        'PREINSTALL_FILES ='.
3418        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3419        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3420        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3421        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3422        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3423        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3424        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3425        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3426        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3427        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3428        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3429        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3430
34312001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3432
3433        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3434        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3435        * librdbg/src/m68k/any/Makefile.am: Ditto.
3436        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3437        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3438        happy.
3439
34402001-09-21      Joel Sherrill <joel@OARcorp.com>
3441
3442        * libchip/network/Makefile.am: Fixed typo on file name.
3443        * libchip/network/i82586.c: Commented out line 318 which is referencing
3444        a member of a structure that is not currently there.  This needs to be
3445        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3446        to C style.
3447
34482001-09-19      Eric Norum <eric.norum@usask.ca>
3449
3450        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3451
34522001-09-19      Chris Johns <ccj@acm.org>
3453
3454        * libchip/network/README.i82586, libchip/network/i82586.c,
3455        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3456        Network driver for Intel i82586.
3457        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3458        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3459        "root" filesystem with information obtained via the DHCP response.
3460
34612001-09-14      Eric Norum <eric.norum@usask.ca>
3462
3463        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3464        make gcc 3.x happy.
3465
34662001-08-16      Mike Siers <mikes@poliac.com>
3467
3468        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3469        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3470        These support callback functionality that has not even been compiled
3471        under RTEMS yet.
3472        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3473        example application.  Mike's notes on the modifications: - renamed
3474        error() function because of namespace problems - removed calls to the
3475        exit() funciton - removed extra files from the pppd source directory -
3476        defined pppd task constant values in rtemspppd.h - modifyied example
3477        code to get actual tick per second value - placed the pppd 2.3.11 man
3478        page file (pppd.8) into the pppd directory.
3479        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3480        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3481        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3482        libnetworking/pppd/rtems-ppp.c: Deleted.
3483        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3484        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3485        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3486        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3487        libnetworking/pppd/example/init.c,
3488        libnetworking/pppd/example/netconfig.h,
3489        libnetworking/pppd/example/ppp.conf,
3490        libnetworking/pppd/example/pppdapp.c,
3491        libnetworking/pppd/example/system.h: New files.
3492        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3493        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3494        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3495        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3496        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3497        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3498        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3499        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3500        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3501        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3502        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3503        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3504        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3505        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3506        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3507
35082001-08-16      Joel Sherrill <joel@OARcorp.com>
3509
3510        * libnetworking/pppd/example/Makefile: Removed.
3511        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3512        to avoid bootstrap -c clobbering it.
3513        * libnetworking/rtems_telnetd/.cvsignore: New file.
3514
35152001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3516
3517        * libnetworking/Makefile.am, libnetworking/configure.in,
3518        libnetworking/rtems_servers/Makefile.am,
3519        libnetworking/rtems_servers/telnetd.c,
3520        libnetworking/rtems_servers/telnetd.h,
3521        libnetworking/rtems_telnetd/Makefile.am,
3522        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3523        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3524        libnetworking/rtems_telnetd/telnetd.c,
3525        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3526        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3527        effect when ftpd change. - the tcp/ip stats have been implemented into
3528        icmds.c and started when telnetd daemon is started.
3529        * libnetworking/rtems_servers/telnetd.c,
3530        libnetworking/rtems_servers/telnetd.h: Removed.
3531        * libnetworking/rtems_telnetd: New directory.
3532        * libnetworking/rtems_telnetd/Makefile.am,
3533        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3534        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3535        libnetworking/rtems_telnetd/telnetd.c,
3536        libnetworking/rtems_telnetd/telnetd.h: New files.
3537
35382001-06-14      Joel Sherrill <joel@OARcorp.com>
3539
3540        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3541        Moved from libmisc/shell so the network stack to address network
3542        depenendency.
3543        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3544
35452001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3546
3547        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3548
35492001-05-15      Joel Sherrill <joel@OARcorp.com>
3550
3551        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3552        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3553        accidentally deleted the incorrectly empty versions.
3554
35552001-05-14      Till Straumann <strauman@slac.stanford.edu>
3556
3557        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3558        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3559        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3560        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3561        to know the values) - the affected BSP (shared/motorola) headers have
3562        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3563        driver (libchip/network/dec21140.c) has been fixed to use
3564        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3565        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3566        who is using this driver. - the DEC driver also has been fixed to use
3567        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3568        delay_in_bus_cycles().
3569
35702001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3571
3572        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3573
35742001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3575
3576        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3577
35782001-04-24      Eric Norum <eric.norum@usask.ca>
3579
3580        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3581        NTP synchronization a little more robust -- no NTP daemon yet, but at
3582        least it trys a little harder when the primary NTP server is down.
3583
35842001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3585
3586        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3587        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3588        libnetworking/pppd/modem_example/modem.c,
3589        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3590        other strings into English.
3591        * libnetworking/pppd/STATUS: updated to reflect the changes.
3592
35932001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3594
3595        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3596        again.
3597
35982001-04-20      Eric Valette <valette@crf.canon.fr>
3599
3600        * mcp750 directory renamed new_exception processing as it supports many
3601        more CPU models.
3602        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3603        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3604        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3605        formerly in mcp750 plus modifications.
3606        * librdbg/src/powerpc/mcp750/.cvsignore,
3607        librdbg/src/powerpc/mcp750/Makefile.am,
3608        librdbg/src/powerpc/mcp750/remdeb.h,
3609        librdbg/src/powerpc/mcp750/remdeb_f.x,
3610        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3611        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3612        new_exception_processing.
3613        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3614        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3615        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3616        part of this effort to add support for the MPC8xx.
3617
36182001-04-19      Joel Sherrill <joel@OARcorp.com>
3619
3620        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3621        internal include files.
3622
36232001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3624
3625        PR 158
3626        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3627        rcmd() library call by commenting out the parts that deal with signals.
3628        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3629        stdio. The 'server-side' parts of this file which deal with
3630        authentication are disabled since they are not needed.
3631
36322001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3633
3634        * libnetworking/include/.cvsignore: Remove dangling file.
3635
36362001-03-14      Joel Sherrill <joel@OARcorp.com>
3637
3638        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3639        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3640        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3641        libchip style serial drivers can be written in libcpu or libbsp.
3642
36432001-03-01      Joel Sherrill <joel@OARcorp.com>
3644
3645        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3646        libchip/network/sonic.c, libchip/network/sonic.h,
3647        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3648        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3649        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3650        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3651        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3652        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3653        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3654        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3655
36562001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3657
3658        * librdbg/include/rdbg/Makefile.am,
3659        librdbg/include/rdbg/i386/Makefile.am,
3660        librdbg/include/rdbg/m68k/Makefile.am,
3661        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3662        style on include files.
3663
36642001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3665
3666        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3667        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3668        replace ${..} with $(..).
3669        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3670        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3671        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3672        libnetworking/rtems/Makefile.am, libnetworking/
3673        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3674        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3675        include_*HEADERS instead of H_FILES.
3676        * libnetworking/include/Makefile.am: Remove.
3677        * libnetworking/Makefile.am: Add handling of *.h files.
3678        * libnetworking/configure.in: Remove include/Makefile.
3679
36802001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3681
3682        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3683
36842001-01-31      Sergei Organov <osv@javad.ru>
3685
3686        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3687        current dir and root dir removed in favor of new libio support for
3688        task-local current and root directories. - Bug in `close_data_socket()'
3689        introduced by previous change fixed. - `command_pasv()' changed to set
3690        timeout on socket we are listening on and code fixed to don't close
3691        socket twice on error. - `serr()' changed to clear `errno'. -
3692        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3693        changed to clear `errno' before processing session. -
3694        `close_data_socket()' fixed to close both active and passive sockets -
3695        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3696        empty string  in `exec_command()'.
3697
36982001-01-25      Eric Norum <eric.norum@usask.ca>
3699
3700        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3701        improves throughput on systems which are dropping packets.   Only the
3702        first timeout is reduced.  This keeps the number of extra packets down
3703        on networks that are very busy and dropping lots of packets.
3704
37052001-01-24      Sergei Organov <osv@javad.ru>
3706
3707        * libnetworking/rtems_servers/ftpd.c,
3708        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3709        - Timeouts on sockets implemented. 'idle' field added to configuration.
3710        No timeout by default to keep backward compatibility. Note: SITE IDLE
3711        command not implemented yet. - Basic global access control implemented.
3712        'access' field added to configuration. No access limitations by default
3713        to keep backward compatibility. - Anchor data socket for active mode
3714        (using self IP and port 20.) - Fixed default data port support (still
3715        not tested). - Don't allow IP address different from originating host in
3716        PORT command to improve security. - Fixed bug in MDTM command. - Check
3717        for correctness of parsing of argument in command_port(). - Fixed
3718        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3719        a directory. - Command parsing a little bit improved: command names are
3720        now converted to upper-case to be more compatible with RFC (command
3721        names are not case-sensitive.) - Reformat comments so that they have
3722        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3723        previous changes - True ASCII mode implemented (doesn't work for hooks
3724        and /dev/null) - Passive mode implemented, PASV command added. - Default
3725        port for data connection could be used (untested, can't find ftp client
3726        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3727        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3728
37292001-01-18      Joel Sherrill <joel@OARcorp.com>
3730
3731        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3732        macro using variable arguments.
3733        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3734        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3735        since I updated the main RTEMS development machine to RedHat 7.2 and
3736        apparently got a new version of rpcgen.
3737
37382001-01-12      Sergei Organov <osv@javad.ru>
3739
3740        * libnetworking/rtems_servers/ftpd.c,
3741        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3742        - use pool of pre-created threads to handle sessions instead of
3743        creating/deleting threads on the fly - LIST output is now similar to
3744        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3745        happy with it. - LIST NAME now works (both for files and directories) -
3746        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3747        clients happy  - keep track of CWD for every session separately -
3748        ability to specify root directory name for FTPD in configuration table.
3749        FTPD will then create illusion for FTP clients that this is actually
3750        root directory. - ignore options sent in commands, thus LIST -al FILE
3751        works and doesn't try to list "-al" directory. - buffers are allocated
3752        on stack instead of heap where possible to eliminate malloc/free calls
3753        (avoid possible heap fragmentation troubles). - drop using of task
3754        notepad to pass parameters - use function arguments instead - use
3755        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3756        in socket() instead of AF_INET.
3757
37582001-01-02      Joel Sherrill <joel@OARcorp.com>
3759
3760        * libnetworking/CHANGELOG: Removed.
3761        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3762
37632000-12-14      Eric Norum <eric.norum@usask.ca>
3764
3765        * libnetworking/lib/tftpDriver.c: Added write capability.
3766
37672000-12-08      Joel Sherrill <joel@OARcorp.com>
3768
3769        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3770        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3771        numerous variable declarations conditional on PPP_COMPRESS and
3772        PPP_FILTER.  Commented out variables that were not used because the code
3773        using them was commented out. Removed totally unused variables.
3774        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3775        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3776
37772000-11-30      Joel Sherrill <joel@OARcorp.com>
3778
3779        * libnetworking/modem/ppp_tty.c: Changed to include
3780        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3781        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3782        * libnetworking/Makefile.am: Modified to reflect above.
3783
37842000-11-27      Joel Sherrill <joel@OARcorp.com>
3785
3786        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3787
37882000-11-25      Eric Norum <eric.norum@usask.ca>
3789
3790        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3791        core.
3792
37932000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3794
3795        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3796        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3797        subdir.
3798        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3799        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3800        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3801        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3802        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3803        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3804        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3805        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3806        ppp_tty.c and the real pppd main is in pppmain.c.
3807
38082000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3809
3810        * libchip/network/sonic.c: Added ipalign() routine to align the received
3811        packet so that the ip header is on a 32-bit boundary. Necessary for
3812        cpu's that do not allow unaligned loads and stores and when the 32-bit
3813        DMA mode is used.
3814
38152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3816
3817        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3818        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3819        ACLOCAL_AMFLAGS.
3820        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3821        ACLOCAL_AMFLAGS.
3822        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3823        ACLOCAL_AMFLAGS.
3824
38252000-11-03      Chris Johns <ccj@acm.org>
3826
3827        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3828        libchip/network/cs8900.h: New files.
3829
38302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3831
3832        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3833        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3834        $(RTEMS_TOPdir)/aclocal.
3835        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3836        $(RTEMS_TOPdir)/aclocal.
3837        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3838        $(RTEMS_TOPdir)/aclocal.
3839
38402000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3841
3842        * configure.in: Switch to GNU-canonicalization.
3843        * Makefile.am: Reflect changes to configure.in.
3844        * acinclude.m4: Remove.
3845
38462000-10-30      Joel Sherrill <joel@OARcorp.com>
3847
3848        * POSIX include files merged into newlib.  This resulted in some
3849        definitions moving to other files and thus some secondary effects in
3850        RTEMS source code.
3851        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3852        in sync with newlib's <machine/types.h>.
3853        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3854        definition of struct itimerval in <sys/time.h>.
3855
38562000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3857
3858        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3859        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3860        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3861        * ChangeLog: Fix typos.
3862        * configure.in: add tests to the GNU canonicalized subdirectories.
3863
38642000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3865
3866        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3867        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3868        the lib directory before configuring lib/.
3869
38702000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3871
3872        * configure.in, Makefile.am: add exec to the GNU canonicalized
3873        subdirectories.
3874        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3875        * configure.in: add libnetworking, librpc and librdb to the GNU
3876        canonicalized subdirectories.
3877        * configure.in: add libmisc and libchip to the GNU canonicalized
3878        subdirectories.
3879        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3880        Switch to GNU canonicalization.
3881        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3882        Switch to GNU canonicalization.
3883        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3884        Switch to GNU canonicalization.
3885
38862000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3887
3888        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3889        canonicalization to libfs/. The approach is currently a bit of a hack as
3890        GNU canonicalization does not support the per-BSP build some of the
3891        other directories require.  As more of the tree is converted, this will
3892        become less  of an issue.
3893
38942000-10-20      Joel Sherrill <joel@OARcorp.com>
3895
3896        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3897        parameter.
3898
38992000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3900
3901        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3902        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3903        * librdbg/configure.in: Add m68k support.
3904        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3905        subdirectory.
3906        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3907        failure.
3908        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3909        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3910        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3911        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3912        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3913        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3914        librdbg/src/m68k/.cvsignore: New files.
3915        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3916        function pointers.
3917        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3918        _after_ pointer has been checked against NULL.
3919
39202000-10-18      Joel Sherrill <joel@OARcorp.com>
3921
3922        * wrapup/Makefile.am: Added libfs.
3923
39242000-10-18      Chris Johns <ccj@acm.org>
3925
3926        * libfs created.
3927        * configure.in: Added libfs subdirectory.
3928        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3929
39302000-09-28      Joel Sherrill <joel@OARcorp.com>
3931
3932        * libnetworking/rtems_webserver/Makefile.am,
3933        libnetworking/rtems_webserver/base64.c,
3934        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3935        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3936
39372000-09-22      Joel Sherrill <joel@OARcorp.com>
3938
3939        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3940        libnetworking/rtems/rtems_bsdnet_internal.h,
3941        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3942        have included rtems.h.  It is now including precisely the  least amount
3943        of low level, yet portable .h files to get the basic RTEMS types
3944        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3945        used machine/types.h to include rtems.h.
3946
39472000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3948
3949        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3950
39512000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3952
3953        * libnetworking/ChangeLog: Cleanup.
3954
39552000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3956
3957        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3958        * libchip/ChangeLog: Fix formating.
3959
39602000-09-05      Joel Sherrill <joel@OARcorp.com>
3961
3962        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3963        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3964        confusion and to work with the converted flags.
3965
39662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3967
3968        * wrapup/Makefile.am: Include compile.am.
3969        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3970        libchip/serial/Makefile.am: Include compile.am.
3971        * librdbg/src/i386/any/Makefile.am,
3972        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3973        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3974        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3975        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3976        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3977        libnetworking/rtems_servers/Makefile.am,
3978        libnetworking/rtems_webserver/Makefile.am,
3979        libnetworking/wrapup/Makefile.am: Include compile.am.
3980
39812000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3982
3983        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3984        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3985
39862000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3987
3988        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3989
39902000-08-31      Joel Sherrill <joel@OARcorp.com>
3991
3992        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3993        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3994        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3995        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3996        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3997        * libnetworking/wbase64.c: Removed.
3998        * libnetworking/Makefile.am, libnetworking/asp.c,
3999        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
4000        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
4001        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
4002        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
4003        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
4004        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
4005        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
4006        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
4007        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
4008        Modified.
4009
40102000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4011
4012        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
4013
40142000-08-30      Joel Sherrill <joel@OARcorp.com>
4015
4016        * libnetworking/rtems_webserver/license.txt: New file.
4017
40182000-08-10      Joel Sherrill <joel@OARcorp.com>
4019
4020        * ChangeLog: New file.
4021        * libchip/ChangeLog: New file.
4022        * librdbg/ChangeLog: New file.
4023        * libnetworking/ChangeLog: New file.
4024
Note: See TracBrowser for help on using the repository browser.