source: rtems/c/src/ChangeLog @ 4f5e472

4.104.114.84.95
Last change on this file since 4f5e472 was 4f5e472, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/06 at 17:09:33

2006-10-17 Ralf Corsépius <ralf.corsepius@…>

  • aclocal/prog-ccas.m4: Adaptations to automake-1.10.
  • Property mode set to 100644
File size: 122.4 KB
Line 
12006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
4
52006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
8
92006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * aclocal/version.m4: Bump version to 4.7.99.0.
12
132006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: Require autoconf-2.60. Require automake-1.10.
16
172006-09-11      Joel Sherrill <joel@OARcorp.com>
18
19        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
20
212006-09-04      Joel Sherrill <joel@OARcorp.com>
22
23        * libchip/network/greth.c, libchip/network/open_eth.c,
24        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
25        introduced by warning removal.
26
272006-09-01      Joel Sherrill <joel@OARcorp.com>
28
29        * libchip/network/greth.c, libchip/network/open_eth.c,
30        libchip/network/smc91111.c: Remove warnings and correct prototype
31        added earlier today.
32
332006-09-01      Joel Sherrill <joel@OARcorp.com>
34
35        * libchip/network/cs8900.c, libchip/network/greth.c,
36        libchip/network/i82586.c, libchip/network/open_eth.c,
37        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
38        sized integers, and inttypes.h printf helpers.
39
402006-08-09      Kolja Waschk <waschk@telos.de>
41
42        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
43
442006-07-12      Joel Sherrill <joel@OARcorp.com>
45
46        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
47
482006-07-11      Jerry Needell <jerry.needell@unh.edu>
49
50        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
51        4.6 branch.  Original modifications by Gaisler Enterprises.
52        * libchip/network/greth.c, libchip/network/greth.h: New files.
53
542006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
55
56        * ide/ata.[ch]:
57        (PR1118) fetch priority for ATA task from a variable,
58        not a fixed configuration value.
59       
602006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Add ampolish3.
63
642006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * ampolish3: New.
67        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
68
692006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * aclocal/rtems-ampolish.m4: New.
72        * configure.ac: Use RTEMS_AMPOLISH3.
73
742006-04-18  Joel Sherrill <joel@OARcorp.com>
75
76        * aclocal/version.m4: Updated to rtems-4.6.99.3.
77
782006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
79
80        PR 853/filesystem
81        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
82        should be modified to support the new exception scheme and to use the
83        handle parameter.
84
852006-02-a32     Eric Norum <norume@aps.anl.gov>
86
87        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
88        "newer" PCI access calls.  Minor cleanups.  Comments.
89
902006-01-12      Eric Norum <norume@aps.anl.gov>
91
92        PR 861/networking
93        PR 863/networking
94        * libchip/network/smc91111.c: Fix illegal lvalue increments.
95
962006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * wrapup/Makefile.am: Add preinstall.am.
99        * libchip/Makefile.am: Build libchip/network/smc91111.
100        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
101        Eliminate cyg_int* crap.
102
1032006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * librdbg/Makefile.am: Add preinstall.am.
106        * aclocal/bsp-configure.m4: Add ampolish3.
107        New header guards.
108
1092006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * libchip/network/open_eth.c, libchip/network/open_eth.h:
112        Merger from rtems-4-6-branch.
113
1142006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * libchip/network/smc91111.c
117        libchip/network/smc91111config.h
118        libchip/network/smc91111exp.h
119        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
120        * libchip/Makefile.am: Reflect adding smc91111*.
121
1222006-01-08      Joel Sherrill <joel@OARcorp.com>
123
124        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
125        char *.
126
1272006-01-08      Joel Sherrill <joel@OARcorp.com>
128
129        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
130        warnings.
131
1322005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
135        Add RTEMS_RELLDFLAGS.
136        * automake/compile.am: Remove RTEMS_USE_GCC.
137        Remove RTEMS_RELLDFLAGS.
138        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
139
1402005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * libchip/network/if_media.h, libchip/network/mii.h:
143        Remove (Moved to cpukit).
144        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
145        and libchip/network/if_media.h.
146        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
147        if_media.h having moved.
148
1492005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * automake/compile.am, automake/host.am, automake/local.am,
152        automake/subdirs.am: Remove depend.
153        * configure.ac: Explicitly pass --libdir and --includedir to
154        testsuites.
155
1562005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * configure.ac: Reflect changes to testsuites.
159
1602005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * automake/compile.am: Remove GCCSPECS.
163        * aclocal/prog-cc.m4: Add GCCSPECS.
164        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
165
1662005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
169        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
170
1712005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
174        libcpu/byteorder.h for i386.
175
1762005-11-02      Till Straumann <strauman@slac.stanford.edu>
177
178        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
179        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
180        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
181        added a simple API/library for i2c devices and drivers for i2c
182        2-byte eeproms and a ds1621 temperature sensor; API is documented
183        in libi2c.h.
184
1852005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        * libnetworking/pppd/ipxcp.c,
188        libnetworking/pppd/chat.c,
189        libnetworking/pppd/patchlevel.h,
190        libnetworking/pppd/upap.h,
191        libnetworking/pppd/md5.h,
192        libnetworking/pppd/pppd.8,
193        libnetworking/pppd/README,
194        libnetworking/pppd/preinstall.am,
195        libnetworking/pppd/md4.h,
196        libnetworking/pppd/magic.c,
197        libnetworking/pppd/pppd.h,
198        libnetworking/pppd/demand.c,
199        libnetworking/pppd/rtemsmain.c,
200        libnetworking/pppd/sys-rtems.c,
201        libnetworking/pppd/ipcp.h,
202        libnetworking/pppd/lcp.h,
203        libnetworking/pppd/chap_ms.c,
204        libnetworking/pppd/md4.c,
205        libnetworking/pppd/rtemspppd.h,
206        libnetworking/pppd/cbcp.h,
207        libnetworking/pppd/auth.c,
208        libnetworking/pppd/lcp.c,
209        libnetworking/pppd/example/README,
210        libnetworking/pppd/example/ppp.conf,
211        libnetworking/pppd/example/system.h,
212        libnetworking/pppd/example/netconfig.h,
213        libnetworking/pppd/example/pppdapp.c,
214        libnetworking/pppd/example/init.c,
215        libnetworking/pppd/example/Makefile-user,
216        libnetworking/pppd/example/pppd.options,
217        libnetworking/pppd/rtemspppd.c,
218        libnetworking/pppd/ipxcp.h,
219        libnetworking/pppd/chap_ms.h,
220        libnetworking/pppd/options.c,
221        libnetworking/pppd/magic.h,
222        libnetworking/pppd/chap.h,
223        libnetworking/pppd/cbcp.c,
224        libnetworking/pppd/upap.c,
225        libnetworking/pppd/chap.c,
226        libnetworking/pppd/Makefile.am,
227        libnetworking/pppd/ccp.h,
228        libnetworking/pppd/utils.c,
229        libnetworking/pppd/rtemsdialer.h,
230        libnetworking/pppd/fsm.h,
231        libnetworking/pppd/pathnames.h,
232        libnetworking/pppd/md5.c,
233        libnetworking/pppd/fsm.c,
234        libnetworking/pppd/ipcp.c,
235        libnetworking/pppd/STATUS,
236        libnetworking/pppd/ccp.c,
237        libnetworking/Makefile.am: Remove (Moved to cpukit).
238
2392005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * configure.ac: Remove libnetworking, libnetworking/pppd.
242        * wrapup/Makefile.am: Remove libpppd.a.
243
2442005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
245
246        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
247        rtemsdialer.h to $(includedir)/rtems.
248
2492005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
250
251        * libnetworking/rtems_telnetd/icmds.c,
252        libnetworking/rtems_telnetd/Makefile.am,
253        libnetworking/rtems_telnetd/preinstall.am,
254        libnetworking/rtems_telnetd/pty.c,
255        libnetworking/rtems_telnetd/pty.h,
256        libnetworking/rtems_telnetd/README,
257        libnetworking/rtems_telnetd/telnetd.c,
258        libnetworking/rtems_telnetd/telnetd.h:
259        Remove (Moved to cpukit).
260
2612005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * configure.ac: Remove libnetworking/rtems_telnetd.
264        * libnetworking/Makefile.am: Remove rtems_telnetd.
265        * libnetworking/README: Remove (Obsolete).
266        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
267
2682005-10-20  Eric Norum <norume@aps.anl.gov>
269
270        * libchip/network/dec21140.c: Clean up PCI mapping.
271
2722005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
273
274        * libnetworking/pppd/Makefile.am: Use preinstall.am.
275        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
276        librdbg/src/servrpc.c, librdbg/src/servtgt.c
277        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
278        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
279        * configure.ac: Move optman to the end of BSP_SUBDIRS.
280
2812005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
282
283        * aclocal/bspopts.m4: Add missing m4 quotes.
284
2852005-09-02  Joel Sherrill <joel@OARcorp.com>
286
287    * aclocal/version.m4: Updated to rtems-4.6.99.2.
288
2892005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
290
291        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
292        libchip/network/dec21140.c: Remove initialization of PCI bus.
293
2942005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
295
296        * optman/Makefile.am: Add preinstall.am.
297
2982005-07-18      Karel Gardas <kgardas@objectsecurity.com>
299
300        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
301        UNTESTED to tested.
302
3032005-06-17      Joel Sherrill <joel@OARcorp.com>
304
305        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
306        it is not supported by the MPC5xx.
307
3082005-06-17      Joel Sherrill <joel@OARcorp.com>
309
310        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
311        interface. Also correct attempting to build on other than PowerPC and
312        x86.
313
3142005-06-16      Daron Chabot <daron@nucleus.usask.ca>
315
316        * libchip/Makefile.am: Add driver for Tulip clones.
317        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
318        libchip/network/if_dcreg.h: New files.
319
3202005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
321
322        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
323        to enable rdbg.
324        * configure.ac: Reflect changes above.
325
3262005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
327
328        * configure.ac: Add ada/.
329
3302005-05-20      Sergei Organov  <osv@topconrd.ru>
331
332        PR 750/networking
333        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
334        wait_input().
335
3362005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
337
338        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
339        rtems/irq.h.
340
3412005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
342
343        * libchip/Makefile.am: Include preinstall.am.
344        * libchip/preinstall.am: New.
345
3462005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
347
348        * configure.ac: Add AMPOLISH3.
349        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
350        * libnetworking/rtems_telnetd/preinstall.am: New.
351        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
352
3532005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
354
355        * configure.ac: Let enable_rpcgen default to "no".
356
3572005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
358
359        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
360
3612005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
362
363        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
364        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
365
3662005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
367
368        * libchip/network/dec21140.c, libchip/network/elnk.c,
369        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
370
3712005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
372
373        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
374        of code as a result of the implementation of a common PCI interface.
375
3762005-05-04      Joel Sherrill <joel@OARcorp.com>
377
378        * libchip/network/open_eth.c: Remove prototype of set_vector.
379
3802005-05-03      Joel Sherrill <joel@OARcorp.com>
381
382        * librdbg/src/ptrace.c: Remove warning.
383
3842005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
385
386        * libchip/network/dec21140.c, libchip/network/elnk.c,
387        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
388        Modified parameter list to remove warnings.
389
3902005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
391
392        * libchip/network/cs8900.c, libchip/network/i82586.c,
393        libchip/network/open_eth.c, libchip/network/sonic.c,
394        libchip/serial/mc68681.c: Modified types to remove
395        warnings.  Added initialization to remove warnings.
396
3972005-04-28      Joel Sherrill <joel@OARcorp.com>
398
399        * libchip/network/README.sonic: Rewritten to account for removal of
400        dmv177.
401
4022005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
403
404        PR 781/rtems_misc
405        * libchip/serial/ns16550_p.h: Fix baud rate calculation
406
4072005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
408
409        * libchip/serial/ns16550.c:
410        Fixed warnings generated in various powerpc configurations
411
4122005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
413
414        * libchip/serial/ns16550.c: Modified
415        ISR to work with PPC new exception processing
416
4172005-03-14      Joel Sherrill <joel@OARcorp.com>
418
419        * libchip/network/dec21140.c, libchip/network/elnk.c,
420        libchip/network/if_fxp.c: Continue PCI API unification. All use
421        pci_find_device(). Network drivers manufacture a signature since all
422        calls have not been converted yet.
423
4242005-03-04      Joel Sherrill <joel@OARcorp.com>
425
426        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
427        initialize function part of the unified PCI API as pci_initialize().
428
4292005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
430
431        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
432        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
433
4342005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
435
436        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
437        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
438
4392005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
440
441        * aclocal/ppc.m4: Reflect changes to ppc exception processing
442        building procedures.
443
4442005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
445
446        * aclocal/prog-cc.m4:
447        Quote CFLAGS's RHS to accomodate Solaris broken sh.
448
4492005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
450
451        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
452
4532005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
454
455        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
456
4572005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
458
459        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
460
4612005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
462
463        * libnetworking/rtems_servers/ftp.c,
464        libnetworking/rtems_servers/ftp.h,
465        libnetworking/rtems_servers/Makefile.am:
466        Remove (relocated to cpukit/ftpd).
467        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
468        removed move libnetworking/rtems_servers.
469
4702005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
471
472        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
473
4742005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
475
476        PR 755/rtems
477        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
478        Remove local declarations of rtems_bsdnet_nameservers,
479        rtems_bsdnet_nameservers_count.
480
4812005-01-31      Sergei Organov <osv@topconrd.ru>
482
483        PR 751/pppd
484        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
485        committed to fix PR736 breaks pppd. chat.c should have its own static
486        ttyfd for pppd to work correctly. The symptom is that second
487        invokation of chat (for connect script) fails due to pppd_ttyfd set
488        to -1 by previous chat invokation (for init script). In addition,
489        this patch fixes leaving of dangling pointer in the abort_stbring[]
490        by chat_send().
491
4922005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
493
494        * configure.ac: Remove CFLAGS_DEBUG_V.
495        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
496
4972005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
498
499        * wrapup/Makefile.am: Remove rtems-ctor.o.
500
5012005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
502
503        * libchip/rtc/rtc.h: size_t RTC_Count.
504
5052005-01-20      Joel Sherrill <joel@OARcorp.com>
506
507        PR 736/pppd
508        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
509        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
510        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
511        should not be static and should have a name more specific to pppd.
512
5132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
514
515        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
516        libnetworking/rtems_servers/Makefile.am,
517        libnetworking/rtems_telnetd/Makefile.am,
518        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
519        Eliminate CFLAGS_OPTIMIZE_V.
520
5212005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
522
523        * configure.ac: Pass CFLAGS to testsuites configure.
524        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
525        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
526
5272005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
528
529        * configure.ac: Pass CFLAGS to cpukit configure.
530        * aclocal/rtems-flags.m4: Remove (Unused).
531        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
532        * aclocal/env-rtemsbsp.m4:
533        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
534        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
535        RTEMS_CFLAGS.
536        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
537        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
538        Cleanup comments.
539
5402005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
541
542        * automake/compile.am: Remove build-variant support.
543
5442005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
545
546        * libnetworking/pppd/Makefile.am,
547        libnetworking/rtems_servers/Makefile.am,
548        libnetworking/rtems_telnetd/Makefile.am:
549        Remove build-variant support.
550
5512005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
552
553        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
554        support/Makefile.am, wrapup/Makefile.am:
555        Remove build-variant support.
556
5572004-11-22      Joel Sherrill <joel@OARcorp.com>
558
559        * libchip/network/if_fxp.c: Add entry for another module ID code.
560
5612004-11-22      Joel Sherrill <joel@OARcorp.com>
562
563        PR 693/misc
564        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
565        in/outport routines.
566
5672004-11-22      Joel Sherrill <joel@OARcorp.com>
568
569        PR 693/misc
570        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
571        in/outport routines.
572
5732004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
574
575        * aclocal/enable-itron.m4: Remove (unused).
576
5772004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
578
579        * configure.ac: Misc. quoting cleanups.
580        Enable ada-tests iff --enable-ada and --enable-tests.
581
5822004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
583
584        PR 703/filesystem
585        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
586        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
587        libchip/ide/ide_controller.c:
588        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
589        available for BSPS/device drivers.
590        Extend the "modes_available" and "mode_active" parameters to
591        uint16_t for UDMA support.
592
5932004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
594
595        * libchip/network/dec21140.c: Cleanup a bit and remove message about
596        not supported on PowerPC since it works on the MVME2100 BSP.
597
5982004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
599
600        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
601        Add dependency tracking for *.cfgs.
602        * Makefile.am: Add dependency tracking for *.cfg.
603
6042004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
605
606        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
607        (Thanks to Lars Munch <lars@segv.dk> for catching this).
608
6092004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
610
611        PR 707/make_build
612        * configure.ac: Add --enable-rpcgen.
613
6142004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
615
616        PR 700/rtems_misc
617        * libnetworking/rtems_webserver/asp.c,
618        libnetworking/rtems_webserver/balloc.c,
619        libnetworking/rtems_webserver/cgi.c,
620        libnetworking/rtems_webserver/default.c,
621        libnetworking/rtems_webserver/ej.h,
622        libnetworking/rtems_webserver/ejIntrn.h,
623        libnetworking/rtems_webserver/ejlex.c,
624        libnetworking/rtems_webserver/ejparse.c,
625        libnetworking/rtems_webserver/emfdb.c,
626        libnetworking/rtems_webserver/emfdb.h,
627        libnetworking/rtems_webserver/form.c,
628        libnetworking/rtems_webserver/handler.c,
629        libnetworking/rtems_webserver/h.c,
630        libnetworking/rtems_webserver/license.txt,
631        libnetworking/rtems_webserver/Makefile.am,
632        libnetworking/rtems_webserver/md5c.c,
633        libnetworking/rtems_webserver/md5.h,
634        libnetworking/rtems_webserver/mime.c,
635        libnetworking/rtems_webserver/misc.c,
636        libnetworking/rtems_webserver/NOTES,
637        libnetworking/rtems_webserver/ringq.c,
638        libnetworking/rtems_webserver/rom.c,
639        libnetworking/rtems_webserver/rtems_webserver.h,
640        libnetworking/rtems_webserver/security.c,
641        libnetworking/rtems_webserver/sock.c,
642        libnetworking/rtems_webserver/socket.c,
643        libnetworking/rtems_webserver/sockGen.c,
644        libnetworking/rtems_webserver/sym.c,
645        libnetworking/rtems_webserver/uemf.c,
646        libnetworking/rtems_webserver/uemf.h,
647        libnetworking/rtems_webserver/um.c,
648        libnetworking/rtems_webserver/um.h,
649        libnetworking/rtems_webserver/umui.c,
650        libnetworking/rtems_webserver/url.c,
651        libnetworking/rtems_webserver/value.c,
652        libnetworking/rtems_webserver/wbase64.c,
653        libnetworking/rtems_webserver/webcomp.c,
654        libnetworking/rtems_webserver/webmain.c,
655        libnetworking/rtems_webserver/webpage.c,
656        libnetworking/rtems_webserver/webrom.c,
657        libnetworking/rtems_webserver/webs.c,
658        libnetworking/rtems_webserver/websda.c,
659        libnetworking/rtems_webserver/websda.h,
660        libnetworking/rtems_webserver/webs.h,
661        libnetworking/rtems_webserver/websSSL.c,
662        libnetworking/rtems_webserver/websSSL.h,
663        libnetworking/rtems_webserver/websuemf.c,
664        libnetworking/rtems_webserver/wsIntrn.h:
665        Remove (Moved to cpukit/http).
666
6672004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
668
669        PR 700/rtems_misc
670        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
671        Remove libnetworking/rtems_webserver.
672
6732004-10-25      Eric Norum <norume@aps.anl.gov>
674
675        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
676
6772004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
678
679        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
680
6812004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
682
683        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
684        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
685
6862004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
687
688        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
689
6902004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
691
692        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
693        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
694
6952004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
696
697        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
698        BITSPERBYTE.
699
7002004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
701
702        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
703        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
704
7052004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
706
707        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
708
7092004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
710
711        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
712        * aclocal/enable-bare.m4: Remove.
713        * configure.ac: Remove BARE_CPU_MODEL.
714
7152004-10-13      Eric Norum <norume@aps.anl.gov>
716
717        PR 688/bsps
718        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
719        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
720        MC146818A (and several Dallas Semiconductor) TOD chips.
721
7222004-10-13      Eric Norum <norume@aps.anl.gov>
723
724        PR 686/networking
725        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
726        device code.
727
7282004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
729
730        * libchip/network/dec21140.c: include <rtems/pci.h>.
731
7322004-09-29      Joel Sherrill <joel@OARcorp.com>
733
734        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
735        libnetworking/pppd/utils.c: i960 obsoleted and all references
736        removed.
737
7382004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
739
740        PR 607/networking
741        * libchip/network/dec21140.c: Made PCI configuration minimum sane
742        instead of fully specifying unused PCI features.
743
7442004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
745
746        * configure.ac: Require automake > 1.9.
747
7482004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
749
750        * aclocal/rtems-cpu-subdirs.m4: Add avr.
751
7522004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
753
754        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
755        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
756
7572004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
758
759        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
760        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
761
7622004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
763
764        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
765
7662004-07-28  Joel Sherrill <joel@OARcorp.com>
767
768    * aclocal/version.m4: Updated to rtems-4.6.99.1.
769
7702004-07-25      Joel Sherrill <joel@OARcorp.com>
771
772        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
773
7742004-05-21  Till Strauman <strauman@slac.stanford.edu>
775
776        PR 625/networking
777        * libchip/network/dec21140.c, ... : Prevent name clashes by making
778        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
779        an error rather than panic if no chip is detected (thus allowing
780        for probing).
781        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
782        instead of looping forever.  Avoid divide by zero (crashed my PC).
783        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
784        they are UNTESTED.
785
7862004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
787
788        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
789
7902004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
791
792        * libchip/network/dec21140.c, libchip/network/elnk.c:
793        #include <errno.h>.
794
7952004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
796
797        * libchip/network/if_media.h: Update from FreeBSD.
798        * libchip/network/open_eth.c, libchip/network/cs8900.c,
799        libchip/network/i82586.c: #include <errno.h>.
800
8012004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
802
803        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
804
8052004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
806
807        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
808
8092004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
810
811        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
812        automake).
813
8142004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
815
816        PR 599/pppd
817        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
818
8192004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
820
821        * optman/rtems/no-region.c: Reflect having changed
822        rtems_region_get_segment_size.
823
8242004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
825
826        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
827        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
828        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
829        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
830        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
831        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
832        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
833
8342004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
835
836        * libchip/ide/ata.c, libchip/network/dec21140.c,
837        libchip/network/elnk.c, libchip/network/i82586.c,
838        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
839        libchip/network/open_eth.c, libchip/network/sonic.c,
840        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
841        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
842        libchip/shmdr/init.c, libchip/shmdr/intr.c,
843        libchip/shmdr/shm_driver.h: Cosmetics.
844
8452004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
846
847        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
848        optman/rtems/no-msg.c, optman/rtems/no-part.c,
849        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
850        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
851        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
852        fixed size types.
853
8542004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
855
856        * configure.ac: Explicitly pass --includedir and --libdir to
857        cpukit/configure.
858
8592004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
860
861        * librdbg/Makefile.am: Fix rpcgen rules.
862        * librdbg/src/i386/any/remdeb_xdr.c,
863        librdbg/src/m68k/any/remdeb_xdr.c,
864        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
865        Reflect changes to librdbg/Makefile.am.
866
8672004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
868
869        * configure.ac: Reflect changes testsuites/configure.ac and
870        cpukit/configure.ac.
871
8722004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
873
874        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
875        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
876
8772004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
878
879        * configure.ac: Reflect changes to testsuites's configuration.
880
8812004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
882
883        PR/589 rtems
884        * libchip/network/pci.h: Remove (Moved to cpukit).
885
8862004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
887
888        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
889        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
890        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
891        libchip/network/dec21140.c, libchip/network/elnk.c,
892        libchip/network/if_fxp.c, libchip/network/open_eth.c,
893        libchip/network/open_eth.h, libchip/network/sonic.c,
894        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
895        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
896        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
897        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
898        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
899        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
900        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
901        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
902        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
903        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
904        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
905        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
906        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
907        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
908        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
909        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
910        fixed-size types.
911
9122004-03-14      Chris Johns  <chrisj@rtems.org>
913
914        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
915        the BSP example code.
916        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
917        support the DIMMPC. This is a pc386 target with IO port support. Minor
918        formating clean up. Add documentation to the header file.
919        * libchip/network/README.cs8900: The CS8900 driver is documented in the
920        cs8900.h header file.
921
9222004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
923
924        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
925        Cosmetics.
926
9272004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
928
929        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
930        There are no application level Makefiles in here.
931
9322004-03-04      Joel Sherrill <joel@OARcorp.com>
933
934        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
935        they can be used in application level makefiles.
936
9372004-03-05      Joel Sherrill <joel@OARcorp.com>
938
939        * libnetworking/rtems_webserver/ejparse.c,
940        libnetworking/rtems_webserver/emfdb.c,
941        libnetworking/rtems_webserver/sock.c,
942        libnetworking/rtems_webserver/socket.c,
943        libnetworking/rtems_webserver/sym.c,
944        libnetworking/rtems_webserver/webs.c,
945        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
9462004-03-05      Joel Sherrill <joel@OARcorp.com>
947
948        * libchipnetwork/open_eth.c: Remove warnings by conditionally
949        compiling this file only only those CPU families with supported
950        exception models.
951
9522004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
953
954        * acinclude.m4: Fix loosing arguments when configuring cpukit and
955        testsuites (Was exposed with --enable-multilib, only).
956        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
957         Add RTEMS_BSP_CONFIG_SUBDIR.
958        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
959        testsuites's configure.
960        * aclocal/rtems-top.m4: Remove ENDIF hack.
961        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
962
9632004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
964
965        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
966        wrapup/Makefile.am: Fix automake problems having been introduced
967        in previous patch.
968
9692004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
972        Preinstall dirs.
973        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
974        * aclocal/check-multiprocessing.m4: Cosmetics.
975        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
976        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
977
9782004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
979
980        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
981        librdbg/src/Makefile.am.
982        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
983        * configure.ac: Reflect changes above.
984        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
985        * wrapup/Makefile.am: Reflect changes above.
986        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
987
9882004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
989
990        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
991
9922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
993
994        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
995
9962004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
997
998        * wrapup/Makefile.am: Reflect new location of librdbg.a.
999
10002004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1001
1002        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1003        librdbg/src/powerpc/Makefile.am: Remove.
1004        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1005        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1006        * configure.ac: Reflect changes above.
1007
10082004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1009
1010
10112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1012
1013        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1014        STRIP.
1015
10162004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1017
1018        * librdbg/include/Makefile.am: Merge-in
1019        librdbg/include/rdbg/i386/Makefile.am,
1020        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1021        librdbg/include/rdbg/powerpc/Makefile.am.
1022        * librdbg/include/rdbg/i386/Makefile.am,
1023        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1024        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1025        * configure.ac: Reflect changes above.
1026
10272004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1028
1029        * configure.ac: Use AS_HELP_STRING(ada).
1030
10312004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1032
1033        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1034        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1035        Use AC_CONFIG_HEADERS.
1036        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1037        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1038
10392004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * Makefile.am: include local.am.
1042
10432004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1044
1045        * aclocal/version.m4: 4.6.99.0.
1046
10472004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1048
1049        * Makefile.am: Don't include host.am.
1050        * automake/compile.am: Further cleanups.
1051
10522004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * automake/lib.am: Remove (Unused).
1055
10562004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1057
1058        * wrapup/Makefile.am: Don't include lib.am.
1059        * automake/compile.am: Use automake compilation rules.
1060
10612004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1062
1063        * libnetworking/pppd/Makefile.am,
1064        libnetworking/rtems_servers/Makefile.am,
1065        libnetworking/rtems_telnetd/Makefile.am,
1066        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1067        support/Makefile.am: Don't include lib.am.
1068
10692004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1070
1071        * libchip/Makefile.am: Don't include lib.am.
1072        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1073        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1074        unnecessary EXTRA_DISTs.
1075
10762004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1077
1078        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1079        hack.
1080
10812004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1082
1083        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1084        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1085        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1086        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1087
10882004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1089
1090        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1091        Add AM_CONDITIONAL(HAS_MP).
1092        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1093        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1094        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1095        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1096        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1097        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1098        (Deprecated by autoconf 2.59).
1099
11002004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1101
1102        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1103        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1104
11052004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1106
1107        * ChangeLog: Merge-in libnetworking/ChangeLog.
1108        * libnetworking/ChangeLog: Remove.
1109        * ChangeLog: Merge-in librdbg/ChangeLog.
1110        * librdbg/ChangeLog: Remove.
1111        * ChangeLog: Merge-in libchip/ChangeLog.
1112        * libchip/ChangeLog: Remove.
1113        * ChangeLog: Merge-in optman/ChangeLog.
1114        * optman/ChangeLog: Remove.
1115
11162004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1117
1118        * configure.ac: Reflect changes to cpukit.
1119        * wrapup/Makefile.am: Reflect changes to librdbg.
1120        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1121        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1122        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1123        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1124        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1125        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1126        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1127        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1128        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1129
11302004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1131
1132        * aclocal/rtems-top.m4: Remove check for version.m4.
1133        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1134
11352004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1136
1137        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1138        * wrapup/Makefile.am: Reflect changes to libchip/*.
1139        * support/Makefile.am: Use automake compilation rules.
1140        * wrapup/Makefile.am: Reflect changes to support/*.
1141        * configure.ac: Remove libnetworking/wrapup/Makefile.
1142        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1143        libnetworking/*/lib*.a instead of libnetapps.a.
1144        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1145        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1146        * optman/Makefile.am: Use automake compilation rules.
1147        * libchip/Makefile.am: Fix typo in previous patch.
1148        * libchip/Makefile.am: Use automake compilation rules.
1149        * libnetworking/Makefile.am: Remove wrapup.
1150        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1151        automake-compilation rules.
1152        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1153        automake-compilation rules.
1154        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1155        automake-compilation rules.
1156        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1157        automake-compilation rules.
1158        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1159
11602004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1161
1162        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1163        PRE/TMPINSTALL_FILES to CLEANFILES.
1164        * automake/lib.am: Remove TMPINSTALL_FILES.
1165        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1166        PRE/TMPINSTALL_FILES to CLEANFILES.
1167        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1168        PRE/TMPINSTALL_FILES to CLEANFILES.
1169        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1170        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1171        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1172        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1173        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1174        * librdbg/src/i386/Makefile.am: Ditto.
1175        * librdbg/src/m68k/Makefile.am: Ditto.
1176        * librdbg/src/powerpc/Makefile.am: Ditto.
1177        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1178        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1179        * libnetworking/rtems_servers/Makefile.am: Ditto.
1180        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1181        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1182
11832004-01-07      Joel Sherrill <joel@OARcorp.com>
1184
1185        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1186        more completely covers the MIPS family.
1187
11882003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1189
1190        * wrapup/Makefile.am: Reflect changes to shmdr.
1191        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1192
11932003-12-18      Joel Sherrill <joel@OARcorp.com>
1194
1195        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1196        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1197        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1198        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1199        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1200        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1201        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1202
12032003-12-17      Joel Sherrill <joel@OARcorp.com>
1204
1205        * aclocal/version.m4: Updated to rtems-20031217-test.
1206
12072003-12-17     
1208
1209        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1210        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1211
12122003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1213
1214        * automake/compile.am: Remove LINK_LIBS (Unused).
1215        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1216
12172003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1218
1219        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1220        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1221        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1222        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1223        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1224
12252003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1226
1227        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1228        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1229        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1230        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1231        * librdbg/src/i386/Makefile.am:
1232        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1233        * librdbg/src/m68k/Makefile.am:
1234        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1235        * librdbg/src/powerpc/Makefile.am:
1236        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1237
12382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1239
1240        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1241        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1242        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1243        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1244        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1245        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1246        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1247        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1248        * optman/Makefile.am: Remove project_libdir.
1249        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1250        PRE/TMPINSTALL_FILES.
1251        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1252        PRE/TMPINSTALL_FILES.
1253        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1254        PRE/TMPINSTALL_FILES.
1255        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1256        PRE/TMPINSTALL_FILES.
1257        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1258        from PRE/TMPINSTALL_FILES.
1259        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1260        PRE/TMPINSTALL_FILES.
1261        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1262        PRE/TMPINSTALL_FILES.
1263        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1264        PRE/TMPINSTALL_FILES.
1265        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1266        PRE/TMPINSTALL_FILES.
1267        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1268        PRE/TMPINSTALL_FILES.
1269        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1270        PRE/TMPINSTALL_FILES.
1271        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1272        from PRE/TMPINSTALL_FILES.
1273
12742003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1275
1276        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1277        * automake/lib.am: Remove project_libdir.
1278        * wrapup/Makefile.am: Reworked.
1279
12802003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1281
1282        * configure.ac: Reflect changes to librdbg.
1283        * optman/Makefile.am: Add tmpinstall dirstamp support.
1284        * libchip/Makefile.am: Fix variant-tmpinstall support.
1285        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1286        * librdbg/src/powerpc/Makefile.am: Merge-in former
1287        new_exception_processing/Makefile.am.
1288        * librdbg/src/m68k/any/Makefile.am: Remove.
1289        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1290        * librdbg/src/i386/any/Makefile.am: Remove.
1291        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1292        * librdbg/src/Makefile.am: Cosmetics.
1293        * librdbg/include/Makefile.am: Cosmetics.
1294        * librdbg/Makefile.am: Cosmetics.
1295        * libnetworking/Makefile.am: Cosmetics.
1296        * libnetworking/pppd/Makefile.am: Cosmetics.
1297        * libnetworking/wrapup/Makefile.am: Cosmetics.
1298
12992003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1300
1301        * Makefile.am: Cosmetics.
1302        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1303        support.
1304
13052003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        * automake/compile.am: Remove $(ARCH):-rule.
1308
13092003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1310
1311        * configure.ac: Remove lib/libbsp/shared/Makefile,
1312        lib/libbsp/shmdr/Makefile.
1313
13142003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1315
1316        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1317        libchip/serial/Makefile, libchip/rtc/Makefile.
1318        * support/Makefile.am: Remove all-local: $(ARCH).
1319        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1320        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1321        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1322        * optman/Makefile.am: Remove all-local: $(ARCH).
1323        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1324        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1325        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1326        compilation dirstamp support.
1327        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1328        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1329        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1330        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1331        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1332        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1333        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1334        all-local: $(ARCH).
1335        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1336        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1337        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1338        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1339        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1340
13412003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1342
1343        * aclocal/lead-dot.m4: New (from automake-1.7f).
1344        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1345        AC_SUBST(dirstamp).
1346        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1347        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1348        libchip/serial/Makefile.am: Ditto.
1349        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1350        * librdbg/include/Makefile.am: Ditto.
1351        * librdbg/include/rdbg/Makefile.am: Ditto.
1352        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1353        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1354        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1355        * librdbg/src/Makefile.am: Ditto.
1356        * librdbg/src/i386/Makefile.am: Ditto.
1357        * librdbg/src/i386/any/Makefile.am: Ditto.
1358        * librdbg/src/m68k/Makefile.am: Ditto.
1359        * librdbg/src/m68k/any/Makefile.am: Ditto.
1360        * librdbg/src/powerpc/Makefile.am: Ditto.
1361        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1362        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1363        preinstallation.
1364        * libnetworking/pppd/Makefile.am: Ditto.
1365        * libnetworking/rtems_servers/Makefile.am: Ditto.
1366        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1367        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1368        * libnetworking/wrapup/Makefile.am: Ditto.
1369
13702003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1371
1372        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1373        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1374        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1375        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1376        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1377        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1378        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1379        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1380        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1381        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1382        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1383        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1384        underquoting to silence automake-1.8.
1385
13862003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1387
1388        * configure.ac: Reflect having moved tests to ../../testsuites.
1389
13902003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1391
1392        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1393        * aclocal/canonical-host.m4: Remove.
1394        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1395        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1396
13972003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1398
1399        * aclocal/check-cpu.m4: Remove.
1400        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1401        * aclocal/canonical-target-name.m4: Add m4-quotes.
1402        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1403        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1404        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1405        * aclocal/check-networking.m4: Add m4-quotes. Require
1406        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1407        * aclocal/check-posix.m4: Add m4-quotes. Require
1408        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1409        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1410        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1411        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1412
14132003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1414
1415        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1416        * aclocal/bsp-alias.m4: Remove.
1417
14182003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1419
1420        * configure.ac: Make presence of tests/ optional.
1421
14222003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1423
1424        * aclocal/path-perl.m4: Remove (Unused).
1425
14262003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1427
1428        * automake/force-preinstall.am: Remove.
1429
14302003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1431
1432        PR 499/rtems_misc
1433        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1434        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1435        Configuration (Odd was forced) - Correction of Stop Bit configuration
1436        (inversed) - Correction of ISR Handler to call
1437        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1438        CTS Hardware flow control Configuration.
1439
14402003-09-04      Joel Sherrill <joel@OARcorp.com>
1441
1442        * lib/libcpu/shared/include/cache.h,
1443        lib/libcpu/shared/src/cache_aligned_malloc.c,
1444        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1445        license changed.
1446        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1447        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1448        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1449        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1450        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1451        for license changed.
1452        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1453        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1454        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1455        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1456        libchip/network/cs8900.h, libchip/network/dec21140.c,
1457        libchip/network/elnk.c, libchip/network/open_eth.c,
1458        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1459        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1460        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1461        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1462        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1463        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1464        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1465        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1466        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1467        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1468        libchip/serial/serial.h, libchip/serial/z85c30.c,
1469        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1470        libchip/serial/z85c30_reg.c: URL for license changed.
1471
14722003-09-03      Jiri Gaisler <jiri@gaisler.com>
1473
1474        PR 477/networking
1475        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1476        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1477        libchip/network/open_eth.h: New files.
1478
14792003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1480
1481        * aclocal/rtems-top.m4: Add RTEMS_API.
1482        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1483
14842003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1485
1486        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1487        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1488        @RTEMS_BSP@.cfg.
1489
14902003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1491
1492        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1493
14942003-08-20      Joel Sherrill <joel@OARcorp.com>
1495
1496        * libchip/network/cs8900.c: Correct copyright statements.
1497
14982003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1499
1500        * aclocal/check-itron.m4: Remove.
1501        * aclocal/enable-inlines.m4: Remove.
1502        * Makefile.am: Reflect having moved aclocal/.
1503        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1504        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1505        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1506        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1507        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1508        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1509        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1510        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1511        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1512        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1513        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1514        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1515        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1516        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1517        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1518        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1519        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1520        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1521        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1522        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1523        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1524        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1525        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1526        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1527        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1528        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1529        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1530        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1531        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1532        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1533        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1534        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1535        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1536        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1537        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1538        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1539        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1540        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1541        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1542        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1543        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1544        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1545        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1546        * aclocal/target.m4: New (Copied from ../../aclocal).
1547        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1548        * aclocal/version.m4: New (Copied from ../../aclocal).
1549
15502003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1551
1552        * configure.ac: Remove stray comments.
1553        * automake/local.am, automake/host.am: Remove "debug".
1554
15552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1556
1557        * Makefile.am: Reflect having moved automake/.
1558        * lib/Makefile.am: Reflect having moved automake/.
1559        * support/Makefile.am: Reflect having moved automake/.
1560        * wrapup/Makefile.am: Reflect having moved automake/.
1561        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1562        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1563        from ../../automake).
1564        * optman/Makefile.am: Reflect having moved automake/.
1565        * libchip/Makefile.am: Reflect having moved automake/.
1566        * libchip/ide/Makefile.am: Reflect having moved automake/.
1567        * libchip/network/Makefile.am: Reflect having moved automake/.
1568        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1569        * libchip/serial/Makefile.am: Reflect having moved automake/.
1570        * librdbg/Makefile.am: Reflect having moved automake/.
1571        * librdbg/include/Makefile.am: Reflect having moved automake/.
1572        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1573        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1574        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1575        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1576        automake/.
1577        * librdbg/src/Makefile.am: Reflect having moved automake/.
1578        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1579        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1580        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1581        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1582        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1583        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1584        having moved automake/.
1585        * libnetworking/Makefile.am: Reflect having moved automake/.
1586        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1587        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1588        automake/.
1589        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1590        automake/.
1591        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1592        automake/.
1593        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1594
15952003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1596
1597        * Makefile.am: Add bsp.pc.in.
1598        * bsp.pc.in: New (pkgconfig support).
1599
16002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1601
1602        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1603
16042003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1605
1606        * lib/Makefile.am: New (Required by 'make dist').
1607        * lib/ChangeLog: Remove.
1608        * lib/.cvsignore: Cleanup.
1609        * configure.ac: Reflect having added lib/Makefile.am.
1610        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1611        lib/libbsp/configure.ac.
1612        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1613        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1614
16152003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1616
1617        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1618        * configure.ac: Merge-in librdbg/configure.ac.
1619        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1620        librdbg/configure.ac.
1621        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1622        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1623        LIBCHIP. Conditionally build include-dirs.
1624        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1625        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1626        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1627        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1628        librdbg/include/rdbg/m68k/Makefile.am,
1629        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1630        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1631        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1632        librdbg/src/powerpc/Makefile.am, librdbg/
1633        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1634        configure.ac into ../configure.ac.
1635        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1636        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1637        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1638        libnetworking/rtems_telnetd/Makefile.am,
1639        libnetworking/rtems_webserver/Makefile.am,
1640        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1641        into ../configure.ac.
1642
16432003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1644
1645        PR 427/rtems
1646        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1647        * librdbg/src/servtsp.c: Ditto.
1648
16492003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1650
1651        PR 429/bsps
1652        PR 432/bsps
1653        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1654        packets are queued onto an elnk board, the ISR will deadlock the device
1655        with a tx complete interrupt.  Lighter tx loads are not affected as they
1656        end up submitting single packets to the device.
1657
16582003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1659
1660        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1661        optman/configure.ac.
1662        * optman/configure.ac: Remove (Merged into ../configure.ac).
1663        * optman/Makefile.am: Reflect having merged configure.ac into
1664        ../configure.ac.
1665        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1666        * libchip/Makefile.am, libchip/ide/Makefile.am,
1667        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1668        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1669        ../configure.ac.
1670
16712003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1672
1673        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1674
16752003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1676
1677        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1678        on i386.
1679
16802003-06-13      Joel Sherrill <joel@OARcorp.com>
1681
1682        * libnetworking/pppd/chat.c: Removed warnings.
1683
16842003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1685
1686        * libchip/network/README.3com: New file missed in previous commit.
1687        PR 405/bsps
1688        PR 393/networking
1689        * libchip/network/dec21140.c: Fix leak also known as PR393.
1690        * libchip/network/elnk.c, libchip/network/if_media.h,
1691        libchip/network/mii.h: New files.
1692        * libchip/network/Makefile.am: Reflect new files.
1693
16942003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1695
1696        * configure.ac: Remove support for profile-variant.
1697
16982003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1699
1700        PR 397/pppd
1701        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1702        * libnetworking/pppd/magic.c: Remove *rand48.
1703        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1704
17052003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1706
1707        * wrapup/Makefile.am: Add libide.a.
1708
17092003-04-15      Joel Sherrill <joel@OARcorp.com>
1710
1711        PR 387/rtems_misc
1712        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1713        routines.
1714        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1715
17162003-04-11      Joel Sherrill <joel@OARcorp.com>
1717
1718        * libnetworking/rtems_webserver/cgi.c,
1719        libnetworking/rtems_webserver/sockGen.c,
1720        libnetworking/rtems_webserver/umui.c,
1721        libnetworking/rtems_webserver/websSSL.c,
1722        libnetworking/rtems_webserver/websSSL.h,
1723        libnetworking/rtems_webserver/websda.c,
1724        libnetworking/rtems_webserver/websda.h: New files. Not included in
1725        previous commit.
1726
17272003-04-10      Joel Sherrill <joel@OARcorp.com>
1728
1729        PR 371/pppd
1730        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1731        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1732        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1733        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1734        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1735        still global symbols in rtemspppd.h which might need to be changed or
1736        converted into member of a structure which is dereferenced with a
1737        pointer that is managed as a per task variable. But this patch should
1738        avoid many conflicts.
1739
17402003-03-27      Joel Sherrill <joel@OARcorp.com>
1741
1742        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1743        not allowed in the cpukit source code since it must be buildable
1744        independent of any BSP. These files were moved to libchip/ide.
1745        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1746        files.
1747
17482003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1749
1750        PR 368/filesystems
1751        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1752        improvements which now work on pc386 and mbx8xx.
1753        * libchip/ide/ide_controller.c: New file.
1754
17552003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1756
1757        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1758
17592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1760
1761        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1762        * configure.ac: Add support/.
1763        * support/.cvsignore: New.
1764        * support/Makefile.am: New.
1765        * support/version.c: New.
1766        * wrapup/Makefile.am: Add support/libsupport.a.
1767        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1768        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1769        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1770        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1771
17722003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1773
1774        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1775
17762003-02-20      Till Straumann <strauman@slac.stanford.edu>
1777
1778        PR 354/networking
1779        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1780        chip against a table of supported chips. The untested ones are still
1781        commented out, however.
1782
17832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1784
1785        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1786        * configure.ac: AC_PREREQ(2.57).
1787        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1788        * optman/configure.ac: AC_PREREQ(2.57).
1789        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1790        * libchip/configure.ac: AC_PREREQ(2.57).
1791        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1792        * librdbg/configure.ac: AC_PREREQ(2.57).
1793        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1794        * libnetworking/configure.ac: AC_PREREQ(2.57).
1795
17962003-02-06      Joel Sherrill <joel@OARcorp.com>
1797
1798        * libnetworking/pppd/chat.c: Convert routines with common names to
1799        static. This included get_char(), put_char(), and character() among
1800        others.
1801
18022003-02-03      Joel Sherrill <joel@OARcorp.com>
1803
1804        PR 338/filesystem
1805        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1806        rtems_io_lookup_name() (API change).  Unused function removed.
1807
18082003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1809
1810        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1811        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1812        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1813        Eliminate *_O_FILES.
1814        * libnetworking/rtems_servers/Makefile.am,
1815        libnetworking/rtems_webserver/Makefile.am,
1816        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1817
18182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1819
1820        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1821        Let all-local: depend on $(LIB).
1822        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1823        * optman/Makefile.am: Apply install-data-local to install *.rels.
1824
18252002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1826
1827        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1828        %.c rules.
1829        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1830        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1831        * libchip/rtc/Makefile.am: Ditto.
1832        * libchip/serial/Makefile.am: Ditto.
1833
18342002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1835
1836        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1837        LIBC_DEFINES.
1838        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1839        LIBC_DEFINES.
1840        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1841        LIBC_DEFINES.
1842
18432002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1844
1845        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1846
18472002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1848
1849        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1850        cache-checking.
1851        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1852
18532002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1854
1855        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1856        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1857        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1858        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1859        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1860
18612002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1862
1863        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1864        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1865        Remove.
1866        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1867
18682002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1869
1870        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1871        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1872
18732002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1874
1875        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1876        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1877
18782002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1879
1880        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1881        * optman/rel.am: New.
1882
18832002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1884
1885        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1886        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1887        braino in comment on "exec". Extend --enable-ada handling.
1888
18892002-11-04      Joel Sherrill <joel@OARcorp.com>
1890
1891        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1892        tasks and rolling multiple loops into 1.
1893        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1894        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1895        Removed warnings.
1896
18972002-10-31      Joel Sherrill <joel@OARcorp.com>
1898
1899        * libchip/network/dec21140.c: Removed warnings.
1900        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1901        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1902        librdbg/src/m68k/any/remdeb_xdr.c,
1903        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1904        warnings.
1905        * libnetworking/rtems_webserver/socket.c,
1906        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1907
19082002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1909
1910        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1911        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1912        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1913        above.
1914
19152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1916
1917        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1918        * wrapup/.cvsignore: Remove autom4te.cache.
1919        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1920        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1921        autom4te.cache.
1922        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1923        autom4te.cache.
1924        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1925        autom4te.cache.
1926
19272002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1928
1929        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1930
19312002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1932
1933        * optman/.cvsignore: Add autom4te.cache.
1934
19352002-09-14      Joel Sherrill <joel@OARcorp.com>
1936
1937        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1938
19392002-09-07      Joel Sherrill <joel@OARcorp.com>
1940
1941        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1942        include files to resolve warnings.
1943
19442002-09-07      Chris Johns <ccj@acm.org>
1945
1946        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1947        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1948        which corrects the problem  where the cs8900.c file was actually the BSP
1949        glue.  Joel did some hacking so this file will compile.  Previously it
1950        required providing a target.h file to compile.
1951        * libchip/network/cs8900.c.bsp: New file.
1952
19532002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1954
1955        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1956
19572002-08-31      Joel Sherrill <joel@OARcorp.com>
1958
1959        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1960        eliminate warning.
1961
19622002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1963
1964        * configure.ac: Add ada-tests.
1965
19662002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1967
1968        * Makefile.am: Add preinstall-stamp.
1969
19702002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1971
1972        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1973        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1974        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1975        gcc31 happy.
1976        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1977        cp.
1978
19792002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1980
1981        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1982        make/bsp.mak.
1983        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1984        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1985
19862002-08-12      Joel Sherrill <joel@OARcorp.com>
1987
1988        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1989        avoid error.
1990
19912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1992
1993        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1994        * configure.ac: Add BSP_SUBDIRS.
1995        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1996        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1997        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1998        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1999        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2000        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2001        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2002        RTEMS_CHECK_BSP_CACHE.
2003        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2004        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2005        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2006        .$(OBJEXT) instead of .o.
2007        * libnetworking/pppd/Makefile.am,
2008        libnetworking/rtems_servers/Makefile.am,
2009        libnetworking/rtems_telnetd/Makefile.am,
2010        libnetworking/rtems_webserver/Makefile.am,
2011        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2012
20132002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2014
2015        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2016        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2017        ../libchip/serial/$(ARCH)/libserialio.a.
2018        * libchip/serial/Makefile.am: Don't tmp-install lib.
2019        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2020
20212002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2022
2023        * Makefile.am: Add rtems_makedir.
2024        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2025        * Makefile.am: Add wrapup-SUBDIR.
2026        * wrapup/ChangeLog: Remove.
2027        * wrapup/configure.ac: Remove.
2028        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2029        (Make the bare BSP happy).
2030        * configure.ac: Ditto.
2031        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2032        Create make/custom/default.cfg.
2033        * configure.ac: Add creation of make/custom/*.cfg. Create
2034        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2035
20362002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2037
2038        * Makefile.am: Clean $(PROJECT_RELEASE).
2039
20402002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2041
2042        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2043        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2044        prototype mismatches.
2045
20462002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2047
2048        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2049        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2050
20512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2052
2053        * acinclude.m4: Add test "$multilib" != "yes".
2054        * config-ml.in: Remove.
2055        * acinclude.m4: Cleanups.
2056        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2057        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2058        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2059        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2060        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2061
20622002-07-16      Eric Norum <eric.norum@usask.ca>
2063
2064        * New driver for the Intel EtherExpressPro (82559ER) chip.
2065        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2066        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2067        * libchip/network/Makefile.am: Modified to reflect above.
2068
20692002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2070
2071        * acinclude.m4: New.
2072        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2073        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2074        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2075
20762002-07-01      Joel Sherrill <joel@OARcorp.com>
2077
2078        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2079        _Objects_Information_table now that it is a two dimensional array based
2080        upon API and class.
2081        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2082        of strnlen().
2083
20842002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2085
2086        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2087        preinstall libnetapps.a.
2088
20892002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2090
2091        * configure.ac: Remove librpc.
2092
20932002-06-25      Joel Sherrill <joel@OARcorp.com>
2094
2095        * Per PR233, moved librpc to exec.
2096        * configure.ac, wrapup/Makefile.am: Modified.
2097        * librpc, librpc/ChangeLog: Removed.
2098
20992002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2100
2101        * optman/Makefile.am: Remove multilib support.
2102        * optman/configure.ac: Ditto.
2103        * optman/sapi/Makefile.am: Ditto.
2104
21052002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2106
2107        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2108        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2109
21102002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2111
2112        Move networking libraries to c/src/exec/libnetworking
2113        * libnetworking/configure.ac, libnetworking/Makefile.am,
2114        libnetworking/wrapup/Makefile.am: Reflect Moval.
2115
21162002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2117
2118        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2119        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2120        <rtems/bspIo.h>.
2121
21222002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2123
2124        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2125        * libnetworking/rtems/mkrootfs.h: Ditto.
2126        * libnetworking/rtems/Makefile.am: Reflect changes above.
2127
21282002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2129
2130        * configure.ac: Remove lib.
2131
21322002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2133
2134        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2135        that exception stack frames on M68K members with VBR always are 6 byte
2136        long. The incorrect assumption resulted in some gdb commands like "next"
2137        to fail on the 68360.
2138
21392002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2140
2141        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2142        PR 220
2143        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2144        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2145        CVS.
2146        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2147        libnetworking/sys/filio.h: Remove.
2148        * libnetworking/sys/Makefile.am: Reflect changes above.
2149
21502002-05-07      Chris Johns <ccj@acm.org>
2151
2152        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2153        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2154        requires it to be stripped.
2155
21562002-05-01      Eric Norum <eric.norum@usask.ca>
2157
2158        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2159        assembly  to satisfy gcc 3.1 and newer.
2160
21612002-04-26      Eric Norum <eric.norum@usask.ca>
2162
2163        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2164        agressive optimization in gcc 3.1 does not reorder things.
2165
21662002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2167
2168        * libchip/network/dec21140.c: Reflect changes to powerpc's
2169        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2170        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2171        <rtems/score/cpu.h>.
2172        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2173        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2174
21752002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2176
2177        * optman/configure.ac: Remove ENABLE_GCC28.
2178
21792002-04-11      Chris Johns <ccj@acm.org>
2180
2181        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2182        driver control block field to the ifconfig network driver structure.
2183        This field is needed by the i82586 driver which was ported from NetBSD
2184        as it had better hardware abstraction.
2185        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2186        PR59, added the drv_ctrl driver control block field to the ifconfig
2187        network driver structure. This field is needed by the i82586 driver
2188        which was ported from NetBSD as it had better hardware abstraction.
2189
21902002-04-10      Mike Siers <mikes@poliac.com>
2191
2192        * libnetworking/rtems_webserver/NOTES,
2193        libnetworking/rtems_webserver/asp.c,
2194        libnetworking/rtems_webserver/balloc.c,
2195        libnetworking/rtems_webserver/default.c,
2196        libnetworking/rtems_webserver/ej.h,
2197        libnetworking/rtems_webserver/ejIntrn.h,
2198        libnetworking/rtems_webserver/ejlex.c,
2199        libnetworking/rtems_webserver/ejparse.c,
2200        libnetworking/rtems_webserver/emfdb.c,
2201        libnetworking/rtems_webserver/emfdb.h,
2202        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2203        libnetworking/rtems_webserver/handler.c,
2204        libnetworking/rtems_webserver/license.txt,
2205        libnetworking/rtems_webserver/md5.h,
2206        libnetworking/rtems_webserver/md5c.c,
2207        libnetworking/rtems_webserver/mime.c,
2208        libnetworking/rtems_webserver/misc.c,
2209        libnetworking/rtems_webserver/ringq.c,
2210        libnetworking/rtems_webserver/rom.c,
2211        libnetworking/rtems_webserver/security.c,
2212        libnetworking/rtems_webserver/sock.c,
2213        libnetworking/rtems_webserver/sym.c,
2214        libnetworking/rtems_webserver/uemf.c,
2215        libnetworking/rtems_webserver/uemf.h,
2216        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2217        libnetworking/rtems_webserver/url.c,
2218        libnetworking/rtems_webserver/value.c,
2219        libnetworking/rtems_webserver/wbase64.c,
2220        libnetworking/rtems_webserver/webcomp.c,
2221        libnetworking/rtems_webserver/webpage.c,
2222        libnetworking/rtems_webserver/webrom.c,
2223        libnetworking/rtems_webserver/webs.c,
2224        libnetworking/rtems_webserver/webs.h,
2225        libnetworking/rtems_webserver/websuemf.c,
2226        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2227        2.1.4.
2228
22292002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2230
2231        * libchip/network/i82586.c: Include <string.h>.
2232        * libchip/network/sonic.c: Ditto.
2233
22342002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2235
2236        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2237
22382002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2239
2240        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2241
22422002-03-27      Thomas.Doerfler@imd-systems.de
2243
2244        PR 144
2245        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2246        memory address 0 when called for the first time. This is done when
2247        trying to clear the variable "dhcp_hostname".
2248
22492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2250
2251        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2252        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2253        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2254        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2255        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2256        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2257        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2258        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2259        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2260        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2261        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2262        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2263        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2264        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2265        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2266        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2267        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2268        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2269        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2270        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2271        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2272        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2273        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2274        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2275        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2276        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2277        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2278        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2279        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2280        AUTOMAKE_OPTIONS.
2281        * libnetworking/configure.ac:
2282        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2283        foreign 1.6]).
2284        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2285        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2286        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2287        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2288        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2289        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2290        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2291        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2292        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2293        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2294        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2295        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2296        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2297        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2298        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2299        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2300        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2301
23022002-03-27      Ilya Alexeev <ilya@continuum.ru>
2303
2304        PR 162
2305        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2306        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2307        used in a device write routines.  Now ppp_softc structure have own
2308        character for writing to device (sc_outchar).  I think that converting
2309        local variables to static is not a right solution, because problems will
2310        occur in the case of two or more ppp instances.
2311        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2312        must be u_long, otherwise in the case of the big output packet endless
2313        loop may occur.
2314
23152002-03-21      Ilya Alexeev <ilya@continuum.ru>
2316
2317        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2318        preparations for multiple PPPD connections.
2319
23202002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2321
2322        PR 149
2323        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2324        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2325        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2326        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2327
23282002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2329
2330        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2331        * configure.ac: Modified to reflect addition.
2332
23332002-02-27      Ilya Alexeev <ilya@continuum.ru>
2334
2335        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2336        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2337        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2338        capabilities as well as eliminate some warnings.
2339
23402002-02-27      Eric Norum <eric.norum@usask.ca>
2341
2342        * libnetworking/net/radix.c: Properly handle fetching the default route
2343        when there is no route.  This was a bug in the original FreeBSD code and
2344        this fix is from an updated version of their code.
2345
23462002-02-16      Eric Norum <eric.norum@usask.ca>
2347
2348        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2349        checking.
2350
23512002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2352
2353        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2354        dodefaultroute.
2355
23562002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2357
2358        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2359        include <rtems/seterr.h>.
2360
23612002-02-01      Mike Siers <mikes@poliac.com>
2362
2363        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2364        avoid bringing the link down too fast. NOTE: Mike reports successfully
2365        running at 56K baud on a direct link.
2366
23672002-02-01      Eric Valette <valette@crf.canon.fr>
2368
2369        * librdbg/So many patches have been posted recently on the mailing list
2370        and  because we were unable to find correct solution to compile on
2371        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2372        because the coding  style of rdbg was rather inconsistant among various
2373        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2374        global coding style (using indent + manual edits), 2) incorporate/review
2375        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2376        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2377        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2378        after rdbg initialization is done, NB : the paches is huge but it is
2379        mainly due to coding styke chnages.  Only few lines of codes have been
2380        really changed and they do not impact  rdbg functionnality (AFAIKT).
2381        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2382        librdbg/include/rdbg/m68k/rdbg_f.h,
2383        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2384        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2385        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2386        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2387        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2388        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2389        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2390        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2391        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2392        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2393        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2394        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2395        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2396        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2397        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2398        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2399
24002002-01-31      Mike Siers <mikes@poliac.com>
2401
2402        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2403        * Nice Update of PPPD support which eliminates the requiremetn that
2404        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2405        and reports that it seems to be more stable and handle larger packets
2406        better.  This patch replaces the termios tasks with more general pppd
2407        network driver tasks.  The functions pppinput() and pppstart() get
2408        called from the interrupt service routine.
2409        * libnetworking/Makefile.am, libnetworking/configure.ac,
2410        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2411        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2412        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2413        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2414        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2415        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2416        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2417        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2418        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2419        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2420        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2421        libnetworking/net/route.c, libnetworking/net/route.h,
2422        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2423        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2424        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2425        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2426        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2427        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2428        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2429        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2430        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2431        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2432        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2433        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2434        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2435        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2436        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2437        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2438        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2439        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2440        libnetworking/pppd/example/README,
2441        libnetworking/pppd/example/netconfig.h,
2442        libnetworking/wrapup/Makefile.am: Modified.
2443        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2444        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2445        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2446        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2447        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2448        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2449        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2450        libnetworking/modem/pppcompress.c: Subdirectory removed.
2451
24522002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2453
2454        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2455        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2456
24572002-01-18      Till Straumann <strauman@slac.stanford.edu>
2458
2459        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2460        issues: - exception handler needs to enable MSR_FP if the interrupted
2461        thread is FP enabled. - printk message for MSR fixed and added
2462        stacktrace. NOTE: this requires the stacktrace patch to
2463        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2464        however).
2465
24662002-01-06      Joel Sherrill <joel@OARcorp.com>
2467
2468        * optman/.cvsignore: Added aclocal.m4 and configure.
2469        * optman/.cvsignore: New file.
2470
24712002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2472
2473        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2474
24752002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2476
2477        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2478        * optman/ChangeLog: New.
2479        * optman/configure.ac: New.
2480        * optman/Makefile.am: New.
2481        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2482        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2483
24842001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2485
2486        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2487
24882001-12-18      Eric Norum <eric.norum@usask.ca>
2489
2490        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2491        `directories' (path names with a / at the end) while disallowing open()
2492        operations on TFTP `directories'.
2493
24942001-12-07      Eric Norum <eric.norum@usask.ca>
2495
2496        * libnetworking/lib/tftpDriver.c: Restore write capability.
2497
24982001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2499
2500        * libchip/network/sonic.h: Fix typo.
2501        * libnetworking/arpa/Makefile.am: Remove stray lines.
2502
25032001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2504
2505        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2506
25072001-10-18      Eric Norum <eric.norum@usask.ca>
2508
2509        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2510        chdir() and open() operations within the TFTP file system.
2511
25122001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2513
2514        * librdbg/configure.ac: Fix latent bug exposed by removal of
2515        config.cache's which prevented powerpc targets librdbg from building.
2516
25172001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2518
2519        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2520        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2521        autoconf-2.52 happy.
2522
25232001-10-12      Mike Siers <mikes@poliac.com>
2524
2525        * libnetworking/Update to stable working state.  Congratulations Mike!
2526        :).
2527        * libnetworking/modem_example: Directory removed.
2528        * libnetworking/modem_example/16550.h,
2529        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2530        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2531        libnetworking/modem_example/ppp.h,
2532        libnetworking/modem_example/pppcompress.c: Files removed.
2533        * libnetworking/pppd/example/pppd.options: New file.
2534        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2535        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2536        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2537        libnetworking/pppd/rtemsmain.c: Updated.
2538
25392001-10-12      Joel Sherrill <joel@OARcorp.com>
2540
2541        * libchip/serial/z85c30.c: Fixed typo.
2542
25432001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2544
2545        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2546        * configure.in: Remove.
2547        * configure.ac: New file, generated from configure.in by autoupdate.
2548        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2549        * libchip/configure.in: Remove.
2550        * libchip/configure.ac: New file, generated from configure.in by
2551        autoupdate.
2552        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2553        * librdbg/configure.in: Remove.
2554        * librdbg/configure.ac: New file, generated from configure.in by
2555        autoupdate.
2556        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2557        * libnetworking/configure.in: Remove.
2558        * libnetworking/configure.ac: New file, generated from configure.in by
2559        autoupdate.
2560
25612001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2562
2563        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2564        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2565        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2566
25672001-09-27      Joel Sherrill <joel@OARcorp.com>
2568
2569        * libchip/ChangeLog: Fixed typo in date.
2570
25712001-09-27      Eric Norum <eric.norum@usask.ca>
2572
2573        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2574        TFTP  filesystem.
2575
25762001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2577
2578        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2579        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2580        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2581        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2582        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2583        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2584        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2585        'PREINSTALL_FILES ='.
2586        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2587        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2588        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2589        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2590        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2591        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2592        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2593        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2594        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2595        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2596        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2597        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2598
25992001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2600
2601        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2602        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2603        * librdbg/src/m68k/any/Makefile.am: Ditto.
2604        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2605        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2606        happy.
2607
26082001-09-21      Joel Sherrill <joel@OARcorp.com>
2609
2610        * libchip/network/Makefile.am: Fixed typo on file name.
2611        * libchip/network/i82586.c: Commented out line 318 which is referencing
2612        a member of a structure that is not currently there.  This needs to be
2613        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2614        to C style.
2615
26162001-09-19      Eric Norum <eric.norum@usask.ca>
2617
2618        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2619
26202001-09-19      Chris Johns <ccj@acm.org>
2621
2622        * libchip/network/README.i82586, libchip/network/i82586.c,
2623        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2624        Network driver for Intel i82586.
2625        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2626        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2627        "root" filesystem with information obtained via the DHCP response.
2628
26292001-09-14      Eric Norum <eric.norum@usask.ca>
2630
2631        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2632        make gcc 3.x happy.
2633
26342001-08-16      Mike Siers <mikes@poliac.com>
2635
2636        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2637        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2638        These support callback functionality that has not even been compiled
2639        under RTEMS yet.
2640        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2641        example application.  Mike's notes on the modifications: - renamed
2642        error() function because of namespace problems - removed calls to the
2643        exit() funciton - removed extra files from the pppd source directory -
2644        defined pppd task constant values in rtemspppd.h - modifyied example
2645        code to get actual tick per second value - placed the pppd 2.3.11 man
2646        page file (pppd.8) into the pppd directory.
2647        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2648        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2649        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2650        libnetworking/pppd/rtems-ppp.c: Deleted.
2651        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2652        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2653        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2654        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2655        libnetworking/pppd/example/init.c,
2656        libnetworking/pppd/example/netconfig.h,
2657        libnetworking/pppd/example/ppp.conf,
2658        libnetworking/pppd/example/pppdapp.c,
2659        libnetworking/pppd/example/system.h: New files.
2660        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2661        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2662        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2663        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2664        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2665        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2666        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2667        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2668        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2669        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2670        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2671        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2672        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2673        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2674        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2675
26762001-08-16      Joel Sherrill <joel@OARcorp.com>
2677
2678        * libnetworking/pppd/example/Makefile: Removed.
2679        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2680        to avoid bootstrap -c clobbering it.
2681        * libnetworking/rtems_telnetd/.cvsignore: New file.
2682
26832001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2684
2685        * libnetworking/Makefile.am, libnetworking/configure.in,
2686        libnetworking/rtems_servers/Makefile.am,
2687        libnetworking/rtems_servers/telnetd.c,
2688        libnetworking/rtems_servers/telnetd.h,
2689        libnetworking/rtems_telnetd/Makefile.am,
2690        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2691        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2692        libnetworking/rtems_telnetd/telnetd.c,
2693        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2694        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2695        effect when ftpd change. - the tcp/ip stats have been implemented into
2696        icmds.c and started when telnetd daemon is started.
2697        * libnetworking/rtems_servers/telnetd.c,
2698        libnetworking/rtems_servers/telnetd.h: Removed.
2699        * libnetworking/rtems_telnetd: New directory.
2700        * libnetworking/rtems_telnetd/Makefile.am,
2701        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2702        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2703        libnetworking/rtems_telnetd/telnetd.c,
2704        libnetworking/rtems_telnetd/telnetd.h: New files.
2705
27062001-06-14      Joel Sherrill <joel@OARcorp.com>
2707
2708        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2709        Moved from libmisc/shell so the network stack to address network
2710        depenendency.
2711        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2712
27132001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2714
2715        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2716
27172001-05-15      Joel Sherrill <joel@OARcorp.com>
2718
2719        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2720        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2721        accidentally deleted the incorrectly empty versions.
2722
27232001-05-14      Till Straumann <strauman@slac.stanford.edu>
2724
2725        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2726        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2727        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2728        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2729        to know the values) - the affected BSP (shared/motorola) headers have
2730        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2731        driver (libchip/network/dec21140.c) has been fixed to use
2732        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2733        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2734        who is using this driver. - the DEC driver also has been fixed to use
2735        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2736        delay_in_bus_cycles().
2737
27382001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2739
2740        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2741
27422001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2743
2744        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2745
27462001-04-24      Eric Norum <eric.norum@usask.ca>
2747
2748        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2749        NTP synchronization a little more robust -- no NTP daemon yet, but at
2750        least it trys a little harder when the primary NTP server is down.
2751
27522001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2753
2754        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2755        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2756        libnetworking/pppd/modem_example/modem.c,
2757        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2758        other strings into English.
2759        * libnetworking/pppd/STATUS: updated to reflect the changes.
2760
27612001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2762
2763        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2764        again.
2765
27662001-04-20      Eric Valette <valette@crf.canon.fr>
2767
2768        * mcp750 directory renamed new_exception processing as it supports many
2769        more CPU models.
2770        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2771        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2772        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2773        formerly in mcp750 plus modifications.
2774        * librdbg/src/powerpc/mcp750/.cvsignore,
2775        librdbg/src/powerpc/mcp750/Makefile.am,
2776        librdbg/src/powerpc/mcp750/remdeb.h,
2777        librdbg/src/powerpc/mcp750/remdeb_f.x,
2778        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2779        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2780        new_exception_processing.
2781        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2782        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2783        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2784        part of this effort to add support for the MPC8xx.
2785
27862001-04-19      Joel Sherrill <joel@OARcorp.com>
2787
2788        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2789        internal include files.
2790
27912001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2792
2793        PR 158
2794        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2795        rcmd() library call by commenting out the parts that deal with signals.
2796        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2797        stdio. The 'server-side' parts of this file which deal with
2798        authentication are disabled since they are not needed.
2799
28002001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2801
2802        * libnetworking/include/.cvsignore: Remove dangling file.
2803
28042001-03-14      Joel Sherrill <joel@OARcorp.com>
2805
2806        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2807        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2808        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2809        libchip style serial drivers can be written in libcpu or libbsp.
2810
28112001-03-01      Joel Sherrill <joel@OARcorp.com>
2812
2813        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2814        libchip/network/sonic.c, libchip/network/sonic.h,
2815        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2816        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2817        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2818        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2819        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2820        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2821        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2822        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2823
28242001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2825
2826        * librdbg/include/rdbg/Makefile.am,
2827        librdbg/include/rdbg/i386/Makefile.am,
2828        librdbg/include/rdbg/m68k/Makefile.am,
2829        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2830        style on include files.
2831
28322001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2833
2834        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2835        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2836        replace ${..} with $(..).
2837        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2838        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2839        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2840        libnetworking/rtems/Makefile.am, libnetworking/
2841        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2842        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2843        include_*HEADERS instead of H_FILES.
2844        * libnetworking/include/Makefile.am: Remove.
2845        * libnetworking/Makefile.am: Add handling of *.h files.
2846        * libnetworking/configure.in: Remove include/Makefile.
2847
28482001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2849
2850        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2851
28522001-01-31      Sergei Organov <osv@javad.ru>
2853
2854        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2855        current dir and root dir removed in favor of new libio support for
2856        task-local current and root directories. - Bug in `close_data_socket()'
2857        introduced by previous change fixed. - `command_pasv()' changed to set
2858        timeout on socket we are listening on and code fixed to don't close
2859        socket twice on error. - `serr()' changed to clear `errno'. -
2860        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2861        changed to clear `errno' before processing session. -
2862        `close_data_socket()' fixed to close both active and passive sockets -
2863        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2864        empty string  in `exec_command()'.
2865
28662001-01-25      Eric Norum <eric.norum@usask.ca>
2867
2868        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2869        improves throughput on systems which are dropping packets.   Only the
2870        first timeout is reduced.  This keeps the number of extra packets down
2871        on networks that are very busy and dropping lots of packets.
2872
28732001-01-24      Sergei Organov <osv@javad.ru>
2874
2875        * libnetworking/rtems_servers/ftpd.c,
2876        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2877        - Timeouts on sockets implemented. 'idle' field added to configuration.
2878        No timeout by default to keep backward compatibility. Note: SITE IDLE
2879        command not implemented yet. - Basic global access control implemented.
2880        'access' field added to configuration. No access limitations by default
2881        to keep backward compatibility. - Anchor data socket for active mode
2882        (using self IP and port 20.) - Fixed default data port support (still
2883        not tested). - Don't allow IP address different from originating host in
2884        PORT command to improve security. - Fixed bug in MDTM command. - Check
2885        for correctness of parsing of argument in command_port(). - Fixed
2886        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2887        a directory. - Command parsing a little bit improved: command names are
2888        now converted to upper-case to be more compatible with RFC (command
2889        names are not case-sensitive.) - Reformat comments so that they have
2890        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2891        previous changes - True ASCII mode implemented (doesn't work for hooks
2892        and /dev/null) - Passive mode implemented, PASV command added. - Default
2893        port for data connection could be used (untested, can't find ftp client
2894        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2895        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2896
28972001-01-18      Joel Sherrill <joel@OARcorp.com>
2898
2899        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2900        macro using variable arguments.
2901        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2902        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2903        since I updated the main RTEMS development machine to RedHat 7.2 and
2904        apparently got a new version of rpcgen.
2905
29062001-01-12      Sergei Organov <osv@javad.ru>
2907
2908        * libnetworking/rtems_servers/ftpd.c,
2909        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2910        - use pool of pre-created threads to handle sessions instead of
2911        creating/deleting threads on the fly - LIST output is now similar to
2912        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2913        happy with it. - LIST NAME now works (both for files and directories) -
2914        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2915        clients happy  - keep track of CWD for every session separately -
2916        ability to specify root directory name for FTPD in configuration table.
2917        FTPD will then create illusion for FTP clients that this is actually
2918        root directory. - ignore options sent in commands, thus LIST -al FILE
2919        works and doesn't try to list "-al" directory. - buffers are allocated
2920        on stack instead of heap where possible to eliminate malloc/free calls
2921        (avoid possible heap fragmentation troubles). - drop using of task
2922        notepad to pass parameters - use function arguments instead - use
2923        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2924        in socket() instead of AF_INET.
2925
29262001-01-02      Joel Sherrill <joel@OARcorp.com>
2927
2928        * libnetworking/CHANGELOG: Removed.
2929        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2930
29312000-12-14      Eric Norum <eric.norum@usask.ca>
2932
2933        * libnetworking/lib/tftpDriver.c: Added write capability.
2934
29352000-12-08      Joel Sherrill <joel@OARcorp.com>
2936
2937        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2938        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2939        numerous variable declarations conditional on PPP_COMPRESS and
2940        PPP_FILTER.  Commented out variables that were not used because the code
2941        using them was commented out. Removed totally unused variables.
2942        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2943        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2944
29452000-11-30      Joel Sherrill <joel@OARcorp.com>
2946
2947        * libnetworking/modem/ppp_tty.c: Changed to include
2948        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2949        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2950        * libnetworking/Makefile.am: Modified to reflect above.
2951
29522000-11-27      Joel Sherrill <joel@OARcorp.com>
2953
2954        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2955
29562000-11-25      Eric Norum <eric.norum@usask.ca>
2957
2958        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2959        core.
2960
29612000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2962
2963        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2964        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2965        subdir.
2966        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2967        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2968        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2969        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2970        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2971        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2972        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2973        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2974        ppp_tty.c and the real pppd main is in pppmain.c.
2975
29762000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2977
2978        * libchip/network/sonic.c: Added ipalign() routine to align the received
2979        packet so that the ip header is on a 32-bit boundary. Necessary for
2980        cpu's that do not allow unaligned loads and stores and when the 32-bit
2981        DMA mode is used.
2982
29832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2984
2985        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2986        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2987        ACLOCAL_AMFLAGS.
2988        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2989        ACLOCAL_AMFLAGS.
2990        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2991        ACLOCAL_AMFLAGS.
2992
29932000-11-03      Chris Johns <ccj@acm.org>
2994
2995        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2996        libchip/network/cs8900.h: New files.
2997
29982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2999
3000        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3001        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3002        $(RTEMS_TOPdir)/aclocal.
3003        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3004        $(RTEMS_TOPdir)/aclocal.
3005        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3006        $(RTEMS_TOPdir)/aclocal.
3007
30082000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3009
3010        * configure.in: Switch to GNU-canonicalization.
3011        * Makefile.am: Reflect changes to configure.in.
3012        * acinclude.m4: Remove.
3013
30142000-10-30      Joel Sherrill <joel@OARcorp.com>
3015
3016        * POSIX include files merged into newlib.  This resulted in some
3017        definitions moving to other files and thus some secondary effects in
3018        RTEMS source code.
3019        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3020        in sync with newlib's <machine/types.h>.
3021        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3022        definition of struct itimerval in <sys/time.h>.
3023
30242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3025
3026        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3027        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3028        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3029        * ChangeLog: Fix typos.
3030        * configure.in: add tests to the GNU canonicalized subdirectories.
3031
30322000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3033
3034        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3035        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3036        the lib directory before configuring lib/.
3037
30382000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3039
3040        * configure.in, Makefile.am: add exec to the GNU canonicalized
3041        subdirectories.
3042        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3043        * configure.in: add libnetworking, librpc and librdb to the GNU
3044        canonicalized subdirectories.
3045        * configure.in: add libmisc and libchip to the GNU canonicalized
3046        subdirectories.
3047        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3048        Switch to GNU canonicalization.
3049        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3050        Switch to GNU canonicalization.
3051        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3052        Switch to GNU canonicalization.
3053
30542000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3055
3056        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3057        canonicalization to libfs/. The approach is currently a bit of a hack as
3058        GNU canonicalization does not support the per-BSP build some of the
3059        other directories require.  As more of the tree is converted, this will
3060        become less  of an issue.
3061
30622000-10-20      Joel Sherrill <joel@OARcorp.com>
3063
3064        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3065        parameter.
3066
30672000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3068
3069        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3070        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3071        * librdbg/configure.in: Add m68k support.
3072        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3073        subdirectory.
3074        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3075        failure.
3076        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3077        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3078        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3079        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3080        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3081        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3082        librdbg/src/m68k/.cvsignore: New files.
3083        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3084        function pointers.
3085        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3086        _after_ pointer has been checked against NULL.
3087
30882000-10-18      Joel Sherrill <joel@OARcorp.com>
3089
3090        * wrapup/Makefile.am: Added libfs.
3091
30922000-10-18      Chris Johns <ccj@acm.org>
3093
3094        * libfs created.
3095        * configure.in: Added libfs subdirectory.
3096        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3097
30982000-09-28      Joel Sherrill <joel@OARcorp.com>
3099
3100        * libnetworking/rtems_webserver/Makefile.am,
3101        libnetworking/rtems_webserver/base64.c,
3102        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3103        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3104
31052000-09-22      Joel Sherrill <joel@OARcorp.com>
3106
3107        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3108        libnetworking/rtems/rtems_bsdnet_internal.h,
3109        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3110        have included rtems.h.  It is now including precisely the  least amount
3111        of low level, yet portable .h files to get the basic RTEMS types
3112        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3113        used machine/types.h to include rtems.h.
3114
31152000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3116
3117        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3118
31192000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3120
3121        * libnetworking/ChangeLog: Cleanup.
3122
31232000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3124
3125        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3126        * libchip/ChangeLog: Fix formating.
3127
31282000-09-05      Joel Sherrill <joel@OARcorp.com>
3129
3130        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3131        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3132        confusion and to work with the converted flags.
3133
31342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3135
3136        * wrapup/Makefile.am: Include compile.am.
3137        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3138        libchip/serial/Makefile.am: Include compile.am.
3139        * librdbg/src/i386/any/Makefile.am,
3140        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3141        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3142        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3143        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3144        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3145        libnetworking/rtems_servers/Makefile.am,
3146        libnetworking/rtems_webserver/Makefile.am,
3147        libnetworking/wrapup/Makefile.am: Include compile.am.
3148
31492000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3150
3151        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3152        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3153
31542000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3155
3156        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3157
31582000-08-31      Joel Sherrill <joel@OARcorp.com>
3159
3160        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3161        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3162        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3163        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3164        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3165        * libnetworking/wbase64.c: Removed.
3166        * libnetworking/Makefile.am, libnetworking/asp.c,
3167        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3168        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3169        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3170        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3171        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3172        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3173        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3174        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3175        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3176        Modified.
3177
31782000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3179
3180        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3181
31822000-08-30      Joel Sherrill <joel@OARcorp.com>
3183
3184        * libnetworking/rtems_webserver/license.txt: New file.
3185
31862000-08-10      Joel Sherrill <joel@OARcorp.com>
3187
3188        * ChangeLog: New file.
3189        * libchip/ChangeLog: New file.
3190        * librdbg/ChangeLog: New file.
3191        * libnetworking/ChangeLog: New file.
3192
Note: See TracBrowser for help on using the repository browser.