source: rtems/c/src/ChangeLog @ 2174c66

4.115
Last change on this file since 2174c66 was 2174c66, checked in by Sebastian Huber <sebastian.huber@…>, on 08/30/11 at 13:07:21

2011-08-30 Peter Dufault <dufault@…>

  • libchip/network/smc91111.c: Modify to support the MPC5554 using new exceptions. Fix where the networking status is being dumped to a single thousand-character line. Add support for when the chip loaded it's MAC address from a serial chip at reset (the SMC91111_ENADDR_IS_SETUP option). Call lan91cxx_start() every time the the device is initialized. Without this change the chip can not be "upped" once it has been downed.
  • c/src/libchip/network/smc91111.h: Change the "#ifdef expression" to "#if expression".
  • c/src/libchip/network/smc91111exp.h: Add support for new exceptions.
  • Property mode set to 100644
File size: 174.1 KB
RevLine 
[2174c66]12011-08-30      Peter Dufault <dufault@hda.com>
2
3        * libchip/network/smc91111.c: Modify to support the MPC5554 using new
4        exceptions.  Fix where the networking status is being dumped to a
5        single thousand-character line.  Add support for when the chip loaded
6        it's MAC address from a serial chip at reset (the
7        SMC91111_ENADDR_IS_SETUP option).  Call lan91cxx_start() every time
8        the the device is initialized.  Without this change the chip can not
9        be "upped" once it has been downed.
10        * c/src/libchip/network/smc91111.h: Change the "#ifdef expression" to
11        "#if expression".
12        * c/src/libchip/network/smc91111exp.h: Add support for new exceptions.
13
[fbf7e58]142011-07-11      Sebastian Huber <sebastian.huber@embedded-brains.de>
15
16        * libchip/serial/ns16550_p.h, libchip/serial/ns16550.c: Remove
17        interrupt handler during last close.
18
[06a36cd1]192011-07-07      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * libchip/display/disp_hcms29xx.c, libchip/flash/am29lv160.c,
22        libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c,
23        libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
24        libchip/i2c/spi-memdrv.c, libchip/rtc/ds1375.c: Eliminate use of GNU
25        old-style field designator extension as recommended by clang.
26
[3837e536]272011-07-07      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * libchip/i2c/spi-memdrv.h: Add missing semi-colon.
30
[95fe2fd]312011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
32
33        * aclocal/bspopts.m4: Added macros for cache options
34        RTEMS_BSPOPTS_SET_DATA_CACHE_ENABLED,
35        RTEMS_BSPOPTS_HELP_DATA_CACHE_ENABLED,
36        RTEMS_BSPOPTS_SET_INSTRUCTION_CACHE_ENABLED, and
37        RTEMS_BSPOPTS_HELP_INSTRUCTION_CACHE_ENABLED.
38
[d5f3485]392011-03-16      Jennifer Averett <jennifer.averett@OARcorp.com>
40
41        PR 1729/cpukit
42        * aclocal/check-smp.m4, aclocal/enable-smp.m4: New files.
43
[f2d4ef5]442011-03-07      Ralf Corsépius <ralf.corsepius@rtems.org>
45
[8d6df023]46        * aclocal/rtems-top.m4: Add pkgdatadir.
[f2d4ef5]47        * configure.ac: Remove dead code.
48
[4c7b674a]492011-03-04      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * aclocal/rtems-top.m4, aclocal/version.m4:
52        Rename RTEMS_API into _RTEMS_API.
53
[38d1150]542011-02-25      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * aclocal/canonical-target-name.m4:
57        Stop pretending no_cpu* was buildable.
58        Derive RTEMS_CPU from "$host_cpu".
59        Error out if "$host" doesn't match "*-*-rtems*".
60
[20524ba]612011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * configure.ac: Remove AM_CONDITIONAL(HAS_POSIX) (Unused).
64
[3c4d8cd1]652011-02-16      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * ada-tests/mptests/mp01/mp01.adb, ada-tests/mptests/mp01/mptest.adb,
68        ada-tests/mptests/mp01/mptest.ads,
69        ada-tests/mptests/mp01/node1/mp01_node1.adb,
70        ada-tests/mptests/mp01/node2/mp01_node2.adb,
71        ada-tests/mptests/mp02/mptest.adb, ada-tests/mptests/mp02/mptest.ads,
72        ada-tests/mptests/mp02/node1/mp02_node1.adb,
73        ada-tests/mptests/mp02/node2/mp02_node2.adb,
74        ada-tests/mptests/mp03/mptest.adb, ada-tests/mptests/mp03/mptest.ads,
75        ada-tests/mptests/mp03/node1/mp03_node1.adb,
76        ada-tests/mptests/mp03/node2/mp03_node2.adb,
77        ada-tests/mptests/mp04/mptest.adb, ada-tests/mptests/mp04/mptest.ads,
78        ada-tests/mptests/mp04/node1/mp04_node1.adb,
79        ada-tests/mptests/mp04/node2/mp04_node2.adb,
80        ada-tests/mptests/mp05/mptest.adb, ada-tests/mptests/mp05/mptest.ads,
81        ada-tests/mptests/mp05/node1/mp05_node1.adb,
82        ada-tests/mptests/mp05/node2/mp05_node2.adb,
83        ada-tests/mptests/mp06/mptest.adb, ada-tests/mptests/mp06/mptest.ads,
84        ada-tests/mptests/mp06/node1/mp06_node1.adb,
85        ada-tests/mptests/mp06/node2/mp06_node2.adb,
86        ada-tests/mptests/mp07/mptest.adb, ada-tests/mptests/mp07/mptest.ads,
87        ada-tests/mptests/mp07/node1/mp07_node1.adb,
88        ada-tests/mptests/mp07/node2/mp07_node2.adb,
89        ada-tests/mptests/mp08/mptest.adb, ada-tests/mptests/mp08/mptest.ads,
90        ada-tests/mptests/mp08/node1/mp08_node1.adb,
91        ada-tests/mptests/mp08/node2/mp08_node2.adb,
92        ada-tests/mptests/mp09/mptest.adb, ada-tests/mptests/mp09/mptest.ads,
93        ada-tests/mptests/mp09/node1/mp09_node1.adb,
94        ada-tests/mptests/mp09/node2/mp09_node2.adb,
95        ada-tests/mptests/mp10/mptest.adb, ada-tests/mptests/mp10/mptest.ads,
96        ada-tests/mptests/mp10/node1/mp10_node1.adb,
97        ada-tests/mptests/mp10/node2/mp10_node2.adb,
98        ada-tests/mptests/mp11/mptest.adb, ada-tests/mptests/mp11/mptest.ads,
99        ada-tests/mptests/mp11/node1/mp11_node1.adb,
100        ada-tests/mptests/mp11/node2/mp11_node2.adb,
101        ada-tests/mptests/mp12/mptest.adb, ada-tests/mptests/mp12/mptest.ads,
102        ada-tests/mptests/mp12/node1/mp12_node1.adb,
103        ada-tests/mptests/mp12/node2/mp12_node2.adb,
104        ada-tests/mptests/mp13/mptest.adb, ada-tests/mptests/mp13/mptest.ads,
105        ada-tests/mptests/mp13/node1/mp13_node1.adb,
106        ada-tests/mptests/mp13/node2/mp13_node2.adb,
107        ada-tests/mptests/mp14/mptest.adb, ada-tests/mptests/mp14/mptest.ads,
108        ada-tests/mptests/mp14/node1/mp14_node1.adb,
109        ada-tests/mptests/mp14/node2/mp14_node2.adb,
110        ada-tests/samples/base_mp/mptest.adb,
111        ada-tests/samples/base_mp/mptest.ads,
112        ada-tests/samples/base_sp/base_sp.adb,
113        ada-tests/samples/base_sp/sptest.adb,
114        ada-tests/samples/base_sp/sptest.ads,
115        ada-tests/samples/hello/hello.adb,
116        ada-tests/samples/hello/sptest.adb,
117        ada-tests/samples/hello/sptest.ads,
118        ada-tests/samples/nsecs/nsecs.adb,
119        ada-tests/samples/nsecs/sptest.adb,
120        ada-tests/samples/nsecs/sptest.ads,
121        ada-tests/samples/ticker/sptest.adb,
122        ada-tests/samples/ticker/sptest.ads,
123        ada-tests/samples/ticker/ticker.adb, ada-tests/sptests/sp01/sp01.adb,
124        ada-tests/sptests/sp01/sptest.adb, ada-tests/sptests/sp01/sptest.ads,
125        ada-tests/sptests/sp02/sp02.adb, ada-tests/sptests/sp02/sptest.adb,
126        ada-tests/sptests/sp02/sptest.ads, ada-tests/sptests/sp03/sp03.adb,
127        ada-tests/sptests/sp03/sptest.adb, ada-tests/sptests/sp03/sptest.ads,
128        ada-tests/sptests/sp04/sp04.adb, ada-tests/sptests/sp04/sptest.adb,
129        ada-tests/sptests/sp04/sptest.ads, ada-tests/sptests/sp05/sp05.adb,
130        ada-tests/sptests/sp05/sptest.adb, ada-tests/sptests/sp05/sptest.ads,
131        ada-tests/sptests/sp06/sp06.adb, ada-tests/sptests/sp06/sptest.adb,
132        ada-tests/sptests/sp06/sptest.ads, ada-tests/sptests/sp07/sp07.adb,
133        ada-tests/sptests/sp07/sptest.adb, ada-tests/sptests/sp07/sptest.ads,
134        ada-tests/sptests/sp08/sp08.adb, ada-tests/sptests/sp08/sptest.adb,
135        ada-tests/sptests/sp08/sptest.ads, ada-tests/sptests/sp09/sp09.adb,
136        ada-tests/sptests/sp09/sptest.adb, ada-tests/sptests/sp09/sptest.ads,
137        ada-tests/sptests/sp11/sp11.adb, ada-tests/sptests/sp11/sptest.adb,
138        ada-tests/sptests/sp11/sptest.ads, ada-tests/sptests/sp12/sp12.adb,
139        ada-tests/sptests/sp12/sptest.adb, ada-tests/sptests/sp12/sptest.ads,
140        ada-tests/sptests/sp13/sp13.adb, ada-tests/sptests/sp13/sptest.adb,
141        ada-tests/sptests/sp13/sptest.ads, ada-tests/sptests/sp14/sp14.adb,
142        ada-tests/sptests/sp14/sptest.adb, ada-tests/sptests/sp14/sptest.ads,
143        ada-tests/sptests/sp15/sp15.adb, ada-tests/sptests/sp15/sptest.adb,
144        ada-tests/sptests/sp15/sptest.ads, ada-tests/sptests/sp16/sp16.adb,
145        ada-tests/sptests/sp16/sptest.adb, ada-tests/sptests/sp16/sptest.ads,
146        ada-tests/sptests/sp17/sp17.adb, ada-tests/sptests/sp17/sptest.adb,
147        ada-tests/sptests/sp17/sptest.ads, ada-tests/sptests/sp19/sp19.adb,
148        ada-tests/sptests/sp19/sptest.adp, ada-tests/sptests/sp19/sptest.ads,
149        ada-tests/sptests/sp20/sp20.adb, ada-tests/sptests/sp20/sptest.adb,
150        ada-tests/sptests/sp20/sptest.ads, ada-tests/sptests/sp22/sp22.adb,
151        ada-tests/sptests/sp22/sptest.adb, ada-tests/sptests/sp22/sptest.ads,
152        ada-tests/sptests/sp23/sp23.adb, ada-tests/sptests/sp23/sptest.adb,
153        ada-tests/sptests/sp23/sptest.ads, ada-tests/sptests/sp24/sp24.adb,
154        ada-tests/sptests/sp24/sptest.adb, ada-tests/sptests/sp24/sptest.ads,
155        ada-tests/sptests/sp25/sp25.adb, ada-tests/sptests/sp25/sptest.adb,
156        ada-tests/sptests/sp25/sptest.ads,
157        ada-tests/support/test_support.adb, ada-tests/tmtests/tm01/tm01.adb,
158        ada-tests/tmtests/tm01/tmtest.adb, ada-tests/tmtests/tm01/tmtest.ads,
159        ada-tests/tmtests/tm02/tm02.adb, ada-tests/tmtests/tm02/tmtest.adb,
160        ada-tests/tmtests/tm02/tmtest.ads, ada-tests/tmtests/tm03/tm03.adb,
161        ada-tests/tmtests/tm03/tmtest.adb, ada-tests/tmtests/tm03/tmtest.ads,
162        ada-tests/tmtests/tm04/tm04.adb, ada-tests/tmtests/tm04/tmtest.adb,
163        ada-tests/tmtests/tm04/tmtest.ads, ada-tests/tmtests/tm05/tm05.adb,
164        ada-tests/tmtests/tm05/tmtest.adb, ada-tests/tmtests/tm05/tmtest.ads,
165        ada-tests/tmtests/tm06/tm06.adb, ada-tests/tmtests/tm06/tmtest.adb,
166        ada-tests/tmtests/tm06/tmtest.ads, ada-tests/tmtests/tm07/tm07.adb,
167        ada-tests/tmtests/tm07/tmtest.adb, ada-tests/tmtests/tm07/tmtest.ads,
168        ada-tests/tmtests/tm08/tm08.adb, ada-tests/tmtests/tm08/tmtest.adb,
169        ada-tests/tmtests/tm08/tmtest.ads, ada-tests/tmtests/tm09/tm09.adb,
170        ada-tests/tmtests/tm09/tmtest.adb, ada-tests/tmtests/tm09/tmtest.ads,
171        ada-tests/tmtests/tm10/tm10.adb, ada-tests/tmtests/tm10/tmtest.adb,
172        ada-tests/tmtests/tm10/tmtest.ads, ada-tests/tmtests/tm11/tm11.adb,
173        ada-tests/tmtests/tm11/tmtest.adb, ada-tests/tmtests/tm11/tmtest.ads,
174        ada-tests/tmtests/tm12/tm12.adb, ada-tests/tmtests/tm12/tmtest.adb,
175        ada-tests/tmtests/tm12/tmtest.ads, ada-tests/tmtests/tm13/tm13.adb,
176        ada-tests/tmtests/tm13/tmtest.adb, ada-tests/tmtests/tm13/tmtest.ads,
177        ada-tests/tmtests/tm14/tm14.adb, ada-tests/tmtests/tm14/tmtest.adb,
178        ada-tests/tmtests/tm14/tmtest.ads, ada-tests/tmtests/tm15/tm15.adb,
179        ada-tests/tmtests/tm15/tmtest.adb, ada-tests/tmtests/tm15/tmtest.ads,
180        ada-tests/tmtests/tm16/tm16.adb, ada-tests/tmtests/tm16/tmtest.adb,
181        ada-tests/tmtests/tm16/tmtest.ads, ada-tests/tmtests/tm17/tm17.adb,
182        ada-tests/tmtests/tm17/tmtest.adb, ada-tests/tmtests/tm17/tmtest.ads,
183        ada-tests/tmtests/tm18/tm18.adb, ada-tests/tmtests/tm18/tmtest.adb,
184        ada-tests/tmtests/tm18/tmtest.ads, ada-tests/tmtests/tm19/tm19.adb,
185        ada-tests/tmtests/tm19/tmtest.adb, ada-tests/tmtests/tm19/tmtest.ads,
186        ada-tests/tmtests/tm20/tm20.adb, ada-tests/tmtests/tm20/tmtest.adb,
187        ada-tests/tmtests/tm20/tmtest.ads, ada-tests/tmtests/tm21/tm21.adb,
188        ada-tests/tmtests/tm21/tmtest.adb, ada-tests/tmtests/tm21/tmtest.ads,
189        ada-tests/tmtests/tm22/tm22.adb, ada-tests/tmtests/tm22/tmtest.adb,
190        ada-tests/tmtests/tm22/tmtest.ads, ada-tests/tmtests/tm23/tm23.adb,
191        ada-tests/tmtests/tm23/tmtest.adb, ada-tests/tmtests/tm23/tmtest.ads,
192        ada-tests/tmtests/tm24/tm24.adb, ada-tests/tmtests/tm24/tmtest.adb,
193        ada-tests/tmtests/tm24/tmtest.ads, ada-tests/tmtests/tm25/tm25.adb,
194        ada-tests/tmtests/tm25/tmtest.adb, ada-tests/tmtests/tm25/tmtest.ads,
195        ada-tests/tmtests/tm28/tm28.adb, ada-tests/tmtests/tm28/tmtest.adb,
196        ada-tests/tmtests/tm28/tmtest.ads, ada-tests/tmtests/tm29/tm29.adb,
197        ada-tests/tmtests/tm29/tmtest.adb, ada-tests/tmtests/tm29/tmtest.ads,
198        ada-tests/tmtests/tmck/tmck.adb, ada-tests/tmtests/tmck/tmtest.adb,
199        ada-tests/tmtests/tmck/tmtest.ads,
200        ada-tests/tmtests/tmoverhd/dummy_rtems.adb,
201        ada-tests/tmtests/tmoverhd/dummy_rtems.ads,
202        ada-tests/tmtests/tmoverhd/tmoverhd.adb,
203        ada-tests/tmtests/tmoverhd/tmtest.adb,
204        ada-tests/tmtests/tmoverhd/tmtest.ads: Account for RTEMS binding
205        child package rework. Eliminate all warnings.
206
[1987020]2072011-02-16      Joel Sherrill <joel.sherrill@oarcorp.com>
208
209        * ada/Makefile.am, ada/preinstall.am, ada/rtems.adb, ada/rtems.ads:
210        Split RTEMS Ada95 binding into a master package and a child package
211        per Manager. This is better Ada style.
212        * ada/rtems-barrier.adb, ada/rtems-barrier.ads, ada/rtems-clock.adb,
213        ada/rtems-clock.ads, ada/rtems-cpu_usage.ads, ada/rtems-debug.adb,
214        ada/rtems-debug.ads, ada/rtems-event.adb, ada/rtems-event.ads,
215        ada/rtems-extension.adb, ada/rtems-extension.ads,
216        ada/rtems-fatal.adb, ada/rtems-fatal.ads, ada/rtems-interrupt.ads,
217        ada/rtems-io.adb, ada/rtems-io.ads, ada/rtems-message_queue.adb,
218        ada/rtems-message_queue.ads, ada/rtems-object.adb,
219        ada/rtems-object.ads, ada/rtems-partition.adb,
220        ada/rtems-partition.ads, ada/rtems-port.adb, ada/rtems-port.ads,
221        ada/rtems-rate_monotonic.adb, ada/rtems-rate_monotonic.ads,
222        ada/rtems-region.adb, ada/rtems-region.ads, ada/rtems-semaphore.adb,
223        ada/rtems-semaphore.ads, ada/rtems-signal.adb, ada/rtems-signal.ads,
224        ada/rtems-stack_checker.ads, ada/rtems-tasks.adb,
225        ada/rtems-tasks.ads, ada/rtems-timer.adb, ada/rtems-timer.ads: New
226        files.
227
[2e3f4398]2282011-02-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
229
230        * libchip/serial/ns16550.c: Revert previous commit and extend existing
231        mechanic.
232
[d1e10fe6]2332011-02-15      Jennifer Averett
234
235        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Support i386
236        style IRQs.
237
[11523a1]2382011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * libchip/network/smc91111config.h:
241        Use "__asm__" instead of "asm" for improved c99-compliance.
242
[8ee3775]2432011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
244
245        * configure.ac: Require autoconf-2.68, automake-1.11.1.
246
[400078e9]2472011-01-17      Joel Sherrill <joel.sherrill@oarcorp.com>
248
249        * libchip/ide/ata.c: Fix spelling.
250
[29badca6]2512011-01-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
252
253        * libchip/serial/ns16550.c: Install interrupt handler after TTY
254        pointer is valid.
255
[155b47a]2562010-10-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
257
258        * libchip/ide/ata.c: Do not violate chain API.
259
[fc0af72d]2602010-08-20      <yann.sionneau@telecom-sudparis.eu>
261
262        * libchip/network/greth.c, libchip/network/open_eth.c: Add constants
263        for buffer modes.
264
[81f64200]2652010-08-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
266
267        * libchip/ide/ata_internal.h: C++ compatibility.
268
[cac29ee]2692010-08-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
270
271        * libchip/Makefile.am, libchip/preinstall.am: Install
272        <libchip/ata_internal.h>.
273
[9ca9758]2742010-08-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
275
276        * libchip/ide/ata_util.c: New file.
277        * libchip/Makefile.am: Reflect change from above.
278        * libchip/ide/ata.c: Moved ata_breq_init(), ata_identify_device(), and
279        ata_process_request_on_init_phase() into new file.
280
[f5194a9]2812010-08-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
282
283        * libchip/ide/ata_internal.h, libchip/ide/ata.c: Moved code into
284        separate functions.  Added public ata_breq_init(),
285        ata_identify_device(), and ata_process_request_on_init_phase()
286        functions.
287
[d290bbb]2882010-06-24      Arnout Vandecappelle <arnout@mind.be>
289
290        PR 1586/misc
291        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Add retries to
292        SD card accesses.
293
[0596902]2942010-06-22      Arnout Vandecappelle <arnout@mind.be>
295
296        PR 1580/misc
297        * libchip/i2c/spi-sd-card.c: Use bigger chunks and yield processor
298        while waiting for read data.
299
[5e649e5]3002010-06-22      Arnout Vandecappelle <arnout@mind.be>
301
302        PR 1579/misc
303        * libchip/i2c/spi-sd-card.c: Gradually increasing sleep times when
304        waiting for write to finish.
305
[58eccd0]3062010-06-22      Arnout Vandecappelle <arnout@mind.be>
307
308        PR 1567/misc
309        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
310        timeouts.
311
[167c6ce]3122010-06-21      Arnout Vandecappelle <arnout@mind.be>
313
314        PR 1576/misc
315        * libchip/i2c/spi-sd-card.c: Enable CRC checks.
316
[07109c2]3172010-06-21      Arnout Vandecappelle <arnout@mind.be>
318
319        PR 1569/misc
320        * libchip/i2c/spi-sd-card.c: Added CRC checks.
321
[56e8ccd8]3222010-06-15      Joel Sherrill <joel.sherrill@oarcorp.com>
323
324        PR 1561/cpukit
325        * aclocal/rtems-cpu-subdirs.m4: Merge SPARC64 port.
326
[58a1f8a]3272010-06-14      Arnout Vandecappelle <arnout@mind.be>
328
329        PR 1557/misc
330        * libchip/i2c/spi-sd-card.c: Fixed low capacity special case.
331
[ba021d5c]3322010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
333
334        * aclocal/version.m4: Bump RTEMS_API to 4.11.
335        Bump _RTEMS_VERSION to 4.10.99.0.
336
[3d2e856]3372010-06-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
338
339        * libchip/network/if_dc.c: Fix warning.
340
[c48572d9]3412010-05-31      Ralf Corsépius <ralf.corsepius@rtems.org>
342
343        * libchip/network/greth.c: Misc. hacks to allow compilation on
344        16bit targets.
345
[2d76aa8]3462010-05-31      Ralf Corsépius <ralf.corsepius@rtems.org>
347
348        PR 1531/newlib
349        * libchip/network/i82586.c:
350        Add local copy of ALIGN().
351
[87347dd]3522010-05-31      Ralf Corsépius <ralf.corsepius@rtems.org>
353
[8593651]354        * libchip/network/cs8900.c:
355        Misc. changes to make code 16bit-target compliant.
[bfa3a3e]356        * libchip/network/i82586.c:
357        Use int32_t instead of int for 16bit-target compliance.
[87347dd]358        * libchip/network/open_eth.c:
359        Misc. changes to make code 16bit-target compliant.
360
[baf64cdb]3612010-05-18      Chris Johns <chrisj@rtems.org>
362
363        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: PR
364        1448/filesystem.
365
[ea2b19d]3662010-05-11      Ralf Corsépius <ralf.corsepius@rtems.org>
367
368        * aclocal/bsp-alias.m4: Change quoting to work-round
369        http://www.freebsd.org/cgi/query-pr.cgi?pr=146378.
370
[51dc695a]3712010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
372
373        * libchip/network/if_dc.c: Remove warnings.
374
[642c500]3752010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
376
377        * libchip/serial/mc68681.c, libchip/serial/mc68681_reg.c,
378        libchip/serial/ns16550.c, libchip/serial/serial.h,
379        libchip/serial/z85c30.c, libchip/serial/z85c30_reg.c: Use uintptr_t
380        or intptr_t instead of uint32_t or int32_t.
381
[2b0d72a]3822010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
383
384        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
385        libchip/rtc/icm7170.c, libchip/rtc/icm7170_reg.c,
386        libchip/rtc/m48t08_reg.c, libchip/rtc/rtc.h: Use uintptr_t instead of
387        uint32_t.
388
[1993545]3892010-04-10      Ralf Corsépius <ralf.corsepius@rtems.org>
390
391        * libchip/serial/serial.h: Add extern "C".
392
[3ed964f9]3932010-04-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
394
395        * libchip/serial/serial.h, serial/mc68681.c, serial/mc68681_p.h,
396        serial/ns16550.c, serial/ns16550_p.h, serial/serial.h,
397        serial/z85c30.c, serial/z85c30_p.h: adapt _write_ functions to new
398        prototype
399
[c2b0f2c]4002010-04-08      Joel Sherrill <joel.sherrilL@OARcorp.com>
401
402        * libchip/ide/ata.c: Change missed use of ATA_USE_OLD_EXCEPTIONS to
403        CPU_SIMPLE_VECTORED_INTERRUPTS.
404
[fae3ab43]4052010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
406
407        * libchip/ide/ata.c: Use correct macro from RTEMS to determine whether
408        simple or PIC interrupt model.
409
[8606ed5]4102010-04-02      Ralf Corsépius <ralf.corsepius@rtems.org>
411
412        * libchip/rtc/ds1375.c: #include <unistd.h>.
413
[8c53580]4142010-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
415
416        * libchip/network/i82586.c: Readdress use of ctype methods per
417        recommendation from D.J. Delorie on the newlib mailing list. We
418        should pass an unsigned char into these methods.
419
[39b8611]4202010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
421
422        * libchip/ide/ide_controller.c: Fix warnings for uninitialized
423        variable.
424
[8a3a92d]4252010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
426
427        * libchip/network/i82586.c: Fix warnings for ctype methods.
428
[37c0822d]4292010-02-19      Chris Johns <chrisj@rtems.org>
430
431        * libchip/ide/ide_controller.c: Create the devices as block
432        devices.
433
[f1eb199a]4342010-01-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
435
436        * libchip/ide/ata_internal.h, libchip/ide/ata.c
437        libchip/i2c/spi-sd-card.c: Update for block device API change.
438
4392010-01-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
440
441        * libchip/display/disp_hcms29xx.c,
442        libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c,
443        libchip/display/font_hcms29xx.h: various fixes
444
[1e0a5512]4452009-12-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
446
447        PR 1474
448        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
449        device API change.
450
[57674ef]4512009-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
452
453        * libchip/network/greth.c: Eliminate unused type
454        rtems_clock_time_value.
455
[f36eeb3]4562009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
457
458        * libchip/network/dec21140.c: Warning elimination
459        (dec21140_softc->base now is an uint32_t).
460
[bdd2870e]4612009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
462
463        PR 1483/cpukit
464        * libchip/network/dec21140.c, libchip/network/elnk.c,
465        libchip/network/if_dc.c: Move #include <rtems/pci.h> into #if
466        *_SUPPORTED-guarded code sections.
467
[a5b5b50]4682009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
469
470        * libchip/network/dec21140.c, libchip/network/elnk.c,
471        libchip/network/if_dc.c: Ensure PCI drivers are built on all
472        supported configurations. PowerPC conditionals were not current and
473        code was not being built on supported BSPs.
474
[6e701e2]4752009-11-23      Joel Sherrill <joel.sherrill@OARcorp.com>
476
477        * libchip/network/smc91111.c: Formatting.
478
[8509ec2]4792009-11-12      Ralf Corsépius <ralf.corsepius@rtems.org>
480
[d949482]481        * libchip/ide/ata.c (rtems_ata_initialize): Avoid implicit cast to uint16_t.
[8509ec2]482        * libchip/ide/ata.c (ata_non_data_request): Change arg from int to
483        uint32_t (16bit ints are too small).
484
[260e6fb3]4852009-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
486
[ccb670c]487        * libchip/network/elnk.c: Use PRI*32 to print u_int32_t's.
[260e6fb3]488        * libchip/network/if_dc.c: Fix type mismatch.
489
[70d7a36e]4902009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
491
492        * aclocal/bsp-linkcmds.m4: New.
493
[c524d9c]4942009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
495
496        * configure.ac: Rework CFLAGS setup.
497        * aclocal/prog-cc.m4: Remove RTEMS_CFLAGS.
498        * automake/compile.am: Remove RTEMS_CFLAGS.
499
[4b8a90e]5002009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
501
502        * libchip/ide/ata.h: Move extern "C".
503
[0818be5]5042009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
505
506        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c:
507        Use hex-constants to avoid implicit int-casts.
508        * libchip/i2c/spi-memdrv.c:
509        Use hex-constants to avoid implicit int-casts.
510        Use rtems_off64_t offsets to avoid loosing precision.
511
[60e5832]5122009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
513
514        * libchip/serial/ns16550.c: Update for interrupt handler type change.
515
[67bb173]5162009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
517
518        * aclocal/bsp-alias.m4: New.
519        * configure.ac: Apply RTEMS_BSP_ALIAS for RTEMS_BSP_FAMILY.
520
[2e710b0d]5212009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
522
523        * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
524
[23759b5c]5252009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
526
527        * configure.ac: Remove AM_CONDITIONAL MULTILIB.
528        * Makefile.am: Remove BARE_CPU_MODEL.
529
[078f312]5302009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
531
532        * configure.ac: Remove cfg_dir.
533
[7b6afa8]5342009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
535
536        * configure.ac: Remove -std=c99 -fasm.
537        Remove AM_CONDITIONAL LIBCHIP.
538        * libchip/Makefile.am, wrapup/Makefile.am:
539        Remove AM_CONDITIONAL LIBCHIP.
540
[c5f35cd]5412009-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
542
543        * configure.ac: Pick up make/custom/*.
544        * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
545
[21409d30]5462009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
547
548        * wrapup/Makefile.am: Remove AM_CONDITIONAL HAS_LIBBSP.
549        * configure.ac: Remove AM_CONDITIONAL HAS_LIBBSP.
550
5512009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
552
553        * configure.ac: Remove special case lib/libbsp/bare (Abandoned).
554
[29d4ee9]5552009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
556
[588182f6]557        * Makefile.am: Remove RTEMS_HOST (unused).
[df866c9]558        * configure.ac: Remove RTEMS_HOST (unused).
[29d4ee9]559        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
560
[bc7353d5]5612009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
562
563        * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for
564        *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
565
[7a68a73]5662009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
567
568        * aclocal/canonical-target-name.m4, aclocal/check-networking.m4,
569        aclocal/check-posix.m4, aclocal/enable-posix.m4,
570        aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
571
[ee1e72d]5722009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
573
574        * configure.ac: Rework make/custom/* handling.
575        * aclocal/check-custom-bsp.m4: Change *.cfg handling.
576        * Makefile.am: Remove make/custom/default.cfg-rule.
577
[7cafde22]5782009-10-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
579
580        * libchip/serial/ns16550.c: Enable interrupts during open to avoid
581        NULL pointer access in interrupt handler.
582
[94d7bd7]5832009-10-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
584
585        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
586        device API change.
587
[7357f566]5882009-10-08      Chris Johns <chrisj@rtems.org>
589
590        * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the
591        multiblock support from the ATA driver. Multiblock at the disk
592        level should not be a global policy as a disk may have more than
593        one partition with different block sizes. An IDE driver could
594        decide to use the feature with DMA but this a driver specific
595        design choice. Fixed bugs relating to variable block sizes and
596        large block transfer.
597        * c/src/libchip/ide/ide_controller.c,
598        c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h:
599        Changed the block size to 32bits so blocks of 64K or bigger can be
600        transfered in a single driver call.
601
[37f9717a]6022009-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
603
604        * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a
605        shared irq.h yet and this breaks a significant number of them.
606
[3926b05]6072009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
608
609        * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt
610        model.
611
[64a1529]6122009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
613
614        * libchip/serial/z85c30.c, libchip/serial/ns16550.c,
615        libchip/serial/mc68681.c: Reflect termios_baud_to_number having been
616        renamed to rtems_termios_baud_to_number.
617
[07688ae]6182009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
619
620        * libchip/serial/sersupp.h: Remove termios_baud_to_index,
621        termios_baud_to_number (duplicate prototypes).
622        Add C++-guards.
623        Include rtems/termiostypes.h.
624
[e5e9f1a]6252009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
626
627        * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
628
[b580e71]6292009-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
630
631        * aclocal/check-networking.m4: Disable TCP/IP on targets without enough
632        physical address to support BSD TCP/IP stack.
633
[439aade]6342009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
635
636        * libchip/network/elnk.c: Convert calls to legacy routine
637        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
638
[354fb2e]6392009-08-03      Roger Dahlkvist <ruppe@kth.se>
640
641        * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
642
[0d3b27cd]6432009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
644
645        * libchip/ide/ata.c: Remove warning.
646
[8785e906]6472009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
648
649        * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to
650        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
651        now use the same macros.
652        * aclocal/bsp-bspcleanup-options.m4: New file.
653
[ec5d4505]6542009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
655
656        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Removed
657        obsolete defines and declarations.  Set initial baud during device
658        open.  Fixed interrupt mode.
659
[84d7499]6602009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
661
662        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the
663        GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to
664        EINVAL and ENOTTY as appropriate.
665
[b30c618]6662009-05-30      Chris Johns <chrisj@rtems.org>
667
668        * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave
669        devices on an IDE bus and cleaned up the initialisation register
670        call.
671
[79269f6e]6722009-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
673
674        * libchip/network/i82586.c: Fix warning in manner suggested by
675        Arnout Vandecappelle <arnout@mind.be> in
676        http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
677
[80ab5f4]6782009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
679
680        * libchip/network/if_dc.c: Fixed warnings.
681
[9c2eaca]6822009-05-03      Joel Sherrill <joel.sherrill@oarcorp.com>
683
684        * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
685        as needed.
686
[92c70b9]6872009-04-29      Chris Johns <chrisj@rtems.org>
688
689        * libchip/ide/ata.c: Remove a detection test that fails in qemu.
690
691        * libchip/ide/ide_controller.c: Change the status detection and
692        add a message if the transfer fails. There is currently no error
693        handle at the IDE drvier level.
694
[a33af586]6952009-03-12      Daniel Hellstrom <daniel@gaisler.com>
696
697        PR 1392/bsps
698        * libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
699        over multiple pages results in extra data being written.
700
[ca5bcd8]7012009-02-27      Gene Smith <gene.smith@siemens.com>
702
703        PR 1356
704        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
705        cards.
706
[66913da2]7072009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
708
709        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
710        enabled on x86.
711
[43892800]7122009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
713
714        * aclocal/bspopts.m4: Quoting cosmetics.
715
[4c18d8c]7162009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
717
718        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
719        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
720        writes.  Fixed integer type in device structure.
721
[a26d515]7222009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
723
724        * libchip/serial/ns16550.c: Turn on ns16550_process() for
725        BSP_FEATURE_IRQ_LEGACY case also.
726
[9814d2dd]7272008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
728
729        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
730        level LibI2C interface.  Added generic block IO functions.
731
[26cc5909]7322008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
733
734        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
735        optman/rtems/no-msg.c, optman/rtems/no-part.c,
736        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
737        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
738        optman/sapi/no-ext.c, optman/sapi/no-io.c:
739        Revert previous patch (cvs clash with Joel hacking cpukit).
740
[43892800]7412008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
742
743        * aclocal/canonical-target-name.m4: Remove tic4x.
744
[b503274b]7452008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
746
747        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
748
[44415fd]7492008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
750
751        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
752        optman/rtems/no-msg.c, optman/rtems/no-part.c,
753        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
754        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
755        optman/sapi/no-ext.c, optman/sapi/no-io.c:
756        Fix prototypes.
757
[0f4ad570]7582008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
759
760        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
761
[534c893]7622008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
763
764        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
765        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
766        duplicated data.
767
[1fae1c6b]7682008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
769
770        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
771        SuperCore Handler initialization routines to directly pull parameters
772        from configuration table.
773
[45c4499e]7742008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
775
776        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
777        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
778        optman/rtems/no-part.c, optman/rtems/no-region.c,
779        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
780        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
781        initialization routines to directly pull parameters from
782        configuration table. Eliminate empty routines sportted.
783
[69be08ee]7842008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
785
786        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
787
[b0f45d8]7882008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
789
790        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
791        all public use of TOD conversion routines.
792
[f7cb3cf]7932008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
794
795        * libchip/network/smc91111config.h:
796        #include <stdint.h> instead of <rtems/stdint.h>.
797
[4e18296]7982008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
799
800        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
801        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
802
[3c12db5f]8032008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
804
805        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
806
[9151ec6]8072008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
808
809        * libchip/serial/ns16550.c: Transmit the character in the polled write
810        function within a critical section for printk() compatibility.
811
[f049983]8122008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
813
814        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
815
[e2e736b]8162008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
817
818        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
819
[13b8c65]8202008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
821
822        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
823
[c736dcf]8242008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
825
826        * aclocal/bsp-bootcard-options.m4: Fix quoting.
827
[12d02b8]8282008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
829
830        * aclocal/bsp-bootcard-options.m4: New file.
831        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
832
[8c0cab0]8332008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
834
835        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
836        BSPs that support this feature.
837
[0fbd231]8382008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
839
840        * libchip/serial/ns16550.c: Fix typo.
841
[95ef82c]8422008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
843
844        * libchip/serial/ns16550.c: Fix typo.
845
[00a23585]8462008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
847
848        * libchip/serial/ns16550.c: Add not supported on arm even though it is
849        not simple vectored.
850
[fc9cbcf3]8512008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
852
853        * libchip/serial/ns16550.c: Not currently supported on architectures
854        with simple vectored interrupt model.
855
[f8f2e41]8562008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
857
858        * aclocal/version.m4: Bump RTEMS_API to 4.10.
859        Bump _RTEMS_VERSION to 4.9.99.0.
860
[8dcfc0a]8612008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
862
[a12796f3]863        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
[8dcfc0a]864        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
865        functions have now static linkage type.  Added constant qualifier to
866        operations table and read-only function parameters.
867
[a12796f3]868        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
[8dcfc0a]869        c/src/libchip/serial/serial.h:  Include required header files.  Removed
870        support for old PowerPC exception handling.  Various fixes for
871        interrupt related routines.  Added support for BSPs with IRQ extension
872        API.
873
[0b6ca8aa]8742008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
875
876        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
877        is no PCI bus based upon the BSP not having a base address defined.
878        This means this driver cannot be supported on that board.
879
[4c9784e8]8802008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
881
882        * libchip/network/dec21140.c, libchip/network/elnk.c,
883        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
884
[35150aa]8852008-09-17      Miao Yan <yanmiaobest@gmail.com>
886
887        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
888        add simple device only filesystem (devfs), optionally completely drop
889        out filesystem, and to clean up disabling newlib reentrancy support.
890        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
891        now has a 15K code space.
892        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
893        Removed.
894
[ec07659]8952008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
896
897        * libchip/ide/ata.h: Convert to Unix file format.
898
[686f66d]8992008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
900
[b4d0eec3]901        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
902        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
903        libchip/serial/serial.h, libchip/serial/serprobe.c,
904        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
905        Convert to "bool".
[d5150397]906        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
907        libchip/i2c/spi-memdrv.h: Convert to "bool".
[33c36c81]908        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
909        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
910        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
[2c0b598]911        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
912        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
[e7672d6]913        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
914        Convert to "bool".
[90d21b36]915        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
916        Convert to "bool".
[686f66d]917        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
918        Convert to "bool".
919
[5c980d0]9202008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
921
922        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
923        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
924        memory driver to not use the clock ioctl to install a method to poll
925        for input. It now uses a Class API Timer which means we can eliminate
926        this special IOCTL from all clock drivers.
927        * libchip/shmdr/setckvec.c: Removed.
928
[a818530b]9292008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
930
931        * libchip/network/sonic.c: Do not declare a variable just to hold an
932        ignored return value.
933
[dccd351]9342008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
935
936        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
937
[cc4c524b]9382008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
939
940        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
941        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
942
[593297e]9432008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
944
945        * libchip/display/disp_hcms29xx.c: Do not make these static. They
946        appear to be unused that way.
947
[aec17f1]9482008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
949
950        * libchip/shmdr/shm_driver.h: Correct prototypes.
951
[54c7a7f]9522008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
953
954        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
955        variables and made methods static.
956
[73d5344]9572008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
958
959        * libchip/serial/ns16550.c: Fix warning.
960
[1f27c1f7]9612008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
962
963        * aclocal/prog-cc.m4: Add -Wnested-externs.
964
[891bd246]9652008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
966
[fc216b96]967        * libchip/network/dec21140.c: Add missing prototype.
[891bd246]968        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
969
9702008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
[0063a93a]971
972        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
973        -Wstrict-prototypes to RTEMS_CFLAGS.
974
[f031251c]9752008-08-02      Chris Johns <chrisj@rtems.org>
976
977        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
978        rtems_blkdev_request count and start references. Use
979        RTEMS_BLKDEV_START_BLOCK.
980
[3735f08]9812008-07-29      Chris Johns <chrisj@rtems.org>
982
983        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
984
985        * libchip/ide/ata.c: Change to use a mutex rather than disable
986        pre-emption. Updated to the libblock changes.
987
988        * libchip/ide/ata_internal.h: Updated to the new chains API.
989
990        * libchip/ide/ide_controller.c: Updated to the libblock
991        changes. Added come debug tracing.
992
993        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
994        to the libblock changes.
995
[1b39f18]9962008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
997
998        * configure.ac: Remove RPCGEN, RPCTOOLS.
999
[be78809]10002008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
1001
1002        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
1003        for output format specifiers.
1004
[9bd5118]10052008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1006
[eb98e4c6]1007        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
1008        Fixed some data types
[9bd5118]1009
[574fb67]10102008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
1011
1012        * libchip/i2c/spi-sd-card.c: Added missing header file.
1013        * libchip/Makefile.am: Added SD Card driver.
1014
[9ec91233]10152008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1016
1017        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
1018        make glyphs non-constant, added file headers
1019
[224aebb3]10202008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1021
1022        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
1023        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
1024        * libchip/display/font_hcms29xx.h
1025        Creation of SPI display driver
1026
[780428f]10272008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
1028
1029        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
1030        via SPI.
1031
[6a75acb]10322008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
1033
1034        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
1035        AC_PREREQ(2.62).
1036
[89ae273d]10372008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
1038
1039        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
1040
[adaf33af]10412008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1042
1043        * libchip/Makefile.am: Move termios helper routines from libchip to
1044        libcsupport. Add routine which makes it easy for a termios device
1045        driver to inform termios of its default baud rate. This avoids
1046        inconsistencies in later termios settings changes.
1047        * libchip/serial/termios_baud2index.c,
1048        libchip/serial/termios_baud2num.c: Removed.
1049
[61b7dae]10502008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1051
1052        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
1053
[8357ea27]10542008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1055
1056        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
1057        not fail if there are none.
1058
[42bf1b9]10592008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1060
1061        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
1062        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
1063        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
1064        * libchip/Makefile.am:
1065        derived a generic spi memory driver from spi-flash-m25p40,
1066        added descriptor for fram fm25l256
1067
[89d19033]10682008-05-07      Till Straumann <strauman@slac.stanford.edu>
1069
1070        PR 649/bsps
1071        * libchip/ide/ata.c: Give up if the interface does not become ready.
1072
[d3e21f3]10732008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1074
1075        Moved to cpukit.
1076        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
1077        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
1078        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
1079        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
1080        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
1081        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
1082        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
1083        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
1084        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
1085        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
1086        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
1087        nfsclient/src/xdr_mbuf.c: Removed.
1088
[ad20f595]10892008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
1090
1091        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
1092
[a61cc6c]10932008-01-05      Chris Johns <chrisj@rtems.org>
1094
1095        * libchip/flash/am29lv160.c: Update the blank check error message
1096        to say there is an error.
1097       
[107f4d34]10982007-12-22      Chris Johns <chrisj@rtems.org>
1099
1100        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
1101        the hello message. Just one line but still a little too long.
1102       
[f3bf21f2]11032007-12-14      Chris Johns <chrisj@rtems.org>
1104
1105        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
1106        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
1107        * libchip/flash, libchip/flash/am29lv160.c,
1108        libchip/flash/am29lv160.h: New.
1109
[9d7fa71]11102007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
1111
1112        * libchip/network/if_fxp.c: Spacing.
1113
[d371a97]11142007-11-20      Till Straumann <strauman@slac.stanford.edu>
1115
1116        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
1117        Avoid using 'stdio' before the system is up and fully
1118        initialized.
1119
[381a2f18]11202007-11-20      Till Straumann <strauman@slac.stanford.edu>
1121
1122        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
1123        * libchip/Makefile.am, libchip/preinstall.am:
1124        added new driver for Maxim DS1375 i2c RTC.
1125
[7a4e8e7c]11262007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1127
1128        * libchip/i2c/spi-flash-m25p40.c:
1129        added addressing call in write function
1130
[55a685b]11312007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1132
1133        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
1134        * libchip/Makefile.am:
1135        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
1136
[a29bf16b]11372007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1138
1139        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
1140
[21961089]11412007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1142
1143        * nfsclient/Makefile.am: Fix errors.
1144
[96eadec4]11452007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1146
1147        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
1148
[90a51d8a]11492007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
1150
1151        * aclocal/version.m4: Bump RTEMS_API to 4.9.
1152        Bump RTEMS_VERSION to 4.8.99.0.
1153
[b00e693]11542007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1155
1156        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
1157
[e7ef4c3]11582007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
1159
1160        * configure.ac: Remove AC_PROG_AWK (Unused).
1161
[24af51c5]11622007-09-14      Daron Chabot <djc915@mail.usask.ca>
1163
1164        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
1165        rtems_interrupt_vector, to permit passing arbitrary arguments to the
1166        ISR. Clean up of variables to silence compiler warnings.
1167
[324e311]11682007-09-13      Daniel Hellstrom <daniel@gaisler.com>
1169
1170        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
1171
[2a2b206]11722007-09-12      Daniel Hellstrom <daniel@gaisler.com>
1173
1174        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
1175          - Odd bit bug in some chips taken care of.
1176          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
1177            alignment but failing to do so must have made the driver writer to make
1178            some incorrect assumptions about MBUFs.
1179          - Fixed MBUF handling to handle mbuf chains better. The Data length of
1180            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
1181          - Made while loop responsible for copying data to fifo port copy 16 shorts
1182            per loop instead of 1 short, increasing the copying process.
1183
[050249d]11842007-09-07      Daniel Hellstrom <daniel@gaisler.com>
1185
1186        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
1187        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
1188
[261f99bd]11892007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1190
1191        * configure.ac, wrapup/Makefile.am: Remove RDBG.
1192        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
1193        librdbg/Makefile.am, librdbg/preinstall.am,
1194        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
1195        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
1196        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
1197        librdbg/include/rdbg/powerpc/rdbg_f.h,
1198        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
1199        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1200        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1201        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1202        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1203        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
1204        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
1205        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
1206        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
1207        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
1208        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
1209        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1210        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
1211        librdbg/src/powerpc/rdbg_f.c,
1212        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1213        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
1214        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1215        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
1216
[2aaa1643]12172007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
1218
1219        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
1220
12212007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
1222
1223        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
1224          sizes.
1225
[735892e3]12262007-07-27      Chris Johns <chrisj@rtems.org>
1227
1228        * wrapup/Makefile.am: Create archive from a file for hosts
1229        with a limited command line size.
1230
[ef38e6ca]12312007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
1232
1233        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
1234          sizes.
1235
[adb1a08]12362007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
[6e6267bb]1237       
[9faed348]1238        * configure.ac: Add nfsclient.
[6e6267bb]1239        * nfsclient/Makefile.am: New.
1240        * nfsclient/proto/Makefile, nfsclient/Makefile,
1241          nfsclient/src/Makefile: Remove.
[adb1a08]1242        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
1243        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
1244
[516f2d7]12452007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
1246
1247        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
1248        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
1249        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
1250        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
1251        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
1252        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
1253        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
1254        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
1255        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
1256        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
1257        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
1258        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
1259
[6aff507]12602007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
[02a3b35]1261
[6aff507]1262        * libchip/serial/ns16550.c: removed timed out wait for transmitter
1263        to become ready: This will not work for fast CPUs.
1264
[f610e83f]12652007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
[02a3b35]1266
[f610e83f]1267        * libchip/ide/ata.c: fixed warning
1268
[5129b24]12692007-06-20      Ray Xu <rayx@gmail.com>
1270
1271        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
1272        console, and libio. This shrinks the memory requirements but Joel has
1273        not figured out how best to present this to application space.
1274        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
1275        New files.
1276
[4522dba]12772007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1278
1279        * optman/sapi/no-io.c: Split IO Manager into one function per file so
1280        now we only need required initialization methods.
1281
[3f72383c]12822007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1283
1284        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
1285        parameter since it was used to configure a no longer used feature.
1286        Device names are now part of the filesystem not in a table.
1287
[ff114dc5]12882007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1289
1290        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
1291        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
1292        optman/rtems/no-part.c, optman/rtems/no-region.c,
1293        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
1294        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
1295        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
1296        other optional managers so using them reduces application size
1297        instead of increasing it.
1298        * optman/rtems/no-barrier.c: New file.
1299
[0f720a7]13002007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
1301
[513b327b]1302        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
1303        adjustments to pci-API changes.
[0f720a7]1304        * libchip/network/dec21140.c, libchip/network/elnk.c,
1305        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
1306        changes.
1307
[ec09d84]13082007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
1309
1310        * libchip/network/dec21140.c, libchip/network/if_dc.c,
1311        libchip/network/if_fxp.c: Reflect changes to pci-API.
1312
[f68663dc]13132007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
1314
1315        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
1316        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
1317
[d48955ea]13182007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
1319
1320        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
1321          being used to compile "tools").
1322
[d6236b41]13232007-03-13      Joel Sherrill <joel@OARcorp.com>
1324
1325        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
1326
[2697be56]13272007-03-12      Joel Sherrill <joel@OARcorp.com>
1328
1329        * libchip/network/cs8900.c, libchip/network/cs8900.h,
1330        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
1331        and/or fix mistake in copyright notice. Both of these mistakes appear
1332        to be from code submitted after these changes were made previously.
1333
[c4c4528]13342007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
1335
1336        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
1337
[6a00184]13382007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
1339
1340        * libchip/Makefile.am: Correct path to README.tulipclone.
1341
[397060c]13422007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
1343
1344        * libchip/ide/ata.c: Remove superfluous type casts.
1345
[2e4aa9e6]13462007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
1347
1348        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
1349        Use size_t for sizes.
1350
[3d14a45]13512007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1352
1353        * libchip/ide/ata.c: in ata_request_done: moved call to free()
1354        from preemption disabled region
1355
[6b184e0]13562007-01-16      Till Straumann <strauman@slac.stanford.edu>
1357
1358        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
[6200dc9]1359        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
[6b184e0]1360        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
1361
[df591b5]13622006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
1363
1364        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
1365          ioctl_command_t as ioctl argument.
1366
[600a241e]13672006-12-13      Joel Sherrill <joel@OARcorp.com>
1368
1369        * librtems++/include/rtems++/rtemsEvent.h,
1370        librtems++/include/rtems++/rtemsMessageQueue.h,
1371        librtems++/include/rtems++/rtemsSemaphore.h,
1372        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
1373        librtems++/src/rtemsMessageQueue.cc,
1374        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
1375        rtems_unsigned32 to uint32_t.
1376
[5e11c97]13772006-12-13      Joel Sherrill <joel@OARcorp.com>
1378
1379        PR 1181/bsps
1380        * optman/rtems/no-msg.c: Clean up dead code.
1381
[294de470]13822006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
1383
1384        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
1385
[062f6705]13862006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
1387
1388        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
1389        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
1390        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
1391
[fcb0cd46]13922006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1393
1394        * configure.ac: New BUG-REPORT address.
1395
[d17f2b5]13962006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
1397
1398        * Makefile.am: Remove ampolish3.
1399
[76ce226]14002006-11-17      Joel Sherrill <joel@OARcorp.com>
1401
1402        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
1403        blank lines.
1404
[3b6c332]14052006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
1406
1407        * configure.ac: Remove RTEMS_AMPOLISH3.
1408        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
1409          Remove checks for AMPOLISH3.
1410        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
1411        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
1412        * ampolish3: Remove.
1413
[f8235c07]14142006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
1415
[e4a0c4e]1416        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
[f8235c07]1417        * aclocal/prog-cc.m4: Remove CFLAGS.
1418        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
1419        Compose CFLAGS. Append CFLAGS to ac_configure_args.
1420
[bb932d4]14212006-10-23      Joel Sherrill <joel@OARcorp.com>
1422
1423        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
1424
[104ff62]14252006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
1426
1427        * automake/compile.am: Use hard-coded RTEMS_* flags.
1428
[9b5e72b]14292006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
1430
1431        * aclocal/rtems-top.m4: Remove RTEMS_API.
1432        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
1433
[4f5e472]14342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1435
1436        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
1437
[d6a6cff2]14382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1439
1440        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
1441
[2e28876]14422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1443
1444        * aclocal/version.m4: Bump version to 4.7.99.0.
1445
[ba2c04f]14462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1447
1448        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1449
[158f87b0]14502006-09-11      Joel Sherrill <joel@OARcorp.com>
1451
1452        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
1453
[7f247f3]14542006-09-04      Joel Sherrill <joel@OARcorp.com>
1455
1456        * libchip/network/greth.c, libchip/network/open_eth.c,
1457        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
1458        introduced by warning removal.
1459
[ac5b81c3]14602006-09-01      Joel Sherrill <joel@OARcorp.com>
1461
1462        * libchip/network/greth.c, libchip/network/open_eth.c,
1463        libchip/network/smc91111.c: Remove warnings and correct prototype
1464        added earlier today.
1465
[a612b50]14662006-09-01      Joel Sherrill <joel@OARcorp.com>
1467
1468        * libchip/network/cs8900.c, libchip/network/greth.c,
1469        libchip/network/i82586.c, libchip/network/open_eth.c,
1470        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
1471        sized integers, and inttypes.h printf helpers.
1472
[28b8d3af]14732006-08-09      Kolja Waschk <waschk@telos.de>
1474
1475        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
1476
[8faa4a5]14772006-07-12      Joel Sherrill <joel@OARcorp.com>
1478
1479        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
1480
[81d914d8]14812006-07-11      Jerry Needell <jerry.needell@unh.edu>
1482
1483        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
1484        4.6 branch.  Original modifications by Gaisler Enterprises.
1485        * libchip/network/greth.c, libchip/network/greth.h: New files.
1486
[8eb78a20]14872006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1488
1489        * ide/ata.[ch]:
1490        (PR1118) fetch priority for ATA task from a variable,
1491        not a fixed configuration value.
1492       
[bf1cade]14932006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1494
1495        * Makefile.am: Add ampolish3.
1496
[82d11fc5]14972006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1498
1499        * ampolish3: New.
1500        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
1501
[068cf700]15022006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
1503
1504        * aclocal/rtems-ampolish.m4: New.
1505        * configure.ac: Use RTEMS_AMPOLISH3.
1506
[c5a67176]15072006-04-18  Joel Sherrill <joel@OARcorp.com>
1508
[84c86f2]1509        * aclocal/version.m4: Updated to rtems-4.6.99.3.
[c5a67176]1510
[d5ed9e1]15112006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1512
1513        PR 853/filesystem
1514        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
1515        should be modified to support the new exception scheme and to use the
1516        handle parameter.
1517
[7f7298c4]15182006-02-a32     Eric Norum <norume@aps.anl.gov>
1519
[ab8394f6]1520        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
1521        "newer" PCI access calls.  Minor cleanups.  Comments.
[7f7298c4]1522
[3157972]15232006-01-12      Eric Norum <norume@aps.anl.gov>
1524
[ab8394f6]1525        PR 861/networking
1526        PR 863/networking
1527        * libchip/network/smc91111.c: Fix illegal lvalue increments.
[3157972]1528
[2be6d66b]15292006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
[05278e36]1530
1531        * wrapup/Makefile.am: Add preinstall.am.
[2be6d66b]1532        * libchip/Makefile.am: Build libchip/network/smc91111.
1533        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
1534        Eliminate cyg_int* crap.
1535
[cce0948]15362006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1537
[11222bd]1538        * librdbg/Makefile.am: Add preinstall.am.
[cce0948]1539        * aclocal/bsp-configure.m4: Add ampolish3.
1540        New header guards.
1541
[104df63]15422006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1543
1544        * libchip/network/open_eth.c, libchip/network/open_eth.h:
1545        Merger from rtems-4-6-branch.
1546
[9d8ad28]15472006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1548
1549        * libchip/network/smc91111.c
1550        libchip/network/smc91111config.h
1551        libchip/network/smc91111exp.h
1552        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
1553        * libchip/Makefile.am: Reflect adding smc91111*.
1554
[c2c0379]15552006-01-08      Joel Sherrill <joel@OARcorp.com>
1556
1557        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
1558        char *.
1559
[34fe0e0]15602006-01-08      Joel Sherrill <joel@OARcorp.com>
1561
1562        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
1563        warnings.
1564
[a4a40dac]15652005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
1566
[436135fe]1567        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
1568        Add RTEMS_RELLDFLAGS.
1569        * automake/compile.am: Remove RTEMS_USE_GCC.
1570        Remove RTEMS_RELLDFLAGS.
[a4a40dac]1571        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
1572
[a0321355]15732005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
1574
1575        * libchip/network/if_media.h, libchip/network/mii.h:
1576        Remove (Moved to cpukit).
1577        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
1578        and libchip/network/if_media.h.
1579        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
1580        if_media.h having moved.
1581
[3136ff03]15822005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1583
[d366255b]1584        * automake/compile.am, automake/host.am, automake/local.am,
1585        automake/subdirs.am: Remove depend.
[3136ff03]1586        * configure.ac: Explicitly pass --libdir and --includedir to
1587        testsuites.
1588
[3f74676]15892005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1590
1591        * configure.ac: Reflect changes to testsuites.
1592
[95cd708]15932005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1594
1595        * automake/compile.am: Remove GCCSPECS.
1596        * aclocal/prog-cc.m4: Add GCCSPECS.
1597        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
1598
[7880193]15992005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1600
1601        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
1602        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
1603
[f6435d36]16042005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1605
1606        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
1607        libcpu/byteorder.h for i386.
1608
[7880193]16092005-11-02      Till Straumann <strauman@slac.stanford.edu>
[78111c3]1610
1611        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
1612        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
1613        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
[7880193]1614        added a simple API/library for i2c devices and drivers for i2c
1615        2-byte eeproms and a ds1621 temperature sensor; API is documented
1616        in libi2c.h.
[78111c3]1617
[794c624]16182005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1619
1620        * libnetworking/pppd/ipxcp.c,
1621        libnetworking/pppd/chat.c,
1622        libnetworking/pppd/patchlevel.h,
1623        libnetworking/pppd/upap.h,
1624        libnetworking/pppd/md5.h,
1625        libnetworking/pppd/pppd.8,
1626        libnetworking/pppd/README,
1627        libnetworking/pppd/preinstall.am,
1628        libnetworking/pppd/md4.h,
1629        libnetworking/pppd/magic.c,
1630        libnetworking/pppd/pppd.h,
1631        libnetworking/pppd/demand.c,
1632        libnetworking/pppd/rtemsmain.c,
1633        libnetworking/pppd/sys-rtems.c,
1634        libnetworking/pppd/ipcp.h,
1635        libnetworking/pppd/lcp.h,
1636        libnetworking/pppd/chap_ms.c,
1637        libnetworking/pppd/md4.c,
1638        libnetworking/pppd/rtemspppd.h,
1639        libnetworking/pppd/cbcp.h,
1640        libnetworking/pppd/auth.c,
1641        libnetworking/pppd/lcp.c,
1642        libnetworking/pppd/example/README,
1643        libnetworking/pppd/example/ppp.conf,
1644        libnetworking/pppd/example/system.h,
1645        libnetworking/pppd/example/netconfig.h,
1646        libnetworking/pppd/example/pppdapp.c,
1647        libnetworking/pppd/example/init.c,
1648        libnetworking/pppd/example/Makefile-user,
1649        libnetworking/pppd/example/pppd.options,
1650        libnetworking/pppd/rtemspppd.c,
1651        libnetworking/pppd/ipxcp.h,
1652        libnetworking/pppd/chap_ms.h,
1653        libnetworking/pppd/options.c,
1654        libnetworking/pppd/magic.h,
1655        libnetworking/pppd/chap.h,
1656        libnetworking/pppd/cbcp.c,
1657        libnetworking/pppd/upap.c,
1658        libnetworking/pppd/chap.c,
1659        libnetworking/pppd/Makefile.am,
1660        libnetworking/pppd/ccp.h,
1661        libnetworking/pppd/utils.c,
1662        libnetworking/pppd/rtemsdialer.h,
1663        libnetworking/pppd/fsm.h,
1664        libnetworking/pppd/pathnames.h,
1665        libnetworking/pppd/md5.c,
1666        libnetworking/pppd/fsm.c,
1667        libnetworking/pppd/ipcp.c,
1668        libnetworking/pppd/STATUS,
1669        libnetworking/pppd/ccp.c,
1670        libnetworking/Makefile.am: Remove (Moved to cpukit).
1671
[330e08be]16722005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1673
1674        * configure.ac: Remove libnetworking, libnetworking/pppd.
1675        * wrapup/Makefile.am: Remove libpppd.a.
1676
[be52582]16772005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1678
1679        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
1680        rtemsdialer.h to $(includedir)/rtems.
1681
[681ab7e]16822005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1683
1684        * libnetworking/rtems_telnetd/icmds.c,
1685        libnetworking/rtems_telnetd/Makefile.am,
1686        libnetworking/rtems_telnetd/preinstall.am,
1687        libnetworking/rtems_telnetd/pty.c,
1688        libnetworking/rtems_telnetd/pty.h,
1689        libnetworking/rtems_telnetd/README,
1690        libnetworking/rtems_telnetd/telnetd.c,
1691        libnetworking/rtems_telnetd/telnetd.h:
1692        Remove (Moved to cpukit).
1693
[bfd5fd0]16942005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1695
1696        * configure.ac: Remove libnetworking/rtems_telnetd.
1697        * libnetworking/Makefile.am: Remove rtems_telnetd.
1698        * libnetworking/README: Remove (Obsolete).
1699        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1700
[cc2fcc1]17012005-10-20  Eric Norum <norume@aps.anl.gov>
1702
[fab9046]1703        * libchip/network/dec21140.c: Clean up PCI mapping.
[cc2fcc1]1704
[24934c57]17052005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1706
[994eb05]1707        * libnetworking/pppd/Makefile.am: Use preinstall.am.
[3d3b423]1708        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1709        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1710        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
[24934c57]1711        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1712        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1713
[88b6d8d9]17142005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
[95f9447]1715
[88b6d8d9]1716        * aclocal/bspopts.m4: Add missing m4 quotes.
[e698e68]1717
[1a8f056c]17182005-09-02  Joel Sherrill <joel@OARcorp.com>
1719
1720    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1721
[213810b3]17222005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1723
1724        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1725        libchip/network/dec21140.c: Remove initialization of PCI bus.
1726
[2604a54]17272005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1728
1729        * optman/Makefile.am: Add preinstall.am.
1730
[bb72ff9]17312005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1732
1733        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1734        UNTESTED to tested.
1735
[cb4185c]17362005-06-17      Joel Sherrill <joel@OARcorp.com>
1737
1738        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1739        it is not supported by the MPC5xx.
1740
[9c5873b7]17412005-06-17      Joel Sherrill <joel@OARcorp.com>
1742
1743        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1744        interface. Also correct attempting to build on other than PowerPC and
1745        x86.
1746
[af28e68e]17472005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1748
1749        * libchip/Makefile.am: Add driver for Tulip clones.
1750        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1751        libchip/network/if_dcreg.h: New files.
1752
[d7610229]17532005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1754
1755        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1756        to enable rdbg.
1757        * configure.ac: Reflect changes above.
1758
[aea8e66]17592005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1760
1761        * configure.ac: Add ada/.
1762
[9f114a8]17632005-05-20      Sergei Organov  <osv@topconrd.ru>
1764
1765        PR 750/networking
1766        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1767        wait_input().
1768
[a4ce29f]17692005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1770
1771        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1772        rtems/irq.h.
1773
[4beccab]17742005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1775
1776        * libchip/Makefile.am: Include preinstall.am.
1777        * libchip/preinstall.am: New.
1778
[eb0901a4]17792005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1780
1781        * configure.ac: Add AMPOLISH3.
1782        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1783        * libnetworking/rtems_telnetd/preinstall.am: New.
1784        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1785
[005fbe56]17862005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1787
1788        * configure.ac: Let enable_rpcgen default to "no".
1789
[bd2fa0a5]17902005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1791
1792        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1793
[e11bf43]17942005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1795
1796        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1797        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1798
[0fd3092]17992005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1800
1801        * libchip/network/dec21140.c, libchip/network/elnk.c,
1802        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1803
[a8e1959]18042005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1805
1806        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1807        of code as a result of the implementation of a common PCI interface.
1808
[a9cd3a9]18092005-05-04      Joel Sherrill <joel@OARcorp.com>
1810
1811        * libchip/network/open_eth.c: Remove prototype of set_vector.
1812
[d5dbbe5]18132005-05-03      Joel Sherrill <joel@OARcorp.com>
1814
1815        * librdbg/src/ptrace.c: Remove warning.
1816
[48b8259]18172005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1818
1819        * libchip/network/dec21140.c, libchip/network/elnk.c,
1820        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1821        Modified parameter list to remove warnings.
1822
[b7acc4ad]18232005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1824
1825        * libchip/network/cs8900.c, libchip/network/i82586.c,
1826        libchip/network/open_eth.c, libchip/network/sonic.c,
1827        libchip/serial/mc68681.c: Modified types to remove
1828        warnings.  Added initialization to remove warnings.
1829
[ce7d49bc]18302005-04-28      Joel Sherrill <joel@OARcorp.com>
1831
1832        * libchip/network/README.sonic: Rewritten to account for removal of
1833        dmv177.
1834
[1b3028c]18352005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1836
1837        PR 781/rtems_misc
1838        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1839
[cebad96]18402005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1841
1842        * libchip/serial/ns16550.c:
1843        Fixed warnings generated in various powerpc configurations
1844
[c163605f]18452005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1846
1847        * libchip/serial/ns16550.c: Modified
1848        ISR to work with PPC new exception processing
1849
[bb9e843]18502005-03-14      Joel Sherrill <joel@OARcorp.com>
1851
1852        * libchip/network/dec21140.c, libchip/network/elnk.c,
1853        libchip/network/if_fxp.c: Continue PCI API unification. All use
1854        pci_find_device(). Network drivers manufacture a signature since all
1855        calls have not been converted yet.
1856
[160b6b0]18572005-03-04      Joel Sherrill <joel@OARcorp.com>
1858
1859        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1860        initialize function part of the unified PCI API as pci_initialize().
1861
[a3f91c6]18622005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1863
1864        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1865        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1866
[9cd49d42]18672005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1868
1869        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1870        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1871
[ec899eaf]18722005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1873
1874        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1875        building procedures.
1876
[ea68ed5]18772005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1878
1879        * aclocal/prog-cc.m4:
1880        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1881
[0598fb8]18822005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1883
1884        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1885
[7cb25eb]18862005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1887
1888        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1889
[376dfb1a]18902005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1891
1892        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1893
[4bf6a9f2]18942005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1895
1896        * libnetworking/rtems_servers/ftp.c,
1897        libnetworking/rtems_servers/ftp.h,
1898        libnetworking/rtems_servers/Makefile.am:
1899        Remove (relocated to cpukit/ftpd).
1900        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1901        removed move libnetworking/rtems_servers.
1902
[f92f5f6]19032005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1904
1905        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1906
[abb63593]19072005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1908
1909        PR 755/rtems
1910        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1911        Remove local declarations of rtems_bsdnet_nameservers,
1912        rtems_bsdnet_nameservers_count.
1913
[9c858e56]19142005-01-31      Sergei Organov <osv@topconrd.ru>
1915
[e3022f5d]1916        PR 751/pppd
[9c858e56]1917        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1918        committed to fix PR736 breaks pppd. chat.c should have its own static
1919        ttyfd for pppd to work correctly. The symptom is that second
1920        invokation of chat (for connect script) fails due to pppd_ttyfd set
1921        to -1 by previous chat invokation (for init script). In addition,
1922        this patch fixes leaving of dangling pointer in the abort_stbring[]
1923        by chat_send().
1924
[355887b]19252005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1926
1927        * configure.ac: Remove CFLAGS_DEBUG_V.
1928        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1929
[f68b890]19302005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1931
1932        * wrapup/Makefile.am: Remove rtems-ctor.o.
1933
[4321d1f]19342005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1935
1936        * libchip/rtc/rtc.h: size_t RTC_Count.
1937
[4ca43d72]19382005-01-20      Joel Sherrill <joel@OARcorp.com>
1939
1940        PR 736/pppd
1941        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1942        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1943        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1944        should not be static and should have a name more specific to pppd.
1945
[4f647b9]19462005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1947
1948        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1949        libnetworking/rtems_servers/Makefile.am,
1950        libnetworking/rtems_telnetd/Makefile.am,
1951        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1952        Eliminate CFLAGS_OPTIMIZE_V.
1953
[6c2b5324]19542005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1955
1956        * configure.ac: Pass CFLAGS to testsuites configure.
1957        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1958        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1959
[ea3f559]19602005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1961
1962        * configure.ac: Pass CFLAGS to cpukit configure.
1963        * aclocal/rtems-flags.m4: Remove (Unused).
1964        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1965        * aclocal/env-rtemsbsp.m4:
1966        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1967        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1968        RTEMS_CFLAGS.
1969        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1970        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1971        Cleanup comments.
1972
[4c14ea3e]19732005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1974
1975        * automake/compile.am: Remove build-variant support.
1976
[44213ad]19772005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1978
1979        * libnetworking/pppd/Makefile.am,
1980        libnetworking/rtems_servers/Makefile.am,
1981        libnetworking/rtems_telnetd/Makefile.am:
1982        Remove build-variant support.
1983
[552fca7]19842005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1985
1986        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1987        support/Makefile.am, wrapup/Makefile.am:
1988        Remove build-variant support.
1989
[55243362]19902004-11-22      Joel Sherrill <joel@OARcorp.com>
1991
1992        * libchip/network/if_fxp.c: Add entry for another module ID code.
1993
[bb15d1d2]19942004-11-22      Joel Sherrill <joel@OARcorp.com>
1995
1996        PR 693/misc
1997        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1998        in/outport routines.
1999
20002004-11-22      Joel Sherrill <joel@OARcorp.com>
2001
2002        PR 693/misc
2003        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
2004        in/outport routines.
2005
[f4857b21]20062004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
2007
2008        * aclocal/enable-itron.m4: Remove (unused).
2009
[259c516]20102004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
2011
2012        * configure.ac: Misc. quoting cleanups.
2013        Enable ada-tests iff --enable-ada and --enable-tests.
2014
[bf474880]20152004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
2016
2017        PR 703/filesystem
2018        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
2019        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
2020        libchip/ide/ide_controller.c:
2021        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
2022        available for BSPS/device drivers.
2023        Extend the "modes_available" and "mode_active" parameters to
2024        uint16_t for UDMA support.
2025
[ac8f462]20262004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
2027
2028        * libchip/network/dec21140.c: Cleanup a bit and remove message about
2029        not supported on PowerPC since it works on the MVME2100 BSP.
2030
[9bb5b9d]20312004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
2032
2033        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
2034        Add dependency tracking for *.cfgs.
2035        * Makefile.am: Add dependency tracking for *.cfg.
2036
[1c3dfb4a]20372004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
2038
2039        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
2040        (Thanks to Lars Munch <lars@segv.dk> for catching this).
2041
[62fdded]20422004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
2043
2044        PR 707/make_build
2045        * configure.ac: Add --enable-rpcgen.
2046
[577fe95]20472004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
2048
2049        PR 700/rtems_misc
2050        * libnetworking/rtems_webserver/asp.c,
2051        libnetworking/rtems_webserver/balloc.c,
2052        libnetworking/rtems_webserver/cgi.c,
2053        libnetworking/rtems_webserver/default.c,
2054        libnetworking/rtems_webserver/ej.h,
2055        libnetworking/rtems_webserver/ejIntrn.h,
2056        libnetworking/rtems_webserver/ejlex.c,
2057        libnetworking/rtems_webserver/ejparse.c,
2058        libnetworking/rtems_webserver/emfdb.c,
2059        libnetworking/rtems_webserver/emfdb.h,
2060        libnetworking/rtems_webserver/form.c,
2061        libnetworking/rtems_webserver/handler.c,
2062        libnetworking/rtems_webserver/h.c,
2063        libnetworking/rtems_webserver/license.txt,
2064        libnetworking/rtems_webserver/Makefile.am,
2065        libnetworking/rtems_webserver/md5c.c,
2066        libnetworking/rtems_webserver/md5.h,
2067        libnetworking/rtems_webserver/mime.c,
2068        libnetworking/rtems_webserver/misc.c,
2069        libnetworking/rtems_webserver/NOTES,
2070        libnetworking/rtems_webserver/ringq.c,
2071        libnetworking/rtems_webserver/rom.c,
2072        libnetworking/rtems_webserver/rtems_webserver.h,
2073        libnetworking/rtems_webserver/security.c,
2074        libnetworking/rtems_webserver/sock.c,
2075        libnetworking/rtems_webserver/socket.c,
2076        libnetworking/rtems_webserver/sockGen.c,
2077        libnetworking/rtems_webserver/sym.c,
2078        libnetworking/rtems_webserver/uemf.c,
2079        libnetworking/rtems_webserver/uemf.h,
2080        libnetworking/rtems_webserver/um.c,
2081        libnetworking/rtems_webserver/um.h,
2082        libnetworking/rtems_webserver/umui.c,
2083        libnetworking/rtems_webserver/url.c,
2084        libnetworking/rtems_webserver/value.c,
2085        libnetworking/rtems_webserver/wbase64.c,
2086        libnetworking/rtems_webserver/webcomp.c,
2087        libnetworking/rtems_webserver/webmain.c,
2088        libnetworking/rtems_webserver/webpage.c,
2089        libnetworking/rtems_webserver/webrom.c,
2090        libnetworking/rtems_webserver/webs.c,
2091        libnetworking/rtems_webserver/websda.c,
2092        libnetworking/rtems_webserver/websda.h,
2093        libnetworking/rtems_webserver/webs.h,
2094        libnetworking/rtems_webserver/websSSL.c,
2095        libnetworking/rtems_webserver/websSSL.h,
2096        libnetworking/rtems_webserver/websuemf.c,
2097        libnetworking/rtems_webserver/wsIntrn.h:
2098        Remove (Moved to cpukit/http).
2099
[cc87080]21002004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
2101
2102        PR 700/rtems_misc
2103        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
2104        Remove libnetworking/rtems_webserver.
2105
[bb5b4048]21062004-10-25      Eric Norum <norume@aps.anl.gov>
2107
2108        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
2109
[ba5288d]21102004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
2111
2112        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
2113
[1e006d52]21142004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2115
2116        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
2117        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
2118
[5146462f]21192004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2120
2121        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
2122
[d4d624e2]21232004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
2124
2125        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
2126        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
2127
[811db88]21282004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
2129
2130        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
2131        BITSPERBYTE.
2132
[41d0d94e]21332004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
2134
2135        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
2136        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
2137
[9a4b31f]21382004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
2139
2140        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
2141
[41ed282]21422004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
2143
2144        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
2145        * aclocal/enable-bare.m4: Remove.
2146        * configure.ac: Remove BARE_CPU_MODEL.
2147
[2992cd23]21482004-10-13      Eric Norum <norume@aps.anl.gov>
2149
2150        PR 688/bsps
2151        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
2152        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
2153        MC146818A (and several Dallas Semiconductor) TOD chips.
2154
21552004-10-13      Eric Norum <norume@aps.anl.gov>
2156
2157        PR 686/networking
2158        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
2159        device code.
2160
[efab64d]21612004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
2162
2163        * libchip/network/dec21140.c: include <rtems/pci.h>.
2164
[7452b855]21652004-09-29      Joel Sherrill <joel@OARcorp.com>
2166
2167        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
2168        libnetworking/pppd/utils.c: i960 obsoleted and all references
2169        removed.
2170
[cd38196f]21712004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
2172
2173        PR 607/networking
2174        * libchip/network/dec21140.c: Made PCI configuration minimum sane
2175        instead of fully specifying unused PCI features.
2176
[97891e5e]21772004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2178
2179        * configure.ac: Require automake > 1.9.
2180
[f27c25f]21812004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2182
2183        * aclocal/rtems-cpu-subdirs.m4: Add avr.
2184
[d71ab7fd]21852004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2186
2187        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
2188        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
2189
[0ad53a9]21902004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
2191
2192        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
2193        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
2194
[2977f24c]21952004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
2196
2197        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
2198
[90a33a8]21992004-07-28  Joel Sherrill <joel@OARcorp.com>
2200
2201    * aclocal/version.m4: Updated to rtems-4.6.99.1.
2202
[2a757a8]22032004-07-25      Joel Sherrill <joel@OARcorp.com>
2204
2205        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
2206
[1402d56a]22072004-05-21  Till Strauman <strauman@slac.stanford.edu>
2208
[4dbbcb7]2209        PR 625/networking
[1402d56a]2210        * libchip/network/dec21140.c, ... : Prevent name clashes by making
2211        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
2212        an error rather than panic if no chip is detected (thus allowing
2213        for probing).
2214        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
2215        instead of looping forever.  Avoid divide by zero (crashed my PC).
2216        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
2217        they are UNTESTED.
2218
[1eaf0fda]22192004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
2220
2221        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
2222
[593bc32]22232004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
2224
2225        * libchip/network/dec21140.c, libchip/network/elnk.c:
2226        #include <errno.h>.
2227
[c8e8f119]22282004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
2229
2230        * libchip/network/if_media.h: Update from FreeBSD.
2231        * libchip/network/open_eth.c, libchip/network/cs8900.c,
2232        libchip/network/i82586.c: #include <errno.h>.
2233
[61c78ab]22342004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
2235
2236        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
2237
[0d0528d3]22382004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
2239
2240        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
2241
[7b5f6e82]22422004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
2243
2244        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
2245        automake).
2246
[7220366a]22472004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
2248
2249        PR 599/pppd
[7b5f6e82]2250        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
[7220366a]2251
[57c86a05]22522004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2253
2254        * optman/rtems/no-region.c: Reflect having changed
2255        rtems_region_get_segment_size.
2256
[4caeb10]22572004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2258
2259        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
2260        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
2261        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
2262        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
2263        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
2264        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
2265        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
2266
[509fec9c]22672004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2268
2269        * libchip/ide/ata.c, libchip/network/dec21140.c,
2270        libchip/network/elnk.c, libchip/network/i82586.c,
2271        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
2272        libchip/network/open_eth.c, libchip/network/sonic.c,
2273        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
2274        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
2275        libchip/shmdr/init.c, libchip/shmdr/intr.c,
2276        libchip/shmdr/shm_driver.h: Cosmetics.
2277
[c83b5678]22782004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2279
2280        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
2281        optman/rtems/no-msg.c, optman/rtems/no-part.c,
2282        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2283        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
2284        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
2285        fixed size types.
2286
[cdf41b07]22872004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2288
2289        * configure.ac: Explicitly pass --includedir and --libdir to
2290        cpukit/configure.
2291
[ddeb7693]22922004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
2293
2294        * librdbg/Makefile.am: Fix rpcgen rules.
2295        * librdbg/src/i386/any/remdeb_xdr.c,
2296        librdbg/src/m68k/any/remdeb_xdr.c,
2297        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
2298        Reflect changes to librdbg/Makefile.am.
2299
[850c88d]23002004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
2301
2302        * configure.ac: Reflect changes testsuites/configure.ac and
2303        cpukit/configure.ac.
2304
[ef02bc1]23052004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
2306
2307        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
2308        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
2309
[8ae203e3]23102004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
2311
2312        * configure.ac: Reflect changes to testsuites's configuration.
2313
[cdcef7e6]23142004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
2315
2316        PR/589 rtems
2317        * libchip/network/pci.h: Remove (Moved to cpukit).
2318
[ee4f57d]23192004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
[60f9088]2320
[ee4f57d]2321        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
2322        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
2323        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
2324        libchip/network/dec21140.c, libchip/network/elnk.c,
2325        libchip/network/if_fxp.c, libchip/network/open_eth.c,
2326        libchip/network/open_eth.h, libchip/network/sonic.c,
2327        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
2328        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2329        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2330        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
2331        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
2332        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
2333        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
2334        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
2335        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
2336        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
2337        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2338        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
2339        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2340        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
2341        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
2342        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
2343        fixed-size types.
[60f9088]2344
[ee4f57d]23452004-03-14      Chris Johns  <chrisj@rtems.org>
[60f9088]2346
[ee4f57d]2347        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
2348        the BSP example code.
2349        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
2350        support the DIMMPC. This is a pc386 target with IO port support. Minor
2351        formating clean up. Add documentation to the header file.
2352        * libchip/network/README.cs8900: The CS8900 driver is documented in the
2353        cs8900.h header file.
[60f9088]2354
[51b9899]23552004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2356
2357        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
2358        Cosmetics.
2359
[5569cec]23602004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2361
2362        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
2363        There are no application level Makefiles in here.
2364
[e73c249]23652004-03-04      Joel Sherrill <joel@OARcorp.com>
2366
2367        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
2368        they can be used in application level makefiles.
2369
[845e4f3]23702004-03-05      Joel Sherrill <joel@OARcorp.com>
2371
[bfb4c547]2372        * libnetworking/rtems_webserver/ejparse.c,
2373        libnetworking/rtems_webserver/emfdb.c,
2374        libnetworking/rtems_webserver/sock.c,
2375        libnetworking/rtems_webserver/socket.c,
2376        libnetworking/rtems_webserver/sym.c,
2377        libnetworking/rtems_webserver/webs.c,
2378        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
23792004-03-05      Joel Sherrill <joel@OARcorp.com>
2380
[845e4f3]2381        * libchipnetwork/open_eth.c: Remove warnings by conditionally
2382        compiling this file only only those CPU families with supported
2383        exception models.
2384
[789694a1]23852004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2386
2387        * acinclude.m4: Fix loosing arguments when configuring cpukit and
2388        testsuites (Was exposed with --enable-multilib, only).
2389        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
2390         Add RTEMS_BSP_CONFIG_SUBDIR.
2391        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
2392        testsuites's configure.
2393        * aclocal/rtems-top.m4: Remove ENDIF hack.
2394        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
2395
[fcf0034]23962004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2397
2398        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
2399        wrapup/Makefile.am: Fix automake problems having been introduced
2400        in previous patch.
2401
[5e5cf07]24022004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2403
2404        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
2405        Preinstall dirs.
2406        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
2407        * aclocal/check-multiprocessing.m4: Cosmetics.
2408        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
2409        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
2410
[e7495ae]24112004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2412
2413        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
2414        librdbg/src/Makefile.am.
2415        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
2416        * configure.ac: Reflect changes above.
2417        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
2418        * wrapup/Makefile.am: Reflect changes above.
2419        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
2420
[c9251c7]24212004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2422
2423        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
2424
[541a45a]24252004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2426
2427        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
2428
[9e23302]24292004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2430
2431        * wrapup/Makefile.am: Reflect new location of librdbg.a.
2432
[832bed1]24332004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2434
2435        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
[9e23302]2436        librdbg/src/powerpc/Makefile.am: Remove.
[832bed1]2437        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
2438        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
2439        * configure.ac: Reflect changes above.
2440
24412004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2442
2443
[dcf277c]24442004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2445
2446        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
2447        STRIP.
2448
[b083736]24492004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2450
2451        * librdbg/include/Makefile.am: Merge-in
2452        librdbg/include/rdbg/i386/Makefile.am,
2453        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
2454        librdbg/include/rdbg/powerpc/Makefile.am.
2455        * librdbg/include/rdbg/i386/Makefile.am,
2456        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
2457        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
2458        * configure.ac: Reflect changes above.
2459
[a03c1ab]24602004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2461
2462        * configure.ac: Use AS_HELP_STRING(ada).
2463
[3025a4a]24642004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2465
2466        * aclocal/bspopts.m4: Use AS_HELP_STRING.
2467        * aclocal/bsp-configure.m4: Require autoconf-2.59.
2468        Use AC_CONFIG_HEADERS.
2469        * aclocal/check-custom-bsp.m4: Add bspkit-support.
2470        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
2471
[5434449b]24722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2473
2474        * Makefile.am: include local.am.
2475
[31ffd58]24762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2477
2478        * aclocal/version.m4: 4.6.99.0.
2479
[0724e79b]24802004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2481
2482        * Makefile.am: Don't include host.am.
2483        * automake/compile.am: Further cleanups.
2484
[d158c16]24852004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2486
2487        * automake/lib.am: Remove (Unused).
2488
[11cafc0]24892004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2490
2491        * wrapup/Makefile.am: Don't include lib.am.
2492        * automake/compile.am: Use automake compilation rules.
2493
[6436254a]24942004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2495
2496        * libnetworking/pppd/Makefile.am,
2497        libnetworking/rtems_servers/Makefile.am,
2498        libnetworking/rtems_telnetd/Makefile.am,
2499        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
2500        support/Makefile.am: Don't include lib.am.
2501
[97380b4]25022004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2503
2504        * libchip/Makefile.am: Don't include lib.am.
2505        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
2506        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
2507        unnecessary EXTRA_DISTs.
2508
[12b0ada]25092004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2510
2511        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
2512        hack.
2513
[b5d91ad]25142004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2515
2516        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
2517        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
2518        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
2519        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
2520
[477180fa]25212004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2522
2523        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
2524        Add AM_CONDITIONAL(HAS_MP).
2525        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
2526        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
2527        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2528        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2529        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2530        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
2531        (Deprecated by autoconf 2.59).
2532
[171a04c]25332004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2534
2535        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2536        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2537
[d499683]25382004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2539
[93a735b]2540        * ChangeLog: Merge-in libnetworking/ChangeLog.
2541        * libnetworking/ChangeLog: Remove.
[8b615cd]2542        * ChangeLog: Merge-in librdbg/ChangeLog.
2543        * librdbg/ChangeLog: Remove.
2544        * ChangeLog: Merge-in libchip/ChangeLog.
[1d331547]2545        * libchip/ChangeLog: Remove.
[d499683]2546        * ChangeLog: Merge-in optman/ChangeLog.
2547        * optman/ChangeLog: Remove.
2548
[d844a182]25492004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2550
2551        * configure.ac: Reflect changes to cpukit.
[1734d37]2552        * wrapup/Makefile.am: Reflect changes to librdbg.
2553        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
[1d331547]2554        * libchip/Makefile.am: Add PREINSTALL_DIRS.
[8b615cd]2555        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
2556        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
2557        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
2558        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2559        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
2560        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
2561        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
[1734d37]2562
[208aa86e]25632004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2564
2565        * aclocal/rtems-top.m4: Remove check for version.m4.
2566        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
2567
[9480bb42]25682004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2569
[5a80f36b]2570        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
[ebff819]2571        * wrapup/Makefile.am: Reflect changes to libchip/*.
[ca1531c5]2572        * support/Makefile.am: Use automake compilation rules.
2573        * wrapup/Makefile.am: Reflect changes to support/*.
[7c5a840]2574        * configure.ac: Remove libnetworking/wrapup/Makefile.
[5a80f36b]2575        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
2576        libnetworking/*/lib*.a instead of libnetapps.a.
2577        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
2578        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
[d499683]2579        * optman/Makefile.am: Use automake compilation rules.
[1d331547]2580        * libchip/Makefile.am: Fix typo in previous patch.
2581        * libchip/Makefile.am: Use automake compilation rules.
[93a735b]2582        * libnetworking/Makefile.am: Remove wrapup.
2583        * libnetworking/pppd/Makefile.am: Build libpppd. Use
2584        automake-compilation rules.
2585        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
2586        automake-compilation rules.
2587        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
2588        automake-compilation rules.
2589        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
2590        automake-compilation rules.
2591        * libnetworking/wrapup/Makefile.am: Remove (Unused).
[033f0686]2592
[0724887f]25932004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2594
[5a80f36b]2595        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2596        PRE/TMPINSTALL_FILES to CLEANFILES.
[0724887f]2597        * automake/lib.am: Remove TMPINSTALL_FILES.
[d499683]2598        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2599        PRE/TMPINSTALL_FILES to CLEANFILES.
[1d331547]2600        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2601        PRE/TMPINSTALL_FILES to CLEANFILES.
[8b615cd]2602        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
2603        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2604        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2605        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2606        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2607        * librdbg/src/i386/Makefile.am: Ditto.
2608        * librdbg/src/m68k/Makefile.am: Ditto.
2609        * librdbg/src/powerpc/Makefile.am: Ditto.
[93a735b]2610        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
2611        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2612        * libnetworking/rtems_servers/Makefile.am: Ditto.
2613        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2614        * libnetworking/rtems_webserver/Makefile.am: Ditto.
[0724887f]2615
[6416628]26162004-01-07      Joel Sherrill <joel@OARcorp.com>
2617
2618        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
2619        more completely covers the MIPS family.
2620
[a099e9a]26212003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2622
2623        * wrapup/Makefile.am: Reflect changes to shmdr.
[1d331547]2624        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
2625
26262003-12-18      Joel Sherrill <joel@OARcorp.com>
2627
2628        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2629        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
2630        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
2631        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
2632        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
2633        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
2634        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
[a099e9a]2635
[5a80f36b]26362003-12-17      Joel Sherrill <joel@OARcorp.com>
[44652f8]2637
[5a80f36b]2638        * aclocal/version.m4: Updated to rtems-20031217-test.
[917a884]2639
[5a80f36b]26402003-12-17     
[917a884]2641
[5a80f36b]2642        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2643        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
[2b2353d]2644
[41fc78d]26452003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2646
2647        * automake/compile.am: Remove LINK_LIBS (Unused).
2648        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
2649
[e90cff96]26502003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2651
2652        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2653        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2654        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
2655        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
[777db82f]2656        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2657
[b946613]26582003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2659
2660        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
2661        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[d499683]2662        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[1d331547]2663        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[8b615cd]2664        * librdbg/src/i386/Makefile.am:
2665        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2666        * librdbg/src/m68k/Makefile.am:
2667        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2668        * librdbg/src/powerpc/Makefile.am:
2669        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[b946613]2670
[795d9d46]26712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2672
[5a80f36b]2673        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
[14348a00]2674        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2675        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
[5a80f36b]2676        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
2677        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
2678        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
[810720b6]2679        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
[d499683]2680        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2681        * optman/Makefile.am: Remove project_libdir.
[1d331547]2682        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
2683        PRE/TMPINSTALL_FILES.
[8b615cd]2684        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
2685        PRE/TMPINSTALL_FILES.
2686        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
2687        PRE/TMPINSTALL_FILES.
2688        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2689        PRE/TMPINSTALL_FILES.
2690        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
2691        from PRE/TMPINSTALL_FILES.
2692        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
2693        PRE/TMPINSTALL_FILES.
2694        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2695        PRE/TMPINSTALL_FILES.
2696        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
2697        PRE/TMPINSTALL_FILES.
[93a735b]2698        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
2699        PRE/TMPINSTALL_FILES.
2700        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2701        PRE/TMPINSTALL_FILES.
2702        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2703        PRE/TMPINSTALL_FILES.
2704        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2705        from PRE/TMPINSTALL_FILES.
[810720b6]2706
[0e31ed7]27072003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2708
2709        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2710        * automake/lib.am: Remove project_libdir.
2711        * wrapup/Makefile.am: Reworked.
2712
[109d660]27132003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2714
2715        * configure.ac: Reflect changes to librdbg.
[d499683]2716        * optman/Makefile.am: Add tmpinstall dirstamp support.
[1d331547]2717        * libchip/Makefile.am: Fix variant-tmpinstall support.
[8b615cd]2718        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2719        * librdbg/src/powerpc/Makefile.am: Merge-in former
2720        new_exception_processing/Makefile.am.
2721        * librdbg/src/m68k/any/Makefile.am: Remove.
2722        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2723        * librdbg/src/i386/any/Makefile.am: Remove.
2724        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2725        * librdbg/src/Makefile.am: Cosmetics.
2726        * librdbg/include/Makefile.am: Cosmetics.
2727        * librdbg/Makefile.am: Cosmetics.
[93a735b]2728        * libnetworking/Makefile.am: Cosmetics.
2729        * libnetworking/pppd/Makefile.am: Cosmetics.
2730        * libnetworking/wrapup/Makefile.am: Cosmetics.
[109d660]2731
[91fd793d]27322003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2733
2734        * Makefile.am: Cosmetics.
[5a80f36b]2735        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2736        support.
[91fd793d]2737
[8347069]27382003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2739
2740        * automake/compile.am: Remove $(ARCH):-rule.
2741
[184f279]27422003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2743
2744        * configure.ac: Remove lib/libbsp/shared/Makefile,
2745        lib/libbsp/shmdr/Makefile.
2746
[1ca7bc9]27472003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2748
2749        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2750        libchip/serial/Makefile, libchip/rtc/Makefile.
[f2fc5cf]2751        * support/Makefile.am: Remove all-local: $(ARCH).
2752        * wrapup/Makefile.am: Remove all-local: $(ARCH).
[306a66e]2753        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
[d499683]2754        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2755        * optman/Makefile.am: Remove all-local: $(ARCH).
[1d331547]2756        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2757        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2758        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2759        compilation dirstamp support.
2760        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2761        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2762        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2763        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
[8b615cd]2764        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2765        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2766        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2767        all-local: $(ARCH).
[93a735b]2768        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2769        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2770        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2771        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2772        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
[306a66e]2773
[82bdc057]27742003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2775
2776        * aclocal/lead-dot.m4: New (from automake-1.7f).
[5a80f36b]2777        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2778        AC_SUBST(dirstamp).
[1d331547]2779        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2780        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2781        libchip/serial/Makefile.am: Ditto.
[8b615cd]2782        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2783        * librdbg/include/Makefile.am: Ditto.
2784        * librdbg/include/rdbg/Makefile.am: Ditto.
2785        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2786        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2787        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2788        * librdbg/src/Makefile.am: Ditto.
2789        * librdbg/src/i386/Makefile.am: Ditto.
2790        * librdbg/src/i386/any/Makefile.am: Ditto.
2791        * librdbg/src/m68k/Makefile.am: Ditto.
2792        * librdbg/src/m68k/any/Makefile.am: Ditto.
2793        * librdbg/src/powerpc/Makefile.am: Ditto.
2794        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
[93a735b]2795        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2796        preinstallation.
2797        * libnetworking/pppd/Makefile.am: Ditto.
2798        * libnetworking/rtems_servers/Makefile.am: Ditto.
2799        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2800        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2801        * libnetworking/wrapup/Makefile.am: Ditto.
[82bdc057]2802
[9550125e]28032003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2804
2805        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2806        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
[5a80f36b]2807        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2808        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2809        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2810        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2811        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2812        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2813        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2814        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2815        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2816        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2817        underquoting to silence automake-1.8.
[9550125e]2818
[e42cb8b]28192003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2820
2821        * configure.ac: Reflect having moved tests to ../../testsuites.
2822
[4f21a587]28232003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2824
[5a80f36b]2825        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
[69decf3]2826        * aclocal/canonical-host.m4: Remove.
2827        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
[c44312d]2828        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2829
[51d35b2]28302003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2831
2832        * aclocal/check-cpu.m4: Remove.
2833        * configure.ac: Merge-in former aclocal/check-cpu.m4.
[3993b6f7]2834        * aclocal/canonical-target-name.m4: Add m4-quotes.
[5a80f36b]2835        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2836        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2837        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2838        * aclocal/check-networking.m4: Add m4-quotes. Require
2839        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2840        * aclocal/check-posix.m4: Add m4-quotes. Require
2841        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2842        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2843        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
[1d331547]2844        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
[3993b6f7]2845
[2eaee845]28462003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2847
2848        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2849        * aclocal/bsp-alias.m4: Remove.
2850
[0038885]28512003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2852
2853        * configure.ac: Make presence of tests/ optional.
2854
[8857d525]28552003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2856
2857        * aclocal/path-perl.m4: Remove (Unused).
2858
[15ee26f]28592003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2860
2861        * automake/force-preinstall.am: Remove.
2862
[1d331547]28632003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2864
2865        PR 499/rtems_misc
2866        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2867        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2868        Configuration (Odd was forced) - Correction of Stop Bit configuration
2869        (inversed) - Correction of ISR Handler to call
2870        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2871        CTS Hardware flow control Configuration.
2872
[e96d248]28732003-09-04      Joel Sherrill <joel@OARcorp.com>
2874
2875        * lib/libcpu/shared/include/cache.h,
2876        lib/libcpu/shared/src/cache_aligned_malloc.c,
2877        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2878        license changed.
[d499683]2879        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2880        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2881        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2882        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2883        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2884        for license changed.
[1d331547]2885        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2886        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2887        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2888        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2889        libchip/network/cs8900.h, libchip/network/dec21140.c,
2890        libchip/network/elnk.c, libchip/network/open_eth.c,
2891        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2892        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2893        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2894        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2895        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2896        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2897        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2898        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2899        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2900        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2901        libchip/serial/serial.h, libchip/serial/z85c30.c,
2902        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2903        libchip/serial/z85c30_reg.c: URL for license changed.
2904
29052003-09-03      Jiri Gaisler <jiri@gaisler.com>
2906
2907        PR 477/networking
2908        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2909        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2910        libchip/network/open_eth.h: New files.
[e96d248]2911
[ac3786b]29122003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2913
2914        * aclocal/rtems-top.m4: Add RTEMS_API.
2915        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2916
[8b615cd]29172003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2918
2919        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2920        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2921        @RTEMS_BSP@.cfg.
2922
[1d331547]29232003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2924
2925        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2926
29272003-08-20      Joel Sherrill <joel@OARcorp.com>
2928
2929        * libchip/network/cs8900.c: Correct copyright statements.
2930
[161f2651]29312003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2932
2933        * aclocal/check-itron.m4: Remove.
2934        * aclocal/enable-inlines.m4: Remove.
[fe8bc62f]2935        * Makefile.am: Reflect having moved aclocal/.
[867ab080]2936        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2937        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2938        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2939        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2940        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2941        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2942        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2943        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2944        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2945        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2946        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2947        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2948        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2949        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2950        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2951        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2952        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2953        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2954        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2955        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2956        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2957        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2958        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2959        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2960        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2961        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2962        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2963        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2964        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2965        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2966        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2967        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2968        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2969        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2970        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2971        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2972        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2973        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2974        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2975        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2976        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2977        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2978        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2979        * aclocal/target.m4: New (Copied from ../../aclocal).
2980        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2981        * aclocal/version.m4: New (Copied from ../../aclocal).
2982
[3a99e6f]29832003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2984
2985        * configure.ac: Remove stray comments.
2986        * automake/local.am, automake/host.am: Remove "debug".
2987
[514e77b7]29882003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2989
[c483a4e]2990        * Makefile.am: Reflect having moved automake/.
2991        * lib/Makefile.am: Reflect having moved automake/.
2992        * support/Makefile.am: Reflect having moved automake/.
2993        * wrapup/Makefile.am: Reflect having moved automake/.
[5a80f36b]2994        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2995        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2996        from ../../automake).
[d499683]2997        * optman/Makefile.am: Reflect having moved automake/.
[1d331547]2998        * libchip/Makefile.am: Reflect having moved automake/.
2999        * libchip/ide/Makefile.am: Reflect having moved automake/.
3000        * libchip/network/Makefile.am: Reflect having moved automake/.
3001        * libchip/rtc/Makefile.am: Reflect having moved automake/.
3002        * libchip/serial/Makefile.am: Reflect having moved automake/.
[8b615cd]3003        * librdbg/Makefile.am: Reflect having moved automake/.
3004        * librdbg/include/Makefile.am: Reflect having moved automake/.
3005        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
3006        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
3007        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
3008        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
3009        automake/.
3010        * librdbg/src/Makefile.am: Reflect having moved automake/.
3011        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
3012        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
3013        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
3014        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
3015        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
3016        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
3017        having moved automake/.
[93a735b]3018        * libnetworking/Makefile.am: Reflect having moved automake/.
3019        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
3020        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
3021        automake/.
3022        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
3023        automake/.
3024        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
3025        automake/.
3026        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
[11a26b9]3027
[d4b5e876]30282003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3029
[5a80f36b]3030        * Makefile.am: Add bsp.pc.in.
[d4b5e876]3031        * bsp.pc.in: New (pkgconfig support).
3032
[7dcc3fe]30332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3034
3035        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
3036
[539e266e]30372003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3038
3039        * lib/Makefile.am: New (Required by 'make dist').
3040        * lib/ChangeLog: Remove.
3041        * lib/.cvsignore: Cleanup.
3042        * configure.ac: Reflect having added lib/Makefile.am.
[5a80f36b]3043        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
3044        lib/libbsp/configure.ac.
[8b615cd]3045        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
3046        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
[dd984c0]3047
[da499ad]30482003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3049
3050        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
[6fcf4571]3051        * configure.ac: Merge-in librdbg/configure.ac.
[5a80f36b]3052        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
3053        librdbg/configure.ac.
[1d331547]3054        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
3055        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
3056        LIBCHIP. Conditionally build include-dirs.
3057        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
[8b615cd]3058        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
3059        * librdbg/Makefile.am, librdbg/include/Makefile.am,
3060        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
3061        librdbg/include/rdbg/m68k/Makefile.am,
3062        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
3063        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
3064        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3065        librdbg/src/powerpc/Makefile.am, librdbg/
3066        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
3067        configure.ac into ../configure.ac.
[93a735b]3068        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
3069        * libnetworking/.cvsignore, libnetworking/Makefile.am,
3070        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
3071        libnetworking/rtems_telnetd/Makefile.am,
3072        libnetworking/rtems_webserver/Makefile.am,
3073        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
3074        into ../configure.ac.
[8b615cd]3075
30762003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3077
3078        PR 427/rtems
3079        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
3080        * librdbg/src/servtsp.c: Ditto.
[1d331547]3081
30822003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
3083
3084        PR 429/bsps
3085        PR 432/bsps
3086        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
3087        packets are queued onto an elnk board, the ISR will deadlock the device
3088        with a tx complete interrupt.  Lighter tx loads are not affected as they
3089        end up submitting single packets to the device.
[4108ae8]3090
[babba25a]30912003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3092
[5a80f36b]3093        * configure.ac: Merge-in libchip/configure.ac. Merge-in
3094        optman/configure.ac.
[d499683]3095        * optman/configure.ac: Remove (Merged into ../configure.ac).
3096        * optman/Makefile.am: Reflect having merged configure.ac into
3097        ../configure.ac.
[1d331547]3098        * libchip/configure.ac: Remove (Merged into ../configure.ac).
3099        * libchip/Makefile.am, libchip/ide/Makefile.am,
3100        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3101        libchip/serial/Makefile.am: Reflect having merged configure.ac into
3102        ../configure.ac.
[babba25a]3103
[c1a72962]31042003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3105
[5a80f36b]3106        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
[c1a72962]3107
[1d331547]31082003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
3109
3110        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
3111        on i386.
3112
[93a735b]31132003-06-13      Joel Sherrill <joel@OARcorp.com>
3114
3115        * libnetworking/pppd/chat.c: Removed warnings.
3116
[1d331547]31172003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
3118
3119        * libchip/network/README.3com: New file missed in previous commit.
3120        PR 405/bsps
3121        PR 393/networking
3122        * libchip/network/dec21140.c: Fix leak also known as PR393.
3123        * libchip/network/elnk.c, libchip/network/if_media.h,
3124        libchip/network/mii.h: New files.
3125        * libchip/network/Makefile.am: Reflect new files.
3126
[581c3117]31272003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3128
3129        * configure.ac: Remove support for profile-variant.
3130
[93a735b]31312003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3132
3133        PR 397/pppd
3134        * libnetworking/pppd/fsm.c: Make peer_mru global again.
3135        * libnetworking/pppd/magic.c: Remove *rand48.
3136        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
3137
[8a7f8c23]31382003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3139
3140        * wrapup/Makefile.am: Add libide.a.
3141
[1d331547]31422003-04-15      Joel Sherrill <joel@OARcorp.com>
3143
3144        PR 387/rtems_misc
3145        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
3146        routines.
3147        * libchip/ide/ata_internal.h: Added missing newline and end of file.
3148
[93a735b]31492003-04-11      Joel Sherrill <joel@OARcorp.com>
3150
3151        * libnetworking/rtems_webserver/cgi.c,
3152        libnetworking/rtems_webserver/sockGen.c,
3153        libnetworking/rtems_webserver/umui.c,
3154        libnetworking/rtems_webserver/websSSL.c,
3155        libnetworking/rtems_webserver/websSSL.h,
3156        libnetworking/rtems_webserver/websda.c,
3157        libnetworking/rtems_webserver/websda.h: New files. Not included in
3158        previous commit.
3159
31602003-04-10      Joel Sherrill <joel@OARcorp.com>
3161
3162        PR 371/pppd
3163        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
3164        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
3165        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
3166        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3167        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
3168        still global symbols in rtemspppd.h which might need to be changed or
3169        converted into member of a structure which is dereferenced with a
3170        pointer that is managed as a per task variable. But this patch should
3171        avoid many conflicts.
3172
[1d331547]31732003-03-27      Joel Sherrill <joel@OARcorp.com>
3174
3175        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
3176        not allowed in the cpukit source code since it must be buildable
3177        independent of any BSP. These files were moved to libchip/ide.
3178        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
3179        files.
3180
31812003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
3182
3183        PR 368/filesystems
3184        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
3185        improvements which now work on pc386 and mbx8xx.
3186        * libchip/ide/ide_controller.c: New file.
3187
[93a735b]31882003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3189
3190        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
3191
[db3e91f2]31922003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3193
3194        * configure.ac: Remove AC_CONFIG_AUX_DIR.
3195        * configure.ac: Add support/.
3196        * support/.cvsignore: New.
3197        * support/Makefile.am: New.
3198        * support/version.c: New.
3199        * wrapup/Makefile.am: Add support/libsupport.a.
[d499683]3200        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
[1d331547]3201        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
[8b615cd]3202        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
[93a735b]3203        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
[db3e91f2]3204
32052003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3206
3207        * wrapup/Makefile.am: Use SRC += instead of make-vars.
3208
[1d331547]32092003-02-20      Till Straumann <strauman@slac.stanford.edu>
3210
3211        PR 354/networking
3212        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
3213        chip against a table of supported chips. The untested ones are still
3214        commented out, however.
3215
[ccd81b60]32162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3217
3218        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
[9b5c258]3219        * configure.ac: AC_PREREQ(2.57).
[d499683]3220        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
3221        * optman/configure.ac: AC_PREREQ(2.57).
[1d331547]3222        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
3223        * libchip/configure.ac: AC_PREREQ(2.57).
[8b615cd]3224        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
3225        * librdbg/configure.ac: AC_PREREQ(2.57).
[93a735b]3226        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
3227        * libnetworking/configure.ac: AC_PREREQ(2.57).
3228
32292003-02-06      Joel Sherrill <joel@OARcorp.com>
3230
3231        * libnetworking/pppd/chat.c: Convert routines with common names to
3232        static. This included get_char(), put_char(), and character() among
3233        others.
[d499683]3234
32352003-02-03      Joel Sherrill <joel@OARcorp.com>
3236
3237        PR 338/filesystem
3238        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
3239        rtems_io_lookup_name() (API change).  Unused function removed.
[9b5c258]3240
[17aa98d]32412003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3242
3243        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
[93a735b]3244        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
3245        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
3246        Eliminate *_O_FILES.
3247        * libnetworking/rtems_servers/Makefile.am,
3248        libnetworking/rtems_webserver/Makefile.am,
3249        libnetworking/rtems_telnetd/Makefile.am: Ditto.
[17aa98d]3250
[131814f]32512002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3252
3253        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
3254        Let all-local: depend on $(LIB).
[93a735b]3255        * wrapup/Makefile.am, configure.ac: Remove libmisc.
[d499683]3256        * optman/Makefile.am: Apply install-data-local to install *.rels.
3257
32582002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3259
3260        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
3261        %.c rules.
3262        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
[1d331547]3263        * libchip/network/Makefile.am: Eliminate C_O_FILES.
3264        * libchip/rtc/Makefile.am: Ditto.
3265        * libchip/serial/Makefile.am: Ditto.
3266
32672002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3268
3269        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
3270        LIBC_DEFINES.
3271        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
3272        LIBC_DEFINES.
3273        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
3274        LIBC_DEFINES.
[d499683]3275
32762002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3277
3278        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
[9346df0]3279
[d4181d5]32802002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3281
[5a80f36b]3282        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
3283        cache-checking.
[d499683]3284        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
[d4181d5]3285
[028792e8]32862002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3287
3288        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
[5a80f36b]3289        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
3290        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
[d499683]3291        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
[8b615cd]3292        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
[d499683]3293
32942002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3295
3296        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
[93a735b]3297        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
3298        Remove.
[d499683]3299        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
[382e1eb3]3300
[6184265d]33012002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3302
3303        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
3304        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
3305
[1d331547]33062002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
3307
3308        * libchip/network/cs8900.c: I don't know why we have to SelfST register
3309        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
3310
[d499683]33112002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3312
[93a735b]3313        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
[d499683]3314        * optman/rel.am: New.
3315
[54508fd]33162002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3317
3318        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
[5a80f36b]3319        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
3320        braino in comment on "exec". Extend --enable-ada handling.
[54508fd]3321
[8b615cd]33222002-11-04      Joel Sherrill <joel@OARcorp.com>
3323
3324        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
3325        tasks and rolling multiple loops into 1.
3326        * librdbg/src/m68k/rdbg_f.c: Removed warning.
[93a735b]3327        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
3328        Removed warnings.
[8b615cd]3329
[1d331547]33302002-10-31      Joel Sherrill <joel@OARcorp.com>
3331
3332        * libchip/network/dec21140.c: Removed warnings.
[8b615cd]3333        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
3334        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
3335        librdbg/src/m68k/any/remdeb_xdr.c,
3336        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
3337        warnings.
[93a735b]3338        * libnetworking/rtems_webserver/socket.c,
3339        libnetworking/rtems_webserver/uemf.h: Removed warnings.
[1d331547]3340
33412002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
3342
3343        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
3344        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
3345        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
3346        above.
3347
[c22d613]33482002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3349
[5a80f36b]3350        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[c22d613]3351        * wrapup/.cvsignore: Remove autom4te.cache.
[d499683]3352        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[1d331547]3353        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
3354        autom4te.cache.
[8b615cd]3355        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
3356        autom4te.cache.
[93a735b]3357        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
3358        autom4te.cache.
[c22d613]3359
[154c99c]33602002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3361
3362        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
3363
[d499683]33642002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3365
3366        * optman/.cvsignore: Add autom4te.cache.
3367
[1d331547]33682002-09-14      Joel Sherrill <joel@OARcorp.com>
3369
3370        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
3371
[93a735b]33722002-09-07      Joel Sherrill <joel@OARcorp.com>
3373
3374        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
3375        include files to resolve warnings.
3376
[1d331547]33772002-09-07      Chris Johns <ccj@acm.org>
3378
3379        * libchip/network/Makefile.am, libchip/network/README.cs8900,
3380        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
3381        which corrects the problem  where the cs8900.c file was actually the BSP
3382        glue.  Joel did some hacking so this file will compile.  Previously it
3383        required providing a target.h file to compile.
3384        * libchip/network/cs8900.c.bsp: New file.
3385
[93a735b]33862002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3387
3388        * libnetworking/rtems_webserver/md5.h: Add missing newline.
3389
33902002-08-31      Joel Sherrill <joel@OARcorp.com>
3391
3392        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
3393        eliminate warning.
3394
[a456af96]33952002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3396
3397        * configure.ac: Add ada-tests.
3398
[1846a62]33992002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3400
3401        * Makefile.am: Add preinstall-stamp.
3402
[93a735b]34032002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3404
3405        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
3406        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
3407        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
3408        gcc31 happy.
3409        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
3410        cp.
3411
[67bfd9a6]34122002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3413
[5a80f36b]3414        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
3415        make/bsp.mak.
[67bfd9a6]3416        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
3417        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
3418
[93a735b]34192002-08-12      Joel Sherrill <joel@OARcorp.com>
3420
3421        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
3422        avoid error.
3423
[55ac4e1]34242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3425
3426        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
[85a8933]3427        * configure.ac: Add BSP_SUBDIRS.
3428        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
[d499683]3429        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
3430        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
[1d331547]3431        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
3432        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
3433        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
[8b615cd]3434        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
3435        RTEMS_CHECK_BSP_CACHE.
3436        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
3437        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
3438        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3439        .$(OBJEXT) instead of .o.
[93a735b]3440        * libnetworking/pppd/Makefile.am,
3441        libnetworking/rtems_servers/Makefile.am,
3442        libnetworking/rtems_telnetd/Makefile.am,
3443        libnetworking/rtems_webserver/Makefile.am,
3444        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
[85a8933]3445
[4db904ec]34462002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3447
[5a80f36b]3448        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
[2b61cd06]3449        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
[5a80f36b]3450        ../libchip/serial/$(ARCH)/libserialio.a.
[1d331547]3451        * libchip/serial/Makefile.am: Don't tmp-install lib.
3452        * libchip/rtc/Makefile.am: Don't tmp-install lib.
[2b61cd06]3453
[97bfd09]34542002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3455
3456        * Makefile.am: Add rtems_makedir.
[5a80f36b]3457        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
[94f4a9ba]3458        * Makefile.am: Add wrapup-SUBDIR.
3459        * wrapup/ChangeLog: Remove.
3460        * wrapup/configure.ac: Remove.
[5a80f36b]3461        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
3462        (Make the bare BSP happy).
[f21ccd2]3463        * configure.ac: Ditto.
[5a80f36b]3464        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
[f0d7515]3465        Create make/custom/default.cfg.
[5a80f36b]3466        * configure.ac: Add creation of make/custom/*.cfg. Create
3467        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
[f0d7515]3468
[d6f4c1b6]34692002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3470
3471        * Makefile.am: Clean $(PROJECT_RELEASE).
3472
[93a735b]34732002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3474
3475        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
3476        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
3477        prototype mismatches.
3478
[d499683]34792002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3480
3481        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
3482        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
3483
[dbaca2a7]34842002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3485
3486        * acinclude.m4: Add test "$multilib" != "yes".
3487        * config-ml.in: Remove.
[247874ae]3488        * acinclude.m4: Cleanups.
3489        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
[5a80f36b]3490        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
[d499683]3491        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
3492        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
3493        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
[247874ae]3494
[1d331547]34952002-07-16      Eric Norum <eric.norum@usask.ca>
3496
3497        * New driver for the Intel EtherExpressPro (82559ER) chip.
3498        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
3499        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
3500        * libchip/network/Makefile.am: Modified to reflect above.
3501
[02ccf4a]35022002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3503
3504        * acinclude.m4: New.
[5a80f36b]3505        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
3506        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
3507        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
[02ccf4a]3508
[8b615cd]35092002-07-01      Joel Sherrill <joel@OARcorp.com>
3510
3511        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
3512        _Objects_Information_table now that it is a two dimensional array based
3513        upon API and class.
[93a735b]3514        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
3515        of strnlen().
3516
35172002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3518
3519        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
3520        preinstall libnetapps.a.
[8b615cd]3521
[3ebe28f]35222002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3523
3524        * configure.ac: Remove librpc.
3525
[0b2f26d]35262002-06-25      Joel Sherrill <joel@OARcorp.com>
3527
[dee3768b]3528        * Per PR233, moved librpc to exec.
[0b2f26d]3529        * configure.ac, wrapup/Makefile.am: Modified.
3530        * librpc, librpc/ChangeLog: Removed.
3531
[d499683]35322002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3533
3534        * optman/Makefile.am: Remove multilib support.
3535        * optman/configure.ac: Ditto.
3536        * optman/sapi/Makefile.am: Ditto.
3537
[93a735b]35382002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3539
3540        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
3541        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
3542
35432002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3544
3545        Move networking libraries to c/src/exec/libnetworking
3546        * libnetworking/configure.ac, libnetworking/Makefile.am,
3547        libnetworking/wrapup/Makefile.am: Reflect Moval.
3548
[1b092b7]35492002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3550
[dee3768b]3551        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
[93a735b]3552        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
3553        <rtems/bspIo.h>.
3554
35552002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3556
3557        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
3558        * libnetworking/rtems/mkrootfs.h: Ditto.
3559        * libnetworking/rtems/Makefile.am: Reflect changes above.
[1b092b7]3560
[166475a]35612002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3562
3563        * configure.ac: Remove lib.
3564
[8b615cd]35652002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
3566
3567        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
3568        that exception stack frames on M68K members with VBR always are 6 byte
3569        long. The incorrect assumption resulted in some gdb commands like "next"
3570        to fail on the 68360.
3571
[d9af8a8e]35722002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3573
3574        * config-ml.in: Take out arm and sh variants RTEMS does not support.
[8b615cd]3575        PR 220
3576        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3577        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
3578        CVS.
[93a735b]3579        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
3580        libnetworking/sys/filio.h: Remove.
3581        * libnetworking/sys/Makefile.am: Reflect changes above.
[d9af8a8e]3582
[1d331547]35832002-05-07      Chris Johns <ccj@acm.org>
3584
3585        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
3586        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
3587        requires it to be stripped.
3588
[93a735b]35892002-05-01      Eric Norum <eric.norum@usask.ca>
3590
3591        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
3592        assembly  to satisfy gcc 3.1 and newer.
3593
35942002-04-26      Eric Norum <eric.norum@usask.ca>
3595
3596        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
3597        agressive optimization in gcc 3.1 does not reorder things.
3598
[1d331547]35992002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3600
3601        * libchip/network/dec21140.c: Reflect changes to powerpc's
3602        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
[8b615cd]3603        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
3604        <rtems/score/cpu.h>.
3605        * librdbg/src/powerpc/rdbg_f.c: Ditto.
[93a735b]3606        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
[1d331547]3607
[d499683]36082002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3609
3610        * optman/configure.ac: Remove ENABLE_GCC28.
3611
[1d331547]36122002-04-11      Chris Johns <ccj@acm.org>
3613
3614        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
3615        driver control block field to the ifconfig network driver structure.
3616        This field is needed by the i82586 driver which was ported from NetBSD
3617        as it had better hardware abstraction.
[93a735b]3618        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
3619        PR59, added the drv_ctrl driver control block field to the ifconfig
3620        network driver structure. This field is needed by the i82586 driver
3621        which was ported from NetBSD as it had better hardware abstraction.
3622
36232002-04-10      Mike Siers <mikes@poliac.com>
3624
3625        * libnetworking/rtems_webserver/NOTES,
3626        libnetworking/rtems_webserver/asp.c,
3627        libnetworking/rtems_webserver/balloc.c,
3628        libnetworking/rtems_webserver/default.c,
3629        libnetworking/rtems_webserver/ej.h,
3630        libnetworking/rtems_webserver/ejIntrn.h,
3631        libnetworking/rtems_webserver/ejlex.c,
3632        libnetworking/rtems_webserver/ejparse.c,
3633        libnetworking/rtems_webserver/emfdb.c,
3634        libnetworking/rtems_webserver/emfdb.h,
3635        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
3636        libnetworking/rtems_webserver/handler.c,
3637        libnetworking/rtems_webserver/license.txt,
3638        libnetworking/rtems_webserver/md5.h,
3639        libnetworking/rtems_webserver/md5c.c,
3640        libnetworking/rtems_webserver/mime.c,
3641        libnetworking/rtems_webserver/misc.c,
3642        libnetworking/rtems_webserver/ringq.c,
3643        libnetworking/rtems_webserver/rom.c,
3644        libnetworking/rtems_webserver/security.c,
3645        libnetworking/rtems_webserver/sock.c,
3646        libnetworking/rtems_webserver/sym.c,
3647        libnetworking/rtems_webserver/uemf.c,
3648        libnetworking/rtems_webserver/uemf.h,
3649        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
3650        libnetworking/rtems_webserver/url.c,
3651        libnetworking/rtems_webserver/value.c,
3652        libnetworking/rtems_webserver/wbase64.c,
3653        libnetworking/rtems_webserver/webcomp.c,
3654        libnetworking/rtems_webserver/webpage.c,
3655        libnetworking/rtems_webserver/webrom.c,
3656        libnetworking/rtems_webserver/webs.c,
3657        libnetworking/rtems_webserver/webs.h,
3658        libnetworking/rtems_webserver/websuemf.c,
3659        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
3660        2.1.4.
[1d331547]3661
36622002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3663
3664        * libchip/network/i82586.c: Include <string.h>.
3665        * libchip/network/sonic.c: Ditto.
3666
36672002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3668
3669        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
3670
[93a735b]36712002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3672
3673        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
3674
36752002-03-27      Thomas.Doerfler@imd-systems.de
3676
3677        PR 144
3678        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
3679        memory address 0 when called for the first time. This is done when
3680        trying to clear the variable "dhcp_hostname".
3681
[7273b6e]36822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3683
[5a80f36b]3684        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
[7273b6e]3685        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3686        * Makefile.am: Remove AUTOMAKE_OPTIONS.
[d499683]3687        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3688        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3689        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3690        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
3691        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
[1d331547]3692        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3693        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3694        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
3695        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
3696        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3697        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
[8b615cd]3698        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3699        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3700        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3701        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3702        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3703        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3704        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3705        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3706        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3707        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3708        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3709        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3710        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3711        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3712        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3713        AUTOMAKE_OPTIONS.
[93a735b]3714        * libnetworking/configure.ac:
3715        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3716        foreign 1.6]).
3717        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3718        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3719        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3720        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3721        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3722        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3723        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3724        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3725        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3726        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3727        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3728        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3729        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3730        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3731        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3732        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3733        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3734
37352002-03-27      Ilya Alexeev <ilya@continuum.ru>
3736
3737        PR 162
3738        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3739        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3740        used in a device write routines.  Now ppp_softc structure have own
3741        character for writing to device (sc_outchar).  I think that converting
3742        local variables to static is not a right solution, because problems will
3743        occur in the case of two or more ppp instances.
3744        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3745        must be u_long, otherwise in the case of the big output packet endless
3746        loop may occur.
3747
37482002-03-21      Ilya Alexeev <ilya@continuum.ru>
3749
3750        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3751        preparations for multiple PPPD connections.
[8b615cd]3752
37532002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3754
3755        PR 149
3756        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3757        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3758        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3759        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
[7273b6e]3760
[1d42dcbc]37612002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3762
3763        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3764        * configure.ac: Modified to reflect addition.
3765
[93a735b]37662002-02-27      Ilya Alexeev <ilya@continuum.ru>
3767
3768        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3769        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3770        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3771        capabilities as well as eliminate some warnings.
3772
37732002-02-27      Eric Norum <eric.norum@usask.ca>
3774
3775        * libnetworking/net/radix.c: Properly handle fetching the default route
3776        when there is no route.  This was a bug in the original FreeBSD code and
3777        this fix is from an updated version of their code.
3778
37792002-02-16      Eric Norum <eric.norum@usask.ca>
3780
3781        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3782        checking.
3783
37842002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3785
3786        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3787        dodefaultroute.
3788
37892002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3790
3791        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3792        include <rtems/seterr.h>.
3793
37942002-02-01      Mike Siers <mikes@poliac.com>
3795
3796        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3797        avoid bringing the link down too fast. NOTE: Mike reports successfully
3798        running at 56K baud on a direct link.
3799
[8b615cd]38002002-02-01      Eric Valette <valette@crf.canon.fr>
3801
3802        * librdbg/So many patches have been posted recently on the mailing list
3803        and  because we were unable to find correct solution to compile on
3804        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3805        because the coding  style of rdbg was rather inconsistant among various
3806        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3807        global coding style (using indent + manual edits), 2) incorporate/review
3808        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3809        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3810        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3811        after rdbg initialization is done, NB : the paches is huge but it is
3812        mainly due to coding styke chnages.  Only few lines of codes have been
3813        really changed and they do not impact  rdbg functionnality (AFAIKT).
3814        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3815        librdbg/include/rdbg/m68k/rdbg_f.h,
3816        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3817        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3818        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3819        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3820        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3821        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3822        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3823        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3824        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3825        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3826        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3827        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3828        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3829        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3830        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3831        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3832
[93a735b]38332002-01-31      Mike Siers <mikes@poliac.com>
3834
3835        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3836        * Nice Update of PPPD support which eliminates the requiremetn that
3837        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3838        and reports that it seems to be more stable and handle larger packets
3839        better.  This patch replaces the termios tasks with more general pppd
3840        network driver tasks.  The functions pppinput() and pppstart() get
3841        called from the interrupt service routine.
3842        * libnetworking/Makefile.am, libnetworking/configure.ac,
3843        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3844        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3845        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3846        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3847        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3848        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3849        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3850        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3851        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3852        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3853        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3854        libnetworking/net/route.c, libnetworking/net/route.h,
3855        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3856        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3857        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3858        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3859        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3860        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3861        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3862        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3863        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3864        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3865        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3866        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3867        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3868        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3869        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3870        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3871        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3872        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3873        libnetworking/pppd/example/README,
3874        libnetworking/pppd/example/netconfig.h,
3875        libnetworking/wrapup/Makefile.am: Modified.
3876        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3877        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3878        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3879        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3880        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3881        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3882        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3883        libnetworking/modem/pppcompress.c: Subdirectory removed.
3884
38852002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3886
3887        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3888        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3889
[8b615cd]38902002-01-18      Till Straumann <strauman@slac.stanford.edu>
3891
3892        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3893        issues: - exception handler needs to enable MSR_FP if the interrupted
3894        thread is FP enabled. - printk message for MSR fixed and added
3895        stacktrace. NOTE: this requires the stacktrace patch to
3896        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3897        however).
3898
[d499683]38992002-01-06      Joel Sherrill <joel@OARcorp.com>
3900
3901        * optman/.cvsignore: Added aclocal.m4 and configure.
3902        * optman/.cvsignore: New file.
3903
[1d331547]39042002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3905
3906        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3907
[e4dbf55]39082002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3909
[5a80f36b]3910        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
[d499683]3911        * optman/ChangeLog: New.
3912        * optman/configure.ac: New.
3913        * optman/Makefile.am: New.
3914        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3915        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
[e4dbf55]3916
[efcb89c]39172001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3918
3919        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3920
[93a735b]39212001-12-18      Eric Norum <eric.norum@usask.ca>
3922
3923        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3924        `directories' (path names with a / at the end) while disallowing open()
3925        operations on TFTP `directories'.
3926
39272001-12-07      Eric Norum <eric.norum@usask.ca>
3928
3929        * libnetworking/lib/tftpDriver.c: Restore write capability.
3930
[1d331547]39312001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3932
3933        * libchip/network/sonic.h: Fix typo.
[93a735b]3934        * libnetworking/arpa/Makefile.am: Remove stray lines.
[1d331547]3935
[8b615cd]39362001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3937
3938        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3939
[93a735b]39402001-10-18      Eric Norum <eric.norum@usask.ca>
3941
3942        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3943        chdir() and open() operations within the TFTP file system.
3944
[8b615cd]39452001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3946
3947        * librdbg/configure.ac: Fix latent bug exposed by removal of
3948        config.cache's which prevented powerpc targets librdbg from building.
3949
[8dc51855]39502001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3951
3952        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3953        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3954        autoconf-2.52 happy.
3955
[93a735b]39562001-10-12      Mike Siers <mikes@poliac.com>
3957
3958        * libnetworking/Update to stable working state.  Congratulations Mike!
3959        :).
3960        * libnetworking/modem_example: Directory removed.
3961        * libnetworking/modem_example/16550.h,
3962        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3963        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3964        libnetworking/modem_example/ppp.h,
3965        libnetworking/modem_example/pppcompress.c: Files removed.
3966        * libnetworking/pppd/example/pppd.options: New file.
3967        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3968        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3969        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3970        libnetworking/pppd/rtemsmain.c: Updated.
3971
[1d331547]39722001-10-12      Joel Sherrill <joel@OARcorp.com>
3973
3974        * libchip/serial/z85c30.c: Fixed typo.
3975
[df25c998]39762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3977
3978        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3979        * configure.in: Remove.
3980        * configure.ac: New file, generated from configure.in by autoupdate.
[1d331547]3981        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3982        * libchip/configure.in: Remove.
3983        * libchip/configure.ac: New file, generated from configure.in by
3984        autoupdate.
[8b615cd]3985        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3986        * librdbg/configure.in: Remove.
3987        * librdbg/configure.ac: New file, generated from configure.in by
3988        autoupdate.
[93a735b]3989        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3990        * libnetworking/configure.in: Remove.
3991        * libnetworking/configure.ac: New file, generated from configure.in by
3992        autoupdate.
[1d331547]3993
39942001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3995
3996        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3997        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3998        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3999
40002001-09-27      Joel Sherrill <joel@OARcorp.com>
4001
4002        * libchip/ChangeLog: Fixed typo in date.
4003
[93a735b]40042001-09-27      Eric Norum <eric.norum@usask.ca>
4005
4006        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
4007        TFTP  filesystem.
4008
[8b615cd]40092001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4010
4011        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
4012        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
4013        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
4014        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
4015        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
4016        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
4017        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
4018        'PREINSTALL_FILES ='.
[93a735b]4019        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
4020        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
4021        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
4022        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
4023        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
4024        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
4025        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
4026        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
4027        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
4028        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
4029        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
4030        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
[8b615cd]4031
40322001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4033
4034        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
4035        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
4036        * librdbg/src/m68k/any/Makefile.am: Ditto.
4037        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
[93a735b]4038        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
4039        happy.
[8b615cd]4040
[1d331547]40412001-09-21      Joel Sherrill <joel@OARcorp.com>
4042
4043        * libchip/network/Makefile.am: Fixed typo on file name.
4044        * libchip/network/i82586.c: Commented out line 318 which is referencing
4045        a member of a structure that is not currently there.  This needs to be
4046        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
4047        to C style.
4048
[93a735b]40492001-09-19      Eric Norum <eric.norum@usask.ca>
4050
4051        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
4052
[1d331547]40532001-09-19      Chris Johns <ccj@acm.org>
4054
4055        * libchip/network/README.i82586, libchip/network/i82586.c,
4056        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
4057        Network driver for Intel i82586.
[93a735b]4058        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
4059        rtems/rtems_bsdnet_internal.h Added support for populating the initial
4060        "root" filesystem with information obtained via the DHCP response.
[1d331547]4061
[8b615cd]40622001-09-14      Eric Norum <eric.norum@usask.ca>
4063
4064        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
4065        make gcc 3.x happy.
4066
[93a735b]40672001-08-16      Mike Siers <mikes@poliac.com>
4068
4069        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
4070        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
4071        These support callback functionality that has not even been compiled
4072        under RTEMS yet.
4073        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
4074        example application.  Mike's notes on the modifications: - renamed
4075        error() function because of namespace problems - removed calls to the
4076        exit() funciton - removed extra files from the pppd source directory -
4077        defined pppd task constant values in rtemspppd.h - modifyied example
4078        code to get actual tick per second value - placed the pppd 2.3.11 man
4079        page file (pppd.8) into the pppd directory.
4080        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
4081        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
4082        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
4083        libnetworking/pppd/rtems-ppp.c: Deleted.
4084        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
4085        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
4086        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
4087        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
4088        libnetworking/pppd/example/init.c,
4089        libnetworking/pppd/example/netconfig.h,
4090        libnetworking/pppd/example/ppp.conf,
4091        libnetworking/pppd/example/pppdapp.c,
4092        libnetworking/pppd/example/system.h: New files.
4093        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
4094        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
4095        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
4096        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
4097        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
4098        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
4099        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
4100        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
4101        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
4102        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
4103        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
4104        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
4105        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
4106        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
4107        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
4108
41092001-08-16      Joel Sherrill <joel@OARcorp.com>
4110
4111        * libnetworking/pppd/example/Makefile: Removed.
4112        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
4113        to avoid bootstrap -c clobbering it.
4114        * libnetworking/rtems_telnetd/.cvsignore: New file.
4115
41162001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
4117
4118        * libnetworking/Makefile.am, libnetworking/configure.in,
4119        libnetworking/rtems_servers/Makefile.am,
4120        libnetworking/rtems_servers/telnetd.c,
4121        libnetworking/rtems_servers/telnetd.h,
4122        libnetworking/rtems_telnetd/Makefile.am,
4123        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
4124        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
4125        libnetworking/rtems_telnetd/telnetd.c,
4126        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
4127        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
4128        effect when ftpd change. - the tcp/ip stats have been implemented into
4129        icmds.c and started when telnetd daemon is started.
4130        * libnetworking/rtems_servers/telnetd.c,
4131        libnetworking/rtems_servers/telnetd.h: Removed.
4132        * libnetworking/rtems_telnetd: New directory.
4133        * libnetworking/rtems_telnetd/Makefile.am,
4134        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
4135        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
4136        libnetworking/rtems_telnetd/telnetd.c,
4137        libnetworking/rtems_telnetd/telnetd.h: New files.
4138
41392001-06-14      Joel Sherrill <joel@OARcorp.com>
4140
4141        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
4142        Moved from libmisc/shell so the network stack to address network
4143        depenendency.
4144        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
4145
41462001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4147
4148        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
4149
[8b615cd]41502001-05-15      Joel Sherrill <joel@OARcorp.com>
4151
4152        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
4153        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
4154        accidentally deleted the incorrectly empty versions.
4155
[1d331547]41562001-05-14      Till Straumann <strauman@slac.stanford.edu>
4157
4158        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
4159        libchip/pci/Makefile.am: Per PR215 address the following issues: -
4160        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
4161        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
4162        to know the values) - the affected BSP (shared/motorola) headers have
4163        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
4164        driver (libchip/network/dec21140.c) has been fixed to use
4165        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
4166        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
4167        who is using this driver. - the DEC driver also has been fixed to use
4168        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
4169        delay_in_bus_cycles().
4170
[93a735b]41712001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4172
4173        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
4174
[1d331547]41752001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4176
4177        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
4178
[93a735b]41792001-04-24      Eric Norum <eric.norum@usask.ca>
4180
4181        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
4182        NTP synchronization a little more robust -- no NTP daemon yet, but at
4183        least it trys a little harder when the primary NTP server is down.
4184
41852001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
4186
4187        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
4188        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
4189        libnetworking/pppd/modem_example/modem.c,
4190        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
4191        other strings into English.
4192        * libnetworking/pppd/STATUS: updated to reflect the changes.
4193
41942001-04-20      Jake Janovetz <janovetz@uiuc.edu>
4195
4196        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
4197        again.
4198
[8b615cd]41992001-04-20      Eric Valette <valette@crf.canon.fr>
4200
4201        * mcp750 directory renamed new_exception processing as it supports many
4202        more CPU models.
4203        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
4204        librdbg/src/powerpc/new_exception_processing/Makefile.am,
4205        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
4206        formerly in mcp750 plus modifications.
4207        * librdbg/src/powerpc/mcp750/.cvsignore,
4208        librdbg/src/powerpc/mcp750/Makefile.am,
4209        librdbg/src/powerpc/mcp750/remdeb.h,
4210        librdbg/src/powerpc/mcp750/remdeb_f.x,
4211        librdbg/src/powerpc/mcp750/remdeb_svc.c,
4212        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
4213        new_exception_processing.
4214        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
4215        librdbg/src/powerpc/new_exception_processing/Makefile.am,
4216        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
4217        part of this effort to add support for the MPC8xx.
4218
42192001-04-19      Joel Sherrill <joel@OARcorp.com>
4220
4221        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
4222        internal include files.
4223
[93a735b]42242001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
4225
4226        PR 158
4227        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
4228        rcmd() library call by commenting out the parts that deal with signals.
4229        This enables RTEMS to 'rsh' command to a server connecting fd to remote
4230        stdio. The 'server-side' parts of this file which deal with
4231        authentication are disabled since they are not needed.
4232
42332001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
4234
4235        * libnetworking/include/.cvsignore: Remove dangling file.
4236
[1d331547]42372001-03-14      Joel Sherrill <joel@OARcorp.com>
4238
4239        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
4240        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
4241        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
4242        libchip style serial drivers can be written in libcpu or libbsp.
4243
42442001-03-01      Joel Sherrill <joel@OARcorp.com>
4245
4246        * libchip/network/cs8900.c, libchip/network/cs8900.h,
4247        libchip/network/sonic.c, libchip/network/sonic.h,
4248        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
4249        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
4250        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
4251        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
4252        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
4253        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
4254        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
4255        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
4256
[8b615cd]42572001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4258
4259        * librdbg/include/rdbg/Makefile.am,
4260        librdbg/include/rdbg/i386/Makefile.am,
4261        librdbg/include/rdbg/m68k/Makefile.am,
4262        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
4263        style on include files.
4264
[1d331547]42652001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4266
4267        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
4268        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
4269        replace ${..} with $(..).
[93a735b]4270        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
4271        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
4272        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
4273        libnetworking/rtems/Makefile.am, libnetworking/
4274        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
4275        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
4276        include_*HEADERS instead of H_FILES.
4277        * libnetworking/include/Makefile.am: Remove.
4278        * libnetworking/Makefile.am: Add handling of *.h files.
4279        * libnetworking/configure.in: Remove include/Makefile.
[df25c998]4280
[6e6f0f06]42812001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4282
4283        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
4284
[93a735b]42852001-01-31      Sergei Organov <osv@javad.ru>
4286
4287        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
4288        current dir and root dir removed in favor of new libio support for
4289        task-local current and root directories. - Bug in `close_data_socket()'
4290        introduced by previous change fixed. - `command_pasv()' changed to set
4291        timeout on socket we are listening on and code fixed to don't close
4292        socket twice on error. - `serr()' changed to clear `errno'. -
4293        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
4294        changed to clear `errno' before processing session. -
4295        `close_data_socket()' fixed to close both active and passive sockets -
4296        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
4297        empty string  in `exec_command()'.
4298
42992001-01-25      Eric Norum <eric.norum@usask.ca>
4300
4301        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
4302        improves throughput on systems which are dropping packets.   Only the
4303        first timeout is reduced.  This keeps the number of extra packets down
4304        on networks that are very busy and dropping lots of packets.
4305
43062001-01-24      Sergei Organov <osv@javad.ru>
4307
4308        * libnetworking/rtems_servers/ftpd.c,
4309        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
4310        - Timeouts on sockets implemented. 'idle' field added to configuration.
4311        No timeout by default to keep backward compatibility. Note: SITE IDLE
4312        command not implemented yet. - Basic global access control implemented.
4313        'access' field added to configuration. No access limitations by default
4314        to keep backward compatibility. - Anchor data socket for active mode
4315        (using self IP and port 20.) - Fixed default data port support (still
4316        not tested). - Don't allow IP address different from originating host in
4317        PORT command to improve security. - Fixed bug in MDTM command. - Check
4318        for correctness of parsing of argument in command_port(). - Fixed
4319        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
4320        a directory. - Command parsing a little bit improved: command names are
4321        now converted to upper-case to be more compatible with RFC (command
4322        names are not case-sensitive.) - Reformat comments so that they have
4323        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
4324        previous changes - True ASCII mode implemented (doesn't work for hooks
4325        and /dev/null) - Passive mode implemented, PASV command added. - Default
4326        port for data connection could be used (untested, can't find ftp client
4327        that doesn't send PORT command) - SYST reply changed to UNIX, as former
4328        RTEMS isn't registered name. - Reply codes reviewed and fixed.
4329
[8b615cd]43302001-01-18      Joel Sherrill <joel@OARcorp.com>
4331
4332        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
4333        macro using variable arguments.
4334        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
4335        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
4336        since I updated the main RTEMS development machine to RedHat 7.2 and
4337        apparently got a new version of rpcgen.
4338
[93a735b]43392001-01-12      Sergei Organov <osv@javad.ru>
4340
4341        * libnetworking/rtems_servers/ftpd.c,
4342        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
4343        - use pool of pre-created threads to handle sessions instead of
4344        creating/deleting threads on the fly - LIST output is now similar to
4345        what "/bin/ls -al" would output, thus FTP clients such Netscape are
4346        happy with it. - LIST NAME now works (both for files and directories) -
4347        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
4348        clients happy  - keep track of CWD for every session separately -
4349        ability to specify root directory name for FTPD in configuration table.
4350        FTPD will then create illusion for FTP clients that this is actually
4351        root directory. - ignore options sent in commands, thus LIST -al FILE
4352        works and doesn't try to list "-al" directory. - buffers are allocated
4353        on stack instead of heap where possible to eliminate malloc/free calls
4354        (avoid possible heap fragmentation troubles). - drop using of task
4355        notepad to pass parameters - use function arguments instead - use
4356        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
4357        in socket() instead of AF_INET.
4358
43592001-01-02      Joel Sherrill <joel@OARcorp.com>
4360
4361        * libnetworking/CHANGELOG: Removed.
4362        * libnetworking/README: Merged CHANGELOG contents as initial changes.
4363
43642000-12-14      Eric Norum <eric.norum@usask.ca>
4365
4366        * libnetworking/lib/tftpDriver.c: Added write capability.
4367
43682000-12-08      Joel Sherrill <joel@OARcorp.com>
4369
4370        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
4371        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
4372        numerous variable declarations conditional on PPP_COMPRESS and
4373        PPP_FILTER.  Commented out variables that were not used because the code
4374        using them was commented out. Removed totally unused variables.
4375        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
4376        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
4377
43782000-11-30      Joel Sherrill <joel@OARcorp.com>
4379
4380        * libnetworking/modem/ppp_tty.c: Changed to include
4381        <rtems/termiostypes.h> since that is an RTEMS specific header file.
4382        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
4383        * libnetworking/Makefile.am: Modified to reflect above.
4384
43852000-11-27      Joel Sherrill <joel@OARcorp.com>
4386
4387        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
4388
43892000-11-25      Eric Norum <eric.norum@usask.ca>
4390
4391        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
4392        core.
4393
43942000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
4395
4396        * libnetworking/wrapup/Makefile.am: Added modem subdir.
4397        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
4398        subdir.
4399        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
4400        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
4401        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
4402        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
4403        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
4404        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
4405        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
4406        main.c and ppp_tty.c should be scratched. The modem subdir has the real
4407        ppp_tty.c and the real pppd main is in pppmain.c.
4408
[1d331547]44092000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
4410
4411        * libchip/network/sonic.c: Added ipalign() routine to align the received
4412        packet so that the ip header is on a 32-bit boundary. Necessary for
4413        cpu's that do not allow unaligned loads and stores and when the 32-bit
4414        DMA mode is used.
4415
[feead226]44162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4417
4418        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
[1d331547]4419        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
4420        ACLOCAL_AMFLAGS.
[8b615cd]4421        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
4422        ACLOCAL_AMFLAGS.
[93a735b]4423        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
4424        ACLOCAL_AMFLAGS.
[1d331547]4425
44262000-11-03      Chris Johns <ccj@acm.org>
4427
4428        * libchip/network/README.cs8900, libchip/network/cs8900.c,
4429        libchip/network/cs8900.h: New files.
[feead226]4430
[a314d3b4]44312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4432
4433        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
[1d331547]4434        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
4435        $(RTEMS_TOPdir)/aclocal.
[8b615cd]4436        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
4437        $(RTEMS_TOPdir)/aclocal.
[93a735b]4438        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
4439        $(RTEMS_TOPdir)/aclocal.
[a314d3b4]4440
[846027b]44412000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4442
4443        * configure.in: Switch to GNU-canonicalization.
4444        * Makefile.am: Reflect changes to configure.in.
4445        * acinclude.m4: Remove.
4446
[93a735b]44472000-10-30      Joel Sherrill <joel@OARcorp.com>
4448
4449        * POSIX include files merged into newlib.  This resulted in some
4450        definitions moving to other files and thus some secondary effects in
4451        RTEMS source code.
4452        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
4453        in sync with newlib's <machine/types.h>.
4454        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
4455        definition of struct itimerval in <sys/time.h>.
4456
[1c31722]44572000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4458
[5a80f36b]4459        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
4460        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
[d16ca93]4461        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
4462        * ChangeLog: Fix typos.
4463        * configure.in: add tests to the GNU canonicalized subdirectories.
[1c31722]4464
[a6eabdb6]44652000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4466
[5a80f36b]4467        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
4468        * configure.in: add lib to the GNU canonicalized subdirectories,  make
4469        the lib directory before configuring lib/.
[c05edee]4470
[e590416a]44712000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4472
[5a80f36b]4473        * configure.in, Makefile.am: add exec to the GNU canonicalized
4474        subdirectories.
4475        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
4476        * configure.in: add libnetworking, librpc and librdb to the GNU
4477        canonicalized subdirectories.
[fa60c5b]4478        * configure.in: add libmisc and libchip to the GNU canonicalized
4479        subdirectories.
[1d331547]4480        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4481        Switch to GNU canonicalization.
[8b615cd]4482        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4483        Switch to GNU canonicalization.
[93a735b]4484        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4485        Switch to GNU canonicalization.
[fa60c5b]4486
[4a2faa7c]44872000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4488
4489        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
[5a80f36b]4490        canonicalization to libfs/. The approach is currently a bit of a hack as
4491        GNU canonicalization does not support the per-BSP build some of the
4492        other directories require.  As more of the tree is converted, this will
4493        become less  of an issue.
[4a2faa7c]4494
[1d331547]44952000-10-20      Joel Sherrill <joel@OARcorp.com>
4496
4497        * libchip/network/dec21140.c: Corrected attach to include "int attach"
4498        parameter.
4499
[8b615cd]45002000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
4501
4502        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4503        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
4504        * librdbg/configure.in: Add m68k support.
4505        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
4506        subdirectory.
4507        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
4508        failure.
4509        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
4510        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
4511        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
4512        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4513        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
4514        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
4515        librdbg/src/m68k/.cvsignore: New files.
[93a735b]4516        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
4517        function pointers.
4518        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
4519        _after_ pointer has been checked against NULL.
[8b615cd]4520
[10c6e903]45212000-10-18      Joel Sherrill <joel@OARcorp.com>
4522
4523        * wrapup/Makefile.am: Added libfs.
4524
[5a80f36b]45252000-10-18      Chris Johns <ccj@acm.org>
[ee419f3]4526
4527        * libfs created.
4528        * configure.in: Added libfs subdirectory.
[93a735b]4529        * libnetworking/pppd/ipxcp.c: Fixed a typo.
4530
45312000-09-28      Joel Sherrill <joel@OARcorp.com>
4532
4533        * libnetworking/rtems_webserver/Makefile.am,
4534        libnetworking/rtems_webserver/base64.c,
4535        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
4536        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
4537
45382000-09-22      Joel Sherrill <joel@OARcorp.com>
4539
4540        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
4541        libnetworking/rtems/rtems_bsdnet_internal.h,
4542        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
4543        have included rtems.h.  It is now including precisely the  least amount
4544        of low level, yet portable .h files to get the basic RTEMS types
4545        defined.  This rippled into other  files since rtems_bsdnet_internal.h
4546        used machine/types.h to include rtems.h.
[ee419f3]4547
[00438014]45482000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4549
[5a80f36b]4550        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
[00438014]4551
[93a735b]45522000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4553
4554        * libnetworking/ChangeLog: Cleanup.
4555
[1d331547]45562000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4557
4558        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
4559        * libchip/ChangeLog: Fix formating.
4560
[93a735b]45612000-09-05      Joel Sherrill <joel@OARcorp.com>
4562
4563        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
4564        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
4565        confusion and to work with the converted flags.
4566
[19530ab5]45672000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4568
4569        * wrapup/Makefile.am: Include compile.am.
[1d331547]4570        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
4571        libchip/serial/Makefile.am: Include compile.am.
[8b615cd]4572        * librdbg/src/i386/any/Makefile.am,
4573        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
[93a735b]4574        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
4575        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
4576        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
4577        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
4578        libnetworking/rtems_servers/Makefile.am,
4579        libnetworking/rtems_webserver/Makefile.am,
4580        libnetworking/wrapup/Makefile.am: Include compile.am.
4581
45822000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
4583
4584        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
4585        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
4586
45872000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4588
4589        * libnetworking/netinet/tcp_input.c: Spelling corrections.
4590
45912000-08-31      Joel Sherrill <joel@OARcorp.com>
4592
4593        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
4594        Antti P Miettinen <antti.p.miettinen@nokia.com>.
4595        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
4596        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
4597        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
4598        * libnetworking/wbase64.c: Removed.
4599        * libnetworking/Makefile.am, libnetworking/asp.c,
4600        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
4601        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
4602        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
4603        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
4604        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
4605        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
4606        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
4607        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
4608        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
4609        Modified.
[19530ab5]4610
[00966ba]46112000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4612
[19530ab5]4613        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
[00966ba]4614
[93a735b]46152000-08-30      Joel Sherrill <joel@OARcorp.com>
4616
4617        * libnetworking/rtems_webserver/license.txt: New file.
4618
[e94ad1fe]46192000-08-10      Joel Sherrill <joel@OARcorp.com>
4620
4621        * ChangeLog: New file.
[1d331547]4622        * libchip/ChangeLog: New file.
[8b615cd]4623        * librdbg/ChangeLog: New file.
[93a735b]4624        * libnetworking/ChangeLog: New file.
[5a80f36b]4625
Note: See TracBrowser for help on using the repository browser.