source: rtems/c/src/ChangeLog @ 06a36cd1

4.115
Last change on this file since 06a36cd1 was 06a36cd1, checked in by Joel Sherrill <joel.sherrill@…>, on 07/07/11 at 22:15:25

2011-07-07 Joel Sherrill <joel.sherrill@…>

  • libchip/display/disp_hcms29xx.c, libchip/flash/am29lv160.c, libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c, libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-memdrv.c, libchip/rtc/ds1375.c: Eliminate use of GNU old-style field designator extension as recommended by clang.
  • Property mode set to 100644
File size: 173.3 KB
RevLine 
[06a36cd1]12011-07-07      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * libchip/display/disp_hcms29xx.c, libchip/flash/am29lv160.c,
4        libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c,
5        libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
6        libchip/i2c/spi-memdrv.c, libchip/rtc/ds1375.c: Eliminate use of GNU
7        old-style field designator extension as recommended by clang.
8
[3837e536]92011-07-07      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * libchip/i2c/spi-memdrv.h: Add missing semi-colon.
12
[95fe2fd]132011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
14
15        * aclocal/bspopts.m4: Added macros for cache options
16        RTEMS_BSPOPTS_SET_DATA_CACHE_ENABLED,
17        RTEMS_BSPOPTS_HELP_DATA_CACHE_ENABLED,
18        RTEMS_BSPOPTS_SET_INSTRUCTION_CACHE_ENABLED, and
19        RTEMS_BSPOPTS_HELP_INSTRUCTION_CACHE_ENABLED.
20
[d5f3485]212011-03-16      Jennifer Averett <jennifer.averett@OARcorp.com>
22
23        PR 1729/cpukit
24        * aclocal/check-smp.m4, aclocal/enable-smp.m4: New files.
25
[f2d4ef5]262011-03-07      Ralf Corsépius <ralf.corsepius@rtems.org>
27
[8d6df023]28        * aclocal/rtems-top.m4: Add pkgdatadir.
[f2d4ef5]29        * configure.ac: Remove dead code.
30
[4c7b674a]312011-03-04      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * aclocal/rtems-top.m4, aclocal/version.m4:
34        Rename RTEMS_API into _RTEMS_API.
35
[38d1150]362011-02-25      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * aclocal/canonical-target-name.m4:
39        Stop pretending no_cpu* was buildable.
40        Derive RTEMS_CPU from "$host_cpu".
41        Error out if "$host" doesn't match "*-*-rtems*".
42
[20524ba]432011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * configure.ac: Remove AM_CONDITIONAL(HAS_POSIX) (Unused).
46
[3c4d8cd1]472011-02-16      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * ada-tests/mptests/mp01/mp01.adb, ada-tests/mptests/mp01/mptest.adb,
50        ada-tests/mptests/mp01/mptest.ads,
51        ada-tests/mptests/mp01/node1/mp01_node1.adb,
52        ada-tests/mptests/mp01/node2/mp01_node2.adb,
53        ada-tests/mptests/mp02/mptest.adb, ada-tests/mptests/mp02/mptest.ads,
54        ada-tests/mptests/mp02/node1/mp02_node1.adb,
55        ada-tests/mptests/mp02/node2/mp02_node2.adb,
56        ada-tests/mptests/mp03/mptest.adb, ada-tests/mptests/mp03/mptest.ads,
57        ada-tests/mptests/mp03/node1/mp03_node1.adb,
58        ada-tests/mptests/mp03/node2/mp03_node2.adb,
59        ada-tests/mptests/mp04/mptest.adb, ada-tests/mptests/mp04/mptest.ads,
60        ada-tests/mptests/mp04/node1/mp04_node1.adb,
61        ada-tests/mptests/mp04/node2/mp04_node2.adb,
62        ada-tests/mptests/mp05/mptest.adb, ada-tests/mptests/mp05/mptest.ads,
63        ada-tests/mptests/mp05/node1/mp05_node1.adb,
64        ada-tests/mptests/mp05/node2/mp05_node2.adb,
65        ada-tests/mptests/mp06/mptest.adb, ada-tests/mptests/mp06/mptest.ads,
66        ada-tests/mptests/mp06/node1/mp06_node1.adb,
67        ada-tests/mptests/mp06/node2/mp06_node2.adb,
68        ada-tests/mptests/mp07/mptest.adb, ada-tests/mptests/mp07/mptest.ads,
69        ada-tests/mptests/mp07/node1/mp07_node1.adb,
70        ada-tests/mptests/mp07/node2/mp07_node2.adb,
71        ada-tests/mptests/mp08/mptest.adb, ada-tests/mptests/mp08/mptest.ads,
72        ada-tests/mptests/mp08/node1/mp08_node1.adb,
73        ada-tests/mptests/mp08/node2/mp08_node2.adb,
74        ada-tests/mptests/mp09/mptest.adb, ada-tests/mptests/mp09/mptest.ads,
75        ada-tests/mptests/mp09/node1/mp09_node1.adb,
76        ada-tests/mptests/mp09/node2/mp09_node2.adb,
77        ada-tests/mptests/mp10/mptest.adb, ada-tests/mptests/mp10/mptest.ads,
78        ada-tests/mptests/mp10/node1/mp10_node1.adb,
79        ada-tests/mptests/mp10/node2/mp10_node2.adb,
80        ada-tests/mptests/mp11/mptest.adb, ada-tests/mptests/mp11/mptest.ads,
81        ada-tests/mptests/mp11/node1/mp11_node1.adb,
82        ada-tests/mptests/mp11/node2/mp11_node2.adb,
83        ada-tests/mptests/mp12/mptest.adb, ada-tests/mptests/mp12/mptest.ads,
84        ada-tests/mptests/mp12/node1/mp12_node1.adb,
85        ada-tests/mptests/mp12/node2/mp12_node2.adb,
86        ada-tests/mptests/mp13/mptest.adb, ada-tests/mptests/mp13/mptest.ads,
87        ada-tests/mptests/mp13/node1/mp13_node1.adb,
88        ada-tests/mptests/mp13/node2/mp13_node2.adb,
89        ada-tests/mptests/mp14/mptest.adb, ada-tests/mptests/mp14/mptest.ads,
90        ada-tests/mptests/mp14/node1/mp14_node1.adb,
91        ada-tests/mptests/mp14/node2/mp14_node2.adb,
92        ada-tests/samples/base_mp/mptest.adb,
93        ada-tests/samples/base_mp/mptest.ads,
94        ada-tests/samples/base_sp/base_sp.adb,
95        ada-tests/samples/base_sp/sptest.adb,
96        ada-tests/samples/base_sp/sptest.ads,
97        ada-tests/samples/hello/hello.adb,
98        ada-tests/samples/hello/sptest.adb,
99        ada-tests/samples/hello/sptest.ads,
100        ada-tests/samples/nsecs/nsecs.adb,
101        ada-tests/samples/nsecs/sptest.adb,
102        ada-tests/samples/nsecs/sptest.ads,
103        ada-tests/samples/ticker/sptest.adb,
104        ada-tests/samples/ticker/sptest.ads,
105        ada-tests/samples/ticker/ticker.adb, ada-tests/sptests/sp01/sp01.adb,
106        ada-tests/sptests/sp01/sptest.adb, ada-tests/sptests/sp01/sptest.ads,
107        ada-tests/sptests/sp02/sp02.adb, ada-tests/sptests/sp02/sptest.adb,
108        ada-tests/sptests/sp02/sptest.ads, ada-tests/sptests/sp03/sp03.adb,
109        ada-tests/sptests/sp03/sptest.adb, ada-tests/sptests/sp03/sptest.ads,
110        ada-tests/sptests/sp04/sp04.adb, ada-tests/sptests/sp04/sptest.adb,
111        ada-tests/sptests/sp04/sptest.ads, ada-tests/sptests/sp05/sp05.adb,
112        ada-tests/sptests/sp05/sptest.adb, ada-tests/sptests/sp05/sptest.ads,
113        ada-tests/sptests/sp06/sp06.adb, ada-tests/sptests/sp06/sptest.adb,
114        ada-tests/sptests/sp06/sptest.ads, ada-tests/sptests/sp07/sp07.adb,
115        ada-tests/sptests/sp07/sptest.adb, ada-tests/sptests/sp07/sptest.ads,
116        ada-tests/sptests/sp08/sp08.adb, ada-tests/sptests/sp08/sptest.adb,
117        ada-tests/sptests/sp08/sptest.ads, ada-tests/sptests/sp09/sp09.adb,
118        ada-tests/sptests/sp09/sptest.adb, ada-tests/sptests/sp09/sptest.ads,
119        ada-tests/sptests/sp11/sp11.adb, ada-tests/sptests/sp11/sptest.adb,
120        ada-tests/sptests/sp11/sptest.ads, ada-tests/sptests/sp12/sp12.adb,
121        ada-tests/sptests/sp12/sptest.adb, ada-tests/sptests/sp12/sptest.ads,
122        ada-tests/sptests/sp13/sp13.adb, ada-tests/sptests/sp13/sptest.adb,
123        ada-tests/sptests/sp13/sptest.ads, ada-tests/sptests/sp14/sp14.adb,
124        ada-tests/sptests/sp14/sptest.adb, ada-tests/sptests/sp14/sptest.ads,
125        ada-tests/sptests/sp15/sp15.adb, ada-tests/sptests/sp15/sptest.adb,
126        ada-tests/sptests/sp15/sptest.ads, ada-tests/sptests/sp16/sp16.adb,
127        ada-tests/sptests/sp16/sptest.adb, ada-tests/sptests/sp16/sptest.ads,
128        ada-tests/sptests/sp17/sp17.adb, ada-tests/sptests/sp17/sptest.adb,
129        ada-tests/sptests/sp17/sptest.ads, ada-tests/sptests/sp19/sp19.adb,
130        ada-tests/sptests/sp19/sptest.adp, ada-tests/sptests/sp19/sptest.ads,
131        ada-tests/sptests/sp20/sp20.adb, ada-tests/sptests/sp20/sptest.adb,
132        ada-tests/sptests/sp20/sptest.ads, ada-tests/sptests/sp22/sp22.adb,
133        ada-tests/sptests/sp22/sptest.adb, ada-tests/sptests/sp22/sptest.ads,
134        ada-tests/sptests/sp23/sp23.adb, ada-tests/sptests/sp23/sptest.adb,
135        ada-tests/sptests/sp23/sptest.ads, ada-tests/sptests/sp24/sp24.adb,
136        ada-tests/sptests/sp24/sptest.adb, ada-tests/sptests/sp24/sptest.ads,
137        ada-tests/sptests/sp25/sp25.adb, ada-tests/sptests/sp25/sptest.adb,
138        ada-tests/sptests/sp25/sptest.ads,
139        ada-tests/support/test_support.adb, ada-tests/tmtests/tm01/tm01.adb,
140        ada-tests/tmtests/tm01/tmtest.adb, ada-tests/tmtests/tm01/tmtest.ads,
141        ada-tests/tmtests/tm02/tm02.adb, ada-tests/tmtests/tm02/tmtest.adb,
142        ada-tests/tmtests/tm02/tmtest.ads, ada-tests/tmtests/tm03/tm03.adb,
143        ada-tests/tmtests/tm03/tmtest.adb, ada-tests/tmtests/tm03/tmtest.ads,
144        ada-tests/tmtests/tm04/tm04.adb, ada-tests/tmtests/tm04/tmtest.adb,
145        ada-tests/tmtests/tm04/tmtest.ads, ada-tests/tmtests/tm05/tm05.adb,
146        ada-tests/tmtests/tm05/tmtest.adb, ada-tests/tmtests/tm05/tmtest.ads,
147        ada-tests/tmtests/tm06/tm06.adb, ada-tests/tmtests/tm06/tmtest.adb,
148        ada-tests/tmtests/tm06/tmtest.ads, ada-tests/tmtests/tm07/tm07.adb,
149        ada-tests/tmtests/tm07/tmtest.adb, ada-tests/tmtests/tm07/tmtest.ads,
150        ada-tests/tmtests/tm08/tm08.adb, ada-tests/tmtests/tm08/tmtest.adb,
151        ada-tests/tmtests/tm08/tmtest.ads, ada-tests/tmtests/tm09/tm09.adb,
152        ada-tests/tmtests/tm09/tmtest.adb, ada-tests/tmtests/tm09/tmtest.ads,
153        ada-tests/tmtests/tm10/tm10.adb, ada-tests/tmtests/tm10/tmtest.adb,
154        ada-tests/tmtests/tm10/tmtest.ads, ada-tests/tmtests/tm11/tm11.adb,
155        ada-tests/tmtests/tm11/tmtest.adb, ada-tests/tmtests/tm11/tmtest.ads,
156        ada-tests/tmtests/tm12/tm12.adb, ada-tests/tmtests/tm12/tmtest.adb,
157        ada-tests/tmtests/tm12/tmtest.ads, ada-tests/tmtests/tm13/tm13.adb,
158        ada-tests/tmtests/tm13/tmtest.adb, ada-tests/tmtests/tm13/tmtest.ads,
159        ada-tests/tmtests/tm14/tm14.adb, ada-tests/tmtests/tm14/tmtest.adb,
160        ada-tests/tmtests/tm14/tmtest.ads, ada-tests/tmtests/tm15/tm15.adb,
161        ada-tests/tmtests/tm15/tmtest.adb, ada-tests/tmtests/tm15/tmtest.ads,
162        ada-tests/tmtests/tm16/tm16.adb, ada-tests/tmtests/tm16/tmtest.adb,
163        ada-tests/tmtests/tm16/tmtest.ads, ada-tests/tmtests/tm17/tm17.adb,
164        ada-tests/tmtests/tm17/tmtest.adb, ada-tests/tmtests/tm17/tmtest.ads,
165        ada-tests/tmtests/tm18/tm18.adb, ada-tests/tmtests/tm18/tmtest.adb,
166        ada-tests/tmtests/tm18/tmtest.ads, ada-tests/tmtests/tm19/tm19.adb,
167        ada-tests/tmtests/tm19/tmtest.adb, ada-tests/tmtests/tm19/tmtest.ads,
168        ada-tests/tmtests/tm20/tm20.adb, ada-tests/tmtests/tm20/tmtest.adb,
169        ada-tests/tmtests/tm20/tmtest.ads, ada-tests/tmtests/tm21/tm21.adb,
170        ada-tests/tmtests/tm21/tmtest.adb, ada-tests/tmtests/tm21/tmtest.ads,
171        ada-tests/tmtests/tm22/tm22.adb, ada-tests/tmtests/tm22/tmtest.adb,
172        ada-tests/tmtests/tm22/tmtest.ads, ada-tests/tmtests/tm23/tm23.adb,
173        ada-tests/tmtests/tm23/tmtest.adb, ada-tests/tmtests/tm23/tmtest.ads,
174        ada-tests/tmtests/tm24/tm24.adb, ada-tests/tmtests/tm24/tmtest.adb,
175        ada-tests/tmtests/tm24/tmtest.ads, ada-tests/tmtests/tm25/tm25.adb,
176        ada-tests/tmtests/tm25/tmtest.adb, ada-tests/tmtests/tm25/tmtest.ads,
177        ada-tests/tmtests/tm28/tm28.adb, ada-tests/tmtests/tm28/tmtest.adb,
178        ada-tests/tmtests/tm28/tmtest.ads, ada-tests/tmtests/tm29/tm29.adb,
179        ada-tests/tmtests/tm29/tmtest.adb, ada-tests/tmtests/tm29/tmtest.ads,
180        ada-tests/tmtests/tmck/tmck.adb, ada-tests/tmtests/tmck/tmtest.adb,
181        ada-tests/tmtests/tmck/tmtest.ads,
182        ada-tests/tmtests/tmoverhd/dummy_rtems.adb,
183        ada-tests/tmtests/tmoverhd/dummy_rtems.ads,
184        ada-tests/tmtests/tmoverhd/tmoverhd.adb,
185        ada-tests/tmtests/tmoverhd/tmtest.adb,
186        ada-tests/tmtests/tmoverhd/tmtest.ads: Account for RTEMS binding
187        child package rework. Eliminate all warnings.
188
[1987020]1892011-02-16      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * ada/Makefile.am, ada/preinstall.am, ada/rtems.adb, ada/rtems.ads:
192        Split RTEMS Ada95 binding into a master package and a child package
193        per Manager. This is better Ada style.
194        * ada/rtems-barrier.adb, ada/rtems-barrier.ads, ada/rtems-clock.adb,
195        ada/rtems-clock.ads, ada/rtems-cpu_usage.ads, ada/rtems-debug.adb,
196        ada/rtems-debug.ads, ada/rtems-event.adb, ada/rtems-event.ads,
197        ada/rtems-extension.adb, ada/rtems-extension.ads,
198        ada/rtems-fatal.adb, ada/rtems-fatal.ads, ada/rtems-interrupt.ads,
199        ada/rtems-io.adb, ada/rtems-io.ads, ada/rtems-message_queue.adb,
200        ada/rtems-message_queue.ads, ada/rtems-object.adb,
201        ada/rtems-object.ads, ada/rtems-partition.adb,
202        ada/rtems-partition.ads, ada/rtems-port.adb, ada/rtems-port.ads,
203        ada/rtems-rate_monotonic.adb, ada/rtems-rate_monotonic.ads,
204        ada/rtems-region.adb, ada/rtems-region.ads, ada/rtems-semaphore.adb,
205        ada/rtems-semaphore.ads, ada/rtems-signal.adb, ada/rtems-signal.ads,
206        ada/rtems-stack_checker.ads, ada/rtems-tasks.adb,
207        ada/rtems-tasks.ads, ada/rtems-timer.adb, ada/rtems-timer.ads: New
208        files.
209
[2e3f4398]2102011-02-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
211
212        * libchip/serial/ns16550.c: Revert previous commit and extend existing
213        mechanic.
214
[d1e10fe6]2152011-02-15      Jennifer Averett
216
217        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Support i386
218        style IRQs.
219
[11523a1]2202011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * libchip/network/smc91111config.h:
223        Use "__asm__" instead of "asm" for improved c99-compliance.
224
[8ee3775]2252011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * configure.ac: Require autoconf-2.68, automake-1.11.1.
228
[400078e9]2292011-01-17      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * libchip/ide/ata.c: Fix spelling.
232
[29badca6]2332011-01-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
234
235        * libchip/serial/ns16550.c: Install interrupt handler after TTY
236        pointer is valid.
237
[155b47a]2382010-10-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
239
240        * libchip/ide/ata.c: Do not violate chain API.
241
[fc0af72d]2422010-08-20      <yann.sionneau@telecom-sudparis.eu>
243
244        * libchip/network/greth.c, libchip/network/open_eth.c: Add constants
245        for buffer modes.
246
[81f64200]2472010-08-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
248
249        * libchip/ide/ata_internal.h: C++ compatibility.
250
[cac29ee]2512010-08-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
252
253        * libchip/Makefile.am, libchip/preinstall.am: Install
254        <libchip/ata_internal.h>.
255
[9ca9758]2562010-08-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
257
258        * libchip/ide/ata_util.c: New file.
259        * libchip/Makefile.am: Reflect change from above.
260        * libchip/ide/ata.c: Moved ata_breq_init(), ata_identify_device(), and
261        ata_process_request_on_init_phase() into new file.
262
[f5194a9]2632010-08-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
264
265        * libchip/ide/ata_internal.h, libchip/ide/ata.c: Moved code into
266        separate functions.  Added public ata_breq_init(),
267        ata_identify_device(), and ata_process_request_on_init_phase()
268        functions.
269
[d290bbb]2702010-06-24      Arnout Vandecappelle <arnout@mind.be>
271
272        PR 1586/misc
273        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Add retries to
274        SD card accesses.
275
[0596902]2762010-06-22      Arnout Vandecappelle <arnout@mind.be>
277
278        PR 1580/misc
279        * libchip/i2c/spi-sd-card.c: Use bigger chunks and yield processor
280        while waiting for read data.
281
[5e649e5]2822010-06-22      Arnout Vandecappelle <arnout@mind.be>
283
284        PR 1579/misc
285        * libchip/i2c/spi-sd-card.c: Gradually increasing sleep times when
286        waiting for write to finish.
287
[58eccd0]2882010-06-22      Arnout Vandecappelle <arnout@mind.be>
289
290        PR 1567/misc
291        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
292        timeouts.
293
[167c6ce]2942010-06-21      Arnout Vandecappelle <arnout@mind.be>
295
296        PR 1576/misc
297        * libchip/i2c/spi-sd-card.c: Enable CRC checks.
298
[07109c2]2992010-06-21      Arnout Vandecappelle <arnout@mind.be>
300
301        PR 1569/misc
302        * libchip/i2c/spi-sd-card.c: Added CRC checks.
303
[56e8ccd8]3042010-06-15      Joel Sherrill <joel.sherrill@oarcorp.com>
305
306        PR 1561/cpukit
307        * aclocal/rtems-cpu-subdirs.m4: Merge SPARC64 port.
308
[58a1f8a]3092010-06-14      Arnout Vandecappelle <arnout@mind.be>
310
311        PR 1557/misc
312        * libchip/i2c/spi-sd-card.c: Fixed low capacity special case.
313
[ba021d5c]3142010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
315
316        * aclocal/version.m4: Bump RTEMS_API to 4.11.
317        Bump _RTEMS_VERSION to 4.10.99.0.
318
[3d2e856]3192010-06-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
320
321        * libchip/network/if_dc.c: Fix warning.
322
[c48572d9]3232010-05-31      Ralf Corsépius <ralf.corsepius@rtems.org>
324
325        * libchip/network/greth.c: Misc. hacks to allow compilation on
326        16bit targets.
327
[2d76aa8]3282010-05-31      Ralf Corsépius <ralf.corsepius@rtems.org>
329
330        PR 1531/newlib
331        * libchip/network/i82586.c:
332        Add local copy of ALIGN().
333
[87347dd]3342010-05-31      Ralf Corsépius <ralf.corsepius@rtems.org>
335
[8593651]336        * libchip/network/cs8900.c:
337        Misc. changes to make code 16bit-target compliant.
[bfa3a3e]338        * libchip/network/i82586.c:
339        Use int32_t instead of int for 16bit-target compliance.
[87347dd]340        * libchip/network/open_eth.c:
341        Misc. changes to make code 16bit-target compliant.
342
[baf64cdb]3432010-05-18      Chris Johns <chrisj@rtems.org>
344
345        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: PR
346        1448/filesystem.
347
[ea2b19d]3482010-05-11      Ralf Corsépius <ralf.corsepius@rtems.org>
349
350        * aclocal/bsp-alias.m4: Change quoting to work-round
351        http://www.freebsd.org/cgi/query-pr.cgi?pr=146378.
352
[51dc695a]3532010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
354
355        * libchip/network/if_dc.c: Remove warnings.
356
[642c500]3572010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
358
359        * libchip/serial/mc68681.c, libchip/serial/mc68681_reg.c,
360        libchip/serial/ns16550.c, libchip/serial/serial.h,
361        libchip/serial/z85c30.c, libchip/serial/z85c30_reg.c: Use uintptr_t
362        or intptr_t instead of uint32_t or int32_t.
363
[2b0d72a]3642010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
365
366        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
367        libchip/rtc/icm7170.c, libchip/rtc/icm7170_reg.c,
368        libchip/rtc/m48t08_reg.c, libchip/rtc/rtc.h: Use uintptr_t instead of
369        uint32_t.
370
[1993545]3712010-04-10      Ralf Corsépius <ralf.corsepius@rtems.org>
372
373        * libchip/serial/serial.h: Add extern "C".
374
[3ed964f9]3752010-04-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
376
377        * libchip/serial/serial.h, serial/mc68681.c, serial/mc68681_p.h,
378        serial/ns16550.c, serial/ns16550_p.h, serial/serial.h,
379        serial/z85c30.c, serial/z85c30_p.h: adapt _write_ functions to new
380        prototype
381
[c2b0f2c]3822010-04-08      Joel Sherrill <joel.sherrilL@OARcorp.com>
383
384        * libchip/ide/ata.c: Change missed use of ATA_USE_OLD_EXCEPTIONS to
385        CPU_SIMPLE_VECTORED_INTERRUPTS.
386
[fae3ab43]3872010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
388
389        * libchip/ide/ata.c: Use correct macro from RTEMS to determine whether
390        simple or PIC interrupt model.
391
[8606ed5]3922010-04-02      Ralf Corsépius <ralf.corsepius@rtems.org>
393
394        * libchip/rtc/ds1375.c: #include <unistd.h>.
395
[8c53580]3962010-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
397
398        * libchip/network/i82586.c: Readdress use of ctype methods per
399        recommendation from D.J. Delorie on the newlib mailing list. We
400        should pass an unsigned char into these methods.
401
[39b8611]4022010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
403
404        * libchip/ide/ide_controller.c: Fix warnings for uninitialized
405        variable.
406
[8a3a92d]4072010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
408
409        * libchip/network/i82586.c: Fix warnings for ctype methods.
410
[37c0822d]4112010-02-19      Chris Johns <chrisj@rtems.org>
412
413        * libchip/ide/ide_controller.c: Create the devices as block
414        devices.
415
[f1eb199a]4162010-01-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
417
418        * libchip/ide/ata_internal.h, libchip/ide/ata.c
419        libchip/i2c/spi-sd-card.c: Update for block device API change.
420
4212010-01-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
422
423        * libchip/display/disp_hcms29xx.c,
424        libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c,
425        libchip/display/font_hcms29xx.h: various fixes
426
[1e0a5512]4272009-12-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
428
429        PR 1474
430        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
431        device API change.
432
[57674ef]4332009-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
434
435        * libchip/network/greth.c: Eliminate unused type
436        rtems_clock_time_value.
437
[f36eeb3]4382009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
439
440        * libchip/network/dec21140.c: Warning elimination
441        (dec21140_softc->base now is an uint32_t).
442
[bdd2870e]4432009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
444
445        PR 1483/cpukit
446        * libchip/network/dec21140.c, libchip/network/elnk.c,
447        libchip/network/if_dc.c: Move #include <rtems/pci.h> into #if
448        *_SUPPORTED-guarded code sections.
449
[a5b5b50]4502009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
451
452        * libchip/network/dec21140.c, libchip/network/elnk.c,
453        libchip/network/if_dc.c: Ensure PCI drivers are built on all
454        supported configurations. PowerPC conditionals were not current and
455        code was not being built on supported BSPs.
456
[6e701e2]4572009-11-23      Joel Sherrill <joel.sherrill@OARcorp.com>
458
459        * libchip/network/smc91111.c: Formatting.
460
[8509ec2]4612009-11-12      Ralf Corsépius <ralf.corsepius@rtems.org>
462
[d949482]463        * libchip/ide/ata.c (rtems_ata_initialize): Avoid implicit cast to uint16_t.
[8509ec2]464        * libchip/ide/ata.c (ata_non_data_request): Change arg from int to
465        uint32_t (16bit ints are too small).
466
[260e6fb3]4672009-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
468
[ccb670c]469        * libchip/network/elnk.c: Use PRI*32 to print u_int32_t's.
[260e6fb3]470        * libchip/network/if_dc.c: Fix type mismatch.
471
[70d7a36e]4722009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
473
474        * aclocal/bsp-linkcmds.m4: New.
475
[c524d9c]4762009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
477
478        * configure.ac: Rework CFLAGS setup.
479        * aclocal/prog-cc.m4: Remove RTEMS_CFLAGS.
480        * automake/compile.am: Remove RTEMS_CFLAGS.
481
[4b8a90e]4822009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
483
484        * libchip/ide/ata.h: Move extern "C".
485
[0818be5]4862009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
487
488        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c:
489        Use hex-constants to avoid implicit int-casts.
490        * libchip/i2c/spi-memdrv.c:
491        Use hex-constants to avoid implicit int-casts.
492        Use rtems_off64_t offsets to avoid loosing precision.
493
[60e5832]4942009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
495
496        * libchip/serial/ns16550.c: Update for interrupt handler type change.
497
[67bb173]4982009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
499
500        * aclocal/bsp-alias.m4: New.
501        * configure.ac: Apply RTEMS_BSP_ALIAS for RTEMS_BSP_FAMILY.
502
[2e710b0d]5032009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
504
505        * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
506
[23759b5c]5072009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
508
509        * configure.ac: Remove AM_CONDITIONAL MULTILIB.
510        * Makefile.am: Remove BARE_CPU_MODEL.
511
[078f312]5122009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
513
514        * configure.ac: Remove cfg_dir.
515
[7b6afa8]5162009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
517
518        * configure.ac: Remove -std=c99 -fasm.
519        Remove AM_CONDITIONAL LIBCHIP.
520        * libchip/Makefile.am, wrapup/Makefile.am:
521        Remove AM_CONDITIONAL LIBCHIP.
522
[c5f35cd]5232009-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
524
525        * configure.ac: Pick up make/custom/*.
526        * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
527
[21409d30]5282009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
529
530        * wrapup/Makefile.am: Remove AM_CONDITIONAL HAS_LIBBSP.
531        * configure.ac: Remove AM_CONDITIONAL HAS_LIBBSP.
532
5332009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
534
535        * configure.ac: Remove special case lib/libbsp/bare (Abandoned).
536
[29d4ee9]5372009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
538
[588182f6]539        * Makefile.am: Remove RTEMS_HOST (unused).
[df866c9]540        * configure.ac: Remove RTEMS_HOST (unused).
[29d4ee9]541        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
542
[bc7353d5]5432009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
544
545        * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for
546        *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
547
[7a68a73]5482009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
549
550        * aclocal/canonical-target-name.m4, aclocal/check-networking.m4,
551        aclocal/check-posix.m4, aclocal/enable-posix.m4,
552        aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
553
[ee1e72d]5542009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
555
556        * configure.ac: Rework make/custom/* handling.
557        * aclocal/check-custom-bsp.m4: Change *.cfg handling.
558        * Makefile.am: Remove make/custom/default.cfg-rule.
559
[7cafde22]5602009-10-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
561
562        * libchip/serial/ns16550.c: Enable interrupts during open to avoid
563        NULL pointer access in interrupt handler.
564
[94d7bd7]5652009-10-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
566
567        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
568        device API change.
569
[7357f566]5702009-10-08      Chris Johns <chrisj@rtems.org>
571
572        * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the
573        multiblock support from the ATA driver. Multiblock at the disk
574        level should not be a global policy as a disk may have more than
575        one partition with different block sizes. An IDE driver could
576        decide to use the feature with DMA but this a driver specific
577        design choice. Fixed bugs relating to variable block sizes and
578        large block transfer.
579        * c/src/libchip/ide/ide_controller.c,
580        c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h:
581        Changed the block size to 32bits so blocks of 64K or bigger can be
582        transfered in a single driver call.
583
[37f9717a]5842009-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
585
586        * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a
587        shared irq.h yet and this breaks a significant number of them.
588
[3926b05]5892009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
590
591        * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt
592        model.
593
[64a1529]5942009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
595
596        * libchip/serial/z85c30.c, libchip/serial/ns16550.c,
597        libchip/serial/mc68681.c: Reflect termios_baud_to_number having been
598        renamed to rtems_termios_baud_to_number.
599
[07688ae]6002009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
601
602        * libchip/serial/sersupp.h: Remove termios_baud_to_index,
603        termios_baud_to_number (duplicate prototypes).
604        Add C++-guards.
605        Include rtems/termiostypes.h.
606
[e5e9f1a]6072009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
608
609        * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
610
[b580e71]6112009-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
612
613        * aclocal/check-networking.m4: Disable TCP/IP on targets without enough
614        physical address to support BSD TCP/IP stack.
615
[439aade]6162009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
617
618        * libchip/network/elnk.c: Convert calls to legacy routine
619        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
620
[354fb2e]6212009-08-03      Roger Dahlkvist <ruppe@kth.se>
622
623        * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
624
[0d3b27cd]6252009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
626
627        * libchip/ide/ata.c: Remove warning.
628
[8785e906]6292009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
630
631        * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to
632        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
633        now use the same macros.
634        * aclocal/bsp-bspcleanup-options.m4: New file.
635
[ec5d4505]6362009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
637
638        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Removed
639        obsolete defines and declarations.  Set initial baud during device
640        open.  Fixed interrupt mode.
641
[84d7499]6422009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
643
644        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the
645        GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to
646        EINVAL and ENOTTY as appropriate.
647
[b30c618]6482009-05-30      Chris Johns <chrisj@rtems.org>
649
650        * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave
651        devices on an IDE bus and cleaned up the initialisation register
652        call.
653
[79269f6e]6542009-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
655
656        * libchip/network/i82586.c: Fix warning in manner suggested by
657        Arnout Vandecappelle <arnout@mind.be> in
658        http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
659
[80ab5f4]6602009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
661
662        * libchip/network/if_dc.c: Fixed warnings.
663
[9c2eaca]6642009-05-03      Joel Sherrill <joel.sherrill@oarcorp.com>
665
666        * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
667        as needed.
668
[92c70b9]6692009-04-29      Chris Johns <chrisj@rtems.org>
670
671        * libchip/ide/ata.c: Remove a detection test that fails in qemu.
672
673        * libchip/ide/ide_controller.c: Change the status detection and
674        add a message if the transfer fails. There is currently no error
675        handle at the IDE drvier level.
676
[a33af586]6772009-03-12      Daniel Hellstrom <daniel@gaisler.com>
678
679        PR 1392/bsps
680        * libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
681        over multiple pages results in extra data being written.
682
[ca5bcd8]6832009-02-27      Gene Smith <gene.smith@siemens.com>
684
685        PR 1356
686        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
687        cards.
688
[66913da2]6892009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
690
691        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
692        enabled on x86.
693
[43892800]6942009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
695
696        * aclocal/bspopts.m4: Quoting cosmetics.
697
[4c18d8c]6982009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
699
700        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
701        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
702        writes.  Fixed integer type in device structure.
703
[a26d515]7042009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
705
706        * libchip/serial/ns16550.c: Turn on ns16550_process() for
707        BSP_FEATURE_IRQ_LEGACY case also.
708
[9814d2dd]7092008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
710
711        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
712        level LibI2C interface.  Added generic block IO functions.
713
[26cc5909]7142008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
715
716        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
717        optman/rtems/no-msg.c, optman/rtems/no-part.c,
718        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
719        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
720        optman/sapi/no-ext.c, optman/sapi/no-io.c:
721        Revert previous patch (cvs clash with Joel hacking cpukit).
722
[43892800]7232008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
724
725        * aclocal/canonical-target-name.m4: Remove tic4x.
726
[b503274b]7272008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
728
729        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
730
[44415fd]7312008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
732
733        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
734        optman/rtems/no-msg.c, optman/rtems/no-part.c,
735        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
736        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
737        optman/sapi/no-ext.c, optman/sapi/no-io.c:
738        Fix prototypes.
739
[0f4ad570]7402008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
741
742        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
743
[534c893]7442008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
745
746        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
747        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
748        duplicated data.
749
[1fae1c6b]7502008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
751
752        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
753        SuperCore Handler initialization routines to directly pull parameters
754        from configuration table.
755
[45c4499e]7562008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
757
758        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
759        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
760        optman/rtems/no-part.c, optman/rtems/no-region.c,
761        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
762        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
763        initialization routines to directly pull parameters from
764        configuration table. Eliminate empty routines sportted.
765
[69be08ee]7662008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
767
768        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
769
[b0f45d8]7702008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
771
772        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
773        all public use of TOD conversion routines.
774
[f7cb3cf]7752008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
776
777        * libchip/network/smc91111config.h:
778        #include <stdint.h> instead of <rtems/stdint.h>.
779
[4e18296]7802008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
781
782        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
783        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
784
[3c12db5f]7852008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
786
787        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
788
[9151ec6]7892008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
790
791        * libchip/serial/ns16550.c: Transmit the character in the polled write
792        function within a critical section for printk() compatibility.
793
[f049983]7942008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
795
796        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
797
[e2e736b]7982008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
799
800        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
801
[13b8c65]8022008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
803
804        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
805
[c736dcf]8062008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
807
808        * aclocal/bsp-bootcard-options.m4: Fix quoting.
809
[12d02b8]8102008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
811
812        * aclocal/bsp-bootcard-options.m4: New file.
813        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
814
[8c0cab0]8152008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
816
817        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
818        BSPs that support this feature.
819
[0fbd231]8202008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
821
822        * libchip/serial/ns16550.c: Fix typo.
823
[95ef82c]8242008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
825
826        * libchip/serial/ns16550.c: Fix typo.
827
[00a23585]8282008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
829
830        * libchip/serial/ns16550.c: Add not supported on arm even though it is
831        not simple vectored.
832
[fc9cbcf3]8332008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
834
835        * libchip/serial/ns16550.c: Not currently supported on architectures
836        with simple vectored interrupt model.
837
[f8f2e41]8382008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
839
840        * aclocal/version.m4: Bump RTEMS_API to 4.10.
841        Bump _RTEMS_VERSION to 4.9.99.0.
842
[8dcfc0a]8432008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
844
[a12796f3]845        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
[8dcfc0a]846        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
847        functions have now static linkage type.  Added constant qualifier to
848        operations table and read-only function parameters.
849
[a12796f3]850        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
[8dcfc0a]851        c/src/libchip/serial/serial.h:  Include required header files.  Removed
852        support for old PowerPC exception handling.  Various fixes for
853        interrupt related routines.  Added support for BSPs with IRQ extension
854        API.
855
[0b6ca8aa]8562008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
857
858        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
859        is no PCI bus based upon the BSP not having a base address defined.
860        This means this driver cannot be supported on that board.
861
[4c9784e8]8622008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
863
864        * libchip/network/dec21140.c, libchip/network/elnk.c,
865        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
866
[35150aa]8672008-09-17      Miao Yan <yanmiaobest@gmail.com>
868
869        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
870        add simple device only filesystem (devfs), optionally completely drop
871        out filesystem, and to clean up disabling newlib reentrancy support.
872        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
873        now has a 15K code space.
874        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
875        Removed.
876
[ec07659]8772008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
878
879        * libchip/ide/ata.h: Convert to Unix file format.
880
[686f66d]8812008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
882
[b4d0eec3]883        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
884        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
885        libchip/serial/serial.h, libchip/serial/serprobe.c,
886        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
887        Convert to "bool".
[d5150397]888        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
889        libchip/i2c/spi-memdrv.h: Convert to "bool".
[33c36c81]890        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
891        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
892        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
[2c0b598]893        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
894        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
[e7672d6]895        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
896        Convert to "bool".
[90d21b36]897        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
898        Convert to "bool".
[686f66d]899        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
900        Convert to "bool".
901
[5c980d0]9022008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
903
904        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
905        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
906        memory driver to not use the clock ioctl to install a method to poll
907        for input. It now uses a Class API Timer which means we can eliminate
908        this special IOCTL from all clock drivers.
909        * libchip/shmdr/setckvec.c: Removed.
910
[a818530b]9112008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
912
913        * libchip/network/sonic.c: Do not declare a variable just to hold an
914        ignored return value.
915
[dccd351]9162008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
917
918        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
919
[cc4c524b]9202008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
921
922        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
923        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
924
[593297e]9252008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
926
927        * libchip/display/disp_hcms29xx.c: Do not make these static. They
928        appear to be unused that way.
929
[aec17f1]9302008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
931
932        * libchip/shmdr/shm_driver.h: Correct prototypes.
933
[54c7a7f]9342008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
935
936        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
937        variables and made methods static.
938
[73d5344]9392008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
940
941        * libchip/serial/ns16550.c: Fix warning.
942
[1f27c1f7]9432008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
944
945        * aclocal/prog-cc.m4: Add -Wnested-externs.
946
[891bd246]9472008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
948
[fc216b96]949        * libchip/network/dec21140.c: Add missing prototype.
[891bd246]950        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
951
9522008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
[0063a93a]953
954        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
955        -Wstrict-prototypes to RTEMS_CFLAGS.
956
[f031251c]9572008-08-02      Chris Johns <chrisj@rtems.org>
958
959        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
960        rtems_blkdev_request count and start references. Use
961        RTEMS_BLKDEV_START_BLOCK.
962
[3735f08]9632008-07-29      Chris Johns <chrisj@rtems.org>
964
965        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
966
967        * libchip/ide/ata.c: Change to use a mutex rather than disable
968        pre-emption. Updated to the libblock changes.
969
970        * libchip/ide/ata_internal.h: Updated to the new chains API.
971
972        * libchip/ide/ide_controller.c: Updated to the libblock
973        changes. Added come debug tracing.
974
975        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
976        to the libblock changes.
977
[1b39f18]9782008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
979
980        * configure.ac: Remove RPCGEN, RPCTOOLS.
981
[be78809]9822008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
983
984        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
985        for output format specifiers.
986
[9bd5118]9872008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
988
[eb98e4c6]989        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
990        Fixed some data types
[9bd5118]991
[574fb67]9922008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
993
994        * libchip/i2c/spi-sd-card.c: Added missing header file.
995        * libchip/Makefile.am: Added SD Card driver.
996
[9ec91233]9972008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
998
999        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
1000        make glyphs non-constant, added file headers
1001
[224aebb3]10022008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1003
1004        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
1005        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
1006        * libchip/display/font_hcms29xx.h
1007        Creation of SPI display driver
1008
[780428f]10092008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
1010
1011        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
1012        via SPI.
1013
[6a75acb]10142008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
1015
1016        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
1017        AC_PREREQ(2.62).
1018
[89ae273d]10192008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
1020
1021        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
1022
[adaf33af]10232008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1024
1025        * libchip/Makefile.am: Move termios helper routines from libchip to
1026        libcsupport. Add routine which makes it easy for a termios device
1027        driver to inform termios of its default baud rate. This avoids
1028        inconsistencies in later termios settings changes.
1029        * libchip/serial/termios_baud2index.c,
1030        libchip/serial/termios_baud2num.c: Removed.
1031
[61b7dae]10322008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1033
1034        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
1035
[8357ea27]10362008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1037
1038        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
1039        not fail if there are none.
1040
[42bf1b9]10412008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1042
1043        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
1044        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
1045        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
1046        * libchip/Makefile.am:
1047        derived a generic spi memory driver from spi-flash-m25p40,
1048        added descriptor for fram fm25l256
1049
[89d19033]10502008-05-07      Till Straumann <strauman@slac.stanford.edu>
1051
1052        PR 649/bsps
1053        * libchip/ide/ata.c: Give up if the interface does not become ready.
1054
[d3e21f3]10552008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1056
1057        Moved to cpukit.
1058        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
1059        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
1060        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
1061        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
1062        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
1063        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
1064        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
1065        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
1066        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
1067        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
1068        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
1069        nfsclient/src/xdr_mbuf.c: Removed.
1070
[ad20f595]10712008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
1072
1073        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
1074
[a61cc6c]10752008-01-05      Chris Johns <chrisj@rtems.org>
1076
1077        * libchip/flash/am29lv160.c: Update the blank check error message
1078        to say there is an error.
1079       
[107f4d34]10802007-12-22      Chris Johns <chrisj@rtems.org>
1081
1082        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
1083        the hello message. Just one line but still a little too long.
1084       
[f3bf21f2]10852007-12-14      Chris Johns <chrisj@rtems.org>
1086
1087        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
1088        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
1089        * libchip/flash, libchip/flash/am29lv160.c,
1090        libchip/flash/am29lv160.h: New.
1091
[9d7fa71]10922007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
1093
1094        * libchip/network/if_fxp.c: Spacing.
1095
[d371a97]10962007-11-20      Till Straumann <strauman@slac.stanford.edu>
1097
1098        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
1099        Avoid using 'stdio' before the system is up and fully
1100        initialized.
1101
[381a2f18]11022007-11-20      Till Straumann <strauman@slac.stanford.edu>
1103
1104        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
1105        * libchip/Makefile.am, libchip/preinstall.am:
1106        added new driver for Maxim DS1375 i2c RTC.
1107
[7a4e8e7c]11082007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1109
1110        * libchip/i2c/spi-flash-m25p40.c:
1111        added addressing call in write function
1112
[55a685b]11132007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1114
1115        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
1116        * libchip/Makefile.am:
1117        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
1118
[a29bf16b]11192007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1120
1121        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
1122
[21961089]11232007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1124
1125        * nfsclient/Makefile.am: Fix errors.
1126
[96eadec4]11272007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1128
1129        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
1130
[90a51d8a]11312007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
1132
1133        * aclocal/version.m4: Bump RTEMS_API to 4.9.
1134        Bump RTEMS_VERSION to 4.8.99.0.
1135
[b00e693]11362007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1137
1138        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
1139
[e7ef4c3]11402007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
1141
1142        * configure.ac: Remove AC_PROG_AWK (Unused).
1143
[24af51c5]11442007-09-14      Daron Chabot <djc915@mail.usask.ca>
1145
1146        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
1147        rtems_interrupt_vector, to permit passing arbitrary arguments to the
1148        ISR. Clean up of variables to silence compiler warnings.
1149
[324e311]11502007-09-13      Daniel Hellstrom <daniel@gaisler.com>
1151
1152        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
1153
[2a2b206]11542007-09-12      Daniel Hellstrom <daniel@gaisler.com>
1155
1156        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
1157          - Odd bit bug in some chips taken care of.
1158          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
1159            alignment but failing to do so must have made the driver writer to make
1160            some incorrect assumptions about MBUFs.
1161          - Fixed MBUF handling to handle mbuf chains better. The Data length of
1162            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
1163          - Made while loop responsible for copying data to fifo port copy 16 shorts
1164            per loop instead of 1 short, increasing the copying process.
1165
[050249d]11662007-09-07      Daniel Hellstrom <daniel@gaisler.com>
1167
1168        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
1169        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
1170
[261f99bd]11712007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
1172
1173        * configure.ac, wrapup/Makefile.am: Remove RDBG.
1174        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
1175        librdbg/Makefile.am, librdbg/preinstall.am,
1176        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
1177        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
1178        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
1179        librdbg/include/rdbg/powerpc/rdbg_f.h,
1180        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
1181        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1182        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1183        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1184        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1185        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
1186        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
1187        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
1188        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
1189        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
1190        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
1191        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1192        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
1193        librdbg/src/powerpc/rdbg_f.c,
1194        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1195        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
1196        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1197        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
1198
[2aaa1643]11992007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
1200
1201        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
1202
12032007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
1204
1205        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
1206          sizes.
1207
[735892e3]12082007-07-27      Chris Johns <chrisj@rtems.org>
1209
1210        * wrapup/Makefile.am: Create archive from a file for hosts
1211        with a limited command line size.
1212
[ef38e6ca]12132007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
1214
1215        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
1216          sizes.
1217
[adb1a08]12182007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
[6e6267bb]1219       
[9faed348]1220        * configure.ac: Add nfsclient.
[6e6267bb]1221        * nfsclient/Makefile.am: New.
1222        * nfsclient/proto/Makefile, nfsclient/Makefile,
1223          nfsclient/src/Makefile: Remove.
[adb1a08]1224        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
1225        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
1226
[516f2d7]12272007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
1228
1229        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
1230        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
1231        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
1232        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
1233        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
1234        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
1235        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
1236        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
1237        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
1238        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
1239        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
1240        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
1241
[6aff507]12422007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
[02a3b35]1243
[6aff507]1244        * libchip/serial/ns16550.c: removed timed out wait for transmitter
1245        to become ready: This will not work for fast CPUs.
1246
[f610e83f]12472007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
[02a3b35]1248
[f610e83f]1249        * libchip/ide/ata.c: fixed warning
1250
[5129b24]12512007-06-20      Ray Xu <rayx@gmail.com>
1252
1253        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
1254        console, and libio. This shrinks the memory requirements but Joel has
1255        not figured out how best to present this to application space.
1256        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
1257        New files.
1258
[4522dba]12592007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1260
1261        * optman/sapi/no-io.c: Split IO Manager into one function per file so
1262        now we only need required initialization methods.
1263
[3f72383c]12642007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1265
1266        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
1267        parameter since it was used to configure a no longer used feature.
1268        Device names are now part of the filesystem not in a table.
1269
[ff114dc5]12702007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1271
1272        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
1273        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
1274        optman/rtems/no-part.c, optman/rtems/no-region.c,
1275        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
1276        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
1277        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
1278        other optional managers so using them reduces application size
1279        instead of increasing it.
1280        * optman/rtems/no-barrier.c: New file.
1281
[0f720a7]12822007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
1283
[513b327b]1284        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
1285        adjustments to pci-API changes.
[0f720a7]1286        * libchip/network/dec21140.c, libchip/network/elnk.c,
1287        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
1288        changes.
1289
[ec09d84]12902007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
1291
1292        * libchip/network/dec21140.c, libchip/network/if_dc.c,
1293        libchip/network/if_fxp.c: Reflect changes to pci-API.
1294
[f68663dc]12952007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
1296
1297        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
1298        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
1299
[d48955ea]13002007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
1301
1302        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
1303          being used to compile "tools").
1304
[d6236b41]13052007-03-13      Joel Sherrill <joel@OARcorp.com>
1306
1307        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
1308
[2697be56]13092007-03-12      Joel Sherrill <joel@OARcorp.com>
1310
1311        * libchip/network/cs8900.c, libchip/network/cs8900.h,
1312        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
1313        and/or fix mistake in copyright notice. Both of these mistakes appear
1314        to be from code submitted after these changes were made previously.
1315
[c4c4528]13162007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
1317
1318        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
1319
[6a00184]13202007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
1321
1322        * libchip/Makefile.am: Correct path to README.tulipclone.
1323
[397060c]13242007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
1325
1326        * libchip/ide/ata.c: Remove superfluous type casts.
1327
[2e4aa9e6]13282007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
1329
1330        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
1331        Use size_t for sizes.
1332
[3d14a45]13332007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1334
1335        * libchip/ide/ata.c: in ata_request_done: moved call to free()
1336        from preemption disabled region
1337
[6b184e0]13382007-01-16      Till Straumann <strauman@slac.stanford.edu>
1339
1340        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
[6200dc9]1341        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
[6b184e0]1342        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
1343
[df591b5]13442006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
1345
1346        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
1347          ioctl_command_t as ioctl argument.
1348
[600a241e]13492006-12-13      Joel Sherrill <joel@OARcorp.com>
1350
1351        * librtems++/include/rtems++/rtemsEvent.h,
1352        librtems++/include/rtems++/rtemsMessageQueue.h,
1353        librtems++/include/rtems++/rtemsSemaphore.h,
1354        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
1355        librtems++/src/rtemsMessageQueue.cc,
1356        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
1357        rtems_unsigned32 to uint32_t.
1358
[5e11c97]13592006-12-13      Joel Sherrill <joel@OARcorp.com>
1360
1361        PR 1181/bsps
1362        * optman/rtems/no-msg.c: Clean up dead code.
1363
[294de470]13642006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
1365
1366        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
1367
[062f6705]13682006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
1369
1370        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
1371        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
1372        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
1373
[fcb0cd46]13742006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1375
1376        * configure.ac: New BUG-REPORT address.
1377
[d17f2b5]13782006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
1379
1380        * Makefile.am: Remove ampolish3.
1381
[76ce226]13822006-11-17      Joel Sherrill <joel@OARcorp.com>
1383
1384        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
1385        blank lines.
1386
[3b6c332]13872006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
1388
1389        * configure.ac: Remove RTEMS_AMPOLISH3.
1390        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
1391          Remove checks for AMPOLISH3.
1392        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
1393        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
1394        * ampolish3: Remove.
1395
[f8235c07]13962006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
1397
[e4a0c4e]1398        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
[f8235c07]1399        * aclocal/prog-cc.m4: Remove CFLAGS.
1400        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
1401        Compose CFLAGS. Append CFLAGS to ac_configure_args.
1402
[bb932d4]14032006-10-23      Joel Sherrill <joel@OARcorp.com>
1404
1405        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
1406
[104ff62]14072006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
1408
1409        * automake/compile.am: Use hard-coded RTEMS_* flags.
1410
[9b5e72b]14112006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
1412
1413        * aclocal/rtems-top.m4: Remove RTEMS_API.
1414        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
1415
[4f5e472]14162006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1417
1418        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
1419
[d6a6cff2]14202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1421
1422        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
1423
[2e28876]14242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1425
1426        * aclocal/version.m4: Bump version to 4.7.99.0.
1427
[ba2c04f]14282006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1429
1430        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1431
[158f87b0]14322006-09-11      Joel Sherrill <joel@OARcorp.com>
1433
1434        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
1435
[7f247f3]14362006-09-04      Joel Sherrill <joel@OARcorp.com>
1437
1438        * libchip/network/greth.c, libchip/network/open_eth.c,
1439        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
1440        introduced by warning removal.
1441
[ac5b81c3]14422006-09-01      Joel Sherrill <joel@OARcorp.com>
1443
1444        * libchip/network/greth.c, libchip/network/open_eth.c,
1445        libchip/network/smc91111.c: Remove warnings and correct prototype
1446        added earlier today.
1447
[a612b50]14482006-09-01      Joel Sherrill <joel@OARcorp.com>
1449
1450        * libchip/network/cs8900.c, libchip/network/greth.c,
1451        libchip/network/i82586.c, libchip/network/open_eth.c,
1452        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
1453        sized integers, and inttypes.h printf helpers.
1454
[28b8d3af]14552006-08-09      Kolja Waschk <waschk@telos.de>
1456
1457        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
1458
[8faa4a5]14592006-07-12      Joel Sherrill <joel@OARcorp.com>
1460
1461        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
1462
[81d914d8]14632006-07-11      Jerry Needell <jerry.needell@unh.edu>
1464
1465        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
1466        4.6 branch.  Original modifications by Gaisler Enterprises.
1467        * libchip/network/greth.c, libchip/network/greth.h: New files.
1468
[8eb78a20]14692006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1470
1471        * ide/ata.[ch]:
1472        (PR1118) fetch priority for ATA task from a variable,
1473        not a fixed configuration value.
1474       
[bf1cade]14752006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1476
1477        * Makefile.am: Add ampolish3.
1478
[82d11fc5]14792006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1480
1481        * ampolish3: New.
1482        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
1483
[068cf700]14842006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
1485
1486        * aclocal/rtems-ampolish.m4: New.
1487        * configure.ac: Use RTEMS_AMPOLISH3.
1488
[c5a67176]14892006-04-18  Joel Sherrill <joel@OARcorp.com>
1490
[84c86f2]1491        * aclocal/version.m4: Updated to rtems-4.6.99.3.
[c5a67176]1492
[d5ed9e1]14932006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1494
1495        PR 853/filesystem
1496        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
1497        should be modified to support the new exception scheme and to use the
1498        handle parameter.
1499
[7f7298c4]15002006-02-a32     Eric Norum <norume@aps.anl.gov>
1501
[ab8394f6]1502        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
1503        "newer" PCI access calls.  Minor cleanups.  Comments.
[7f7298c4]1504
[3157972]15052006-01-12      Eric Norum <norume@aps.anl.gov>
1506
[ab8394f6]1507        PR 861/networking
1508        PR 863/networking
1509        * libchip/network/smc91111.c: Fix illegal lvalue increments.
[3157972]1510
[2be6d66b]15112006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
[05278e36]1512
1513        * wrapup/Makefile.am: Add preinstall.am.
[2be6d66b]1514        * libchip/Makefile.am: Build libchip/network/smc91111.
1515        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
1516        Eliminate cyg_int* crap.
1517
[cce0948]15182006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1519
[11222bd]1520        * librdbg/Makefile.am: Add preinstall.am.
[cce0948]1521        * aclocal/bsp-configure.m4: Add ampolish3.
1522        New header guards.
1523
[104df63]15242006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1525
1526        * libchip/network/open_eth.c, libchip/network/open_eth.h:
1527        Merger from rtems-4-6-branch.
1528
[9d8ad28]15292006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1530
1531        * libchip/network/smc91111.c
1532        libchip/network/smc91111config.h
1533        libchip/network/smc91111exp.h
1534        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
1535        * libchip/Makefile.am: Reflect adding smc91111*.
1536
[c2c0379]15372006-01-08      Joel Sherrill <joel@OARcorp.com>
1538
1539        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
1540        char *.
1541
[34fe0e0]15422006-01-08      Joel Sherrill <joel@OARcorp.com>
1543
1544        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
1545        warnings.
1546
[a4a40dac]15472005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
1548
[436135fe]1549        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
1550        Add RTEMS_RELLDFLAGS.
1551        * automake/compile.am: Remove RTEMS_USE_GCC.
1552        Remove RTEMS_RELLDFLAGS.
[a4a40dac]1553        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
1554
[a0321355]15552005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
1556
1557        * libchip/network/if_media.h, libchip/network/mii.h:
1558        Remove (Moved to cpukit).
1559        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
1560        and libchip/network/if_media.h.
1561        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
1562        if_media.h having moved.
1563
[3136ff03]15642005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1565
[d366255b]1566        * automake/compile.am, automake/host.am, automake/local.am,
1567        automake/subdirs.am: Remove depend.
[3136ff03]1568        * configure.ac: Explicitly pass --libdir and --includedir to
1569        testsuites.
1570
[3f74676]15712005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1572
1573        * configure.ac: Reflect changes to testsuites.
1574
[95cd708]15752005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1576
1577        * automake/compile.am: Remove GCCSPECS.
1578        * aclocal/prog-cc.m4: Add GCCSPECS.
1579        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
1580
[7880193]15812005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1582
1583        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
1584        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
1585
[f6435d36]15862005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1587
1588        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
1589        libcpu/byteorder.h for i386.
1590
[7880193]15912005-11-02      Till Straumann <strauman@slac.stanford.edu>
[78111c3]1592
1593        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
1594        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
1595        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
[7880193]1596        added a simple API/library for i2c devices and drivers for i2c
1597        2-byte eeproms and a ds1621 temperature sensor; API is documented
1598        in libi2c.h.
[78111c3]1599
[794c624]16002005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1601
1602        * libnetworking/pppd/ipxcp.c,
1603        libnetworking/pppd/chat.c,
1604        libnetworking/pppd/patchlevel.h,
1605        libnetworking/pppd/upap.h,
1606        libnetworking/pppd/md5.h,
1607        libnetworking/pppd/pppd.8,
1608        libnetworking/pppd/README,
1609        libnetworking/pppd/preinstall.am,
1610        libnetworking/pppd/md4.h,
1611        libnetworking/pppd/magic.c,
1612        libnetworking/pppd/pppd.h,
1613        libnetworking/pppd/demand.c,
1614        libnetworking/pppd/rtemsmain.c,
1615        libnetworking/pppd/sys-rtems.c,
1616        libnetworking/pppd/ipcp.h,
1617        libnetworking/pppd/lcp.h,
1618        libnetworking/pppd/chap_ms.c,
1619        libnetworking/pppd/md4.c,
1620        libnetworking/pppd/rtemspppd.h,
1621        libnetworking/pppd/cbcp.h,
1622        libnetworking/pppd/auth.c,
1623        libnetworking/pppd/lcp.c,
1624        libnetworking/pppd/example/README,
1625        libnetworking/pppd/example/ppp.conf,
1626        libnetworking/pppd/example/system.h,
1627        libnetworking/pppd/example/netconfig.h,
1628        libnetworking/pppd/example/pppdapp.c,
1629        libnetworking/pppd/example/init.c,
1630        libnetworking/pppd/example/Makefile-user,
1631        libnetworking/pppd/example/pppd.options,
1632        libnetworking/pppd/rtemspppd.c,
1633        libnetworking/pppd/ipxcp.h,
1634        libnetworking/pppd/chap_ms.h,
1635        libnetworking/pppd/options.c,
1636        libnetworking/pppd/magic.h,
1637        libnetworking/pppd/chap.h,
1638        libnetworking/pppd/cbcp.c,
1639        libnetworking/pppd/upap.c,
1640        libnetworking/pppd/chap.c,
1641        libnetworking/pppd/Makefile.am,
1642        libnetworking/pppd/ccp.h,
1643        libnetworking/pppd/utils.c,
1644        libnetworking/pppd/rtemsdialer.h,
1645        libnetworking/pppd/fsm.h,
1646        libnetworking/pppd/pathnames.h,
1647        libnetworking/pppd/md5.c,
1648        libnetworking/pppd/fsm.c,
1649        libnetworking/pppd/ipcp.c,
1650        libnetworking/pppd/STATUS,
1651        libnetworking/pppd/ccp.c,
1652        libnetworking/Makefile.am: Remove (Moved to cpukit).
1653
[330e08be]16542005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1655
1656        * configure.ac: Remove libnetworking, libnetworking/pppd.
1657        * wrapup/Makefile.am: Remove libpppd.a.
1658
[be52582]16592005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1660
1661        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
1662        rtemsdialer.h to $(includedir)/rtems.
1663
[681ab7e]16642005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1665
1666        * libnetworking/rtems_telnetd/icmds.c,
1667        libnetworking/rtems_telnetd/Makefile.am,
1668        libnetworking/rtems_telnetd/preinstall.am,
1669        libnetworking/rtems_telnetd/pty.c,
1670        libnetworking/rtems_telnetd/pty.h,
1671        libnetworking/rtems_telnetd/README,
1672        libnetworking/rtems_telnetd/telnetd.c,
1673        libnetworking/rtems_telnetd/telnetd.h:
1674        Remove (Moved to cpukit).
1675
[bfd5fd0]16762005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1677
1678        * configure.ac: Remove libnetworking/rtems_telnetd.
1679        * libnetworking/Makefile.am: Remove rtems_telnetd.
1680        * libnetworking/README: Remove (Obsolete).
1681        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1682
[cc2fcc1]16832005-10-20  Eric Norum <norume@aps.anl.gov>
1684
[fab9046]1685        * libchip/network/dec21140.c: Clean up PCI mapping.
[cc2fcc1]1686
[24934c57]16872005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1688
[994eb05]1689        * libnetworking/pppd/Makefile.am: Use preinstall.am.
[3d3b423]1690        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1691        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1692        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
[24934c57]1693        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1694        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1695
[88b6d8d9]16962005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
[95f9447]1697
[88b6d8d9]1698        * aclocal/bspopts.m4: Add missing m4 quotes.
[e698e68]1699
[1a8f056c]17002005-09-02  Joel Sherrill <joel@OARcorp.com>
1701
1702    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1703
[213810b3]17042005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1705
1706        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1707        libchip/network/dec21140.c: Remove initialization of PCI bus.
1708
[2604a54]17092005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1710
1711        * optman/Makefile.am: Add preinstall.am.
1712
[bb72ff9]17132005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1714
1715        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1716        UNTESTED to tested.
1717
[cb4185c]17182005-06-17      Joel Sherrill <joel@OARcorp.com>
1719
1720        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1721        it is not supported by the MPC5xx.
1722
[9c5873b7]17232005-06-17      Joel Sherrill <joel@OARcorp.com>
1724
1725        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1726        interface. Also correct attempting to build on other than PowerPC and
1727        x86.
1728
[af28e68e]17292005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1730
1731        * libchip/Makefile.am: Add driver for Tulip clones.
1732        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1733        libchip/network/if_dcreg.h: New files.
1734
[d7610229]17352005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1736
1737        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1738        to enable rdbg.
1739        * configure.ac: Reflect changes above.
1740
[aea8e66]17412005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1742
1743        * configure.ac: Add ada/.
1744
[9f114a8]17452005-05-20      Sergei Organov  <osv@topconrd.ru>
1746
1747        PR 750/networking
1748        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1749        wait_input().
1750
[a4ce29f]17512005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1752
1753        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1754        rtems/irq.h.
1755
[4beccab]17562005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1757
1758        * libchip/Makefile.am: Include preinstall.am.
1759        * libchip/preinstall.am: New.
1760
[eb0901a4]17612005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1762
1763        * configure.ac: Add AMPOLISH3.
1764        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1765        * libnetworking/rtems_telnetd/preinstall.am: New.
1766        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1767
[005fbe56]17682005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1769
1770        * configure.ac: Let enable_rpcgen default to "no".
1771
[bd2fa0a5]17722005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1773
1774        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1775
[e11bf43]17762005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1777
1778        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1779        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1780
[0fd3092]17812005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1782
1783        * libchip/network/dec21140.c, libchip/network/elnk.c,
1784        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1785
[a8e1959]17862005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1787
1788        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1789        of code as a result of the implementation of a common PCI interface.
1790
[a9cd3a9]17912005-05-04      Joel Sherrill <joel@OARcorp.com>
1792
1793        * libchip/network/open_eth.c: Remove prototype of set_vector.
1794
[d5dbbe5]17952005-05-03      Joel Sherrill <joel@OARcorp.com>
1796
1797        * librdbg/src/ptrace.c: Remove warning.
1798
[48b8259]17992005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1800
1801        * libchip/network/dec21140.c, libchip/network/elnk.c,
1802        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1803        Modified parameter list to remove warnings.
1804
[b7acc4ad]18052005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1806
1807        * libchip/network/cs8900.c, libchip/network/i82586.c,
1808        libchip/network/open_eth.c, libchip/network/sonic.c,
1809        libchip/serial/mc68681.c: Modified types to remove
1810        warnings.  Added initialization to remove warnings.
1811
[ce7d49bc]18122005-04-28      Joel Sherrill <joel@OARcorp.com>
1813
1814        * libchip/network/README.sonic: Rewritten to account for removal of
1815        dmv177.
1816
[1b3028c]18172005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1818
1819        PR 781/rtems_misc
1820        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1821
[cebad96]18222005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1823
1824        * libchip/serial/ns16550.c:
1825        Fixed warnings generated in various powerpc configurations
1826
[c163605f]18272005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1828
1829        * libchip/serial/ns16550.c: Modified
1830        ISR to work with PPC new exception processing
1831
[bb9e843]18322005-03-14      Joel Sherrill <joel@OARcorp.com>
1833
1834        * libchip/network/dec21140.c, libchip/network/elnk.c,
1835        libchip/network/if_fxp.c: Continue PCI API unification. All use
1836        pci_find_device(). Network drivers manufacture a signature since all
1837        calls have not been converted yet.
1838
[160b6b0]18392005-03-04      Joel Sherrill <joel@OARcorp.com>
1840
1841        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1842        initialize function part of the unified PCI API as pci_initialize().
1843
[a3f91c6]18442005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1845
1846        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1847        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1848
[9cd49d42]18492005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1850
1851        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1852        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1853
[ec899eaf]18542005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1855
1856        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1857        building procedures.
1858
[ea68ed5]18592005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1860
1861        * aclocal/prog-cc.m4:
1862        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1863
[0598fb8]18642005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1865
1866        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1867
[7cb25eb]18682005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1869
1870        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1871
[376dfb1a]18722005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1873
1874        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1875
[4bf6a9f2]18762005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1877
1878        * libnetworking/rtems_servers/ftp.c,
1879        libnetworking/rtems_servers/ftp.h,
1880        libnetworking/rtems_servers/Makefile.am:
1881        Remove (relocated to cpukit/ftpd).
1882        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1883        removed move libnetworking/rtems_servers.
1884
[f92f5f6]18852005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1886
1887        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1888
[abb63593]18892005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1890
1891        PR 755/rtems
1892        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1893        Remove local declarations of rtems_bsdnet_nameservers,
1894        rtems_bsdnet_nameservers_count.
1895
[9c858e56]18962005-01-31      Sergei Organov <osv@topconrd.ru>
1897
[e3022f5d]1898        PR 751/pppd
[9c858e56]1899        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1900        committed to fix PR736 breaks pppd. chat.c should have its own static
1901        ttyfd for pppd to work correctly. The symptom is that second
1902        invokation of chat (for connect script) fails due to pppd_ttyfd set
1903        to -1 by previous chat invokation (for init script). In addition,
1904        this patch fixes leaving of dangling pointer in the abort_stbring[]
1905        by chat_send().
1906
[355887b]19072005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1908
1909        * configure.ac: Remove CFLAGS_DEBUG_V.
1910        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1911
[f68b890]19122005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1913
1914        * wrapup/Makefile.am: Remove rtems-ctor.o.
1915
[4321d1f]19162005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1917
1918        * libchip/rtc/rtc.h: size_t RTC_Count.
1919
[4ca43d72]19202005-01-20      Joel Sherrill <joel@OARcorp.com>
1921
1922        PR 736/pppd
1923        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1924        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1925        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1926        should not be static and should have a name more specific to pppd.
1927
[4f647b9]19282005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1929
1930        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1931        libnetworking/rtems_servers/Makefile.am,
1932        libnetworking/rtems_telnetd/Makefile.am,
1933        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1934        Eliminate CFLAGS_OPTIMIZE_V.
1935
[6c2b5324]19362005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1937
1938        * configure.ac: Pass CFLAGS to testsuites configure.
1939        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1940        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1941
[ea3f559]19422005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1943
1944        * configure.ac: Pass CFLAGS to cpukit configure.
1945        * aclocal/rtems-flags.m4: Remove (Unused).
1946        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1947        * aclocal/env-rtemsbsp.m4:
1948        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1949        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1950        RTEMS_CFLAGS.
1951        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1952        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1953        Cleanup comments.
1954
[4c14ea3e]19552005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1956
1957        * automake/compile.am: Remove build-variant support.
1958
[44213ad]19592005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1960
1961        * libnetworking/pppd/Makefile.am,
1962        libnetworking/rtems_servers/Makefile.am,
1963        libnetworking/rtems_telnetd/Makefile.am:
1964        Remove build-variant support.
1965
[552fca7]19662005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1967
1968        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1969        support/Makefile.am, wrapup/Makefile.am:
1970        Remove build-variant support.
1971
[55243362]19722004-11-22      Joel Sherrill <joel@OARcorp.com>
1973
1974        * libchip/network/if_fxp.c: Add entry for another module ID code.
1975
[bb15d1d2]19762004-11-22      Joel Sherrill <joel@OARcorp.com>
1977
1978        PR 693/misc
1979        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1980        in/outport routines.
1981
19822004-11-22      Joel Sherrill <joel@OARcorp.com>
1983
1984        PR 693/misc
1985        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1986        in/outport routines.
1987
[f4857b21]19882004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1989
1990        * aclocal/enable-itron.m4: Remove (unused).
1991
[259c516]19922004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1993
1994        * configure.ac: Misc. quoting cleanups.
1995        Enable ada-tests iff --enable-ada and --enable-tests.
1996
[bf474880]19972004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1998
1999        PR 703/filesystem
2000        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
2001        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
2002        libchip/ide/ide_controller.c:
2003        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
2004        available for BSPS/device drivers.
2005        Extend the "modes_available" and "mode_active" parameters to
2006        uint16_t for UDMA support.
2007
[ac8f462]20082004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
2009
2010        * libchip/network/dec21140.c: Cleanup a bit and remove message about
2011        not supported on PowerPC since it works on the MVME2100 BSP.
2012
[9bb5b9d]20132004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
2014
2015        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
2016        Add dependency tracking for *.cfgs.
2017        * Makefile.am: Add dependency tracking for *.cfg.
2018
[1c3dfb4a]20192004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
2020
2021        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
2022        (Thanks to Lars Munch <lars@segv.dk> for catching this).
2023
[62fdded]20242004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
2025
2026        PR 707/make_build
2027        * configure.ac: Add --enable-rpcgen.
2028
[577fe95]20292004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
2030
2031        PR 700/rtems_misc
2032        * libnetworking/rtems_webserver/asp.c,
2033        libnetworking/rtems_webserver/balloc.c,
2034        libnetworking/rtems_webserver/cgi.c,
2035        libnetworking/rtems_webserver/default.c,
2036        libnetworking/rtems_webserver/ej.h,
2037        libnetworking/rtems_webserver/ejIntrn.h,
2038        libnetworking/rtems_webserver/ejlex.c,
2039        libnetworking/rtems_webserver/ejparse.c,
2040        libnetworking/rtems_webserver/emfdb.c,
2041        libnetworking/rtems_webserver/emfdb.h,
2042        libnetworking/rtems_webserver/form.c,
2043        libnetworking/rtems_webserver/handler.c,
2044        libnetworking/rtems_webserver/h.c,
2045        libnetworking/rtems_webserver/license.txt,
2046        libnetworking/rtems_webserver/Makefile.am,
2047        libnetworking/rtems_webserver/md5c.c,
2048        libnetworking/rtems_webserver/md5.h,
2049        libnetworking/rtems_webserver/mime.c,
2050        libnetworking/rtems_webserver/misc.c,
2051        libnetworking/rtems_webserver/NOTES,
2052        libnetworking/rtems_webserver/ringq.c,
2053        libnetworking/rtems_webserver/rom.c,
2054        libnetworking/rtems_webserver/rtems_webserver.h,
2055        libnetworking/rtems_webserver/security.c,
2056        libnetworking/rtems_webserver/sock.c,
2057        libnetworking/rtems_webserver/socket.c,
2058        libnetworking/rtems_webserver/sockGen.c,
2059        libnetworking/rtems_webserver/sym.c,
2060        libnetworking/rtems_webserver/uemf.c,
2061        libnetworking/rtems_webserver/uemf.h,
2062        libnetworking/rtems_webserver/um.c,
2063        libnetworking/rtems_webserver/um.h,
2064        libnetworking/rtems_webserver/umui.c,
2065        libnetworking/rtems_webserver/url.c,
2066        libnetworking/rtems_webserver/value.c,
2067        libnetworking/rtems_webserver/wbase64.c,
2068        libnetworking/rtems_webserver/webcomp.c,
2069        libnetworking/rtems_webserver/webmain.c,
2070        libnetworking/rtems_webserver/webpage.c,
2071        libnetworking/rtems_webserver/webrom.c,
2072        libnetworking/rtems_webserver/webs.c,
2073        libnetworking/rtems_webserver/websda.c,
2074        libnetworking/rtems_webserver/websda.h,
2075        libnetworking/rtems_webserver/webs.h,
2076        libnetworking/rtems_webserver/websSSL.c,
2077        libnetworking/rtems_webserver/websSSL.h,
2078        libnetworking/rtems_webserver/websuemf.c,
2079        libnetworking/rtems_webserver/wsIntrn.h:
2080        Remove (Moved to cpukit/http).
2081
[cc87080]20822004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
2083
2084        PR 700/rtems_misc
2085        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
2086        Remove libnetworking/rtems_webserver.
2087
[bb5b4048]20882004-10-25      Eric Norum <norume@aps.anl.gov>
2089
2090        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
2091
[ba5288d]20922004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
2093
2094        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
2095
[1e006d52]20962004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2097
2098        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
2099        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
2100
[5146462f]21012004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2102
2103        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
2104
[d4d624e2]21052004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
2106
2107        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
2108        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
2109
[811db88]21102004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
2111
2112        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
2113        BITSPERBYTE.
2114
[41d0d94e]21152004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
2116
2117        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
2118        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
2119
[9a4b31f]21202004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
2121
2122        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
2123
[41ed282]21242004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
2125
2126        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
2127        * aclocal/enable-bare.m4: Remove.
2128        * configure.ac: Remove BARE_CPU_MODEL.
2129
[2992cd23]21302004-10-13      Eric Norum <norume@aps.anl.gov>
2131
2132        PR 688/bsps
2133        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
2134        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
2135        MC146818A (and several Dallas Semiconductor) TOD chips.
2136
21372004-10-13      Eric Norum <norume@aps.anl.gov>
2138
2139        PR 686/networking
2140        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
2141        device code.
2142
[efab64d]21432004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
2144
2145        * libchip/network/dec21140.c: include <rtems/pci.h>.
2146
[7452b855]21472004-09-29      Joel Sherrill <joel@OARcorp.com>
2148
2149        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
2150        libnetworking/pppd/utils.c: i960 obsoleted and all references
2151        removed.
2152
[cd38196f]21532004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
2154
2155        PR 607/networking
2156        * libchip/network/dec21140.c: Made PCI configuration minimum sane
2157        instead of fully specifying unused PCI features.
2158
[97891e5e]21592004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2160
2161        * configure.ac: Require automake > 1.9.
2162
[f27c25f]21632004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2164
2165        * aclocal/rtems-cpu-subdirs.m4: Add avr.
2166
[d71ab7fd]21672004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2168
2169        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
2170        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
2171
[0ad53a9]21722004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
2173
2174        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
2175        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
2176
[2977f24c]21772004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
2178
2179        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
2180
[90a33a8]21812004-07-28  Joel Sherrill <joel@OARcorp.com>
2182
2183    * aclocal/version.m4: Updated to rtems-4.6.99.1.
2184
[2a757a8]21852004-07-25      Joel Sherrill <joel@OARcorp.com>
2186
2187        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
2188
[1402d56a]21892004-05-21  Till Strauman <strauman@slac.stanford.edu>
2190
[4dbbcb7]2191        PR 625/networking
[1402d56a]2192        * libchip/network/dec21140.c, ... : Prevent name clashes by making
2193        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
2194        an error rather than panic if no chip is detected (thus allowing
2195        for probing).
2196        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
2197        instead of looping forever.  Avoid divide by zero (crashed my PC).
2198        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
2199        they are UNTESTED.
2200
[1eaf0fda]22012004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
2202
2203        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
2204
[593bc32]22052004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
2206
2207        * libchip/network/dec21140.c, libchip/network/elnk.c:
2208        #include <errno.h>.
2209
[c8e8f119]22102004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
2211
2212        * libchip/network/if_media.h: Update from FreeBSD.
2213        * libchip/network/open_eth.c, libchip/network/cs8900.c,
2214        libchip/network/i82586.c: #include <errno.h>.
2215
[61c78ab]22162004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
2217
2218        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
2219
[0d0528d3]22202004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
2221
2222        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
2223
[7b5f6e82]22242004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
2225
2226        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
2227        automake).
2228
[7220366a]22292004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
2230
2231        PR 599/pppd
[7b5f6e82]2232        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
[7220366a]2233
[57c86a05]22342004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2235
2236        * optman/rtems/no-region.c: Reflect having changed
2237        rtems_region_get_segment_size.
2238
[4caeb10]22392004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2240
2241        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
2242        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
2243        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
2244        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
2245        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
2246        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
2247        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
2248
[509fec9c]22492004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2250
2251        * libchip/ide/ata.c, libchip/network/dec21140.c,
2252        libchip/network/elnk.c, libchip/network/i82586.c,
2253        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
2254        libchip/network/open_eth.c, libchip/network/sonic.c,
2255        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
2256        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
2257        libchip/shmdr/init.c, libchip/shmdr/intr.c,
2258        libchip/shmdr/shm_driver.h: Cosmetics.
2259
[c83b5678]22602004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2261
2262        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
2263        optman/rtems/no-msg.c, optman/rtems/no-part.c,
2264        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2265        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
2266        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
2267        fixed size types.
2268
[cdf41b07]22692004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2270
2271        * configure.ac: Explicitly pass --includedir and --libdir to
2272        cpukit/configure.
2273
[ddeb7693]22742004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
2275
2276        * librdbg/Makefile.am: Fix rpcgen rules.
2277        * librdbg/src/i386/any/remdeb_xdr.c,
2278        librdbg/src/m68k/any/remdeb_xdr.c,
2279        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
2280        Reflect changes to librdbg/Makefile.am.
2281
[850c88d]22822004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
2283
2284        * configure.ac: Reflect changes testsuites/configure.ac and
2285        cpukit/configure.ac.
2286
[ef02bc1]22872004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
2288
2289        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
2290        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
2291
[8ae203e3]22922004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
2293
2294        * configure.ac: Reflect changes to testsuites's configuration.
2295
[cdcef7e6]22962004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
2297
2298        PR/589 rtems
2299        * libchip/network/pci.h: Remove (Moved to cpukit).
2300
[ee4f57d]23012004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
[60f9088]2302
[ee4f57d]2303        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
2304        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
2305        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
2306        libchip/network/dec21140.c, libchip/network/elnk.c,
2307        libchip/network/if_fxp.c, libchip/network/open_eth.c,
2308        libchip/network/open_eth.h, libchip/network/sonic.c,
2309        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
2310        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2311        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2312        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
2313        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
2314        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
2315        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
2316        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
2317        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
2318        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
2319        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2320        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
2321        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2322        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
2323        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
2324        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
2325        fixed-size types.
[60f9088]2326
[ee4f57d]23272004-03-14      Chris Johns  <chrisj@rtems.org>
[60f9088]2328
[ee4f57d]2329        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
2330        the BSP example code.
2331        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
2332        support the DIMMPC. This is a pc386 target with IO port support. Minor
2333        formating clean up. Add documentation to the header file.
2334        * libchip/network/README.cs8900: The CS8900 driver is documented in the
2335        cs8900.h header file.
[60f9088]2336
[51b9899]23372004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2338
2339        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
2340        Cosmetics.
2341
[5569cec]23422004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2343
2344        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
2345        There are no application level Makefiles in here.
2346
[e73c249]23472004-03-04      Joel Sherrill <joel@OARcorp.com>
2348
2349        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
2350        they can be used in application level makefiles.
2351
[845e4f3]23522004-03-05      Joel Sherrill <joel@OARcorp.com>
2353
[bfb4c547]2354        * libnetworking/rtems_webserver/ejparse.c,
2355        libnetworking/rtems_webserver/emfdb.c,
2356        libnetworking/rtems_webserver/sock.c,
2357        libnetworking/rtems_webserver/socket.c,
2358        libnetworking/rtems_webserver/sym.c,
2359        libnetworking/rtems_webserver/webs.c,
2360        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
23612004-03-05      Joel Sherrill <joel@OARcorp.com>
2362
[845e4f3]2363        * libchipnetwork/open_eth.c: Remove warnings by conditionally
2364        compiling this file only only those CPU families with supported
2365        exception models.
2366
[789694a1]23672004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2368
2369        * acinclude.m4: Fix loosing arguments when configuring cpukit and
2370        testsuites (Was exposed with --enable-multilib, only).
2371        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
2372         Add RTEMS_BSP_CONFIG_SUBDIR.
2373        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
2374        testsuites's configure.
2375        * aclocal/rtems-top.m4: Remove ENDIF hack.
2376        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
2377
[fcf0034]23782004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2379
2380        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
2381        wrapup/Makefile.am: Fix automake problems having been introduced
2382        in previous patch.
2383
[5e5cf07]23842004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2385
2386        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
2387        Preinstall dirs.
2388        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
2389        * aclocal/check-multiprocessing.m4: Cosmetics.
2390        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
2391        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
2392
[e7495ae]23932004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2394
2395        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
2396        librdbg/src/Makefile.am.
2397        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
2398        * configure.ac: Reflect changes above.
2399        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
2400        * wrapup/Makefile.am: Reflect changes above.
2401        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
2402
[c9251c7]24032004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2404
2405        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
2406
[541a45a]24072004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2408
2409        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
2410
[9e23302]24112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2412
2413        * wrapup/Makefile.am: Reflect new location of librdbg.a.
2414
[832bed1]24152004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2416
2417        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
[9e23302]2418        librdbg/src/powerpc/Makefile.am: Remove.
[832bed1]2419        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
2420        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
2421        * configure.ac: Reflect changes above.
2422
24232004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2424
2425
[dcf277c]24262004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2427
2428        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
2429        STRIP.
2430
[b083736]24312004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2432
2433        * librdbg/include/Makefile.am: Merge-in
2434        librdbg/include/rdbg/i386/Makefile.am,
2435        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
2436        librdbg/include/rdbg/powerpc/Makefile.am.
2437        * librdbg/include/rdbg/i386/Makefile.am,
2438        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
2439        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
2440        * configure.ac: Reflect changes above.
2441
[a03c1ab]24422004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2443
2444        * configure.ac: Use AS_HELP_STRING(ada).
2445
[3025a4a]24462004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2447
2448        * aclocal/bspopts.m4: Use AS_HELP_STRING.
2449        * aclocal/bsp-configure.m4: Require autoconf-2.59.
2450        Use AC_CONFIG_HEADERS.
2451        * aclocal/check-custom-bsp.m4: Add bspkit-support.
2452        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
2453
[5434449b]24542004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2455
2456        * Makefile.am: include local.am.
2457
[31ffd58]24582004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2459
2460        * aclocal/version.m4: 4.6.99.0.
2461
[0724e79b]24622004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2463
2464        * Makefile.am: Don't include host.am.
2465        * automake/compile.am: Further cleanups.
2466
[d158c16]24672004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2468
2469        * automake/lib.am: Remove (Unused).
2470
[11cafc0]24712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2472
2473        * wrapup/Makefile.am: Don't include lib.am.
2474        * automake/compile.am: Use automake compilation rules.
2475
[6436254a]24762004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2477
2478        * libnetworking/pppd/Makefile.am,
2479        libnetworking/rtems_servers/Makefile.am,
2480        libnetworking/rtems_telnetd/Makefile.am,
2481        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
2482        support/Makefile.am: Don't include lib.am.
2483
[97380b4]24842004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2485
2486        * libchip/Makefile.am: Don't include lib.am.
2487        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
2488        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
2489        unnecessary EXTRA_DISTs.
2490
[12b0ada]24912004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2492
2493        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
2494        hack.
2495
[b5d91ad]24962004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2497
2498        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
2499        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
2500        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
2501        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
2502
[477180fa]25032004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2504
2505        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
2506        Add AM_CONDITIONAL(HAS_MP).
2507        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
2508        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
2509        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2510        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2511        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2512        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
2513        (Deprecated by autoconf 2.59).
2514
[171a04c]25152004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2516
2517        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2518        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2519
[d499683]25202004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2521
[93a735b]2522        * ChangeLog: Merge-in libnetworking/ChangeLog.
2523        * libnetworking/ChangeLog: Remove.
[8b615cd]2524        * ChangeLog: Merge-in librdbg/ChangeLog.
2525        * librdbg/ChangeLog: Remove.
2526        * ChangeLog: Merge-in libchip/ChangeLog.
[1d331547]2527        * libchip/ChangeLog: Remove.
[d499683]2528        * ChangeLog: Merge-in optman/ChangeLog.
2529        * optman/ChangeLog: Remove.
2530
[d844a182]25312004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2532
2533        * configure.ac: Reflect changes to cpukit.
[1734d37]2534        * wrapup/Makefile.am: Reflect changes to librdbg.
2535        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
[1d331547]2536        * libchip/Makefile.am: Add PREINSTALL_DIRS.
[8b615cd]2537        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
2538        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
2539        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
2540        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2541        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
2542        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
2543        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
[1734d37]2544
[208aa86e]25452004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2546
2547        * aclocal/rtems-top.m4: Remove check for version.m4.
2548        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
2549
[9480bb42]25502004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2551
[5a80f36b]2552        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
[ebff819]2553        * wrapup/Makefile.am: Reflect changes to libchip/*.
[ca1531c5]2554        * support/Makefile.am: Use automake compilation rules.
2555        * wrapup/Makefile.am: Reflect changes to support/*.
[7c5a840]2556        * configure.ac: Remove libnetworking/wrapup/Makefile.
[5a80f36b]2557        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
2558        libnetworking/*/lib*.a instead of libnetapps.a.
2559        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
2560        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
[d499683]2561        * optman/Makefile.am: Use automake compilation rules.
[1d331547]2562        * libchip/Makefile.am: Fix typo in previous patch.
2563        * libchip/Makefile.am: Use automake compilation rules.
[93a735b]2564        * libnetworking/Makefile.am: Remove wrapup.
2565        * libnetworking/pppd/Makefile.am: Build libpppd. Use
2566        automake-compilation rules.
2567        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
2568        automake-compilation rules.
2569        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
2570        automake-compilation rules.
2571        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
2572        automake-compilation rules.
2573        * libnetworking/wrapup/Makefile.am: Remove (Unused).
[033f0686]2574
[0724887f]25752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2576
[5a80f36b]2577        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2578        PRE/TMPINSTALL_FILES to CLEANFILES.
[0724887f]2579        * automake/lib.am: Remove TMPINSTALL_FILES.
[d499683]2580        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2581        PRE/TMPINSTALL_FILES to CLEANFILES.
[1d331547]2582        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2583        PRE/TMPINSTALL_FILES to CLEANFILES.
[8b615cd]2584        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
2585        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2586        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2587        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2588        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2589        * librdbg/src/i386/Makefile.am: Ditto.
2590        * librdbg/src/m68k/Makefile.am: Ditto.
2591        * librdbg/src/powerpc/Makefile.am: Ditto.
[93a735b]2592        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
2593        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2594        * libnetworking/rtems_servers/Makefile.am: Ditto.
2595        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2596        * libnetworking/rtems_webserver/Makefile.am: Ditto.
[0724887f]2597
[6416628]25982004-01-07      Joel Sherrill <joel@OARcorp.com>
2599
2600        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
2601        more completely covers the MIPS family.
2602
[a099e9a]26032003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2604
2605        * wrapup/Makefile.am: Reflect changes to shmdr.
[1d331547]2606        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
2607
26082003-12-18      Joel Sherrill <joel@OARcorp.com>
2609
2610        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2611        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
2612        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
2613        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
2614        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
2615        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
2616        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
[a099e9a]2617
[5a80f36b]26182003-12-17      Joel Sherrill <joel@OARcorp.com>
[44652f8]2619
[5a80f36b]2620        * aclocal/version.m4: Updated to rtems-20031217-test.
[917a884]2621
[5a80f36b]26222003-12-17     
[917a884]2623
[5a80f36b]2624        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2625        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
[2b2353d]2626
[41fc78d]26272003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2628
2629        * automake/compile.am: Remove LINK_LIBS (Unused).
2630        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
2631
[e90cff96]26322003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2633
2634        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2635        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2636        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
2637        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
[777db82f]2638        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2639
[b946613]26402003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2641
2642        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
2643        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[d499683]2644        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[1d331547]2645        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[8b615cd]2646        * librdbg/src/i386/Makefile.am:
2647        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2648        * librdbg/src/m68k/Makefile.am:
2649        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2650        * librdbg/src/powerpc/Makefile.am:
2651        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[b946613]2652
[795d9d46]26532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2654
[5a80f36b]2655        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
[14348a00]2656        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2657        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
[5a80f36b]2658        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
2659        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
2660        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
[810720b6]2661        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
[d499683]2662        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2663        * optman/Makefile.am: Remove project_libdir.
[1d331547]2664        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
2665        PRE/TMPINSTALL_FILES.
[8b615cd]2666        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
2667        PRE/TMPINSTALL_FILES.
2668        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
2669        PRE/TMPINSTALL_FILES.
2670        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2671        PRE/TMPINSTALL_FILES.
2672        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
2673        from PRE/TMPINSTALL_FILES.
2674        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
2675        PRE/TMPINSTALL_FILES.
2676        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2677        PRE/TMPINSTALL_FILES.
2678        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
2679        PRE/TMPINSTALL_FILES.
[93a735b]2680        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
2681        PRE/TMPINSTALL_FILES.
2682        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2683        PRE/TMPINSTALL_FILES.
2684        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2685        PRE/TMPINSTALL_FILES.
2686        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2687        from PRE/TMPINSTALL_FILES.
[810720b6]2688
[0e31ed7]26892003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2690
2691        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2692        * automake/lib.am: Remove project_libdir.
2693        * wrapup/Makefile.am: Reworked.
2694
[109d660]26952003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2696
2697        * configure.ac: Reflect changes to librdbg.
[d499683]2698        * optman/Makefile.am: Add tmpinstall dirstamp support.
[1d331547]2699        * libchip/Makefile.am: Fix variant-tmpinstall support.
[8b615cd]2700        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2701        * librdbg/src/powerpc/Makefile.am: Merge-in former
2702        new_exception_processing/Makefile.am.
2703        * librdbg/src/m68k/any/Makefile.am: Remove.
2704        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2705        * librdbg/src/i386/any/Makefile.am: Remove.
2706        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2707        * librdbg/src/Makefile.am: Cosmetics.
2708        * librdbg/include/Makefile.am: Cosmetics.
2709        * librdbg/Makefile.am: Cosmetics.
[93a735b]2710        * libnetworking/Makefile.am: Cosmetics.
2711        * libnetworking/pppd/Makefile.am: Cosmetics.
2712        * libnetworking/wrapup/Makefile.am: Cosmetics.
[109d660]2713
[91fd793d]27142003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2715
2716        * Makefile.am: Cosmetics.
[5a80f36b]2717        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2718        support.
[91fd793d]2719
[8347069]27202003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2721
2722        * automake/compile.am: Remove $(ARCH):-rule.
2723
[184f279]27242003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2725
2726        * configure.ac: Remove lib/libbsp/shared/Makefile,
2727        lib/libbsp/shmdr/Makefile.
2728
[1ca7bc9]27292003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2730
2731        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2732        libchip/serial/Makefile, libchip/rtc/Makefile.
[f2fc5cf]2733        * support/Makefile.am: Remove all-local: $(ARCH).
2734        * wrapup/Makefile.am: Remove all-local: $(ARCH).
[306a66e]2735        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
[d499683]2736        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2737        * optman/Makefile.am: Remove all-local: $(ARCH).
[1d331547]2738        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2739        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2740        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2741        compilation dirstamp support.
2742        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2743        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2744        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2745        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
[8b615cd]2746        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2747        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2748        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2749        all-local: $(ARCH).
[93a735b]2750        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2751        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2752        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2753        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2754        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
[306a66e]2755
[82bdc057]27562003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2757
2758        * aclocal/lead-dot.m4: New (from automake-1.7f).
[5a80f36b]2759        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2760        AC_SUBST(dirstamp).
[1d331547]2761        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2762        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2763        libchip/serial/Makefile.am: Ditto.
[8b615cd]2764        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2765        * librdbg/include/Makefile.am: Ditto.
2766        * librdbg/include/rdbg/Makefile.am: Ditto.
2767        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2768        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2769        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2770        * librdbg/src/Makefile.am: Ditto.
2771        * librdbg/src/i386/Makefile.am: Ditto.
2772        * librdbg/src/i386/any/Makefile.am: Ditto.
2773        * librdbg/src/m68k/Makefile.am: Ditto.
2774        * librdbg/src/m68k/any/Makefile.am: Ditto.
2775        * librdbg/src/powerpc/Makefile.am: Ditto.
2776        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
[93a735b]2777        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2778        preinstallation.
2779        * libnetworking/pppd/Makefile.am: Ditto.
2780        * libnetworking/rtems_servers/Makefile.am: Ditto.
2781        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2782        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2783        * libnetworking/wrapup/Makefile.am: Ditto.
[82bdc057]2784
[9550125e]27852003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2786
2787        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2788        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
[5a80f36b]2789        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2790        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2791        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2792        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2793        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2794        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2795        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2796        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2797        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2798        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2799        underquoting to silence automake-1.8.
[9550125e]2800
[e42cb8b]28012003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2802
2803        * configure.ac: Reflect having moved tests to ../../testsuites.
2804
[4f21a587]28052003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2806
[5a80f36b]2807        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
[69decf3]2808        * aclocal/canonical-host.m4: Remove.
2809        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
[c44312d]2810        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2811
[51d35b2]28122003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2813
2814        * aclocal/check-cpu.m4: Remove.
2815        * configure.ac: Merge-in former aclocal/check-cpu.m4.
[3993b6f7]2816        * aclocal/canonical-target-name.m4: Add m4-quotes.
[5a80f36b]2817        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2818        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2819        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2820        * aclocal/check-networking.m4: Add m4-quotes. Require
2821        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2822        * aclocal/check-posix.m4: Add m4-quotes. Require
2823        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2824        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2825        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
[1d331547]2826        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
[3993b6f7]2827
[2eaee845]28282003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2829
2830        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2831        * aclocal/bsp-alias.m4: Remove.
2832
[0038885]28332003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2834
2835        * configure.ac: Make presence of tests/ optional.
2836
[8857d525]28372003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2838
2839        * aclocal/path-perl.m4: Remove (Unused).
2840
[15ee26f]28412003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2842
2843        * automake/force-preinstall.am: Remove.
2844
[1d331547]28452003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2846
2847        PR 499/rtems_misc
2848        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2849        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2850        Configuration (Odd was forced) - Correction of Stop Bit configuration
2851        (inversed) - Correction of ISR Handler to call
2852        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2853        CTS Hardware flow control Configuration.
2854
[e96d248]28552003-09-04      Joel Sherrill <joel@OARcorp.com>
2856
2857        * lib/libcpu/shared/include/cache.h,
2858        lib/libcpu/shared/src/cache_aligned_malloc.c,
2859        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2860        license changed.
[d499683]2861        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2862        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2863        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2864        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2865        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2866        for license changed.
[1d331547]2867        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2868        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2869        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2870        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2871        libchip/network/cs8900.h, libchip/network/dec21140.c,
2872        libchip/network/elnk.c, libchip/network/open_eth.c,
2873        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2874        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2875        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2876        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2877        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2878        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2879        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2880        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2881        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2882        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2883        libchip/serial/serial.h, libchip/serial/z85c30.c,
2884        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2885        libchip/serial/z85c30_reg.c: URL for license changed.
2886
28872003-09-03      Jiri Gaisler <jiri@gaisler.com>
2888
2889        PR 477/networking
2890        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2891        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2892        libchip/network/open_eth.h: New files.
[e96d248]2893
[ac3786b]28942003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2895
2896        * aclocal/rtems-top.m4: Add RTEMS_API.
2897        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2898
[8b615cd]28992003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2900
2901        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2902        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2903        @RTEMS_BSP@.cfg.
2904
[1d331547]29052003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2906
2907        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2908
29092003-08-20      Joel Sherrill <joel@OARcorp.com>
2910
2911        * libchip/network/cs8900.c: Correct copyright statements.
2912
[161f2651]29132003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2914
2915        * aclocal/check-itron.m4: Remove.
2916        * aclocal/enable-inlines.m4: Remove.
[fe8bc62f]2917        * Makefile.am: Reflect having moved aclocal/.
[867ab080]2918        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2919        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2920        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2921        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2922        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2923        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2924        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2925        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2926        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2927        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2928        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2929        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2930        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2931        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2932        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2933        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2934        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2935        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2936        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2937        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2938        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2939        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2940        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2941        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2942        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2943        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2944        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2945        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2946        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2947        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2948        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2949        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2950        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2951        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2952        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2953        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2954        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2955        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2956        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2957        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2958        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2959        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2960        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2961        * aclocal/target.m4: New (Copied from ../../aclocal).
2962        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2963        * aclocal/version.m4: New (Copied from ../../aclocal).
2964
[3a99e6f]29652003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2966
2967        * configure.ac: Remove stray comments.
2968        * automake/local.am, automake/host.am: Remove "debug".
2969
[514e77b7]29702003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2971
[c483a4e]2972        * Makefile.am: Reflect having moved automake/.
2973        * lib/Makefile.am: Reflect having moved automake/.
2974        * support/Makefile.am: Reflect having moved automake/.
2975        * wrapup/Makefile.am: Reflect having moved automake/.
[5a80f36b]2976        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2977        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2978        from ../../automake).
[d499683]2979        * optman/Makefile.am: Reflect having moved automake/.
[1d331547]2980        * libchip/Makefile.am: Reflect having moved automake/.
2981        * libchip/ide/Makefile.am: Reflect having moved automake/.
2982        * libchip/network/Makefile.am: Reflect having moved automake/.
2983        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2984        * libchip/serial/Makefile.am: Reflect having moved automake/.
[8b615cd]2985        * librdbg/Makefile.am: Reflect having moved automake/.
2986        * librdbg/include/Makefile.am: Reflect having moved automake/.
2987        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2988        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2989        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2990        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2991        automake/.
2992        * librdbg/src/Makefile.am: Reflect having moved automake/.
2993        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2994        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2995        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2996        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2997        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2998        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2999        having moved automake/.
[93a735b]3000        * libnetworking/Makefile.am: Reflect having moved automake/.
3001        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
3002        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
3003        automake/.
3004        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
3005        automake/.
3006        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
3007        automake/.
3008        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
[11a26b9]3009
[d4b5e876]30102003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3011
[5a80f36b]3012        * Makefile.am: Add bsp.pc.in.
[d4b5e876]3013        * bsp.pc.in: New (pkgconfig support).
3014
[7dcc3fe]30152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3016
3017        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
3018
[539e266e]30192003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3020
3021        * lib/Makefile.am: New (Required by 'make dist').
3022        * lib/ChangeLog: Remove.
3023        * lib/.cvsignore: Cleanup.
3024        * configure.ac: Reflect having added lib/Makefile.am.
[5a80f36b]3025        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
3026        lib/libbsp/configure.ac.
[8b615cd]3027        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
3028        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
[dd984c0]3029
[da499ad]30302003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3031
3032        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
[6fcf4571]3033        * configure.ac: Merge-in librdbg/configure.ac.
[5a80f36b]3034        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
3035        librdbg/configure.ac.
[1d331547]3036        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
3037        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
3038        LIBCHIP. Conditionally build include-dirs.
3039        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
[8b615cd]3040        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
3041        * librdbg/Makefile.am, librdbg/include/Makefile.am,
3042        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
3043        librdbg/include/rdbg/m68k/Makefile.am,
3044        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
3045        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
3046        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3047        librdbg/src/powerpc/Makefile.am, librdbg/
3048        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
3049        configure.ac into ../configure.ac.
[93a735b]3050        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
3051        * libnetworking/.cvsignore, libnetworking/Makefile.am,
3052        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
3053        libnetworking/rtems_telnetd/Makefile.am,
3054        libnetworking/rtems_webserver/Makefile.am,
3055        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
3056        into ../configure.ac.
[8b615cd]3057
30582003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3059
3060        PR 427/rtems
3061        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
3062        * librdbg/src/servtsp.c: Ditto.
[1d331547]3063
30642003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
3065
3066        PR 429/bsps
3067        PR 432/bsps
3068        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
3069        packets are queued onto an elnk board, the ISR will deadlock the device
3070        with a tx complete interrupt.  Lighter tx loads are not affected as they
3071        end up submitting single packets to the device.
[4108ae8]3072
[babba25a]30732003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3074
[5a80f36b]3075        * configure.ac: Merge-in libchip/configure.ac. Merge-in
3076        optman/configure.ac.
[d499683]3077        * optman/configure.ac: Remove (Merged into ../configure.ac).
3078        * optman/Makefile.am: Reflect having merged configure.ac into
3079        ../configure.ac.
[1d331547]3080        * libchip/configure.ac: Remove (Merged into ../configure.ac).
3081        * libchip/Makefile.am, libchip/ide/Makefile.am,
3082        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3083        libchip/serial/Makefile.am: Reflect having merged configure.ac into
3084        ../configure.ac.
[babba25a]3085
[c1a72962]30862003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3087
[5a80f36b]3088        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
[c1a72962]3089
[1d331547]30902003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
3091
3092        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
3093        on i386.
3094
[93a735b]30952003-06-13      Joel Sherrill <joel@OARcorp.com>
3096
3097        * libnetworking/pppd/chat.c: Removed warnings.
3098
[1d331547]30992003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
3100
3101        * libchip/network/README.3com: New file missed in previous commit.
3102        PR 405/bsps
3103        PR 393/networking
3104        * libchip/network/dec21140.c: Fix leak also known as PR393.
3105        * libchip/network/elnk.c, libchip/network/if_media.h,
3106        libchip/network/mii.h: New files.
3107        * libchip/network/Makefile.am: Reflect new files.
3108
[581c3117]31092003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3110
3111        * configure.ac: Remove support for profile-variant.
3112
[93a735b]31132003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3114
3115        PR 397/pppd
3116        * libnetworking/pppd/fsm.c: Make peer_mru global again.
3117        * libnetworking/pppd/magic.c: Remove *rand48.
3118        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
3119
[8a7f8c23]31202003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3121
3122        * wrapup/Makefile.am: Add libide.a.
3123
[1d331547]31242003-04-15      Joel Sherrill <joel@OARcorp.com>
3125
3126        PR 387/rtems_misc
3127        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
3128        routines.
3129        * libchip/ide/ata_internal.h: Added missing newline and end of file.
3130
[93a735b]31312003-04-11      Joel Sherrill <joel@OARcorp.com>
3132
3133        * libnetworking/rtems_webserver/cgi.c,
3134        libnetworking/rtems_webserver/sockGen.c,
3135        libnetworking/rtems_webserver/umui.c,
3136        libnetworking/rtems_webserver/websSSL.c,
3137        libnetworking/rtems_webserver/websSSL.h,
3138        libnetworking/rtems_webserver/websda.c,
3139        libnetworking/rtems_webserver/websda.h: New files. Not included in
3140        previous commit.
3141
31422003-04-10      Joel Sherrill <joel@OARcorp.com>
3143
3144        PR 371/pppd
3145        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
3146        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
3147        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
3148        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3149        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
3150        still global symbols in rtemspppd.h which might need to be changed or
3151        converted into member of a structure which is dereferenced with a
3152        pointer that is managed as a per task variable. But this patch should
3153        avoid many conflicts.
3154
[1d331547]31552003-03-27      Joel Sherrill <joel@OARcorp.com>
3156
3157        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
3158        not allowed in the cpukit source code since it must be buildable
3159        independent of any BSP. These files were moved to libchip/ide.
3160        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
3161        files.
3162
31632003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
3164
3165        PR 368/filesystems
3166        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
3167        improvements which now work on pc386 and mbx8xx.
3168        * libchip/ide/ide_controller.c: New file.
3169
[93a735b]31702003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3171
3172        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
3173
[db3e91f2]31742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3175
3176        * configure.ac: Remove AC_CONFIG_AUX_DIR.
3177        * configure.ac: Add support/.
3178        * support/.cvsignore: New.
3179        * support/Makefile.am: New.
3180        * support/version.c: New.
3181        * wrapup/Makefile.am: Add support/libsupport.a.
[d499683]3182        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
[1d331547]3183        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
[8b615cd]3184        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
[93a735b]3185        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
[db3e91f2]3186
31872003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3188
3189        * wrapup/Makefile.am: Use SRC += instead of make-vars.
3190
[1d331547]31912003-02-20      Till Straumann <strauman@slac.stanford.edu>
3192
3193        PR 354/networking
3194        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
3195        chip against a table of supported chips. The untested ones are still
3196        commented out, however.
3197
[ccd81b60]31982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3199
3200        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
[9b5c258]3201        * configure.ac: AC_PREREQ(2.57).
[d499683]3202        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
3203        * optman/configure.ac: AC_PREREQ(2.57).
[1d331547]3204        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
3205        * libchip/configure.ac: AC_PREREQ(2.57).
[8b615cd]3206        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
3207        * librdbg/configure.ac: AC_PREREQ(2.57).
[93a735b]3208        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
3209        * libnetworking/configure.ac: AC_PREREQ(2.57).
3210
32112003-02-06      Joel Sherrill <joel@OARcorp.com>
3212
3213        * libnetworking/pppd/chat.c: Convert routines with common names to
3214        static. This included get_char(), put_char(), and character() among
3215        others.
[d499683]3216
32172003-02-03      Joel Sherrill <joel@OARcorp.com>
3218
3219        PR 338/filesystem
3220        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
3221        rtems_io_lookup_name() (API change).  Unused function removed.
[9b5c258]3222
[17aa98d]32232003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3224
3225        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
[93a735b]3226        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
3227        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
3228        Eliminate *_O_FILES.
3229        * libnetworking/rtems_servers/Makefile.am,
3230        libnetworking/rtems_webserver/Makefile.am,
3231        libnetworking/rtems_telnetd/Makefile.am: Ditto.
[17aa98d]3232
[131814f]32332002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3234
3235        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
3236        Let all-local: depend on $(LIB).
[93a735b]3237        * wrapup/Makefile.am, configure.ac: Remove libmisc.
[d499683]3238        * optman/Makefile.am: Apply install-data-local to install *.rels.
3239
32402002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3241
3242        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
3243        %.c rules.
3244        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
[1d331547]3245        * libchip/network/Makefile.am: Eliminate C_O_FILES.
3246        * libchip/rtc/Makefile.am: Ditto.
3247        * libchip/serial/Makefile.am: Ditto.
3248
32492002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3250
3251        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
3252        LIBC_DEFINES.
3253        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
3254        LIBC_DEFINES.
3255        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
3256        LIBC_DEFINES.
[d499683]3257
32582002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3259
3260        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
[9346df0]3261
[d4181d5]32622002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3263
[5a80f36b]3264        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
3265        cache-checking.
[d499683]3266        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
[d4181d5]3267
[028792e8]32682002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3269
3270        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
[5a80f36b]3271        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
3272        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
[d499683]3273        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
[8b615cd]3274        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
[d499683]3275
32762002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3277
3278        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
[93a735b]3279        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
3280        Remove.
[d499683]3281        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
[382e1eb3]3282
[6184265d]32832002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3284
3285        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
3286        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
3287
[1d331547]32882002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
3289
3290        * libchip/network/cs8900.c: I don't know why we have to SelfST register
3291        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
3292
[d499683]32932002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3294
[93a735b]3295        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
[d499683]3296        * optman/rel.am: New.
3297
[54508fd]32982002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3299
3300        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
[5a80f36b]3301        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
3302        braino in comment on "exec". Extend --enable-ada handling.
[54508fd]3303
[8b615cd]33042002-11-04      Joel Sherrill <joel@OARcorp.com>
3305
3306        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
3307        tasks and rolling multiple loops into 1.
3308        * librdbg/src/m68k/rdbg_f.c: Removed warning.
[93a735b]3309        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
3310        Removed warnings.
[8b615cd]3311
[1d331547]33122002-10-31      Joel Sherrill <joel@OARcorp.com>
3313
3314        * libchip/network/dec21140.c: Removed warnings.
[8b615cd]3315        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
3316        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
3317        librdbg/src/m68k/any/remdeb_xdr.c,
3318        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
3319        warnings.
[93a735b]3320        * libnetworking/rtems_webserver/socket.c,
3321        libnetworking/rtems_webserver/uemf.h: Removed warnings.
[1d331547]3322
33232002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
3324
3325        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
3326        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
3327        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
3328        above.
3329
[c22d613]33302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3331
[5a80f36b]3332        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[c22d613]3333        * wrapup/.cvsignore: Remove autom4te.cache.
[d499683]3334        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[1d331547]3335        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
3336        autom4te.cache.
[8b615cd]3337        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
3338        autom4te.cache.
[93a735b]3339        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
3340        autom4te.cache.
[c22d613]3341
[154c99c]33422002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3343
3344        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
3345
[d499683]33462002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3347
3348        * optman/.cvsignore: Add autom4te.cache.
3349
[1d331547]33502002-09-14      Joel Sherrill <joel@OARcorp.com>
3351
3352        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
3353
[93a735b]33542002-09-07      Joel Sherrill <joel@OARcorp.com>
3355
3356        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
3357        include files to resolve warnings.
3358
[1d331547]33592002-09-07      Chris Johns <ccj@acm.org>
3360
3361        * libchip/network/Makefile.am, libchip/network/README.cs8900,
3362        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
3363        which corrects the problem  where the cs8900.c file was actually the BSP
3364        glue.  Joel did some hacking so this file will compile.  Previously it
3365        required providing a target.h file to compile.
3366        * libchip/network/cs8900.c.bsp: New file.
3367
[93a735b]33682002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3369
3370        * libnetworking/rtems_webserver/md5.h: Add missing newline.
3371
33722002-08-31      Joel Sherrill <joel@OARcorp.com>
3373
3374        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
3375        eliminate warning.
3376
[a456af96]33772002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3378
3379        * configure.ac: Add ada-tests.
3380
[1846a62]33812002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3382
3383        * Makefile.am: Add preinstall-stamp.
3384
[93a735b]33852002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3386
3387        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
3388        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
3389        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
3390        gcc31 happy.
3391        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
3392        cp.
3393
[67bfd9a6]33942002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3395
[5a80f36b]3396        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
3397        make/bsp.mak.
[67bfd9a6]3398        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
3399        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
3400
[93a735b]34012002-08-12      Joel Sherrill <joel@OARcorp.com>
3402
3403        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
3404        avoid error.
3405
[55ac4e1]34062002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3407
3408        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
[85a8933]3409        * configure.ac: Add BSP_SUBDIRS.
3410        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
[d499683]3411        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
3412        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
[1d331547]3413        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
3414        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
3415        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
[8b615cd]3416        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
3417        RTEMS_CHECK_BSP_CACHE.
3418        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
3419        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
3420        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3421        .$(OBJEXT) instead of .o.
[93a735b]3422        * libnetworking/pppd/Makefile.am,
3423        libnetworking/rtems_servers/Makefile.am,
3424        libnetworking/rtems_telnetd/Makefile.am,
3425        libnetworking/rtems_webserver/Makefile.am,
3426        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
[85a8933]3427
[4db904ec]34282002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3429
[5a80f36b]3430        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
[2b61cd06]3431        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
[5a80f36b]3432        ../libchip/serial/$(ARCH)/libserialio.a.
[1d331547]3433        * libchip/serial/Makefile.am: Don't tmp-install lib.
3434        * libchip/rtc/Makefile.am: Don't tmp-install lib.
[2b61cd06]3435
[97bfd09]34362002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3437
3438        * Makefile.am: Add rtems_makedir.
[5a80f36b]3439        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
[94f4a9ba]3440        * Makefile.am: Add wrapup-SUBDIR.
3441        * wrapup/ChangeLog: Remove.
3442        * wrapup/configure.ac: Remove.
[5a80f36b]3443        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
3444        (Make the bare BSP happy).
[f21ccd2]3445        * configure.ac: Ditto.
[5a80f36b]3446        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
[f0d7515]3447        Create make/custom/default.cfg.
[5a80f36b]3448        * configure.ac: Add creation of make/custom/*.cfg. Create
3449        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
[f0d7515]3450
[d6f4c1b6]34512002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3452
3453        * Makefile.am: Clean $(PROJECT_RELEASE).
3454
[93a735b]34552002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3456
3457        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
3458        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
3459        prototype mismatches.
3460
[d499683]34612002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3462
3463        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
3464        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
3465
[dbaca2a7]34662002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3467
3468        * acinclude.m4: Add test "$multilib" != "yes".
3469        * config-ml.in: Remove.
[247874ae]3470        * acinclude.m4: Cleanups.
3471        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
[5a80f36b]3472        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
[d499683]3473        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
3474        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
3475        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
[247874ae]3476
[1d331547]34772002-07-16      Eric Norum <eric.norum@usask.ca>
3478
3479        * New driver for the Intel EtherExpressPro (82559ER) chip.
3480        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
3481        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
3482        * libchip/network/Makefile.am: Modified to reflect above.
3483
[02ccf4a]34842002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3485
3486        * acinclude.m4: New.
[5a80f36b]3487        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
3488        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
3489        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
[02ccf4a]3490
[8b615cd]34912002-07-01      Joel Sherrill <joel@OARcorp.com>
3492
3493        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
3494        _Objects_Information_table now that it is a two dimensional array based
3495        upon API and class.
[93a735b]3496        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
3497        of strnlen().
3498
34992002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3500
3501        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
3502        preinstall libnetapps.a.
[8b615cd]3503
[3ebe28f]35042002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3505
3506        * configure.ac: Remove librpc.
3507
[0b2f26d]35082002-06-25      Joel Sherrill <joel@OARcorp.com>
3509
[dee3768b]3510        * Per PR233, moved librpc to exec.
[0b2f26d]3511        * configure.ac, wrapup/Makefile.am: Modified.
3512        * librpc, librpc/ChangeLog: Removed.
3513
[d499683]35142002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3515
3516        * optman/Makefile.am: Remove multilib support.
3517        * optman/configure.ac: Ditto.
3518        * optman/sapi/Makefile.am: Ditto.
3519
[93a735b]35202002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3521
3522        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
3523        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
3524
35252002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3526
3527        Move networking libraries to c/src/exec/libnetworking
3528        * libnetworking/configure.ac, libnetworking/Makefile.am,
3529        libnetworking/wrapup/Makefile.am: Reflect Moval.
3530
[1b092b7]35312002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3532
[dee3768b]3533        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
[93a735b]3534        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
3535        <rtems/bspIo.h>.
3536
35372002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3538
3539        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
3540        * libnetworking/rtems/mkrootfs.h: Ditto.
3541        * libnetworking/rtems/Makefile.am: Reflect changes above.
[1b092b7]3542
[166475a]35432002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3544
3545        * configure.ac: Remove lib.
3546
[8b615cd]35472002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
3548
3549        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
3550        that exception stack frames on M68K members with VBR always are 6 byte
3551        long. The incorrect assumption resulted in some gdb commands like "next"
3552        to fail on the 68360.
3553
[d9af8a8e]35542002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3555
3556        * config-ml.in: Take out arm and sh variants RTEMS does not support.
[8b615cd]3557        PR 220
3558        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3559        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
3560        CVS.
[93a735b]3561        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
3562        libnetworking/sys/filio.h: Remove.
3563        * libnetworking/sys/Makefile.am: Reflect changes above.
[d9af8a8e]3564
[1d331547]35652002-05-07      Chris Johns <ccj@acm.org>
3566
3567        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
3568        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
3569        requires it to be stripped.
3570
[93a735b]35712002-05-01      Eric Norum <eric.norum@usask.ca>
3572
3573        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
3574        assembly  to satisfy gcc 3.1 and newer.
3575
35762002-04-26      Eric Norum <eric.norum@usask.ca>
3577
3578        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
3579        agressive optimization in gcc 3.1 does not reorder things.
3580
[1d331547]35812002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3582
3583        * libchip/network/dec21140.c: Reflect changes to powerpc's
3584        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
[8b615cd]3585        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
3586        <rtems/score/cpu.h>.
3587        * librdbg/src/powerpc/rdbg_f.c: Ditto.
[93a735b]3588        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
[1d331547]3589
[d499683]35902002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3591
3592        * optman/configure.ac: Remove ENABLE_GCC28.
3593
[1d331547]35942002-04-11      Chris Johns <ccj@acm.org>
3595
3596        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
3597        driver control block field to the ifconfig network driver structure.
3598        This field is needed by the i82586 driver which was ported from NetBSD
3599        as it had better hardware abstraction.
[93a735b]3600        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
3601        PR59, added the drv_ctrl driver control block field to the ifconfig
3602        network driver structure. This field is needed by the i82586 driver
3603        which was ported from NetBSD as it had better hardware abstraction.
3604
36052002-04-10      Mike Siers <mikes@poliac.com>
3606
3607        * libnetworking/rtems_webserver/NOTES,
3608        libnetworking/rtems_webserver/asp.c,
3609        libnetworking/rtems_webserver/balloc.c,
3610        libnetworking/rtems_webserver/default.c,
3611        libnetworking/rtems_webserver/ej.h,
3612        libnetworking/rtems_webserver/ejIntrn.h,
3613        libnetworking/rtems_webserver/ejlex.c,
3614        libnetworking/rtems_webserver/ejparse.c,
3615        libnetworking/rtems_webserver/emfdb.c,
3616        libnetworking/rtems_webserver/emfdb.h,
3617        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
3618        libnetworking/rtems_webserver/handler.c,
3619        libnetworking/rtems_webserver/license.txt,
3620        libnetworking/rtems_webserver/md5.h,
3621        libnetworking/rtems_webserver/md5c.c,
3622        libnetworking/rtems_webserver/mime.c,
3623        libnetworking/rtems_webserver/misc.c,
3624        libnetworking/rtems_webserver/ringq.c,
3625        libnetworking/rtems_webserver/rom.c,
3626        libnetworking/rtems_webserver/security.c,
3627        libnetworking/rtems_webserver/sock.c,
3628        libnetworking/rtems_webserver/sym.c,
3629        libnetworking/rtems_webserver/uemf.c,
3630        libnetworking/rtems_webserver/uemf.h,
3631        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
3632        libnetworking/rtems_webserver/url.c,
3633        libnetworking/rtems_webserver/value.c,
3634        libnetworking/rtems_webserver/wbase64.c,
3635        libnetworking/rtems_webserver/webcomp.c,
3636        libnetworking/rtems_webserver/webpage.c,
3637        libnetworking/rtems_webserver/webrom.c,
3638        libnetworking/rtems_webserver/webs.c,
3639        libnetworking/rtems_webserver/webs.h,
3640        libnetworking/rtems_webserver/websuemf.c,
3641        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
3642        2.1.4.
[1d331547]3643
36442002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3645
3646        * libchip/network/i82586.c: Include <string.h>.
3647        * libchip/network/sonic.c: Ditto.
3648
36492002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3650
3651        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
3652
[93a735b]36532002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3654
3655        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
3656
36572002-03-27      Thomas.Doerfler@imd-systems.de
3658
3659        PR 144
3660        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
3661        memory address 0 when called for the first time. This is done when
3662        trying to clear the variable "dhcp_hostname".
3663
[7273b6e]36642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3665
[5a80f36b]3666        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
[7273b6e]3667        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3668        * Makefile.am: Remove AUTOMAKE_OPTIONS.
[d499683]3669        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3670        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3671        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3672        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
3673        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
[1d331547]3674        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3675        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3676        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
3677        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
3678        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3679        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
[8b615cd]3680        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3681        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3682        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3683        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3684        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3685        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3686        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3687        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3688        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3689        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3690        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3691        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3692        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3693        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3694        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3695        AUTOMAKE_OPTIONS.
[93a735b]3696        * libnetworking/configure.ac:
3697        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3698        foreign 1.6]).
3699        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3700        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3701        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3702        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3703        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3704        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3705        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3706        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3707        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3708        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3709        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3710        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3711        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3712        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3713        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3714        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3715        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3716
37172002-03-27      Ilya Alexeev <ilya@continuum.ru>
3718
3719        PR 162
3720        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3721        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3722        used in a device write routines.  Now ppp_softc structure have own
3723        character for writing to device (sc_outchar).  I think that converting
3724        local variables to static is not a right solution, because problems will
3725        occur in the case of two or more ppp instances.
3726        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3727        must be u_long, otherwise in the case of the big output packet endless
3728        loop may occur.
3729
37302002-03-21      Ilya Alexeev <ilya@continuum.ru>
3731
3732        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3733        preparations for multiple PPPD connections.
[8b615cd]3734
37352002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3736
3737        PR 149
3738        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3739        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3740        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3741        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
[7273b6e]3742
[1d42dcbc]37432002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3744
3745        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3746        * configure.ac: Modified to reflect addition.
3747
[93a735b]37482002-02-27      Ilya Alexeev <ilya@continuum.ru>
3749
3750        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3751        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3752        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3753        capabilities as well as eliminate some warnings.
3754
37552002-02-27      Eric Norum <eric.norum@usask.ca>
3756
3757        * libnetworking/net/radix.c: Properly handle fetching the default route
3758        when there is no route.  This was a bug in the original FreeBSD code and
3759        this fix is from an updated version of their code.
3760
37612002-02-16      Eric Norum <eric.norum@usask.ca>
3762
3763        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3764        checking.
3765
37662002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3767
3768        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3769        dodefaultroute.
3770
37712002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3772
3773        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3774        include <rtems/seterr.h>.
3775
37762002-02-01      Mike Siers <mikes@poliac.com>
3777
3778        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3779        avoid bringing the link down too fast. NOTE: Mike reports successfully
3780        running at 56K baud on a direct link.
3781
[8b615cd]37822002-02-01      Eric Valette <valette@crf.canon.fr>
3783
3784        * librdbg/So many patches have been posted recently on the mailing list
3785        and  because we were unable to find correct solution to compile on
3786        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3787        because the coding  style of rdbg was rather inconsistant among various
3788        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3789        global coding style (using indent + manual edits), 2) incorporate/review
3790        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3791        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3792        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3793        after rdbg initialization is done, NB : the paches is huge but it is
3794        mainly due to coding styke chnages.  Only few lines of codes have been
3795        really changed and they do not impact  rdbg functionnality (AFAIKT).
3796        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3797        librdbg/include/rdbg/m68k/rdbg_f.h,
3798        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3799        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3800        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3801        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3802        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3803        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3804        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3805        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3806        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3807        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3808        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3809        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3810        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3811        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3812        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3813        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3814
[93a735b]38152002-01-31      Mike Siers <mikes@poliac.com>
3816
3817        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3818        * Nice Update of PPPD support which eliminates the requiremetn that
3819        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3820        and reports that it seems to be more stable and handle larger packets
3821        better.  This patch replaces the termios tasks with more general pppd
3822        network driver tasks.  The functions pppinput() and pppstart() get
3823        called from the interrupt service routine.
3824        * libnetworking/Makefile.am, libnetworking/configure.ac,
3825        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3826        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3827        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3828        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3829        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3830        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3831        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3832        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3833        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3834        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3835        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3836        libnetworking/net/route.c, libnetworking/net/route.h,
3837        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3838        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3839        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3840        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3841        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3842        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3843        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3844        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3845        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3846        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3847        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3848        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3849        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3850        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3851        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3852        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3853        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3854        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3855        libnetworking/pppd/example/README,
3856        libnetworking/pppd/example/netconfig.h,
3857        libnetworking/wrapup/Makefile.am: Modified.
3858        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3859        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3860        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3861        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3862        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3863        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3864        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3865        libnetworking/modem/pppcompress.c: Subdirectory removed.
3866
38672002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3868
3869        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3870        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3871
[8b615cd]38722002-01-18      Till Straumann <strauman@slac.stanford.edu>
3873
3874        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3875        issues: - exception handler needs to enable MSR_FP if the interrupted
3876        thread is FP enabled. - printk message for MSR fixed and added
3877        stacktrace. NOTE: this requires the stacktrace patch to
3878        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3879        however).
3880
[d499683]38812002-01-06      Joel Sherrill <joel@OARcorp.com>
3882
3883        * optman/.cvsignore: Added aclocal.m4 and configure.
3884        * optman/.cvsignore: New file.
3885
[1d331547]38862002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3887
3888        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3889
[e4dbf55]38902002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3891
[5a80f36b]3892        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
[d499683]3893        * optman/ChangeLog: New.
3894        * optman/configure.ac: New.
3895        * optman/Makefile.am: New.
3896        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3897        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
[e4dbf55]3898
[efcb89c]38992001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3900
3901        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3902
[93a735b]39032001-12-18      Eric Norum <eric.norum@usask.ca>
3904
3905        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3906        `directories' (path names with a / at the end) while disallowing open()
3907        operations on TFTP `directories'.
3908
39092001-12-07      Eric Norum <eric.norum@usask.ca>
3910
3911        * libnetworking/lib/tftpDriver.c: Restore write capability.
3912
[1d331547]39132001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3914
3915        * libchip/network/sonic.h: Fix typo.
[93a735b]3916        * libnetworking/arpa/Makefile.am: Remove stray lines.
[1d331547]3917
[8b615cd]39182001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3919
3920        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3921
[93a735b]39222001-10-18      Eric Norum <eric.norum@usask.ca>
3923
3924        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3925        chdir() and open() operations within the TFTP file system.
3926
[8b615cd]39272001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3928
3929        * librdbg/configure.ac: Fix latent bug exposed by removal of
3930        config.cache's which prevented powerpc targets librdbg from building.
3931
[8dc51855]39322001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3933
3934        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3935        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3936        autoconf-2.52 happy.
3937
[93a735b]39382001-10-12      Mike Siers <mikes@poliac.com>
3939
3940        * libnetworking/Update to stable working state.  Congratulations Mike!
3941        :).
3942        * libnetworking/modem_example: Directory removed.
3943        * libnetworking/modem_example/16550.h,
3944        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3945        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3946        libnetworking/modem_example/ppp.h,
3947        libnetworking/modem_example/pppcompress.c: Files removed.
3948        * libnetworking/pppd/example/pppd.options: New file.
3949        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3950        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3951        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3952        libnetworking/pppd/rtemsmain.c: Updated.
3953
[1d331547]39542001-10-12      Joel Sherrill <joel@OARcorp.com>
3955
3956        * libchip/serial/z85c30.c: Fixed typo.
3957
[df25c998]39582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3959
3960        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3961        * configure.in: Remove.
3962        * configure.ac: New file, generated from configure.in by autoupdate.
[1d331547]3963        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3964        * libchip/configure.in: Remove.
3965        * libchip/configure.ac: New file, generated from configure.in by
3966        autoupdate.
[8b615cd]3967        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3968        * librdbg/configure.in: Remove.
3969        * librdbg/configure.ac: New file, generated from configure.in by
3970        autoupdate.
[93a735b]3971        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3972        * libnetworking/configure.in: Remove.
3973        * libnetworking/configure.ac: New file, generated from configure.in by
3974        autoupdate.
[1d331547]3975
39762001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3977
3978        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3979        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3980        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3981
39822001-09-27      Joel Sherrill <joel@OARcorp.com>
3983
3984        * libchip/ChangeLog: Fixed typo in date.
3985
[93a735b]39862001-09-27      Eric Norum <eric.norum@usask.ca>
3987
3988        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3989        TFTP  filesystem.
3990
[8b615cd]39912001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3992
3993        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3994        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3995        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3996        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3997        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3998        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3999        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
4000        'PREINSTALL_FILES ='.
[93a735b]4001        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
4002        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
4003        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
4004        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
4005        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
4006        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
4007        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
4008        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
4009        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
4010        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
4011        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
4012        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
[8b615cd]4013
40142001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4015
4016        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
4017        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
4018        * librdbg/src/m68k/any/Makefile.am: Ditto.
4019        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
[93a735b]4020        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
4021        happy.
[8b615cd]4022
[1d331547]40232001-09-21      Joel Sherrill <joel@OARcorp.com>
4024
4025        * libchip/network/Makefile.am: Fixed typo on file name.
4026        * libchip/network/i82586.c: Commented out line 318 which is referencing
4027        a member of a structure that is not currently there.  This needs to be
4028        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
4029        to C style.
4030
[93a735b]40312001-09-19      Eric Norum <eric.norum@usask.ca>
4032
4033        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
4034
[1d331547]40352001-09-19      Chris Johns <ccj@acm.org>
4036
4037        * libchip/network/README.i82586, libchip/network/i82586.c,
4038        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
4039        Network driver for Intel i82586.
[93a735b]4040        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
4041        rtems/rtems_bsdnet_internal.h Added support for populating the initial
4042        "root" filesystem with information obtained via the DHCP response.
[1d331547]4043
[8b615cd]40442001-09-14      Eric Norum <eric.norum@usask.ca>
4045
4046        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
4047        make gcc 3.x happy.
4048
[93a735b]40492001-08-16      Mike Siers <mikes@poliac.com>
4050
4051        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
4052        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
4053        These support callback functionality that has not even been compiled
4054        under RTEMS yet.
4055        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
4056        example application.  Mike's notes on the modifications: - renamed
4057        error() function because of namespace problems - removed calls to the
4058        exit() funciton - removed extra files from the pppd source directory -
4059        defined pppd task constant values in rtemspppd.h - modifyied example
4060        code to get actual tick per second value - placed the pppd 2.3.11 man
4061        page file (pppd.8) into the pppd directory.
4062        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
4063        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
4064        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
4065        libnetworking/pppd/rtems-ppp.c: Deleted.
4066        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
4067        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
4068        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
4069        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
4070        libnetworking/pppd/example/init.c,
4071        libnetworking/pppd/example/netconfig.h,
4072        libnetworking/pppd/example/ppp.conf,
4073        libnetworking/pppd/example/pppdapp.c,
4074        libnetworking/pppd/example/system.h: New files.
4075        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
4076        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
4077        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
4078        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
4079        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
4080        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
4081        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
4082        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
4083        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
4084        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
4085        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
4086        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
4087        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
4088        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
4089        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
4090
40912001-08-16      Joel Sherrill <joel@OARcorp.com>
4092
4093        * libnetworking/pppd/example/Makefile: Removed.
4094        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
4095        to avoid bootstrap -c clobbering it.
4096        * libnetworking/rtems_telnetd/.cvsignore: New file.
4097
40982001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
4099
4100        * libnetworking/Makefile.am, libnetworking/configure.in,
4101        libnetworking/rtems_servers/Makefile.am,
4102        libnetworking/rtems_servers/telnetd.c,
4103        libnetworking/rtems_servers/telnetd.h,
4104        libnetworking/rtems_telnetd/Makefile.am,
4105        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
4106        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
4107        libnetworking/rtems_telnetd/telnetd.c,
4108        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
4109        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
4110        effect when ftpd change. - the tcp/ip stats have been implemented into
4111        icmds.c and started when telnetd daemon is started.
4112        * libnetworking/rtems_servers/telnetd.c,
4113        libnetworking/rtems_servers/telnetd.h: Removed.
4114        * libnetworking/rtems_telnetd: New directory.
4115        * libnetworking/rtems_telnetd/Makefile.am,
4116        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
4117        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
4118        libnetworking/rtems_telnetd/telnetd.c,
4119        libnetworking/rtems_telnetd/telnetd.h: New files.
4120
41212001-06-14      Joel Sherrill <joel@OARcorp.com>
4122
4123        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
4124        Moved from libmisc/shell so the network stack to address network
4125        depenendency.
4126        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
4127
41282001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4129
4130        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
4131
[8b615cd]41322001-05-15      Joel Sherrill <joel@OARcorp.com>
4133
4134        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
4135        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
4136        accidentally deleted the incorrectly empty versions.
4137
[1d331547]41382001-05-14      Till Straumann <strauman@slac.stanford.edu>
4139
4140        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
4141        libchip/pci/Makefile.am: Per PR215 address the following issues: -
4142        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
4143        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
4144        to know the values) - the affected BSP (shared/motorola) headers have
4145        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
4146        driver (libchip/network/dec21140.c) has been fixed to use
4147        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
4148        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
4149        who is using this driver. - the DEC driver also has been fixed to use
4150        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
4151        delay_in_bus_cycles().
4152
[93a735b]41532001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4154
4155        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
4156
[1d331547]41572001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4158
4159        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
4160
[93a735b]41612001-04-24      Eric Norum <eric.norum@usask.ca>
4162
4163        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
4164        NTP synchronization a little more robust -- no NTP daemon yet, but at
4165        least it trys a little harder when the primary NTP server is down.
4166
41672001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
4168
4169        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
4170        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
4171        libnetworking/pppd/modem_example/modem.c,
4172        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
4173        other strings into English.
4174        * libnetworking/pppd/STATUS: updated to reflect the changes.
4175
41762001-04-20      Jake Janovetz <janovetz@uiuc.edu>
4177
4178        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
4179        again.
4180
[8b615cd]41812001-04-20      Eric Valette <valette@crf.canon.fr>
4182
4183        * mcp750 directory renamed new_exception processing as it supports many
4184        more CPU models.
4185        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
4186        librdbg/src/powerpc/new_exception_processing/Makefile.am,
4187        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
4188        formerly in mcp750 plus modifications.
4189        * librdbg/src/powerpc/mcp750/.cvsignore,
4190        librdbg/src/powerpc/mcp750/Makefile.am,
4191        librdbg/src/powerpc/mcp750/remdeb.h,
4192        librdbg/src/powerpc/mcp750/remdeb_f.x,
4193        librdbg/src/powerpc/mcp750/remdeb_svc.c,
4194        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
4195        new_exception_processing.
4196        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
4197        librdbg/src/powerpc/new_exception_processing/Makefile.am,
4198        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
4199        part of this effort to add support for the MPC8xx.
4200
42012001-04-19      Joel Sherrill <joel@OARcorp.com>
4202
4203        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
4204        internal include files.
4205
[93a735b]42062001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
4207
4208        PR 158
4209        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
4210        rcmd() library call by commenting out the parts that deal with signals.
4211        This enables RTEMS to 'rsh' command to a server connecting fd to remote
4212        stdio. The 'server-side' parts of this file which deal with
4213        authentication are disabled since they are not needed.
4214
42152001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
4216
4217        * libnetworking/include/.cvsignore: Remove dangling file.
4218
[1d331547]42192001-03-14      Joel Sherrill <joel@OARcorp.com>
4220
4221        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
4222        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
4223        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
4224        libchip style serial drivers can be written in libcpu or libbsp.
4225
42262001-03-01      Joel Sherrill <joel@OARcorp.com>
4227
4228        * libchip/network/cs8900.c, libchip/network/cs8900.h,
4229        libchip/network/sonic.c, libchip/network/sonic.h,
4230        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
4231        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
4232        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
4233        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
4234        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
4235        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
4236        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
4237        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
4238
[8b615cd]42392001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4240
4241        * librdbg/include/rdbg/Makefile.am,
4242        librdbg/include/rdbg/i386/Makefile.am,
4243        librdbg/include/rdbg/m68k/Makefile.am,
4244        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
4245        style on include files.
4246
[1d331547]42472001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4248
4249        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
4250        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
4251        replace ${..} with $(..).
[93a735b]4252        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
4253        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
4254        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
4255        libnetworking/rtems/Makefile.am, libnetworking/
4256        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
4257        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
4258        include_*HEADERS instead of H_FILES.
4259        * libnetworking/include/Makefile.am: Remove.
4260        * libnetworking/Makefile.am: Add handling of *.h files.
4261        * libnetworking/configure.in: Remove include/Makefile.
[df25c998]4262
[6e6f0f06]42632001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4264
4265        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
4266
[93a735b]42672001-01-31      Sergei Organov <osv@javad.ru>
4268
4269        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
4270        current dir and root dir removed in favor of new libio support for
4271        task-local current and root directories. - Bug in `close_data_socket()'
4272        introduced by previous change fixed. - `command_pasv()' changed to set
4273        timeout on socket we are listening on and code fixed to don't close
4274        socket twice on error. - `serr()' changed to clear `errno'. -
4275        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
4276        changed to clear `errno' before processing session. -
4277        `close_data_socket()' fixed to close both active and passive sockets -
4278        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
4279        empty string  in `exec_command()'.
4280
42812001-01-25      Eric Norum <eric.norum@usask.ca>
4282
4283        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
4284        improves throughput on systems which are dropping packets.   Only the
4285        first timeout is reduced.  This keeps the number of extra packets down
4286        on networks that are very busy and dropping lots of packets.
4287
42882001-01-24      Sergei Organov <osv@javad.ru>
4289
4290        * libnetworking/rtems_servers/ftpd.c,
4291        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
4292        - Timeouts on sockets implemented. 'idle' field added to configuration.
4293        No timeout by default to keep backward compatibility. Note: SITE IDLE
4294        command not implemented yet. - Basic global access control implemented.
4295        'access' field added to configuration. No access limitations by default
4296        to keep backward compatibility. - Anchor data socket for active mode
4297        (using self IP and port 20.) - Fixed default data port support (still
4298        not tested). - Don't allow IP address different from originating host in
4299        PORT command to improve security. - Fixed bug in MDTM command. - Check
4300        for correctness of parsing of argument in command_port(). - Fixed
4301        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
4302        a directory. - Command parsing a little bit improved: command names are
4303        now converted to upper-case to be more compatible with RFC (command
4304        names are not case-sensitive.) - Reformat comments so that they have
4305        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
4306        previous changes - True ASCII mode implemented (doesn't work for hooks
4307        and /dev/null) - Passive mode implemented, PASV command added. - Default
4308        port for data connection could be used (untested, can't find ftp client
4309        that doesn't send PORT command) - SYST reply changed to UNIX, as former
4310        RTEMS isn't registered name. - Reply codes reviewed and fixed.
4311
[8b615cd]43122001-01-18      Joel Sherrill <joel@OARcorp.com>
4313
4314        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
4315        macro using variable arguments.
4316        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
4317        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
4318        since I updated the main RTEMS development machine to RedHat 7.2 and
4319        apparently got a new version of rpcgen.
4320
[93a735b]43212001-01-12      Sergei Organov <osv@javad.ru>
4322
4323        * libnetworking/rtems_servers/ftpd.c,
4324        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
4325        - use pool of pre-created threads to handle sessions instead of
4326        creating/deleting threads on the fly - LIST output is now similar to
4327        what "/bin/ls -al" would output, thus FTP clients such Netscape are
4328        happy with it. - LIST NAME now works (both for files and directories) -
4329        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
4330        clients happy  - keep track of CWD for every session separately -
4331        ability to specify root directory name for FTPD in configuration table.
4332        FTPD will then create illusion for FTP clients that this is actually
4333        root directory. - ignore options sent in commands, thus LIST -al FILE
4334        works and doesn't try to list "-al" directory. - buffers are allocated
4335        on stack instead of heap where possible to eliminate malloc/free calls
4336        (avoid possible heap fragmentation troubles). - drop using of task
4337        notepad to pass parameters - use function arguments instead - use
4338        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
4339        in socket() instead of AF_INET.
4340
43412001-01-02      Joel Sherrill <joel@OARcorp.com>
4342
4343        * libnetworking/CHANGELOG: Removed.
4344        * libnetworking/README: Merged CHANGELOG contents as initial changes.
4345
43462000-12-14      Eric Norum <eric.norum@usask.ca>
4347
4348        * libnetworking/lib/tftpDriver.c: Added write capability.
4349
43502000-12-08      Joel Sherrill <joel@OARcorp.com>
4351
4352        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
4353        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
4354        numerous variable declarations conditional on PPP_COMPRESS and
4355        PPP_FILTER.  Commented out variables that were not used because the code
4356        using them was commented out. Removed totally unused variables.
4357        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
4358        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
4359
43602000-11-30      Joel Sherrill <joel@OARcorp.com>
4361
4362        * libnetworking/modem/ppp_tty.c: Changed to include
4363        <rtems/termiostypes.h> since that is an RTEMS specific header file.
4364        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
4365        * libnetworking/Makefile.am: Modified to reflect above.
4366
43672000-11-27      Joel Sherrill <joel@OARcorp.com>
4368
4369        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
4370
43712000-11-25      Eric Norum <eric.norum@usask.ca>
4372
4373        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
4374        core.
4375
43762000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
4377
4378        * libnetworking/wrapup/Makefile.am: Added modem subdir.
4379        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
4380        subdir.
4381        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
4382        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
4383        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
4384        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
4385        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
4386        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
4387        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
4388        main.c and ppp_tty.c should be scratched. The modem subdir has the real
4389        ppp_tty.c and the real pppd main is in pppmain.c.
4390
[1d331547]43912000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
4392
4393        * libchip/network/sonic.c: Added ipalign() routine to align the received
4394        packet so that the ip header is on a 32-bit boundary. Necessary for
4395        cpu's that do not allow unaligned loads and stores and when the 32-bit
4396        DMA mode is used.
4397
[feead226]43982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4399
4400        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
[1d331547]4401        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
4402        ACLOCAL_AMFLAGS.
[8b615cd]4403        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
4404        ACLOCAL_AMFLAGS.
[93a735b]4405        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
4406        ACLOCAL_AMFLAGS.
[1d331547]4407
44082000-11-03      Chris Johns <ccj@acm.org>
4409
4410        * libchip/network/README.cs8900, libchip/network/cs8900.c,
4411        libchip/network/cs8900.h: New files.
[feead226]4412
[a314d3b4]44132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4414
4415        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
[1d331547]4416        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
4417        $(RTEMS_TOPdir)/aclocal.
[8b615cd]4418        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
4419        $(RTEMS_TOPdir)/aclocal.
[93a735b]4420        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
4421        $(RTEMS_TOPdir)/aclocal.
[a314d3b4]4422
[846027b]44232000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4424
4425        * configure.in: Switch to GNU-canonicalization.
4426        * Makefile.am: Reflect changes to configure.in.
4427        * acinclude.m4: Remove.
4428
[93a735b]44292000-10-30      Joel Sherrill <joel@OARcorp.com>
4430
4431        * POSIX include files merged into newlib.  This resulted in some
4432        definitions moving to other files and thus some secondary effects in
4433        RTEMS source code.
4434        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
4435        in sync with newlib's <machine/types.h>.
4436        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
4437        definition of struct itimerval in <sys/time.h>.
4438
[1c31722]44392000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4440
[5a80f36b]4441        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
4442        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
[d16ca93]4443        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
4444        * ChangeLog: Fix typos.
4445        * configure.in: add tests to the GNU canonicalized subdirectories.
[1c31722]4446
[a6eabdb6]44472000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4448
[5a80f36b]4449        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
4450        * configure.in: add lib to the GNU canonicalized subdirectories,  make
4451        the lib directory before configuring lib/.
[c05edee]4452
[e590416a]44532000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4454
[5a80f36b]4455        * configure.in, Makefile.am: add exec to the GNU canonicalized
4456        subdirectories.
4457        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
4458        * configure.in: add libnetworking, librpc and librdb to the GNU
4459        canonicalized subdirectories.
[fa60c5b]4460        * configure.in: add libmisc and libchip to the GNU canonicalized
4461        subdirectories.
[1d331547]4462        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4463        Switch to GNU canonicalization.
[8b615cd]4464        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4465        Switch to GNU canonicalization.
[93a735b]4466        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4467        Switch to GNU canonicalization.
[fa60c5b]4468
[4a2faa7c]44692000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4470
4471        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
[5a80f36b]4472        canonicalization to libfs/. The approach is currently a bit of a hack as
4473        GNU canonicalization does not support the per-BSP build some of the
4474        other directories require.  As more of the tree is converted, this will
4475        become less  of an issue.
[4a2faa7c]4476
[1d331547]44772000-10-20      Joel Sherrill <joel@OARcorp.com>
4478
4479        * libchip/network/dec21140.c: Corrected attach to include "int attach"
4480        parameter.
4481
[8b615cd]44822000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
4483
4484        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4485        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
4486        * librdbg/configure.in: Add m68k support.
4487        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
4488        subdirectory.
4489        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
4490        failure.
4491        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
4492        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
4493        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
4494        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4495        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
4496        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
4497        librdbg/src/m68k/.cvsignore: New files.
[93a735b]4498        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
4499        function pointers.
4500        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
4501        _after_ pointer has been checked against NULL.
[8b615cd]4502
[10c6e903]45032000-10-18      Joel Sherrill <joel@OARcorp.com>
4504
4505        * wrapup/Makefile.am: Added libfs.
4506
[5a80f36b]45072000-10-18      Chris Johns <ccj@acm.org>
[ee419f3]4508
4509        * libfs created.
4510        * configure.in: Added libfs subdirectory.
[93a735b]4511        * libnetworking/pppd/ipxcp.c: Fixed a typo.
4512
45132000-09-28      Joel Sherrill <joel@OARcorp.com>
4514
4515        * libnetworking/rtems_webserver/Makefile.am,
4516        libnetworking/rtems_webserver/base64.c,
4517        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
4518        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
4519
45202000-09-22      Joel Sherrill <joel@OARcorp.com>
4521
4522        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
4523        libnetworking/rtems/rtems_bsdnet_internal.h,
4524        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
4525        have included rtems.h.  It is now including precisely the  least amount
4526        of low level, yet portable .h files to get the basic RTEMS types
4527        defined.  This rippled into other  files since rtems_bsdnet_internal.h
4528        used machine/types.h to include rtems.h.
[ee419f3]4529
[00438014]45302000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4531
[5a80f36b]4532        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
[00438014]4533
[93a735b]45342000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4535
4536        * libnetworking/ChangeLog: Cleanup.
4537
[1d331547]45382000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4539
4540        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
4541        * libchip/ChangeLog: Fix formating.
4542
[93a735b]45432000-09-05      Joel Sherrill <joel@OARcorp.com>
4544
4545        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
4546        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
4547        confusion and to work with the converted flags.
4548
[19530ab5]45492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4550
4551        * wrapup/Makefile.am: Include compile.am.
[1d331547]4552        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
4553        libchip/serial/Makefile.am: Include compile.am.
[8b615cd]4554        * librdbg/src/i386/any/Makefile.am,
4555        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
[93a735b]4556        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
4557        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
4558        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
4559        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
4560        libnetworking/rtems_servers/Makefile.am,
4561        libnetworking/rtems_webserver/Makefile.am,
4562        libnetworking/wrapup/Makefile.am: Include compile.am.
4563
45642000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
4565
4566        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
4567        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
4568
45692000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4570
4571        * libnetworking/netinet/tcp_input.c: Spelling corrections.
4572
45732000-08-31      Joel Sherrill <joel@OARcorp.com>
4574
4575        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
4576        Antti P Miettinen <antti.p.miettinen@nokia.com>.
4577        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
4578        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
4579        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
4580        * libnetworking/wbase64.c: Removed.
4581        * libnetworking/Makefile.am, libnetworking/asp.c,
4582        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
4583        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
4584        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
4585        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
4586        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
4587        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
4588        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
4589        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
4590        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
4591        Modified.
[19530ab5]4592
[00966ba]45932000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4594
[19530ab5]4595        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
[00966ba]4596
[93a735b]45972000-08-30      Joel Sherrill <joel@OARcorp.com>
4598
4599        * libnetworking/rtems_webserver/license.txt: New file.
4600
[e94ad1fe]46012000-08-10      Joel Sherrill <joel@OARcorp.com>
4602
4603        * ChangeLog: New file.
[1d331547]4604        * libchip/ChangeLog: New file.
[8b615cd]4605        * librdbg/ChangeLog: New file.
[93a735b]4606        * libnetworking/ChangeLog: New file.
[5a80f36b]4607
Note: See TracBrowser for help on using the repository browser.