source: rtems/c/src/ChangeLog @ 8eb78a20

4.104.114.84.95
Last change on this file since 8eb78a20 was 8eb78a20, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/14/06 at 09:52:00

added ChangeLog? entries for PR1117/1118/1119/1120

  • Property mode set to 100644
File size: 121.1 KB
RevLine 
[8faa4a5]12006-07-12      Joel Sherrill <joel@OARcorp.com>
2
3        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
4
[81d914d8]52006-07-11      Jerry Needell <jerry.needell@unh.edu>
6
7        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
8        4.6 branch.  Original modifications by Gaisler Enterprises.
9        * libchip/network/greth.c, libchip/network/greth.h: New files.
10
[8eb78a20]112006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
12
13        * ide/ata.[ch]:
14        (PR1118) fetch priority for ATA task from a variable,
15        not a fixed configuration value.
16       
[bf1cade]172006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Add ampolish3.
20
[82d11fc5]212006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * ampolish3: New.
24        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
25
[068cf700]262006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * aclocal/rtems-ampolish.m4: New.
29        * configure.ac: Use RTEMS_AMPOLISH3.
30
[c5a67176]312006-04-18  Joel Sherrill <joel@OARcorp.com>
32
[84c86f2]33        * aclocal/version.m4: Updated to rtems-4.6.99.3.
[c5a67176]34
[d5ed9e1]352006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
36
37        PR 853/filesystem
38        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
39        should be modified to support the new exception scheme and to use the
40        handle parameter.
41
[7f7298c4]422006-02-a32     Eric Norum <norume@aps.anl.gov>
43
[ab8394f6]44        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
45        "newer" PCI access calls.  Minor cleanups.  Comments.
[7f7298c4]46
[3157972]472006-01-12      Eric Norum <norume@aps.anl.gov>
48
[ab8394f6]49        PR 861/networking
50        PR 863/networking
51        * libchip/network/smc91111.c: Fix illegal lvalue increments.
[3157972]52
[2be6d66b]532006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
[05278e36]54
55        * wrapup/Makefile.am: Add preinstall.am.
[2be6d66b]56        * libchip/Makefile.am: Build libchip/network/smc91111.
57        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
58        Eliminate cyg_int* crap.
59
[cce0948]602006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
61
[11222bd]62        * librdbg/Makefile.am: Add preinstall.am.
[cce0948]63        * aclocal/bsp-configure.m4: Add ampolish3.
64        New header guards.
65
[104df63]662006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * libchip/network/open_eth.c, libchip/network/open_eth.h:
69        Merger from rtems-4-6-branch.
70
[9d8ad28]712006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * libchip/network/smc91111.c
74        libchip/network/smc91111config.h
75        libchip/network/smc91111exp.h
76        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
77        * libchip/Makefile.am: Reflect adding smc91111*.
78
[c2c0379]792006-01-08      Joel Sherrill <joel@OARcorp.com>
80
81        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
82        char *.
83
[34fe0e0]842006-01-08      Joel Sherrill <joel@OARcorp.com>
85
86        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
87        warnings.
88
[a4a40dac]892005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
90
[436135fe]91        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
92        Add RTEMS_RELLDFLAGS.
93        * automake/compile.am: Remove RTEMS_USE_GCC.
94        Remove RTEMS_RELLDFLAGS.
[a4a40dac]95        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
96
[a0321355]972005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * libchip/network/if_media.h, libchip/network/mii.h:
100        Remove (Moved to cpukit).
101        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
102        and libchip/network/if_media.h.
103        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
104        if_media.h having moved.
105
[3136ff03]1062005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
107
[d366255b]108        * automake/compile.am, automake/host.am, automake/local.am,
109        automake/subdirs.am: Remove depend.
[3136ff03]110        * configure.ac: Explicitly pass --libdir and --includedir to
111        testsuites.
112
[3f74676]1132005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * configure.ac: Reflect changes to testsuites.
116
[95cd708]1172005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * automake/compile.am: Remove GCCSPECS.
120        * aclocal/prog-cc.m4: Add GCCSPECS.
121        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
122
[7880193]1232005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
126        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
127
[f6435d36]1282005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
131        libcpu/byteorder.h for i386.
132
[7880193]1332005-11-02      Till Straumann <strauman@slac.stanford.edu>
[78111c3]134
135        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
136        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
137        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
[7880193]138        added a simple API/library for i2c devices and drivers for i2c
139        2-byte eeproms and a ds1621 temperature sensor; API is documented
140        in libi2c.h.
[78111c3]141
[794c624]1422005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * libnetworking/pppd/ipxcp.c,
145        libnetworking/pppd/chat.c,
146        libnetworking/pppd/patchlevel.h,
147        libnetworking/pppd/upap.h,
148        libnetworking/pppd/md5.h,
149        libnetworking/pppd/pppd.8,
150        libnetworking/pppd/README,
151        libnetworking/pppd/preinstall.am,
152        libnetworking/pppd/md4.h,
153        libnetworking/pppd/magic.c,
154        libnetworking/pppd/pppd.h,
155        libnetworking/pppd/demand.c,
156        libnetworking/pppd/rtemsmain.c,
157        libnetworking/pppd/sys-rtems.c,
158        libnetworking/pppd/ipcp.h,
159        libnetworking/pppd/lcp.h,
160        libnetworking/pppd/chap_ms.c,
161        libnetworking/pppd/md4.c,
162        libnetworking/pppd/rtemspppd.h,
163        libnetworking/pppd/cbcp.h,
164        libnetworking/pppd/auth.c,
165        libnetworking/pppd/lcp.c,
166        libnetworking/pppd/example/README,
167        libnetworking/pppd/example/ppp.conf,
168        libnetworking/pppd/example/system.h,
169        libnetworking/pppd/example/netconfig.h,
170        libnetworking/pppd/example/pppdapp.c,
171        libnetworking/pppd/example/init.c,
172        libnetworking/pppd/example/Makefile-user,
173        libnetworking/pppd/example/pppd.options,
174        libnetworking/pppd/rtemspppd.c,
175        libnetworking/pppd/ipxcp.h,
176        libnetworking/pppd/chap_ms.h,
177        libnetworking/pppd/options.c,
178        libnetworking/pppd/magic.h,
179        libnetworking/pppd/chap.h,
180        libnetworking/pppd/cbcp.c,
181        libnetworking/pppd/upap.c,
182        libnetworking/pppd/chap.c,
183        libnetworking/pppd/Makefile.am,
184        libnetworking/pppd/ccp.h,
185        libnetworking/pppd/utils.c,
186        libnetworking/pppd/rtemsdialer.h,
187        libnetworking/pppd/fsm.h,
188        libnetworking/pppd/pathnames.h,
189        libnetworking/pppd/md5.c,
190        libnetworking/pppd/fsm.c,
191        libnetworking/pppd/ipcp.c,
192        libnetworking/pppd/STATUS,
193        libnetworking/pppd/ccp.c,
194        libnetworking/Makefile.am: Remove (Moved to cpukit).
195
[330e08be]1962005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * configure.ac: Remove libnetworking, libnetworking/pppd.
199        * wrapup/Makefile.am: Remove libpppd.a.
200
[be52582]2012005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
204        rtemsdialer.h to $(includedir)/rtems.
205
[681ab7e]2062005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
207
208        * libnetworking/rtems_telnetd/icmds.c,
209        libnetworking/rtems_telnetd/Makefile.am,
210        libnetworking/rtems_telnetd/preinstall.am,
211        libnetworking/rtems_telnetd/pty.c,
212        libnetworking/rtems_telnetd/pty.h,
213        libnetworking/rtems_telnetd/README,
214        libnetworking/rtems_telnetd/telnetd.c,
215        libnetworking/rtems_telnetd/telnetd.h:
216        Remove (Moved to cpukit).
217
[bfd5fd0]2182005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        * configure.ac: Remove libnetworking/rtems_telnetd.
221        * libnetworking/Makefile.am: Remove rtems_telnetd.
222        * libnetworking/README: Remove (Obsolete).
223        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
224
[cc2fcc1]2252005-10-20  Eric Norum <norume@aps.anl.gov>
226
[fab9046]227        * libchip/network/dec21140.c: Clean up PCI mapping.
[cc2fcc1]228
[24934c57]2292005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
230
[994eb05]231        * libnetworking/pppd/Makefile.am: Use preinstall.am.
[3d3b423]232        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
233        librdbg/src/servrpc.c, librdbg/src/servtgt.c
234        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
[24934c57]235        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
236        * configure.ac: Move optman to the end of BSP_SUBDIRS.
237
[88b6d8d9]2382005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
[95f9447]239
[88b6d8d9]240        * aclocal/bspopts.m4: Add missing m4 quotes.
[e698e68]241
[1a8f056c]2422005-09-02  Joel Sherrill <joel@OARcorp.com>
243
244    * aclocal/version.m4: Updated to rtems-4.6.99.2.
245
[213810b3]2462005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
247
248        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
249        libchip/network/dec21140.c: Remove initialization of PCI bus.
250
[2604a54]2512005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * optman/Makefile.am: Add preinstall.am.
254
[bb72ff9]2552005-07-18      Karel Gardas <kgardas@objectsecurity.com>
256
257        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
258        UNTESTED to tested.
259
[cb4185c]2602005-06-17      Joel Sherrill <joel@OARcorp.com>
261
262        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
263        it is not supported by the MPC5xx.
264
[9c5873b7]2652005-06-17      Joel Sherrill <joel@OARcorp.com>
266
267        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
268        interface. Also correct attempting to build on other than PowerPC and
269        x86.
270
[af28e68e]2712005-06-16      Daron Chabot <daron@nucleus.usask.ca>
272
273        * libchip/Makefile.am: Add driver for Tulip clones.
274        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
275        libchip/network/if_dcreg.h: New files.
276
[d7610229]2772005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
278
279        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
280        to enable rdbg.
281        * configure.ac: Reflect changes above.
282
[aea8e66]2832005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * configure.ac: Add ada/.
286
[9f114a8]2872005-05-20      Sergei Organov  <osv@topconrd.ru>
288
289        PR 750/networking
290        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
291        wait_input().
292
[a4ce29f]2932005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
294
295        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
296        rtems/irq.h.
297
[4beccab]2982005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
299
300        * libchip/Makefile.am: Include preinstall.am.
301        * libchip/preinstall.am: New.
302
[eb0901a4]3032005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
304
305        * configure.ac: Add AMPOLISH3.
306        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
307        * libnetworking/rtems_telnetd/preinstall.am: New.
308        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
309
[005fbe56]3102005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
311
312        * configure.ac: Let enable_rpcgen default to "no".
313
[bd2fa0a5]3142005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
315
316        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
317
[e11bf43]3182005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
319
320        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
321        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
322
[0fd3092]3232005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
324
325        * libchip/network/dec21140.c, libchip/network/elnk.c,
326        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
327
[a8e1959]3282005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
329
330        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
331        of code as a result of the implementation of a common PCI interface.
332
[a9cd3a9]3332005-05-04      Joel Sherrill <joel@OARcorp.com>
334
335        * libchip/network/open_eth.c: Remove prototype of set_vector.
336
[d5dbbe5]3372005-05-03      Joel Sherrill <joel@OARcorp.com>
338
339        * librdbg/src/ptrace.c: Remove warning.
340
[48b8259]3412005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
342
343        * libchip/network/dec21140.c, libchip/network/elnk.c,
344        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
345        Modified parameter list to remove warnings.
346
[b7acc4ad]3472005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
348
349        * libchip/network/cs8900.c, libchip/network/i82586.c,
350        libchip/network/open_eth.c, libchip/network/sonic.c,
351        libchip/serial/mc68681.c: Modified types to remove
352        warnings.  Added initialization to remove warnings.
353
[ce7d49bc]3542005-04-28      Joel Sherrill <joel@OARcorp.com>
355
356        * libchip/network/README.sonic: Rewritten to account for removal of
357        dmv177.
358
[1b3028c]3592005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
360
361        PR 781/rtems_misc
362        * libchip/serial/ns16550_p.h: Fix baud rate calculation
363
[cebad96]3642005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
365
366        * libchip/serial/ns16550.c:
367        Fixed warnings generated in various powerpc configurations
368
[c163605f]3692005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
370
371        * libchip/serial/ns16550.c: Modified
372        ISR to work with PPC new exception processing
373
[bb9e843]3742005-03-14      Joel Sherrill <joel@OARcorp.com>
375
376        * libchip/network/dec21140.c, libchip/network/elnk.c,
377        libchip/network/if_fxp.c: Continue PCI API unification. All use
378        pci_find_device(). Network drivers manufacture a signature since all
379        calls have not been converted yet.
380
[160b6b0]3812005-03-04      Joel Sherrill <joel@OARcorp.com>
382
383        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
384        initialize function part of the unified PCI API as pci_initialize().
385
[a3f91c6]3862005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
387
388        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
389        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
390
[9cd49d42]3912005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
392
393        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
394        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
395
[ec899eaf]3962005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
397
398        * aclocal/ppc.m4: Reflect changes to ppc exception processing
399        building procedures.
400
[ea68ed5]4012005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
402
403        * aclocal/prog-cc.m4:
404        Quote CFLAGS's RHS to accomodate Solaris broken sh.
405
[0598fb8]4062005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
407
408        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
409
[7cb25eb]4102005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
411
412        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
413
[376dfb1a]4142005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
415
416        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
417
[4bf6a9f2]4182005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
419
420        * libnetworking/rtems_servers/ftp.c,
421        libnetworking/rtems_servers/ftp.h,
422        libnetworking/rtems_servers/Makefile.am:
423        Remove (relocated to cpukit/ftpd).
424        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
425        removed move libnetworking/rtems_servers.
426
[f92f5f6]4272005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
428
429        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
430
[abb63593]4312005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
432
433        PR 755/rtems
434        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
435        Remove local declarations of rtems_bsdnet_nameservers,
436        rtems_bsdnet_nameservers_count.
437
[9c858e56]4382005-01-31      Sergei Organov <osv@topconrd.ru>
439
[e3022f5d]440        PR 751/pppd
[9c858e56]441        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
442        committed to fix PR736 breaks pppd. chat.c should have its own static
443        ttyfd for pppd to work correctly. The symptom is that second
444        invokation of chat (for connect script) fails due to pppd_ttyfd set
445        to -1 by previous chat invokation (for init script). In addition,
446        this patch fixes leaving of dangling pointer in the abort_stbring[]
447        by chat_send().
448
[355887b]4492005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
450
451        * configure.ac: Remove CFLAGS_DEBUG_V.
452        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
453
[f68b890]4542005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
455
456        * wrapup/Makefile.am: Remove rtems-ctor.o.
457
[4321d1f]4582005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
459
460        * libchip/rtc/rtc.h: size_t RTC_Count.
461
[4ca43d72]4622005-01-20      Joel Sherrill <joel@OARcorp.com>
463
464        PR 736/pppd
465        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
466        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
467        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
468        should not be static and should have a name more specific to pppd.
469
[4f647b9]4702005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
471
472        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
473        libnetworking/rtems_servers/Makefile.am,
474        libnetworking/rtems_telnetd/Makefile.am,
475        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
476        Eliminate CFLAGS_OPTIMIZE_V.
477
[6c2b5324]4782005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
479
480        * configure.ac: Pass CFLAGS to testsuites configure.
481        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
482        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
483
[ea3f559]4842005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
485
486        * configure.ac: Pass CFLAGS to cpukit configure.
487        * aclocal/rtems-flags.m4: Remove (Unused).
488        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
489        * aclocal/env-rtemsbsp.m4:
490        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
491        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
492        RTEMS_CFLAGS.
493        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
494        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
495        Cleanup comments.
496
[4c14ea3e]4972005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
498
499        * automake/compile.am: Remove build-variant support.
500
[44213ad]5012005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
502
503        * libnetworking/pppd/Makefile.am,
504        libnetworking/rtems_servers/Makefile.am,
505        libnetworking/rtems_telnetd/Makefile.am:
506        Remove build-variant support.
507
[552fca7]5082005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
509
510        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
511        support/Makefile.am, wrapup/Makefile.am:
512        Remove build-variant support.
513
[55243362]5142004-11-22      Joel Sherrill <joel@OARcorp.com>
515
516        * libchip/network/if_fxp.c: Add entry for another module ID code.
517
[bb15d1d2]5182004-11-22      Joel Sherrill <joel@OARcorp.com>
519
520        PR 693/misc
521        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
522        in/outport routines.
523
5242004-11-22      Joel Sherrill <joel@OARcorp.com>
525
526        PR 693/misc
527        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
528        in/outport routines.
529
[f4857b21]5302004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
531
532        * aclocal/enable-itron.m4: Remove (unused).
533
[259c516]5342004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
535
536        * configure.ac: Misc. quoting cleanups.
537        Enable ada-tests iff --enable-ada and --enable-tests.
538
[bf474880]5392004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
540
541        PR 703/filesystem
542        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
543        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
544        libchip/ide/ide_controller.c:
545        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
546        available for BSPS/device drivers.
547        Extend the "modes_available" and "mode_active" parameters to
548        uint16_t for UDMA support.
549
[ac8f462]5502004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
551
552        * libchip/network/dec21140.c: Cleanup a bit and remove message about
553        not supported on PowerPC since it works on the MVME2100 BSP.
554
[9bb5b9d]5552004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
556
557        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
558        Add dependency tracking for *.cfgs.
559        * Makefile.am: Add dependency tracking for *.cfg.
560
[1c3dfb4a]5612004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
562
563        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
564        (Thanks to Lars Munch <lars@segv.dk> for catching this).
565
[62fdded]5662004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
567
568        PR 707/make_build
569        * configure.ac: Add --enable-rpcgen.
570
[577fe95]5712004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
572
573        PR 700/rtems_misc
574        * libnetworking/rtems_webserver/asp.c,
575        libnetworking/rtems_webserver/balloc.c,
576        libnetworking/rtems_webserver/cgi.c,
577        libnetworking/rtems_webserver/default.c,
578        libnetworking/rtems_webserver/ej.h,
579        libnetworking/rtems_webserver/ejIntrn.h,
580        libnetworking/rtems_webserver/ejlex.c,
581        libnetworking/rtems_webserver/ejparse.c,
582        libnetworking/rtems_webserver/emfdb.c,
583        libnetworking/rtems_webserver/emfdb.h,
584        libnetworking/rtems_webserver/form.c,
585        libnetworking/rtems_webserver/handler.c,
586        libnetworking/rtems_webserver/h.c,
587        libnetworking/rtems_webserver/license.txt,
588        libnetworking/rtems_webserver/Makefile.am,
589        libnetworking/rtems_webserver/md5c.c,
590        libnetworking/rtems_webserver/md5.h,
591        libnetworking/rtems_webserver/mime.c,
592        libnetworking/rtems_webserver/misc.c,
593        libnetworking/rtems_webserver/NOTES,
594        libnetworking/rtems_webserver/ringq.c,
595        libnetworking/rtems_webserver/rom.c,
596        libnetworking/rtems_webserver/rtems_webserver.h,
597        libnetworking/rtems_webserver/security.c,
598        libnetworking/rtems_webserver/sock.c,
599        libnetworking/rtems_webserver/socket.c,
600        libnetworking/rtems_webserver/sockGen.c,
601        libnetworking/rtems_webserver/sym.c,
602        libnetworking/rtems_webserver/uemf.c,
603        libnetworking/rtems_webserver/uemf.h,
604        libnetworking/rtems_webserver/um.c,
605        libnetworking/rtems_webserver/um.h,
606        libnetworking/rtems_webserver/umui.c,
607        libnetworking/rtems_webserver/url.c,
608        libnetworking/rtems_webserver/value.c,
609        libnetworking/rtems_webserver/wbase64.c,
610        libnetworking/rtems_webserver/webcomp.c,
611        libnetworking/rtems_webserver/webmain.c,
612        libnetworking/rtems_webserver/webpage.c,
613        libnetworking/rtems_webserver/webrom.c,
614        libnetworking/rtems_webserver/webs.c,
615        libnetworking/rtems_webserver/websda.c,
616        libnetworking/rtems_webserver/websda.h,
617        libnetworking/rtems_webserver/webs.h,
618        libnetworking/rtems_webserver/websSSL.c,
619        libnetworking/rtems_webserver/websSSL.h,
620        libnetworking/rtems_webserver/websuemf.c,
621        libnetworking/rtems_webserver/wsIntrn.h:
622        Remove (Moved to cpukit/http).
623
[cc87080]6242004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
625
626        PR 700/rtems_misc
627        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
628        Remove libnetworking/rtems_webserver.
629
[bb5b4048]6302004-10-25      Eric Norum <norume@aps.anl.gov>
631
632        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
633
[ba5288d]6342004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
635
636        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
637
[1e006d52]6382004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
639
640        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
641        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
642
[5146462f]6432004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
644
645        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
646
[d4d624e2]6472004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
648
649        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
650        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
651
[811db88]6522004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
653
654        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
655        BITSPERBYTE.
656
[41d0d94e]6572004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
658
659        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
660        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
661
[9a4b31f]6622004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
663
664        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
665
[41ed282]6662004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
667
668        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
669        * aclocal/enable-bare.m4: Remove.
670        * configure.ac: Remove BARE_CPU_MODEL.
671
[2992cd23]6722004-10-13      Eric Norum <norume@aps.anl.gov>
673
674        PR 688/bsps
675        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
676        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
677        MC146818A (and several Dallas Semiconductor) TOD chips.
678
6792004-10-13      Eric Norum <norume@aps.anl.gov>
680
681        PR 686/networking
682        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
683        device code.
684
[efab64d]6852004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
686
687        * libchip/network/dec21140.c: include <rtems/pci.h>.
688
[7452b855]6892004-09-29      Joel Sherrill <joel@OARcorp.com>
690
691        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
692        libnetworking/pppd/utils.c: i960 obsoleted and all references
693        removed.
694
[cd38196f]6952004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
696
697        PR 607/networking
698        * libchip/network/dec21140.c: Made PCI configuration minimum sane
699        instead of fully specifying unused PCI features.
700
[97891e5e]7012004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
702
703        * configure.ac: Require automake > 1.9.
704
[f27c25f]7052004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
706
707        * aclocal/rtems-cpu-subdirs.m4: Add avr.
708
[d71ab7fd]7092004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
710
711        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
712        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
713
[0ad53a9]7142004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
715
716        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
717        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
718
[2977f24c]7192004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
720
721        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
722
[90a33a8]7232004-07-28  Joel Sherrill <joel@OARcorp.com>
724
725    * aclocal/version.m4: Updated to rtems-4.6.99.1.
726
[2a757a8]7272004-07-25      Joel Sherrill <joel@OARcorp.com>
728
729        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
730
[1402d56a]7312004-05-21  Till Strauman <strauman@slac.stanford.edu>
732
[4dbbcb7]733        PR 625/networking
[1402d56a]734        * libchip/network/dec21140.c, ... : Prevent name clashes by making
735        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
736        an error rather than panic if no chip is detected (thus allowing
737        for probing).
738        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
739        instead of looping forever.  Avoid divide by zero (crashed my PC).
740        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
741        they are UNTESTED.
742
[1eaf0fda]7432004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
744
745        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
746
[593bc32]7472004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
748
749        * libchip/network/dec21140.c, libchip/network/elnk.c:
750        #include <errno.h>.
751
[c8e8f119]7522004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
753
754        * libchip/network/if_media.h: Update from FreeBSD.
755        * libchip/network/open_eth.c, libchip/network/cs8900.c,
756        libchip/network/i82586.c: #include <errno.h>.
757
[61c78ab]7582004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
759
760        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
761
[0d0528d3]7622004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
763
764        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
765
[7b5f6e82]7662004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
767
768        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
769        automake).
770
[7220366a]7712004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
772
773        PR 599/pppd
[7b5f6e82]774        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
[7220366a]775
[57c86a05]7762004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
777
778        * optman/rtems/no-region.c: Reflect having changed
779        rtems_region_get_segment_size.
780
[4caeb10]7812004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
782
783        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
784        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
785        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
786        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
787        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
788        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
789        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
790
[509fec9c]7912004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
792
793        * libchip/ide/ata.c, libchip/network/dec21140.c,
794        libchip/network/elnk.c, libchip/network/i82586.c,
795        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
796        libchip/network/open_eth.c, libchip/network/sonic.c,
797        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
798        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
799        libchip/shmdr/init.c, libchip/shmdr/intr.c,
800        libchip/shmdr/shm_driver.h: Cosmetics.
801
[c83b5678]8022004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
803
804        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
805        optman/rtems/no-msg.c, optman/rtems/no-part.c,
806        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
807        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
808        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
809        fixed size types.
810
[cdf41b07]8112004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
812
813        * configure.ac: Explicitly pass --includedir and --libdir to
814        cpukit/configure.
815
[ddeb7693]8162004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
817
818        * librdbg/Makefile.am: Fix rpcgen rules.
819        * librdbg/src/i386/any/remdeb_xdr.c,
820        librdbg/src/m68k/any/remdeb_xdr.c,
821        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
822        Reflect changes to librdbg/Makefile.am.
823
[850c88d]8242004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
825
826        * configure.ac: Reflect changes testsuites/configure.ac and
827        cpukit/configure.ac.
828
[ef02bc1]8292004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
830
831        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
832        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
833
[8ae203e3]8342004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
835
836        * configure.ac: Reflect changes to testsuites's configuration.
837
[cdcef7e6]8382004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
839
840        PR/589 rtems
841        * libchip/network/pci.h: Remove (Moved to cpukit).
842
[ee4f57d]8432004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
[60f9088]844
[ee4f57d]845        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
846        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
847        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
848        libchip/network/dec21140.c, libchip/network/elnk.c,
849        libchip/network/if_fxp.c, libchip/network/open_eth.c,
850        libchip/network/open_eth.h, libchip/network/sonic.c,
851        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
852        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
853        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
854        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
855        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
856        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
857        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
858        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
859        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
860        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
861        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
862        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
863        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
864        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
865        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
866        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
867        fixed-size types.
[60f9088]868
[ee4f57d]8692004-03-14      Chris Johns  <chrisj@rtems.org>
[60f9088]870
[ee4f57d]871        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
872        the BSP example code.
873        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
874        support the DIMMPC. This is a pc386 target with IO port support. Minor
875        formating clean up. Add documentation to the header file.
876        * libchip/network/README.cs8900: The CS8900 driver is documented in the
877        cs8900.h header file.
[60f9088]878
[51b9899]8792004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
880
881        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
882        Cosmetics.
883
[5569cec]8842004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
887        There are no application level Makefiles in here.
888
[e73c249]8892004-03-04      Joel Sherrill <joel@OARcorp.com>
890
891        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
892        they can be used in application level makefiles.
893
[845e4f3]8942004-03-05      Joel Sherrill <joel@OARcorp.com>
895
[bfb4c547]896        * libnetworking/rtems_webserver/ejparse.c,
897        libnetworking/rtems_webserver/emfdb.c,
898        libnetworking/rtems_webserver/sock.c,
899        libnetworking/rtems_webserver/socket.c,
900        libnetworking/rtems_webserver/sym.c,
901        libnetworking/rtems_webserver/webs.c,
902        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
9032004-03-05      Joel Sherrill <joel@OARcorp.com>
904
[845e4f3]905        * libchipnetwork/open_eth.c: Remove warnings by conditionally
906        compiling this file only only those CPU families with supported
907        exception models.
908
[789694a1]9092004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
910
911        * acinclude.m4: Fix loosing arguments when configuring cpukit and
912        testsuites (Was exposed with --enable-multilib, only).
913        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
914         Add RTEMS_BSP_CONFIG_SUBDIR.
915        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
916        testsuites's configure.
917        * aclocal/rtems-top.m4: Remove ENDIF hack.
918        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
919
[fcf0034]9202004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
921
922        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
923        wrapup/Makefile.am: Fix automake problems having been introduced
924        in previous patch.
925
[5e5cf07]9262004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
927
928        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
929        Preinstall dirs.
930        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
931        * aclocal/check-multiprocessing.m4: Cosmetics.
932        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
933        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
934
[e7495ae]9352004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
936
937        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
938        librdbg/src/Makefile.am.
939        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
940        * configure.ac: Reflect changes above.
941        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
942        * wrapup/Makefile.am: Reflect changes above.
943        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
944
[c9251c7]9452004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
946
947        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
948
[541a45a]9492004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
950
951        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
952
[9e23302]9532004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * wrapup/Makefile.am: Reflect new location of librdbg.a.
956
[832bed1]9572004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
[9e23302]960        librdbg/src/powerpc/Makefile.am: Remove.
[832bed1]961        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
962        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
963        * configure.ac: Reflect changes above.
964
9652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
966
967
[dcf277c]9682004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
969
970        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
971        STRIP.
972
[b083736]9732004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
974
975        * librdbg/include/Makefile.am: Merge-in
976        librdbg/include/rdbg/i386/Makefile.am,
977        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
978        librdbg/include/rdbg/powerpc/Makefile.am.
979        * librdbg/include/rdbg/i386/Makefile.am,
980        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
981        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
982        * configure.ac: Reflect changes above.
983
[a03c1ab]9842004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
985
986        * configure.ac: Use AS_HELP_STRING(ada).
987
[3025a4a]9882004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
989
990        * aclocal/bspopts.m4: Use AS_HELP_STRING.
991        * aclocal/bsp-configure.m4: Require autoconf-2.59.
992        Use AC_CONFIG_HEADERS.
993        * aclocal/check-custom-bsp.m4: Add bspkit-support.
994        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
995
[5434449b]9962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
997
998        * Makefile.am: include local.am.
999
[31ffd58]10002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1001
1002        * aclocal/version.m4: 4.6.99.0.
1003
[0724e79b]10042004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1005
1006        * Makefile.am: Don't include host.am.
1007        * automake/compile.am: Further cleanups.
1008
[d158c16]10092004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1010
1011        * automake/lib.am: Remove (Unused).
1012
[11cafc0]10132004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1014
1015        * wrapup/Makefile.am: Don't include lib.am.
1016        * automake/compile.am: Use automake compilation rules.
1017
[6436254a]10182004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1019
1020        * libnetworking/pppd/Makefile.am,
1021        libnetworking/rtems_servers/Makefile.am,
1022        libnetworking/rtems_telnetd/Makefile.am,
1023        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1024        support/Makefile.am: Don't include lib.am.
1025
[97380b4]10262004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1027
1028        * libchip/Makefile.am: Don't include lib.am.
1029        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1030        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1031        unnecessary EXTRA_DISTs.
1032
[12b0ada]10332004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1034
1035        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1036        hack.
1037
[b5d91ad]10382004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1039
1040        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1041        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1042        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1043        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1044
[477180fa]10452004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046
1047        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1048        Add AM_CONDITIONAL(HAS_MP).
1049        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1050        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1051        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1052        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1053        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1054        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1055        (Deprecated by autoconf 2.59).
1056
[171a04c]10572004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1058
1059        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1060        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1061
[d499683]10622004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1063
[93a735b]1064        * ChangeLog: Merge-in libnetworking/ChangeLog.
1065        * libnetworking/ChangeLog: Remove.
[8b615cd]1066        * ChangeLog: Merge-in librdbg/ChangeLog.
1067        * librdbg/ChangeLog: Remove.
1068        * ChangeLog: Merge-in libchip/ChangeLog.
[1d331547]1069        * libchip/ChangeLog: Remove.
[d499683]1070        * ChangeLog: Merge-in optman/ChangeLog.
1071        * optman/ChangeLog: Remove.
1072
[d844a182]10732004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1074
1075        * configure.ac: Reflect changes to cpukit.
[1734d37]1076        * wrapup/Makefile.am: Reflect changes to librdbg.
1077        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
[1d331547]1078        * libchip/Makefile.am: Add PREINSTALL_DIRS.
[8b615cd]1079        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1080        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1081        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1082        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1083        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1084        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1085        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
[1734d37]1086
[208aa86e]10872004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1088
1089        * aclocal/rtems-top.m4: Remove check for version.m4.
1090        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1091
[9480bb42]10922004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1093
[5a80f36b]1094        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
[ebff819]1095        * wrapup/Makefile.am: Reflect changes to libchip/*.
[ca1531c5]1096        * support/Makefile.am: Use automake compilation rules.
1097        * wrapup/Makefile.am: Reflect changes to support/*.
[7c5a840]1098        * configure.ac: Remove libnetworking/wrapup/Makefile.
[5a80f36b]1099        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1100        libnetworking/*/lib*.a instead of libnetapps.a.
1101        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1102        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
[d499683]1103        * optman/Makefile.am: Use automake compilation rules.
[1d331547]1104        * libchip/Makefile.am: Fix typo in previous patch.
1105        * libchip/Makefile.am: Use automake compilation rules.
[93a735b]1106        * libnetworking/Makefile.am: Remove wrapup.
1107        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1108        automake-compilation rules.
1109        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1110        automake-compilation rules.
1111        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1112        automake-compilation rules.
1113        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1114        automake-compilation rules.
1115        * libnetworking/wrapup/Makefile.am: Remove (Unused).
[033f0686]1116
[0724887f]11172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1118
[5a80f36b]1119        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1120        PRE/TMPINSTALL_FILES to CLEANFILES.
[0724887f]1121        * automake/lib.am: Remove TMPINSTALL_FILES.
[d499683]1122        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1123        PRE/TMPINSTALL_FILES to CLEANFILES.
[1d331547]1124        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1125        PRE/TMPINSTALL_FILES to CLEANFILES.
[8b615cd]1126        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1127        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1128        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1129        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1130        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1131        * librdbg/src/i386/Makefile.am: Ditto.
1132        * librdbg/src/m68k/Makefile.am: Ditto.
1133        * librdbg/src/powerpc/Makefile.am: Ditto.
[93a735b]1134        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1135        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1136        * libnetworking/rtems_servers/Makefile.am: Ditto.
1137        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1138        * libnetworking/rtems_webserver/Makefile.am: Ditto.
[0724887f]1139
[6416628]11402004-01-07      Joel Sherrill <joel@OARcorp.com>
1141
1142        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1143        more completely covers the MIPS family.
1144
[a099e9a]11452003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * wrapup/Makefile.am: Reflect changes to shmdr.
[1d331547]1148        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1149
11502003-12-18      Joel Sherrill <joel@OARcorp.com>
1151
1152        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1153        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1154        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1155        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1156        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1157        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1158        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
[a099e9a]1159
[5a80f36b]11602003-12-17      Joel Sherrill <joel@OARcorp.com>
[44652f8]1161
[5a80f36b]1162        * aclocal/version.m4: Updated to rtems-20031217-test.
[917a884]1163
[5a80f36b]11642003-12-17     
[917a884]1165
[5a80f36b]1166        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1167        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
[2b2353d]1168
[41fc78d]11692003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1170
1171        * automake/compile.am: Remove LINK_LIBS (Unused).
1172        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1173
[e90cff96]11742003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1175
1176        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1177        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1178        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1179        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
[777db82f]1180        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1181
[b946613]11822003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1183
1184        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1185        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[d499683]1186        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[1d331547]1187        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[8b615cd]1188        * librdbg/src/i386/Makefile.am:
1189        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1190        * librdbg/src/m68k/Makefile.am:
1191        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1192        * librdbg/src/powerpc/Makefile.am:
1193        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[b946613]1194
[795d9d46]11952003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1196
[5a80f36b]1197        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
[14348a00]1198        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1199        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
[5a80f36b]1200        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1201        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1202        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
[810720b6]1203        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
[d499683]1204        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1205        * optman/Makefile.am: Remove project_libdir.
[1d331547]1206        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1207        PRE/TMPINSTALL_FILES.
[8b615cd]1208        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1209        PRE/TMPINSTALL_FILES.
1210        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1211        PRE/TMPINSTALL_FILES.
1212        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1213        PRE/TMPINSTALL_FILES.
1214        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1215        from PRE/TMPINSTALL_FILES.
1216        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1217        PRE/TMPINSTALL_FILES.
1218        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1219        PRE/TMPINSTALL_FILES.
1220        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1221        PRE/TMPINSTALL_FILES.
[93a735b]1222        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1223        PRE/TMPINSTALL_FILES.
1224        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1225        PRE/TMPINSTALL_FILES.
1226        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1227        PRE/TMPINSTALL_FILES.
1228        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1229        from PRE/TMPINSTALL_FILES.
[810720b6]1230
[0e31ed7]12312003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1232
1233        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1234        * automake/lib.am: Remove project_libdir.
1235        * wrapup/Makefile.am: Reworked.
1236
[109d660]12372003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1238
1239        * configure.ac: Reflect changes to librdbg.
[d499683]1240        * optman/Makefile.am: Add tmpinstall dirstamp support.
[1d331547]1241        * libchip/Makefile.am: Fix variant-tmpinstall support.
[8b615cd]1242        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1243        * librdbg/src/powerpc/Makefile.am: Merge-in former
1244        new_exception_processing/Makefile.am.
1245        * librdbg/src/m68k/any/Makefile.am: Remove.
1246        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1247        * librdbg/src/i386/any/Makefile.am: Remove.
1248        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1249        * librdbg/src/Makefile.am: Cosmetics.
1250        * librdbg/include/Makefile.am: Cosmetics.
1251        * librdbg/Makefile.am: Cosmetics.
[93a735b]1252        * libnetworking/Makefile.am: Cosmetics.
1253        * libnetworking/pppd/Makefile.am: Cosmetics.
1254        * libnetworking/wrapup/Makefile.am: Cosmetics.
[109d660]1255
[91fd793d]12562003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1257
1258        * Makefile.am: Cosmetics.
[5a80f36b]1259        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1260        support.
[91fd793d]1261
[8347069]12622003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1263
1264        * automake/compile.am: Remove $(ARCH):-rule.
1265
[184f279]12662003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1267
1268        * configure.ac: Remove lib/libbsp/shared/Makefile,
1269        lib/libbsp/shmdr/Makefile.
1270
[1ca7bc9]12712003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1272
1273        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1274        libchip/serial/Makefile, libchip/rtc/Makefile.
[f2fc5cf]1275        * support/Makefile.am: Remove all-local: $(ARCH).
1276        * wrapup/Makefile.am: Remove all-local: $(ARCH).
[306a66e]1277        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
[d499683]1278        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1279        * optman/Makefile.am: Remove all-local: $(ARCH).
[1d331547]1280        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1281        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1282        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1283        compilation dirstamp support.
1284        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1285        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1286        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1287        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
[8b615cd]1288        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1289        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1290        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1291        all-local: $(ARCH).
[93a735b]1292        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1293        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1294        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1295        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1296        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
[306a66e]1297
[82bdc057]12982003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1299
1300        * aclocal/lead-dot.m4: New (from automake-1.7f).
[5a80f36b]1301        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1302        AC_SUBST(dirstamp).
[1d331547]1303        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1304        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1305        libchip/serial/Makefile.am: Ditto.
[8b615cd]1306        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1307        * librdbg/include/Makefile.am: Ditto.
1308        * librdbg/include/rdbg/Makefile.am: Ditto.
1309        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1310        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1311        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1312        * librdbg/src/Makefile.am: Ditto.
1313        * librdbg/src/i386/Makefile.am: Ditto.
1314        * librdbg/src/i386/any/Makefile.am: Ditto.
1315        * librdbg/src/m68k/Makefile.am: Ditto.
1316        * librdbg/src/m68k/any/Makefile.am: Ditto.
1317        * librdbg/src/powerpc/Makefile.am: Ditto.
1318        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
[93a735b]1319        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1320        preinstallation.
1321        * libnetworking/pppd/Makefile.am: Ditto.
1322        * libnetworking/rtems_servers/Makefile.am: Ditto.
1323        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1324        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1325        * libnetworking/wrapup/Makefile.am: Ditto.
[82bdc057]1326
[9550125e]13272003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1328
1329        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1330        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
[5a80f36b]1331        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1332        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1333        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1334        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1335        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1336        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1337        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1338        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1339        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1340        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1341        underquoting to silence automake-1.8.
[9550125e]1342
[e42cb8b]13432003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1344
1345        * configure.ac: Reflect having moved tests to ../../testsuites.
1346
[4f21a587]13472003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1348
[5a80f36b]1349        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
[69decf3]1350        * aclocal/canonical-host.m4: Remove.
1351        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
[c44312d]1352        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1353
[51d35b2]13542003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1355
1356        * aclocal/check-cpu.m4: Remove.
1357        * configure.ac: Merge-in former aclocal/check-cpu.m4.
[3993b6f7]1358        * aclocal/canonical-target-name.m4: Add m4-quotes.
[5a80f36b]1359        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1360        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1361        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1362        * aclocal/check-networking.m4: Add m4-quotes. Require
1363        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1364        * aclocal/check-posix.m4: Add m4-quotes. Require
1365        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1366        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1367        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
[1d331547]1368        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
[3993b6f7]1369
[2eaee845]13702003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1371
1372        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1373        * aclocal/bsp-alias.m4: Remove.
1374
[0038885]13752003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1376
1377        * configure.ac: Make presence of tests/ optional.
1378
[8857d525]13792003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1380
1381        * aclocal/path-perl.m4: Remove (Unused).
1382
[15ee26f]13832003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1384
1385        * automake/force-preinstall.am: Remove.
1386
[1d331547]13872003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1388
1389        PR 499/rtems_misc
1390        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1391        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1392        Configuration (Odd was forced) - Correction of Stop Bit configuration
1393        (inversed) - Correction of ISR Handler to call
1394        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1395        CTS Hardware flow control Configuration.
1396
[e96d248]13972003-09-04      Joel Sherrill <joel@OARcorp.com>
1398
1399        * lib/libcpu/shared/include/cache.h,
1400        lib/libcpu/shared/src/cache_aligned_malloc.c,
1401        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1402        license changed.
[d499683]1403        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1404        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1405        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1406        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1407        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1408        for license changed.
[1d331547]1409        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1410        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1411        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1412        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1413        libchip/network/cs8900.h, libchip/network/dec21140.c,
1414        libchip/network/elnk.c, libchip/network/open_eth.c,
1415        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1416        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1417        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1418        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1419        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1420        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1421        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1422        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1423        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1424        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1425        libchip/serial/serial.h, libchip/serial/z85c30.c,
1426        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1427        libchip/serial/z85c30_reg.c: URL for license changed.
1428
14292003-09-03      Jiri Gaisler <jiri@gaisler.com>
1430
1431        PR 477/networking
1432        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1433        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1434        libchip/network/open_eth.h: New files.
[e96d248]1435
[ac3786b]14362003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1437
1438        * aclocal/rtems-top.m4: Add RTEMS_API.
1439        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1440
[8b615cd]14412003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1442
1443        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1444        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1445        @RTEMS_BSP@.cfg.
1446
[1d331547]14472003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1448
1449        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1450
14512003-08-20      Joel Sherrill <joel@OARcorp.com>
1452
1453        * libchip/network/cs8900.c: Correct copyright statements.
1454
[161f2651]14552003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1456
1457        * aclocal/check-itron.m4: Remove.
1458        * aclocal/enable-inlines.m4: Remove.
[fe8bc62f]1459        * Makefile.am: Reflect having moved aclocal/.
[867ab080]1460        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1461        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1462        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1463        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1464        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1465        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1466        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1467        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1468        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1469        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1470        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1471        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1472        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1473        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1474        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1475        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1476        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1477        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1478        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1479        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1480        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1481        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1482        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1483        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1484        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1485        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1486        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1487        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1488        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1489        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1490        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1491        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1492        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1493        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1494        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1495        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1496        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1497        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1498        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1499        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1500        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1501        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1502        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1503        * aclocal/target.m4: New (Copied from ../../aclocal).
1504        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1505        * aclocal/version.m4: New (Copied from ../../aclocal).
1506
[3a99e6f]15072003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1508
1509        * configure.ac: Remove stray comments.
1510        * automake/local.am, automake/host.am: Remove "debug".
1511
[514e77b7]15122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1513
[c483a4e]1514        * Makefile.am: Reflect having moved automake/.
1515        * lib/Makefile.am: Reflect having moved automake/.
1516        * support/Makefile.am: Reflect having moved automake/.
1517        * wrapup/Makefile.am: Reflect having moved automake/.
[5a80f36b]1518        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1519        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1520        from ../../automake).
[d499683]1521        * optman/Makefile.am: Reflect having moved automake/.
[1d331547]1522        * libchip/Makefile.am: Reflect having moved automake/.
1523        * libchip/ide/Makefile.am: Reflect having moved automake/.
1524        * libchip/network/Makefile.am: Reflect having moved automake/.
1525        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1526        * libchip/serial/Makefile.am: Reflect having moved automake/.
[8b615cd]1527        * librdbg/Makefile.am: Reflect having moved automake/.
1528        * librdbg/include/Makefile.am: Reflect having moved automake/.
1529        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1530        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1531        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1532        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1533        automake/.
1534        * librdbg/src/Makefile.am: Reflect having moved automake/.
1535        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1536        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1537        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1538        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1539        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1540        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1541        having moved automake/.
[93a735b]1542        * libnetworking/Makefile.am: Reflect having moved automake/.
1543        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1544        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1545        automake/.
1546        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1547        automake/.
1548        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1549        automake/.
1550        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
[11a26b9]1551
[d4b5e876]15522003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1553
[5a80f36b]1554        * Makefile.am: Add bsp.pc.in.
[d4b5e876]1555        * bsp.pc.in: New (pkgconfig support).
1556
[7dcc3fe]15572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1558
1559        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1560
[539e266e]15612003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1562
1563        * lib/Makefile.am: New (Required by 'make dist').
1564        * lib/ChangeLog: Remove.
1565        * lib/.cvsignore: Cleanup.
1566        * configure.ac: Reflect having added lib/Makefile.am.
[5a80f36b]1567        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1568        lib/libbsp/configure.ac.
[8b615cd]1569        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1570        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
[dd984c0]1571
[da499ad]15722003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1573
1574        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
[6fcf4571]1575        * configure.ac: Merge-in librdbg/configure.ac.
[5a80f36b]1576        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1577        librdbg/configure.ac.
[1d331547]1578        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1579        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1580        LIBCHIP. Conditionally build include-dirs.
1581        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
[8b615cd]1582        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1583        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1584        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1585        librdbg/include/rdbg/m68k/Makefile.am,
1586        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1587        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1588        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1589        librdbg/src/powerpc/Makefile.am, librdbg/
1590        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1591        configure.ac into ../configure.ac.
[93a735b]1592        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1593        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1594        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1595        libnetworking/rtems_telnetd/Makefile.am,
1596        libnetworking/rtems_webserver/Makefile.am,
1597        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1598        into ../configure.ac.
[8b615cd]1599
16002003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1601
1602        PR 427/rtems
1603        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1604        * librdbg/src/servtsp.c: Ditto.
[1d331547]1605
16062003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1607
1608        PR 429/bsps
1609        PR 432/bsps
1610        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1611        packets are queued onto an elnk board, the ISR will deadlock the device
1612        with a tx complete interrupt.  Lighter tx loads are not affected as they
1613        end up submitting single packets to the device.
[4108ae8]1614
[babba25a]16152003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1616
[5a80f36b]1617        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1618        optman/configure.ac.
[d499683]1619        * optman/configure.ac: Remove (Merged into ../configure.ac).
1620        * optman/Makefile.am: Reflect having merged configure.ac into
1621        ../configure.ac.
[1d331547]1622        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1623        * libchip/Makefile.am, libchip/ide/Makefile.am,
1624        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1625        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1626        ../configure.ac.
[babba25a]1627
[c1a72962]16282003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1629
[5a80f36b]1630        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
[c1a72962]1631
[1d331547]16322003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1633
1634        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1635        on i386.
1636
[93a735b]16372003-06-13      Joel Sherrill <joel@OARcorp.com>
1638
1639        * libnetworking/pppd/chat.c: Removed warnings.
1640
[1d331547]16412003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1642
1643        * libchip/network/README.3com: New file missed in previous commit.
1644        PR 405/bsps
1645        PR 393/networking
1646        * libchip/network/dec21140.c: Fix leak also known as PR393.
1647        * libchip/network/elnk.c, libchip/network/if_media.h,
1648        libchip/network/mii.h: New files.
1649        * libchip/network/Makefile.am: Reflect new files.
1650
[581c3117]16512003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1652
1653        * configure.ac: Remove support for profile-variant.
1654
[93a735b]16552003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1656
1657        PR 397/pppd
1658        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1659        * libnetworking/pppd/magic.c: Remove *rand48.
1660        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1661
[8a7f8c23]16622003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1663
1664        * wrapup/Makefile.am: Add libide.a.
1665
[1d331547]16662003-04-15      Joel Sherrill <joel@OARcorp.com>
1667
1668        PR 387/rtems_misc
1669        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1670        routines.
1671        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1672
[93a735b]16732003-04-11      Joel Sherrill <joel@OARcorp.com>
1674
1675        * libnetworking/rtems_webserver/cgi.c,
1676        libnetworking/rtems_webserver/sockGen.c,
1677        libnetworking/rtems_webserver/umui.c,
1678        libnetworking/rtems_webserver/websSSL.c,
1679        libnetworking/rtems_webserver/websSSL.h,
1680        libnetworking/rtems_webserver/websda.c,
1681        libnetworking/rtems_webserver/websda.h: New files. Not included in
1682        previous commit.
1683
16842003-04-10      Joel Sherrill <joel@OARcorp.com>
1685
1686        PR 371/pppd
1687        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1688        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1689        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1690        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1691        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1692        still global symbols in rtemspppd.h which might need to be changed or
1693        converted into member of a structure which is dereferenced with a
1694        pointer that is managed as a per task variable. But this patch should
1695        avoid many conflicts.
1696
[1d331547]16972003-03-27      Joel Sherrill <joel@OARcorp.com>
1698
1699        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1700        not allowed in the cpukit source code since it must be buildable
1701        independent of any BSP. These files were moved to libchip/ide.
1702        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1703        files.
1704
17052003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1706
1707        PR 368/filesystems
1708        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1709        improvements which now work on pc386 and mbx8xx.
1710        * libchip/ide/ide_controller.c: New file.
1711
[93a735b]17122003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1713
1714        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1715
[db3e91f2]17162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1717
1718        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1719        * configure.ac: Add support/.
1720        * support/.cvsignore: New.
1721        * support/Makefile.am: New.
1722        * support/version.c: New.
1723        * wrapup/Makefile.am: Add support/libsupport.a.
[d499683]1724        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
[1d331547]1725        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
[8b615cd]1726        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
[93a735b]1727        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
[db3e91f2]1728
17292003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1730
1731        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1732
[1d331547]17332003-02-20      Till Straumann <strauman@slac.stanford.edu>
1734
1735        PR 354/networking
1736        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1737        chip against a table of supported chips. The untested ones are still
1738        commented out, however.
1739
[ccd81b60]17402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1741
1742        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
[9b5c258]1743        * configure.ac: AC_PREREQ(2.57).
[d499683]1744        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1745        * optman/configure.ac: AC_PREREQ(2.57).
[1d331547]1746        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1747        * libchip/configure.ac: AC_PREREQ(2.57).
[8b615cd]1748        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1749        * librdbg/configure.ac: AC_PREREQ(2.57).
[93a735b]1750        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1751        * libnetworking/configure.ac: AC_PREREQ(2.57).
1752
17532003-02-06      Joel Sherrill <joel@OARcorp.com>
1754
1755        * libnetworking/pppd/chat.c: Convert routines with common names to
1756        static. This included get_char(), put_char(), and character() among
1757        others.
[d499683]1758
17592003-02-03      Joel Sherrill <joel@OARcorp.com>
1760
1761        PR 338/filesystem
1762        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1763        rtems_io_lookup_name() (API change).  Unused function removed.
[9b5c258]1764
[17aa98d]17652003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1766
1767        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
[93a735b]1768        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1769        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1770        Eliminate *_O_FILES.
1771        * libnetworking/rtems_servers/Makefile.am,
1772        libnetworking/rtems_webserver/Makefile.am,
1773        libnetworking/rtems_telnetd/Makefile.am: Ditto.
[17aa98d]1774
[131814f]17752002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1776
1777        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1778        Let all-local: depend on $(LIB).
[93a735b]1779        * wrapup/Makefile.am, configure.ac: Remove libmisc.
[d499683]1780        * optman/Makefile.am: Apply install-data-local to install *.rels.
1781
17822002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1783
1784        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1785        %.c rules.
1786        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
[1d331547]1787        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1788        * libchip/rtc/Makefile.am: Ditto.
1789        * libchip/serial/Makefile.am: Ditto.
1790
17912002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1792
1793        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1794        LIBC_DEFINES.
1795        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1796        LIBC_DEFINES.
1797        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1798        LIBC_DEFINES.
[d499683]1799
18002002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1801
1802        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
[9346df0]1803
[d4181d5]18042002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1805
[5a80f36b]1806        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1807        cache-checking.
[d499683]1808        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
[d4181d5]1809
[028792e8]18102002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1811
1812        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
[5a80f36b]1813        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1814        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
[d499683]1815        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
[8b615cd]1816        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
[d499683]1817
18182002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1819
1820        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
[93a735b]1821        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1822        Remove.
[d499683]1823        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
[382e1eb3]1824
[6184265d]18252002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1826
1827        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1828        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1829
[1d331547]18302002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1831
1832        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1833        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1834
[d499683]18352002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1836
[93a735b]1837        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
[d499683]1838        * optman/rel.am: New.
1839
[54508fd]18402002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1841
1842        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
[5a80f36b]1843        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1844        braino in comment on "exec". Extend --enable-ada handling.
[54508fd]1845
[8b615cd]18462002-11-04      Joel Sherrill <joel@OARcorp.com>
1847
1848        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1849        tasks and rolling multiple loops into 1.
1850        * librdbg/src/m68k/rdbg_f.c: Removed warning.
[93a735b]1851        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1852        Removed warnings.
[8b615cd]1853
[1d331547]18542002-10-31      Joel Sherrill <joel@OARcorp.com>
1855
1856        * libchip/network/dec21140.c: Removed warnings.
[8b615cd]1857        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1858        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1859        librdbg/src/m68k/any/remdeb_xdr.c,
1860        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1861        warnings.
[93a735b]1862        * libnetworking/rtems_webserver/socket.c,
1863        libnetworking/rtems_webserver/uemf.h: Removed warnings.
[1d331547]1864
18652002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1866
1867        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1868        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1869        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1870        above.
1871
[c22d613]18722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1873
[5a80f36b]1874        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[c22d613]1875        * wrapup/.cvsignore: Remove autom4te.cache.
[d499683]1876        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[1d331547]1877        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1878        autom4te.cache.
[8b615cd]1879        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1880        autom4te.cache.
[93a735b]1881        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1882        autom4te.cache.
[c22d613]1883
[154c99c]18842002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1885
1886        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1887
[d499683]18882002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1889
1890        * optman/.cvsignore: Add autom4te.cache.
1891
[1d331547]18922002-09-14      Joel Sherrill <joel@OARcorp.com>
1893
1894        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1895
[93a735b]18962002-09-07      Joel Sherrill <joel@OARcorp.com>
1897
1898        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1899        include files to resolve warnings.
1900
[1d331547]19012002-09-07      Chris Johns <ccj@acm.org>
1902
1903        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1904        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1905        which corrects the problem  where the cs8900.c file was actually the BSP
1906        glue.  Joel did some hacking so this file will compile.  Previously it
1907        required providing a target.h file to compile.
1908        * libchip/network/cs8900.c.bsp: New file.
1909
[93a735b]19102002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1911
1912        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1913
19142002-08-31      Joel Sherrill <joel@OARcorp.com>
1915
1916        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1917        eliminate warning.
1918
[a456af96]19192002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1920
1921        * configure.ac: Add ada-tests.
1922
[1846a62]19232002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1924
1925        * Makefile.am: Add preinstall-stamp.
1926
[93a735b]19272002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1928
1929        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1930        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1931        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1932        gcc31 happy.
1933        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1934        cp.
1935
[67bfd9a6]19362002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1937
[5a80f36b]1938        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1939        make/bsp.mak.
[67bfd9a6]1940        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1941        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1942
[93a735b]19432002-08-12      Joel Sherrill <joel@OARcorp.com>
1944
1945        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1946        avoid error.
1947
[55ac4e1]19482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1949
1950        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
[85a8933]1951        * configure.ac: Add BSP_SUBDIRS.
1952        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
[d499683]1953        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1954        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
[1d331547]1955        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1956        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1957        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
[8b615cd]1958        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1959        RTEMS_CHECK_BSP_CACHE.
1960        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1961        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1962        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1963        .$(OBJEXT) instead of .o.
[93a735b]1964        * libnetworking/pppd/Makefile.am,
1965        libnetworking/rtems_servers/Makefile.am,
1966        libnetworking/rtems_telnetd/Makefile.am,
1967        libnetworking/rtems_webserver/Makefile.am,
1968        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
[85a8933]1969
[4db904ec]19702002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1971
[5a80f36b]1972        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
[2b61cd06]1973        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
[5a80f36b]1974        ../libchip/serial/$(ARCH)/libserialio.a.
[1d331547]1975        * libchip/serial/Makefile.am: Don't tmp-install lib.
1976        * libchip/rtc/Makefile.am: Don't tmp-install lib.
[2b61cd06]1977
[97bfd09]19782002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1979
1980        * Makefile.am: Add rtems_makedir.
[5a80f36b]1981        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
[94f4a9ba]1982        * Makefile.am: Add wrapup-SUBDIR.
1983        * wrapup/ChangeLog: Remove.
1984        * wrapup/configure.ac: Remove.
[5a80f36b]1985        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1986        (Make the bare BSP happy).
[f21ccd2]1987        * configure.ac: Ditto.
[5a80f36b]1988        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
[f0d7515]1989        Create make/custom/default.cfg.
[5a80f36b]1990        * configure.ac: Add creation of make/custom/*.cfg. Create
1991        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
[f0d7515]1992
[d6f4c1b6]19932002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1994
1995        * Makefile.am: Clean $(PROJECT_RELEASE).
1996
[93a735b]19972002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1998
1999        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2000        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2001        prototype mismatches.
2002
[d499683]20032002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2004
2005        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2006        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2007
[dbaca2a7]20082002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2009
2010        * acinclude.m4: Add test "$multilib" != "yes".
2011        * config-ml.in: Remove.
[247874ae]2012        * acinclude.m4: Cleanups.
2013        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
[5a80f36b]2014        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
[d499683]2015        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2016        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2017        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
[247874ae]2018
[1d331547]20192002-07-16      Eric Norum <eric.norum@usask.ca>
2020
2021        * New driver for the Intel EtherExpressPro (82559ER) chip.
2022        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2023        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2024        * libchip/network/Makefile.am: Modified to reflect above.
2025
[02ccf4a]20262002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2027
2028        * acinclude.m4: New.
[5a80f36b]2029        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2030        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2031        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
[02ccf4a]2032
[8b615cd]20332002-07-01      Joel Sherrill <joel@OARcorp.com>
2034
2035        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2036        _Objects_Information_table now that it is a two dimensional array based
2037        upon API and class.
[93a735b]2038        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2039        of strnlen().
2040
20412002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2042
2043        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2044        preinstall libnetapps.a.
[8b615cd]2045
[3ebe28f]20462002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2047
2048        * configure.ac: Remove librpc.
2049
[0b2f26d]20502002-06-25      Joel Sherrill <joel@OARcorp.com>
2051
[dee3768b]2052        * Per PR233, moved librpc to exec.
[0b2f26d]2053        * configure.ac, wrapup/Makefile.am: Modified.
2054        * librpc, librpc/ChangeLog: Removed.
2055
[d499683]20562002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2057
2058        * optman/Makefile.am: Remove multilib support.
2059        * optman/configure.ac: Ditto.
2060        * optman/sapi/Makefile.am: Ditto.
2061
[93a735b]20622002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2063
2064        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2065        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2066
20672002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2068
2069        Move networking libraries to c/src/exec/libnetworking
2070        * libnetworking/configure.ac, libnetworking/Makefile.am,
2071        libnetworking/wrapup/Makefile.am: Reflect Moval.
2072
[1b092b7]20732002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2074
[dee3768b]2075        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
[93a735b]2076        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2077        <rtems/bspIo.h>.
2078
20792002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2080
2081        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2082        * libnetworking/rtems/mkrootfs.h: Ditto.
2083        * libnetworking/rtems/Makefile.am: Reflect changes above.
[1b092b7]2084
[166475a]20852002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2086
2087        * configure.ac: Remove lib.
2088
[8b615cd]20892002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2090
2091        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2092        that exception stack frames on M68K members with VBR always are 6 byte
2093        long. The incorrect assumption resulted in some gdb commands like "next"
2094        to fail on the 68360.
2095
[d9af8a8e]20962002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2097
2098        * config-ml.in: Take out arm and sh variants RTEMS does not support.
[8b615cd]2099        PR 220
2100        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2101        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2102        CVS.
[93a735b]2103        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2104        libnetworking/sys/filio.h: Remove.
2105        * libnetworking/sys/Makefile.am: Reflect changes above.
[d9af8a8e]2106
[1d331547]21072002-05-07      Chris Johns <ccj@acm.org>
2108
2109        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2110        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2111        requires it to be stripped.
2112
[93a735b]21132002-05-01      Eric Norum <eric.norum@usask.ca>
2114
2115        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2116        assembly  to satisfy gcc 3.1 and newer.
2117
21182002-04-26      Eric Norum <eric.norum@usask.ca>
2119
2120        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2121        agressive optimization in gcc 3.1 does not reorder things.
2122
[1d331547]21232002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2124
2125        * libchip/network/dec21140.c: Reflect changes to powerpc's
2126        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
[8b615cd]2127        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2128        <rtems/score/cpu.h>.
2129        * librdbg/src/powerpc/rdbg_f.c: Ditto.
[93a735b]2130        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
[1d331547]2131
[d499683]21322002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2133
2134        * optman/configure.ac: Remove ENABLE_GCC28.
2135
[1d331547]21362002-04-11      Chris Johns <ccj@acm.org>
2137
2138        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2139        driver control block field to the ifconfig network driver structure.
2140        This field is needed by the i82586 driver which was ported from NetBSD
2141        as it had better hardware abstraction.
[93a735b]2142        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2143        PR59, added the drv_ctrl driver control block field to the ifconfig
2144        network driver structure. This field is needed by the i82586 driver
2145        which was ported from NetBSD as it had better hardware abstraction.
2146
21472002-04-10      Mike Siers <mikes@poliac.com>
2148
2149        * libnetworking/rtems_webserver/NOTES,
2150        libnetworking/rtems_webserver/asp.c,
2151        libnetworking/rtems_webserver/balloc.c,
2152        libnetworking/rtems_webserver/default.c,
2153        libnetworking/rtems_webserver/ej.h,
2154        libnetworking/rtems_webserver/ejIntrn.h,
2155        libnetworking/rtems_webserver/ejlex.c,
2156        libnetworking/rtems_webserver/ejparse.c,
2157        libnetworking/rtems_webserver/emfdb.c,
2158        libnetworking/rtems_webserver/emfdb.h,
2159        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2160        libnetworking/rtems_webserver/handler.c,
2161        libnetworking/rtems_webserver/license.txt,
2162        libnetworking/rtems_webserver/md5.h,
2163        libnetworking/rtems_webserver/md5c.c,
2164        libnetworking/rtems_webserver/mime.c,
2165        libnetworking/rtems_webserver/misc.c,
2166        libnetworking/rtems_webserver/ringq.c,
2167        libnetworking/rtems_webserver/rom.c,
2168        libnetworking/rtems_webserver/security.c,
2169        libnetworking/rtems_webserver/sock.c,
2170        libnetworking/rtems_webserver/sym.c,
2171        libnetworking/rtems_webserver/uemf.c,
2172        libnetworking/rtems_webserver/uemf.h,
2173        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2174        libnetworking/rtems_webserver/url.c,
2175        libnetworking/rtems_webserver/value.c,
2176        libnetworking/rtems_webserver/wbase64.c,
2177        libnetworking/rtems_webserver/webcomp.c,
2178        libnetworking/rtems_webserver/webpage.c,
2179        libnetworking/rtems_webserver/webrom.c,
2180        libnetworking/rtems_webserver/webs.c,
2181        libnetworking/rtems_webserver/webs.h,
2182        libnetworking/rtems_webserver/websuemf.c,
2183        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2184        2.1.4.
[1d331547]2185
21862002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2187
2188        * libchip/network/i82586.c: Include <string.h>.
2189        * libchip/network/sonic.c: Ditto.
2190
21912002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2192
2193        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2194
[93a735b]21952002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2196
2197        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2198
21992002-03-27      Thomas.Doerfler@imd-systems.de
2200
2201        PR 144
2202        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2203        memory address 0 when called for the first time. This is done when
2204        trying to clear the variable "dhcp_hostname".
2205
[7273b6e]22062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2207
[5a80f36b]2208        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
[7273b6e]2209        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2210        * Makefile.am: Remove AUTOMAKE_OPTIONS.
[d499683]2211        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2212        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2213        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2214        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2215        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
[1d331547]2216        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2217        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2218        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2219        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2220        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2221        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
[8b615cd]2222        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2223        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2224        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2225        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2226        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2227        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2228        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2229        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2230        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2231        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2232        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2233        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2234        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2235        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2236        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2237        AUTOMAKE_OPTIONS.
[93a735b]2238        * libnetworking/configure.ac:
2239        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2240        foreign 1.6]).
2241        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2242        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2243        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2244        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2245        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2246        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2247        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2248        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2249        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2250        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2251        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2252        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2253        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2254        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2255        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2256        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2257        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2258
22592002-03-27      Ilya Alexeev <ilya@continuum.ru>
2260
2261        PR 162
2262        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2263        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2264        used in a device write routines.  Now ppp_softc structure have own
2265        character for writing to device (sc_outchar).  I think that converting
2266        local variables to static is not a right solution, because problems will
2267        occur in the case of two or more ppp instances.
2268        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2269        must be u_long, otherwise in the case of the big output packet endless
2270        loop may occur.
2271
22722002-03-21      Ilya Alexeev <ilya@continuum.ru>
2273
2274        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2275        preparations for multiple PPPD connections.
[8b615cd]2276
22772002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2278
2279        PR 149
2280        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2281        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2282        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2283        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
[7273b6e]2284
[1d42dcbc]22852002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2286
2287        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2288        * configure.ac: Modified to reflect addition.
2289
[93a735b]22902002-02-27      Ilya Alexeev <ilya@continuum.ru>
2291
2292        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2293        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2294        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2295        capabilities as well as eliminate some warnings.
2296
22972002-02-27      Eric Norum <eric.norum@usask.ca>
2298
2299        * libnetworking/net/radix.c: Properly handle fetching the default route
2300        when there is no route.  This was a bug in the original FreeBSD code and
2301        this fix is from an updated version of their code.
2302
23032002-02-16      Eric Norum <eric.norum@usask.ca>
2304
2305        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2306        checking.
2307
23082002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2309
2310        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2311        dodefaultroute.
2312
23132002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2314
2315        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2316        include <rtems/seterr.h>.
2317
23182002-02-01      Mike Siers <mikes@poliac.com>
2319
2320        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2321        avoid bringing the link down too fast. NOTE: Mike reports successfully
2322        running at 56K baud on a direct link.
2323
[8b615cd]23242002-02-01      Eric Valette <valette@crf.canon.fr>
2325
2326        * librdbg/So many patches have been posted recently on the mailing list
2327        and  because we were unable to find correct solution to compile on
2328        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2329        because the coding  style of rdbg was rather inconsistant among various
2330        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2331        global coding style (using indent + manual edits), 2) incorporate/review
2332        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2333        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2334        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2335        after rdbg initialization is done, NB : the paches is huge but it is
2336        mainly due to coding styke chnages.  Only few lines of codes have been
2337        really changed and they do not impact  rdbg functionnality (AFAIKT).
2338        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2339        librdbg/include/rdbg/m68k/rdbg_f.h,
2340        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2341        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2342        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2343        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2344        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2345        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2346        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2347        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2348        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2349        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2350        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2351        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2352        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2353        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2354        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2355        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2356
[93a735b]23572002-01-31      Mike Siers <mikes@poliac.com>
2358
2359        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2360        * Nice Update of PPPD support which eliminates the requiremetn that
2361        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2362        and reports that it seems to be more stable and handle larger packets
2363        better.  This patch replaces the termios tasks with more general pppd
2364        network driver tasks.  The functions pppinput() and pppstart() get
2365        called from the interrupt service routine.
2366        * libnetworking/Makefile.am, libnetworking/configure.ac,
2367        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2368        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2369        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2370        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2371        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2372        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2373        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2374        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2375        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2376        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2377        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2378        libnetworking/net/route.c, libnetworking/net/route.h,
2379        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2380        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2381        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2382        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2383        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2384        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2385        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2386        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2387        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2388        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2389        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2390        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2391        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2392        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2393        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2394        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2395        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2396        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2397        libnetworking/pppd/example/README,
2398        libnetworking/pppd/example/netconfig.h,
2399        libnetworking/wrapup/Makefile.am: Modified.
2400        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2401        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2402        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2403        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2404        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2405        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2406        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2407        libnetworking/modem/pppcompress.c: Subdirectory removed.
2408
24092002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2410
2411        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2412        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2413
[8b615cd]24142002-01-18      Till Straumann <strauman@slac.stanford.edu>
2415
2416        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2417        issues: - exception handler needs to enable MSR_FP if the interrupted
2418        thread is FP enabled. - printk message for MSR fixed and added
2419        stacktrace. NOTE: this requires the stacktrace patch to
2420        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2421        however).
2422
[d499683]24232002-01-06      Joel Sherrill <joel@OARcorp.com>
2424
2425        * optman/.cvsignore: Added aclocal.m4 and configure.
2426        * optman/.cvsignore: New file.
2427
[1d331547]24282002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2429
2430        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2431
[e4dbf55]24322002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2433
[5a80f36b]2434        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
[d499683]2435        * optman/ChangeLog: New.
2436        * optman/configure.ac: New.
2437        * optman/Makefile.am: New.
2438        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2439        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
[e4dbf55]2440
[efcb89c]24412001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2442
2443        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2444
[93a735b]24452001-12-18      Eric Norum <eric.norum@usask.ca>
2446
2447        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2448        `directories' (path names with a / at the end) while disallowing open()
2449        operations on TFTP `directories'.
2450
24512001-12-07      Eric Norum <eric.norum@usask.ca>
2452
2453        * libnetworking/lib/tftpDriver.c: Restore write capability.
2454
[1d331547]24552001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2456
2457        * libchip/network/sonic.h: Fix typo.
[93a735b]2458        * libnetworking/arpa/Makefile.am: Remove stray lines.
[1d331547]2459
[8b615cd]24602001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2461
2462        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2463
[93a735b]24642001-10-18      Eric Norum <eric.norum@usask.ca>
2465
2466        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2467        chdir() and open() operations within the TFTP file system.
2468
[8b615cd]24692001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2470
2471        * librdbg/configure.ac: Fix latent bug exposed by removal of
2472        config.cache's which prevented powerpc targets librdbg from building.
2473
[8dc51855]24742001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2475
2476        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2477        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2478        autoconf-2.52 happy.
2479
[93a735b]24802001-10-12      Mike Siers <mikes@poliac.com>
2481
2482        * libnetworking/Update to stable working state.  Congratulations Mike!
2483        :).
2484        * libnetworking/modem_example: Directory removed.
2485        * libnetworking/modem_example/16550.h,
2486        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2487        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2488        libnetworking/modem_example/ppp.h,
2489        libnetworking/modem_example/pppcompress.c: Files removed.
2490        * libnetworking/pppd/example/pppd.options: New file.
2491        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2492        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2493        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2494        libnetworking/pppd/rtemsmain.c: Updated.
2495
[1d331547]24962001-10-12      Joel Sherrill <joel@OARcorp.com>
2497
2498        * libchip/serial/z85c30.c: Fixed typo.
2499
[df25c998]25002001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2501
2502        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2503        * configure.in: Remove.
2504        * configure.ac: New file, generated from configure.in by autoupdate.
[1d331547]2505        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2506        * libchip/configure.in: Remove.
2507        * libchip/configure.ac: New file, generated from configure.in by
2508        autoupdate.
[8b615cd]2509        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2510        * librdbg/configure.in: Remove.
2511        * librdbg/configure.ac: New file, generated from configure.in by
2512        autoupdate.
[93a735b]2513        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2514        * libnetworking/configure.in: Remove.
2515        * libnetworking/configure.ac: New file, generated from configure.in by
2516        autoupdate.
[1d331547]2517
25182001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2519
2520        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2521        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2522        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2523
25242001-09-27      Joel Sherrill <joel@OARcorp.com>
2525
2526        * libchip/ChangeLog: Fixed typo in date.
2527
[93a735b]25282001-09-27      Eric Norum <eric.norum@usask.ca>
2529
2530        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2531        TFTP  filesystem.
2532
[8b615cd]25332001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2534
2535        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2536        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2537        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2538        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2539        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2540        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2541        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2542        'PREINSTALL_FILES ='.
[93a735b]2543        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2544        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2545        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2546        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2547        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2548        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2549        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2550        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2551        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2552        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2553        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2554        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
[8b615cd]2555
25562001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2557
2558        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2559        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2560        * librdbg/src/m68k/any/Makefile.am: Ditto.
2561        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
[93a735b]2562        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2563        happy.
[8b615cd]2564
[1d331547]25652001-09-21      Joel Sherrill <joel@OARcorp.com>
2566
2567        * libchip/network/Makefile.am: Fixed typo on file name.
2568        * libchip/network/i82586.c: Commented out line 318 which is referencing
2569        a member of a structure that is not currently there.  This needs to be
2570        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2571        to C style.
2572
[93a735b]25732001-09-19      Eric Norum <eric.norum@usask.ca>
2574
2575        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2576
[1d331547]25772001-09-19      Chris Johns <ccj@acm.org>
2578
2579        * libchip/network/README.i82586, libchip/network/i82586.c,
2580        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2581        Network driver for Intel i82586.
[93a735b]2582        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2583        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2584        "root" filesystem with information obtained via the DHCP response.
[1d331547]2585
[8b615cd]25862001-09-14      Eric Norum <eric.norum@usask.ca>
2587
2588        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2589        make gcc 3.x happy.
2590
[93a735b]25912001-08-16      Mike Siers <mikes@poliac.com>
2592
2593        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2594        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2595        These support callback functionality that has not even been compiled
2596        under RTEMS yet.
2597        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2598        example application.  Mike's notes on the modifications: - renamed
2599        error() function because of namespace problems - removed calls to the
2600        exit() funciton - removed extra files from the pppd source directory -
2601        defined pppd task constant values in rtemspppd.h - modifyied example
2602        code to get actual tick per second value - placed the pppd 2.3.11 man
2603        page file (pppd.8) into the pppd directory.
2604        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2605        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2606        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2607        libnetworking/pppd/rtems-ppp.c: Deleted.
2608        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2609        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2610        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2611        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2612        libnetworking/pppd/example/init.c,
2613        libnetworking/pppd/example/netconfig.h,
2614        libnetworking/pppd/example/ppp.conf,
2615        libnetworking/pppd/example/pppdapp.c,
2616        libnetworking/pppd/example/system.h: New files.
2617        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2618        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2619        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2620        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2621        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2622        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2623        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2624        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2625        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2626        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2627        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2628        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2629        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2630        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2631        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2632
26332001-08-16      Joel Sherrill <joel@OARcorp.com>
2634
2635        * libnetworking/pppd/example/Makefile: Removed.
2636        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2637        to avoid bootstrap -c clobbering it.
2638        * libnetworking/rtems_telnetd/.cvsignore: New file.
2639
26402001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2641
2642        * libnetworking/Makefile.am, libnetworking/configure.in,
2643        libnetworking/rtems_servers/Makefile.am,
2644        libnetworking/rtems_servers/telnetd.c,
2645        libnetworking/rtems_servers/telnetd.h,
2646        libnetworking/rtems_telnetd/Makefile.am,
2647        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2648        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2649        libnetworking/rtems_telnetd/telnetd.c,
2650        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2651        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2652        effect when ftpd change. - the tcp/ip stats have been implemented into
2653        icmds.c and started when telnetd daemon is started.
2654        * libnetworking/rtems_servers/telnetd.c,
2655        libnetworking/rtems_servers/telnetd.h: Removed.
2656        * libnetworking/rtems_telnetd: New directory.
2657        * libnetworking/rtems_telnetd/Makefile.am,
2658        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2659        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2660        libnetworking/rtems_telnetd/telnetd.c,
2661        libnetworking/rtems_telnetd/telnetd.h: New files.
2662
26632001-06-14      Joel Sherrill <joel@OARcorp.com>
2664
2665        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2666        Moved from libmisc/shell so the network stack to address network
2667        depenendency.
2668        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2669
26702001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2671
2672        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2673
[8b615cd]26742001-05-15      Joel Sherrill <joel@OARcorp.com>
2675
2676        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2677        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2678        accidentally deleted the incorrectly empty versions.
2679
[1d331547]26802001-05-14      Till Straumann <strauman@slac.stanford.edu>
2681
2682        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2683        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2684        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2685        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2686        to know the values) - the affected BSP (shared/motorola) headers have
2687        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2688        driver (libchip/network/dec21140.c) has been fixed to use
2689        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2690        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2691        who is using this driver. - the DEC driver also has been fixed to use
2692        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2693        delay_in_bus_cycles().
2694
[93a735b]26952001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2696
2697        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2698
[1d331547]26992001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2700
2701        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2702
[93a735b]27032001-04-24      Eric Norum <eric.norum@usask.ca>
2704
2705        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2706        NTP synchronization a little more robust -- no NTP daemon yet, but at
2707        least it trys a little harder when the primary NTP server is down.
2708
27092001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2710
2711        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2712        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2713        libnetworking/pppd/modem_example/modem.c,
2714        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2715        other strings into English.
2716        * libnetworking/pppd/STATUS: updated to reflect the changes.
2717
27182001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2719
2720        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2721        again.
2722
[8b615cd]27232001-04-20      Eric Valette <valette@crf.canon.fr>
2724
2725        * mcp750 directory renamed new_exception processing as it supports many
2726        more CPU models.
2727        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2728        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2729        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2730        formerly in mcp750 plus modifications.
2731        * librdbg/src/powerpc/mcp750/.cvsignore,
2732        librdbg/src/powerpc/mcp750/Makefile.am,
2733        librdbg/src/powerpc/mcp750/remdeb.h,
2734        librdbg/src/powerpc/mcp750/remdeb_f.x,
2735        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2736        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2737        new_exception_processing.
2738        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2739        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2740        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2741        part of this effort to add support for the MPC8xx.
2742
27432001-04-19      Joel Sherrill <joel@OARcorp.com>
2744
2745        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2746        internal include files.
2747
[93a735b]27482001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2749
2750        PR 158
2751        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2752        rcmd() library call by commenting out the parts that deal with signals.
2753        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2754        stdio. The 'server-side' parts of this file which deal with
2755        authentication are disabled since they are not needed.
2756
27572001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2758
2759        * libnetworking/include/.cvsignore: Remove dangling file.
2760
[1d331547]27612001-03-14      Joel Sherrill <joel@OARcorp.com>
2762
2763        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2764        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2765        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2766        libchip style serial drivers can be written in libcpu or libbsp.
2767
27682001-03-01      Joel Sherrill <joel@OARcorp.com>
2769
2770        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2771        libchip/network/sonic.c, libchip/network/sonic.h,
2772        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2773        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2774        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2775        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2776        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2777        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2778        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2779        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2780
[8b615cd]27812001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2782
2783        * librdbg/include/rdbg/Makefile.am,
2784        librdbg/include/rdbg/i386/Makefile.am,
2785        librdbg/include/rdbg/m68k/Makefile.am,
2786        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2787        style on include files.
2788
[1d331547]27892001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2790
2791        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2792        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2793        replace ${..} with $(..).
[93a735b]2794        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2795        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2796        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2797        libnetworking/rtems/Makefile.am, libnetworking/
2798        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2799        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2800        include_*HEADERS instead of H_FILES.
2801        * libnetworking/include/Makefile.am: Remove.
2802        * libnetworking/Makefile.am: Add handling of *.h files.
2803        * libnetworking/configure.in: Remove include/Makefile.
[df25c998]2804
[6e6f0f06]28052001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2806
2807        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2808
[93a735b]28092001-01-31      Sergei Organov <osv@javad.ru>
2810
2811        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2812        current dir and root dir removed in favor of new libio support for
2813        task-local current and root directories. - Bug in `close_data_socket()'
2814        introduced by previous change fixed. - `command_pasv()' changed to set
2815        timeout on socket we are listening on and code fixed to don't close
2816        socket twice on error. - `serr()' changed to clear `errno'. -
2817        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2818        changed to clear `errno' before processing session. -
2819        `close_data_socket()' fixed to close both active and passive sockets -
2820        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2821        empty string  in `exec_command()'.
2822
28232001-01-25      Eric Norum <eric.norum@usask.ca>
2824
2825        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2826        improves throughput on systems which are dropping packets.   Only the
2827        first timeout is reduced.  This keeps the number of extra packets down
2828        on networks that are very busy and dropping lots of packets.
2829
28302001-01-24      Sergei Organov <osv@javad.ru>
2831
2832        * libnetworking/rtems_servers/ftpd.c,
2833        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2834        - Timeouts on sockets implemented. 'idle' field added to configuration.
2835        No timeout by default to keep backward compatibility. Note: SITE IDLE
2836        command not implemented yet. - Basic global access control implemented.
2837        'access' field added to configuration. No access limitations by default
2838        to keep backward compatibility. - Anchor data socket for active mode
2839        (using self IP and port 20.) - Fixed default data port support (still
2840        not tested). - Don't allow IP address different from originating host in
2841        PORT command to improve security. - Fixed bug in MDTM command. - Check
2842        for correctness of parsing of argument in command_port(). - Fixed
2843        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2844        a directory. - Command parsing a little bit improved: command names are
2845        now converted to upper-case to be more compatible with RFC (command
2846        names are not case-sensitive.) - Reformat comments so that they have
2847        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2848        previous changes - True ASCII mode implemented (doesn't work for hooks
2849        and /dev/null) - Passive mode implemented, PASV command added. - Default
2850        port for data connection could be used (untested, can't find ftp client
2851        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2852        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2853
[8b615cd]28542001-01-18      Joel Sherrill <joel@OARcorp.com>
2855
2856        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2857        macro using variable arguments.
2858        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2859        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2860        since I updated the main RTEMS development machine to RedHat 7.2 and
2861        apparently got a new version of rpcgen.
2862
[93a735b]28632001-01-12      Sergei Organov <osv@javad.ru>
2864
2865        * libnetworking/rtems_servers/ftpd.c,
2866        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2867        - use pool of pre-created threads to handle sessions instead of
2868        creating/deleting threads on the fly - LIST output is now similar to
2869        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2870        happy with it. - LIST NAME now works (both for files and directories) -
2871        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2872        clients happy  - keep track of CWD for every session separately -
2873        ability to specify root directory name for FTPD in configuration table.
2874        FTPD will then create illusion for FTP clients that this is actually
2875        root directory. - ignore options sent in commands, thus LIST -al FILE
2876        works and doesn't try to list "-al" directory. - buffers are allocated
2877        on stack instead of heap where possible to eliminate malloc/free calls
2878        (avoid possible heap fragmentation troubles). - drop using of task
2879        notepad to pass parameters - use function arguments instead - use
2880        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2881        in socket() instead of AF_INET.
2882
28832001-01-02      Joel Sherrill <joel@OARcorp.com>
2884
2885        * libnetworking/CHANGELOG: Removed.
2886        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2887
28882000-12-14      Eric Norum <eric.norum@usask.ca>
2889
2890        * libnetworking/lib/tftpDriver.c: Added write capability.
2891
28922000-12-08      Joel Sherrill <joel@OARcorp.com>
2893
2894        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2895        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2896        numerous variable declarations conditional on PPP_COMPRESS and
2897        PPP_FILTER.  Commented out variables that were not used because the code
2898        using them was commented out. Removed totally unused variables.
2899        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2900        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2901
29022000-11-30      Joel Sherrill <joel@OARcorp.com>
2903
2904        * libnetworking/modem/ppp_tty.c: Changed to include
2905        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2906        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2907        * libnetworking/Makefile.am: Modified to reflect above.
2908
29092000-11-27      Joel Sherrill <joel@OARcorp.com>
2910
2911        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2912
29132000-11-25      Eric Norum <eric.norum@usask.ca>
2914
2915        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2916        core.
2917
29182000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2919
2920        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2921        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2922        subdir.
2923        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2924        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2925        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2926        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2927        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2928        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2929        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2930        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2931        ppp_tty.c and the real pppd main is in pppmain.c.
2932
[1d331547]29332000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2934
2935        * libchip/network/sonic.c: Added ipalign() routine to align the received
2936        packet so that the ip header is on a 32-bit boundary. Necessary for
2937        cpu's that do not allow unaligned loads and stores and when the 32-bit
2938        DMA mode is used.
2939
[feead226]29402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2941
2942        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
[1d331547]2943        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2944        ACLOCAL_AMFLAGS.
[8b615cd]2945        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2946        ACLOCAL_AMFLAGS.
[93a735b]2947        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2948        ACLOCAL_AMFLAGS.
[1d331547]2949
29502000-11-03      Chris Johns <ccj@acm.org>
2951
2952        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2953        libchip/network/cs8900.h: New files.
[feead226]2954
[a314d3b4]29552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2956
2957        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
[1d331547]2958        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2959        $(RTEMS_TOPdir)/aclocal.
[8b615cd]2960        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2961        $(RTEMS_TOPdir)/aclocal.
[93a735b]2962        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2963        $(RTEMS_TOPdir)/aclocal.
[a314d3b4]2964
[846027b]29652000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2966
2967        * configure.in: Switch to GNU-canonicalization.
2968        * Makefile.am: Reflect changes to configure.in.
2969        * acinclude.m4: Remove.
2970
[93a735b]29712000-10-30      Joel Sherrill <joel@OARcorp.com>
2972
2973        * POSIX include files merged into newlib.  This resulted in some
2974        definitions moving to other files and thus some secondary effects in
2975        RTEMS source code.
2976        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2977        in sync with newlib's <machine/types.h>.
2978        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2979        definition of struct itimerval in <sys/time.h>.
2980
[1c31722]29812000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2982
[5a80f36b]2983        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2984        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
[d16ca93]2985        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2986        * ChangeLog: Fix typos.
2987        * configure.in: add tests to the GNU canonicalized subdirectories.
[1c31722]2988
[a6eabdb6]29892000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2990
[5a80f36b]2991        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2992        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2993        the lib directory before configuring lib/.
[c05edee]2994
[e590416a]29952000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2996
[5a80f36b]2997        * configure.in, Makefile.am: add exec to the GNU canonicalized
2998        subdirectories.
2999        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3000        * configure.in: add libnetworking, librpc and librdb to the GNU
3001        canonicalized subdirectories.
[fa60c5b]3002        * configure.in: add libmisc and libchip to the GNU canonicalized
3003        subdirectories.
[1d331547]3004        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3005        Switch to GNU canonicalization.
[8b615cd]3006        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3007        Switch to GNU canonicalization.
[93a735b]3008        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3009        Switch to GNU canonicalization.
[fa60c5b]3010
[4a2faa7c]30112000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3012
3013        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
[5a80f36b]3014        canonicalization to libfs/. The approach is currently a bit of a hack as
3015        GNU canonicalization does not support the per-BSP build some of the
3016        other directories require.  As more of the tree is converted, this will
3017        become less  of an issue.
[4a2faa7c]3018
[1d331547]30192000-10-20      Joel Sherrill <joel@OARcorp.com>
3020
3021        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3022        parameter.
3023
[8b615cd]30242000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3025
3026        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3027        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3028        * librdbg/configure.in: Add m68k support.
3029        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3030        subdirectory.
3031        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3032        failure.
3033        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3034        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3035        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3036        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3037        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3038        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3039        librdbg/src/m68k/.cvsignore: New files.
[93a735b]3040        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3041        function pointers.
3042        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3043        _after_ pointer has been checked against NULL.
[8b615cd]3044
[10c6e903]30452000-10-18      Joel Sherrill <joel@OARcorp.com>
3046
3047        * wrapup/Makefile.am: Added libfs.
3048
[5a80f36b]30492000-10-18      Chris Johns <ccj@acm.org>
[ee419f3]3050
3051        * libfs created.
3052        * configure.in: Added libfs subdirectory.
[93a735b]3053        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3054
30552000-09-28      Joel Sherrill <joel@OARcorp.com>
3056
3057        * libnetworking/rtems_webserver/Makefile.am,
3058        libnetworking/rtems_webserver/base64.c,
3059        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3060        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3061
30622000-09-22      Joel Sherrill <joel@OARcorp.com>
3063
3064        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3065        libnetworking/rtems/rtems_bsdnet_internal.h,
3066        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3067        have included rtems.h.  It is now including precisely the  least amount
3068        of low level, yet portable .h files to get the basic RTEMS types
3069        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3070        used machine/types.h to include rtems.h.
[ee419f3]3071
[00438014]30722000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3073
[5a80f36b]3074        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
[00438014]3075
[93a735b]30762000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3077
3078        * libnetworking/ChangeLog: Cleanup.
3079
[1d331547]30802000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3081
3082        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3083        * libchip/ChangeLog: Fix formating.
3084
[93a735b]30852000-09-05      Joel Sherrill <joel@OARcorp.com>
3086
3087        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3088        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3089        confusion and to work with the converted flags.
3090
[19530ab5]30912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3092
3093        * wrapup/Makefile.am: Include compile.am.
[1d331547]3094        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3095        libchip/serial/Makefile.am: Include compile.am.
[8b615cd]3096        * librdbg/src/i386/any/Makefile.am,
3097        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
[93a735b]3098        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3099        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3100        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3101        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3102        libnetworking/rtems_servers/Makefile.am,
3103        libnetworking/rtems_webserver/Makefile.am,
3104        libnetworking/wrapup/Makefile.am: Include compile.am.
3105
31062000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3107
3108        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3109        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3110
31112000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3112
3113        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3114
31152000-08-31      Joel Sherrill <joel@OARcorp.com>
3116
3117        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3118        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3119        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3120        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3121        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3122        * libnetworking/wbase64.c: Removed.
3123        * libnetworking/Makefile.am, libnetworking/asp.c,
3124        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3125        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3126        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3127        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3128        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3129        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3130        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3131        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3132        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3133        Modified.
[19530ab5]3134
[00966ba]31352000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3136
[19530ab5]3137        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
[00966ba]3138
[93a735b]31392000-08-30      Joel Sherrill <joel@OARcorp.com>
3140
3141        * libnetworking/rtems_webserver/license.txt: New file.
3142
[e94ad1fe]31432000-08-10      Joel Sherrill <joel@OARcorp.com>
3144
3145        * ChangeLog: New file.
[1d331547]3146        * libchip/ChangeLog: New file.
[8b615cd]3147        * librdbg/ChangeLog: New file.
[93a735b]3148        * libnetworking/ChangeLog: New file.
[5a80f36b]3149
Note: See TracBrowser for help on using the repository browser.