source: rtems/c/src/ChangeLog @ 58515e7

4.104.114.84.95
Last change on this file since 58515e7 was 4522dba, checked in by Joel Sherrill <joel.sherrill@…>, on 05/29/07 at 19:59:46

2007-05-29 Joel Sherrill <joel.sherrill@…>

  • optman/sapi/no-io.c: Split IO Manager into one function per file so now we only need required initialization methods.
  • Property mode set to 100644
File size: 127.6 KB
Line 
12007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * optman/sapi/no-io.c: Split IO Manager into one function per file so
4        now we only need required initialization methods.
5
62007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
9        parameter since it was used to configure a no longer used feature.
10        Device names are now part of the filesystem not in a table.
11
122007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
15        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
16        optman/rtems/no-part.c, optman/rtems/no-region.c,
17        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
18        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
19        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
20        other optional managers so using them reduces application size
21        instead of increasing it.
22        * optman/rtems/no-barrier.c: New file.
23
242007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
27        adjustments to pci-API changes.
28        * libchip/network/dec21140.c, libchip/network/elnk.c,
29        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
30        changes.
31
322007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * libchip/network/dec21140.c, libchip/network/if_dc.c,
35        libchip/network/if_fxp.c: Reflect changes to pci-API.
36
372007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
40        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
41
422007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
45          being used to compile "tools").
46
472007-03-13      Joel Sherrill <joel@OARcorp.com>
48
49        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
50
512007-03-12      Joel Sherrill <joel@OARcorp.com>
52
53        * libchip/network/cs8900.c, libchip/network/cs8900.h,
54        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
55        and/or fix mistake in copyright notice. Both of these mistakes appear
56        to be from code submitted after these changes were made previously.
57
582007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
61
622007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * libchip/Makefile.am: Correct path to README.tulipclone.
65
662007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * libchip/ide/ata.c: Remove superfluous type casts.
69
702007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
73        Use size_t for sizes.
74
752007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
76
77        * libchip/ide/ata.c: in ata_request_done: moved call to free()
78        from preemption disabled region
79
802007-01-16      Till Straumann <strauman@slac.stanford.edu>
81
82        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
83        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
84        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
85
862006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
89          ioctl_command_t as ioctl argument.
90
912006-12-13      Joel Sherrill <joel@OARcorp.com>
92
93        * librtems++/include/rtems++/rtemsEvent.h,
94        librtems++/include/rtems++/rtemsMessageQueue.h,
95        librtems++/include/rtems++/rtemsSemaphore.h,
96        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
97        librtems++/src/rtemsMessageQueue.cc,
98        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
99        rtems_unsigned32 to uint32_t.
100
1012006-12-13      Joel Sherrill <joel@OARcorp.com>
102
103        PR 1181/bsps
104        * optman/rtems/no-msg.c: Clean up dead code.
105
1062006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
109
1102006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
113        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
114        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
115
1162006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * configure.ac: New BUG-REPORT address.
119
1202006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * Makefile.am: Remove ampolish3.
123
1242006-11-17      Joel Sherrill <joel@OARcorp.com>
125
126        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
127        blank lines.
128
1292006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * configure.ac: Remove RTEMS_AMPOLISH3.
132        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
133          Remove checks for AMPOLISH3.
134        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
135        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
136        * ampolish3: Remove.
137
1382006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
141        * aclocal/prog-cc.m4: Remove CFLAGS.
142        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
143        Compose CFLAGS. Append CFLAGS to ac_configure_args.
144
1452006-10-23      Joel Sherrill <joel@OARcorp.com>
146
147        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
148
1492006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
150
151        * automake/compile.am: Use hard-coded RTEMS_* flags.
152
1532006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * aclocal/rtems-top.m4: Remove RTEMS_API.
156        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
157
1582006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
161
1622006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
165
1662006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * aclocal/version.m4: Bump version to 4.7.99.0.
169
1702006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * configure.ac: Require autoconf-2.60. Require automake-1.10.
173
1742006-09-11      Joel Sherrill <joel@OARcorp.com>
175
176        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
177
1782006-09-04      Joel Sherrill <joel@OARcorp.com>
179
180        * libchip/network/greth.c, libchip/network/open_eth.c,
181        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
182        introduced by warning removal.
183
1842006-09-01      Joel Sherrill <joel@OARcorp.com>
185
186        * libchip/network/greth.c, libchip/network/open_eth.c,
187        libchip/network/smc91111.c: Remove warnings and correct prototype
188        added earlier today.
189
1902006-09-01      Joel Sherrill <joel@OARcorp.com>
191
192        * libchip/network/cs8900.c, libchip/network/greth.c,
193        libchip/network/i82586.c, libchip/network/open_eth.c,
194        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
195        sized integers, and inttypes.h printf helpers.
196
1972006-08-09      Kolja Waschk <waschk@telos.de>
198
199        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
200
2012006-07-12      Joel Sherrill <joel@OARcorp.com>
202
203        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
204
2052006-07-11      Jerry Needell <jerry.needell@unh.edu>
206
207        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
208        4.6 branch.  Original modifications by Gaisler Enterprises.
209        * libchip/network/greth.c, libchip/network/greth.h: New files.
210
2112006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
212
213        * ide/ata.[ch]:
214        (PR1118) fetch priority for ATA task from a variable,
215        not a fixed configuration value.
216       
2172006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * Makefile.am: Add ampolish3.
220
2212006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * ampolish3: New.
224        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
225
2262006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
227
228        * aclocal/rtems-ampolish.m4: New.
229        * configure.ac: Use RTEMS_AMPOLISH3.
230
2312006-04-18  Joel Sherrill <joel@OARcorp.com>
232
233        * aclocal/version.m4: Updated to rtems-4.6.99.3.
234
2352006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
236
237        PR 853/filesystem
238        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
239        should be modified to support the new exception scheme and to use the
240        handle parameter.
241
2422006-02-a32     Eric Norum <norume@aps.anl.gov>
243
244        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
245        "newer" PCI access calls.  Minor cleanups.  Comments.
246
2472006-01-12      Eric Norum <norume@aps.anl.gov>
248
249        PR 861/networking
250        PR 863/networking
251        * libchip/network/smc91111.c: Fix illegal lvalue increments.
252
2532006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * wrapup/Makefile.am: Add preinstall.am.
256        * libchip/Makefile.am: Build libchip/network/smc91111.
257        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
258        Eliminate cyg_int* crap.
259
2602006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
261
262        * librdbg/Makefile.am: Add preinstall.am.
263        * aclocal/bsp-configure.m4: Add ampolish3.
264        New header guards.
265
2662006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        * libchip/network/open_eth.c, libchip/network/open_eth.h:
269        Merger from rtems-4-6-branch.
270
2712006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
272
273        * libchip/network/smc91111.c
274        libchip/network/smc91111config.h
275        libchip/network/smc91111exp.h
276        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
277        * libchip/Makefile.am: Reflect adding smc91111*.
278
2792006-01-08      Joel Sherrill <joel@OARcorp.com>
280
281        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
282        char *.
283
2842006-01-08      Joel Sherrill <joel@OARcorp.com>
285
286        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
287        warnings.
288
2892005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
290
291        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
292        Add RTEMS_RELLDFLAGS.
293        * automake/compile.am: Remove RTEMS_USE_GCC.
294        Remove RTEMS_RELLDFLAGS.
295        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
296
2972005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
298
299        * libchip/network/if_media.h, libchip/network/mii.h:
300        Remove (Moved to cpukit).
301        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
302        and libchip/network/if_media.h.
303        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
304        if_media.h having moved.
305
3062005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
307
308        * automake/compile.am, automake/host.am, automake/local.am,
309        automake/subdirs.am: Remove depend.
310        * configure.ac: Explicitly pass --libdir and --includedir to
311        testsuites.
312
3132005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
314
315        * configure.ac: Reflect changes to testsuites.
316
3172005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
318
319        * automake/compile.am: Remove GCCSPECS.
320        * aclocal/prog-cc.m4: Add GCCSPECS.
321        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
322
3232005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
326        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
327
3282005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
329
330        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
331        libcpu/byteorder.h for i386.
332
3332005-11-02      Till Straumann <strauman@slac.stanford.edu>
334
335        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
336        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
337        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
338        added a simple API/library for i2c devices and drivers for i2c
339        2-byte eeproms and a ds1621 temperature sensor; API is documented
340        in libi2c.h.
341
3422005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
343
344        * libnetworking/pppd/ipxcp.c,
345        libnetworking/pppd/chat.c,
346        libnetworking/pppd/patchlevel.h,
347        libnetworking/pppd/upap.h,
348        libnetworking/pppd/md5.h,
349        libnetworking/pppd/pppd.8,
350        libnetworking/pppd/README,
351        libnetworking/pppd/preinstall.am,
352        libnetworking/pppd/md4.h,
353        libnetworking/pppd/magic.c,
354        libnetworking/pppd/pppd.h,
355        libnetworking/pppd/demand.c,
356        libnetworking/pppd/rtemsmain.c,
357        libnetworking/pppd/sys-rtems.c,
358        libnetworking/pppd/ipcp.h,
359        libnetworking/pppd/lcp.h,
360        libnetworking/pppd/chap_ms.c,
361        libnetworking/pppd/md4.c,
362        libnetworking/pppd/rtemspppd.h,
363        libnetworking/pppd/cbcp.h,
364        libnetworking/pppd/auth.c,
365        libnetworking/pppd/lcp.c,
366        libnetworking/pppd/example/README,
367        libnetworking/pppd/example/ppp.conf,
368        libnetworking/pppd/example/system.h,
369        libnetworking/pppd/example/netconfig.h,
370        libnetworking/pppd/example/pppdapp.c,
371        libnetworking/pppd/example/init.c,
372        libnetworking/pppd/example/Makefile-user,
373        libnetworking/pppd/example/pppd.options,
374        libnetworking/pppd/rtemspppd.c,
375        libnetworking/pppd/ipxcp.h,
376        libnetworking/pppd/chap_ms.h,
377        libnetworking/pppd/options.c,
378        libnetworking/pppd/magic.h,
379        libnetworking/pppd/chap.h,
380        libnetworking/pppd/cbcp.c,
381        libnetworking/pppd/upap.c,
382        libnetworking/pppd/chap.c,
383        libnetworking/pppd/Makefile.am,
384        libnetworking/pppd/ccp.h,
385        libnetworking/pppd/utils.c,
386        libnetworking/pppd/rtemsdialer.h,
387        libnetworking/pppd/fsm.h,
388        libnetworking/pppd/pathnames.h,
389        libnetworking/pppd/md5.c,
390        libnetworking/pppd/fsm.c,
391        libnetworking/pppd/ipcp.c,
392        libnetworking/pppd/STATUS,
393        libnetworking/pppd/ccp.c,
394        libnetworking/Makefile.am: Remove (Moved to cpukit).
395
3962005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
397
398        * configure.ac: Remove libnetworking, libnetworking/pppd.
399        * wrapup/Makefile.am: Remove libpppd.a.
400
4012005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
402
403        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
404        rtemsdialer.h to $(includedir)/rtems.
405
4062005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
407
408        * libnetworking/rtems_telnetd/icmds.c,
409        libnetworking/rtems_telnetd/Makefile.am,
410        libnetworking/rtems_telnetd/preinstall.am,
411        libnetworking/rtems_telnetd/pty.c,
412        libnetworking/rtems_telnetd/pty.h,
413        libnetworking/rtems_telnetd/README,
414        libnetworking/rtems_telnetd/telnetd.c,
415        libnetworking/rtems_telnetd/telnetd.h:
416        Remove (Moved to cpukit).
417
4182005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
419
420        * configure.ac: Remove libnetworking/rtems_telnetd.
421        * libnetworking/Makefile.am: Remove rtems_telnetd.
422        * libnetworking/README: Remove (Obsolete).
423        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
424
4252005-10-20  Eric Norum <norume@aps.anl.gov>
426
427        * libchip/network/dec21140.c: Clean up PCI mapping.
428
4292005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
430
431        * libnetworking/pppd/Makefile.am: Use preinstall.am.
432        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
433        librdbg/src/servrpc.c, librdbg/src/servtgt.c
434        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
435        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
436        * configure.ac: Move optman to the end of BSP_SUBDIRS.
437
4382005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
439
440        * aclocal/bspopts.m4: Add missing m4 quotes.
441
4422005-09-02  Joel Sherrill <joel@OARcorp.com>
443
444    * aclocal/version.m4: Updated to rtems-4.6.99.2.
445
4462005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
447
448        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
449        libchip/network/dec21140.c: Remove initialization of PCI bus.
450
4512005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
452
453        * optman/Makefile.am: Add preinstall.am.
454
4552005-07-18      Karel Gardas <kgardas@objectsecurity.com>
456
457        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
458        UNTESTED to tested.
459
4602005-06-17      Joel Sherrill <joel@OARcorp.com>
461
462        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
463        it is not supported by the MPC5xx.
464
4652005-06-17      Joel Sherrill <joel@OARcorp.com>
466
467        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
468        interface. Also correct attempting to build on other than PowerPC and
469        x86.
470
4712005-06-16      Daron Chabot <daron@nucleus.usask.ca>
472
473        * libchip/Makefile.am: Add driver for Tulip clones.
474        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
475        libchip/network/if_dcreg.h: New files.
476
4772005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
478
479        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
480        to enable rdbg.
481        * configure.ac: Reflect changes above.
482
4832005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
484
485        * configure.ac: Add ada/.
486
4872005-05-20      Sergei Organov  <osv@topconrd.ru>
488
489        PR 750/networking
490        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
491        wait_input().
492
4932005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
494
495        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
496        rtems/irq.h.
497
4982005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
499
500        * libchip/Makefile.am: Include preinstall.am.
501        * libchip/preinstall.am: New.
502
5032005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
504
505        * configure.ac: Add AMPOLISH3.
506        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
507        * libnetworking/rtems_telnetd/preinstall.am: New.
508        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
509
5102005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
511
512        * configure.ac: Let enable_rpcgen default to "no".
513
5142005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
515
516        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
517
5182005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
519
520        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
521        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
522
5232005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
524
525        * libchip/network/dec21140.c, libchip/network/elnk.c,
526        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
527
5282005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
529
530        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
531        of code as a result of the implementation of a common PCI interface.
532
5332005-05-04      Joel Sherrill <joel@OARcorp.com>
534
535        * libchip/network/open_eth.c: Remove prototype of set_vector.
536
5372005-05-03      Joel Sherrill <joel@OARcorp.com>
538
539        * librdbg/src/ptrace.c: Remove warning.
540
5412005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
542
543        * libchip/network/dec21140.c, libchip/network/elnk.c,
544        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
545        Modified parameter list to remove warnings.
546
5472005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
548
549        * libchip/network/cs8900.c, libchip/network/i82586.c,
550        libchip/network/open_eth.c, libchip/network/sonic.c,
551        libchip/serial/mc68681.c: Modified types to remove
552        warnings.  Added initialization to remove warnings.
553
5542005-04-28      Joel Sherrill <joel@OARcorp.com>
555
556        * libchip/network/README.sonic: Rewritten to account for removal of
557        dmv177.
558
5592005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
560
561        PR 781/rtems_misc
562        * libchip/serial/ns16550_p.h: Fix baud rate calculation
563
5642005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
565
566        * libchip/serial/ns16550.c:
567        Fixed warnings generated in various powerpc configurations
568
5692005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
570
571        * libchip/serial/ns16550.c: Modified
572        ISR to work with PPC new exception processing
573
5742005-03-14      Joel Sherrill <joel@OARcorp.com>
575
576        * libchip/network/dec21140.c, libchip/network/elnk.c,
577        libchip/network/if_fxp.c: Continue PCI API unification. All use
578        pci_find_device(). Network drivers manufacture a signature since all
579        calls have not been converted yet.
580
5812005-03-04      Joel Sherrill <joel@OARcorp.com>
582
583        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
584        initialize function part of the unified PCI API as pci_initialize().
585
5862005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
587
588        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
589        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
590
5912005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
592
593        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
594        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
595
5962005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
597
598        * aclocal/ppc.m4: Reflect changes to ppc exception processing
599        building procedures.
600
6012005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
602
603        * aclocal/prog-cc.m4:
604        Quote CFLAGS's RHS to accomodate Solaris broken sh.
605
6062005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
607
608        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
609
6102005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
611
612        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
613
6142005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
615
616        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
617
6182005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
619
620        * libnetworking/rtems_servers/ftp.c,
621        libnetworking/rtems_servers/ftp.h,
622        libnetworking/rtems_servers/Makefile.am:
623        Remove (relocated to cpukit/ftpd).
624        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
625        removed move libnetworking/rtems_servers.
626
6272005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
628
629        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
630
6312005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
632
633        PR 755/rtems
634        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
635        Remove local declarations of rtems_bsdnet_nameservers,
636        rtems_bsdnet_nameservers_count.
637
6382005-01-31      Sergei Organov <osv@topconrd.ru>
639
640        PR 751/pppd
641        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
642        committed to fix PR736 breaks pppd. chat.c should have its own static
643        ttyfd for pppd to work correctly. The symptom is that second
644        invokation of chat (for connect script) fails due to pppd_ttyfd set
645        to -1 by previous chat invokation (for init script). In addition,
646        this patch fixes leaving of dangling pointer in the abort_stbring[]
647        by chat_send().
648
6492005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
650
651        * configure.ac: Remove CFLAGS_DEBUG_V.
652        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
653
6542005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
655
656        * wrapup/Makefile.am: Remove rtems-ctor.o.
657
6582005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
659
660        * libchip/rtc/rtc.h: size_t RTC_Count.
661
6622005-01-20      Joel Sherrill <joel@OARcorp.com>
663
664        PR 736/pppd
665        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
666        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
667        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
668        should not be static and should have a name more specific to pppd.
669
6702005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
671
672        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
673        libnetworking/rtems_servers/Makefile.am,
674        libnetworking/rtems_telnetd/Makefile.am,
675        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
676        Eliminate CFLAGS_OPTIMIZE_V.
677
6782005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
679
680        * configure.ac: Pass CFLAGS to testsuites configure.
681        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
682        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
683
6842005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
685
686        * configure.ac: Pass CFLAGS to cpukit configure.
687        * aclocal/rtems-flags.m4: Remove (Unused).
688        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
689        * aclocal/env-rtemsbsp.m4:
690        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
691        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
692        RTEMS_CFLAGS.
693        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
694        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
695        Cleanup comments.
696
6972005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
698
699        * automake/compile.am: Remove build-variant support.
700
7012005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
702
703        * libnetworking/pppd/Makefile.am,
704        libnetworking/rtems_servers/Makefile.am,
705        libnetworking/rtems_telnetd/Makefile.am:
706        Remove build-variant support.
707
7082005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
709
710        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
711        support/Makefile.am, wrapup/Makefile.am:
712        Remove build-variant support.
713
7142004-11-22      Joel Sherrill <joel@OARcorp.com>
715
716        * libchip/network/if_fxp.c: Add entry for another module ID code.
717
7182004-11-22      Joel Sherrill <joel@OARcorp.com>
719
720        PR 693/misc
721        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
722        in/outport routines.
723
7242004-11-22      Joel Sherrill <joel@OARcorp.com>
725
726        PR 693/misc
727        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
728        in/outport routines.
729
7302004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
731
732        * aclocal/enable-itron.m4: Remove (unused).
733
7342004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
735
736        * configure.ac: Misc. quoting cleanups.
737        Enable ada-tests iff --enable-ada and --enable-tests.
738
7392004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
740
741        PR 703/filesystem
742        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
743        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
744        libchip/ide/ide_controller.c:
745        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
746        available for BSPS/device drivers.
747        Extend the "modes_available" and "mode_active" parameters to
748        uint16_t for UDMA support.
749
7502004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
751
752        * libchip/network/dec21140.c: Cleanup a bit and remove message about
753        not supported on PowerPC since it works on the MVME2100 BSP.
754
7552004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
756
757        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
758        Add dependency tracking for *.cfgs.
759        * Makefile.am: Add dependency tracking for *.cfg.
760
7612004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
762
763        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
764        (Thanks to Lars Munch <lars@segv.dk> for catching this).
765
7662004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
767
768        PR 707/make_build
769        * configure.ac: Add --enable-rpcgen.
770
7712004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
772
773        PR 700/rtems_misc
774        * libnetworking/rtems_webserver/asp.c,
775        libnetworking/rtems_webserver/balloc.c,
776        libnetworking/rtems_webserver/cgi.c,
777        libnetworking/rtems_webserver/default.c,
778        libnetworking/rtems_webserver/ej.h,
779        libnetworking/rtems_webserver/ejIntrn.h,
780        libnetworking/rtems_webserver/ejlex.c,
781        libnetworking/rtems_webserver/ejparse.c,
782        libnetworking/rtems_webserver/emfdb.c,
783        libnetworking/rtems_webserver/emfdb.h,
784        libnetworking/rtems_webserver/form.c,
785        libnetworking/rtems_webserver/handler.c,
786        libnetworking/rtems_webserver/h.c,
787        libnetworking/rtems_webserver/license.txt,
788        libnetworking/rtems_webserver/Makefile.am,
789        libnetworking/rtems_webserver/md5c.c,
790        libnetworking/rtems_webserver/md5.h,
791        libnetworking/rtems_webserver/mime.c,
792        libnetworking/rtems_webserver/misc.c,
793        libnetworking/rtems_webserver/NOTES,
794        libnetworking/rtems_webserver/ringq.c,
795        libnetworking/rtems_webserver/rom.c,
796        libnetworking/rtems_webserver/rtems_webserver.h,
797        libnetworking/rtems_webserver/security.c,
798        libnetworking/rtems_webserver/sock.c,
799        libnetworking/rtems_webserver/socket.c,
800        libnetworking/rtems_webserver/sockGen.c,
801        libnetworking/rtems_webserver/sym.c,
802        libnetworking/rtems_webserver/uemf.c,
803        libnetworking/rtems_webserver/uemf.h,
804        libnetworking/rtems_webserver/um.c,
805        libnetworking/rtems_webserver/um.h,
806        libnetworking/rtems_webserver/umui.c,
807        libnetworking/rtems_webserver/url.c,
808        libnetworking/rtems_webserver/value.c,
809        libnetworking/rtems_webserver/wbase64.c,
810        libnetworking/rtems_webserver/webcomp.c,
811        libnetworking/rtems_webserver/webmain.c,
812        libnetworking/rtems_webserver/webpage.c,
813        libnetworking/rtems_webserver/webrom.c,
814        libnetworking/rtems_webserver/webs.c,
815        libnetworking/rtems_webserver/websda.c,
816        libnetworking/rtems_webserver/websda.h,
817        libnetworking/rtems_webserver/webs.h,
818        libnetworking/rtems_webserver/websSSL.c,
819        libnetworking/rtems_webserver/websSSL.h,
820        libnetworking/rtems_webserver/websuemf.c,
821        libnetworking/rtems_webserver/wsIntrn.h:
822        Remove (Moved to cpukit/http).
823
8242004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
825
826        PR 700/rtems_misc
827        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
828        Remove libnetworking/rtems_webserver.
829
8302004-10-25      Eric Norum <norume@aps.anl.gov>
831
832        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
833
8342004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
835
836        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
837
8382004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
839
840        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
841        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
842
8432004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
844
845        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
846
8472004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
848
849        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
850        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
851
8522004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
853
854        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
855        BITSPERBYTE.
856
8572004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
858
859        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
860        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
861
8622004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
863
864        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
865
8662004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
867
868        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
869        * aclocal/enable-bare.m4: Remove.
870        * configure.ac: Remove BARE_CPU_MODEL.
871
8722004-10-13      Eric Norum <norume@aps.anl.gov>
873
874        PR 688/bsps
875        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
876        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
877        MC146818A (and several Dallas Semiconductor) TOD chips.
878
8792004-10-13      Eric Norum <norume@aps.anl.gov>
880
881        PR 686/networking
882        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
883        device code.
884
8852004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
886
887        * libchip/network/dec21140.c: include <rtems/pci.h>.
888
8892004-09-29      Joel Sherrill <joel@OARcorp.com>
890
891        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
892        libnetworking/pppd/utils.c: i960 obsoleted and all references
893        removed.
894
8952004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
896
897        PR 607/networking
898        * libchip/network/dec21140.c: Made PCI configuration minimum sane
899        instead of fully specifying unused PCI features.
900
9012004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
902
903        * configure.ac: Require automake > 1.9.
904
9052004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
906
907        * aclocal/rtems-cpu-subdirs.m4: Add avr.
908
9092004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
910
911        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
912        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
913
9142004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
915
916        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
917        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
918
9192004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
920
921        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
922
9232004-07-28  Joel Sherrill <joel@OARcorp.com>
924
925    * aclocal/version.m4: Updated to rtems-4.6.99.1.
926
9272004-07-25      Joel Sherrill <joel@OARcorp.com>
928
929        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
930
9312004-05-21  Till Strauman <strauman@slac.stanford.edu>
932
933        PR 625/networking
934        * libchip/network/dec21140.c, ... : Prevent name clashes by making
935        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
936        an error rather than panic if no chip is detected (thus allowing
937        for probing).
938        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
939        instead of looping forever.  Avoid divide by zero (crashed my PC).
940        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
941        they are UNTESTED.
942
9432004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
944
945        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
946
9472004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
948
949        * libchip/network/dec21140.c, libchip/network/elnk.c:
950        #include <errno.h>.
951
9522004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
953
954        * libchip/network/if_media.h: Update from FreeBSD.
955        * libchip/network/open_eth.c, libchip/network/cs8900.c,
956        libchip/network/i82586.c: #include <errno.h>.
957
9582004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
959
960        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
961
9622004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
963
964        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
965
9662004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
967
968        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
969        automake).
970
9712004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
972
973        PR 599/pppd
974        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
975
9762004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
977
978        * optman/rtems/no-region.c: Reflect having changed
979        rtems_region_get_segment_size.
980
9812004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
982
983        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
984        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
985        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
986        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
987        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
988        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
989        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
990
9912004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
992
993        * libchip/ide/ata.c, libchip/network/dec21140.c,
994        libchip/network/elnk.c, libchip/network/i82586.c,
995        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
996        libchip/network/open_eth.c, libchip/network/sonic.c,
997        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
998        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
999        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1000        libchip/shmdr/shm_driver.h: Cosmetics.
1001
10022004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1003
1004        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1005        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1006        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1007        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1008        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1009        fixed size types.
1010
10112004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1012
1013        * configure.ac: Explicitly pass --includedir and --libdir to
1014        cpukit/configure.
1015
10162004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1017
1018        * librdbg/Makefile.am: Fix rpcgen rules.
1019        * librdbg/src/i386/any/remdeb_xdr.c,
1020        librdbg/src/m68k/any/remdeb_xdr.c,
1021        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1022        Reflect changes to librdbg/Makefile.am.
1023
10242004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1025
1026        * configure.ac: Reflect changes testsuites/configure.ac and
1027        cpukit/configure.ac.
1028
10292004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1030
1031        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1032        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1033
10342004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1035
1036        * configure.ac: Reflect changes to testsuites's configuration.
1037
10382004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1039
1040        PR/589 rtems
1041        * libchip/network/pci.h: Remove (Moved to cpukit).
1042
10432004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1044
1045        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1046        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1047        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1048        libchip/network/dec21140.c, libchip/network/elnk.c,
1049        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1050        libchip/network/open_eth.h, libchip/network/sonic.c,
1051        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1052        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1053        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1054        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1055        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1056        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1057        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1058        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1059        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1060        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1061        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1062        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1063        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1064        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1065        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1066        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1067        fixed-size types.
1068
10692004-03-14      Chris Johns  <chrisj@rtems.org>
1070
1071        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1072        the BSP example code.
1073        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1074        support the DIMMPC. This is a pc386 target with IO port support. Minor
1075        formating clean up. Add documentation to the header file.
1076        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1077        cs8900.h header file.
1078
10792004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1080
1081        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1082        Cosmetics.
1083
10842004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1085
1086        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1087        There are no application level Makefiles in here.
1088
10892004-03-04      Joel Sherrill <joel@OARcorp.com>
1090
1091        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1092        they can be used in application level makefiles.
1093
10942004-03-05      Joel Sherrill <joel@OARcorp.com>
1095
1096        * libnetworking/rtems_webserver/ejparse.c,
1097        libnetworking/rtems_webserver/emfdb.c,
1098        libnetworking/rtems_webserver/sock.c,
1099        libnetworking/rtems_webserver/socket.c,
1100        libnetworking/rtems_webserver/sym.c,
1101        libnetworking/rtems_webserver/webs.c,
1102        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
11032004-03-05      Joel Sherrill <joel@OARcorp.com>
1104
1105        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1106        compiling this file only only those CPU families with supported
1107        exception models.
1108
11092004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1110
1111        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1112        testsuites (Was exposed with --enable-multilib, only).
1113        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1114         Add RTEMS_BSP_CONFIG_SUBDIR.
1115        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1116        testsuites's configure.
1117        * aclocal/rtems-top.m4: Remove ENDIF hack.
1118        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1119
11202004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1121
1122        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1123        wrapup/Makefile.am: Fix automake problems having been introduced
1124        in previous patch.
1125
11262004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1127
1128        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1129        Preinstall dirs.
1130        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1131        * aclocal/check-multiprocessing.m4: Cosmetics.
1132        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1133        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1134
11352004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1136
1137        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1138        librdbg/src/Makefile.am.
1139        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1140        * configure.ac: Reflect changes above.
1141        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1142        * wrapup/Makefile.am: Reflect changes above.
1143        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1144
11452004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1148
11492004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1150
1151        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1152
11532004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1154
1155        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1156
11572004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1158
1159        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1160        librdbg/src/powerpc/Makefile.am: Remove.
1161        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1162        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1163        * configure.ac: Reflect changes above.
1164
11652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1166
1167
11682004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1169
1170        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1171        STRIP.
1172
11732004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1174
1175        * librdbg/include/Makefile.am: Merge-in
1176        librdbg/include/rdbg/i386/Makefile.am,
1177        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1178        librdbg/include/rdbg/powerpc/Makefile.am.
1179        * librdbg/include/rdbg/i386/Makefile.am,
1180        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1181        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1182        * configure.ac: Reflect changes above.
1183
11842004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1185
1186        * configure.ac: Use AS_HELP_STRING(ada).
1187
11882004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1189
1190        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1191        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1192        Use AC_CONFIG_HEADERS.
1193        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1194        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1195
11962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1197
1198        * Makefile.am: include local.am.
1199
12002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1201
1202        * aclocal/version.m4: 4.6.99.0.
1203
12042004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1205
1206        * Makefile.am: Don't include host.am.
1207        * automake/compile.am: Further cleanups.
1208
12092004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1210
1211        * automake/lib.am: Remove (Unused).
1212
12132004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1214
1215        * wrapup/Makefile.am: Don't include lib.am.
1216        * automake/compile.am: Use automake compilation rules.
1217
12182004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1219
1220        * libnetworking/pppd/Makefile.am,
1221        libnetworking/rtems_servers/Makefile.am,
1222        libnetworking/rtems_telnetd/Makefile.am,
1223        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1224        support/Makefile.am: Don't include lib.am.
1225
12262004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1227
1228        * libchip/Makefile.am: Don't include lib.am.
1229        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1230        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1231        unnecessary EXTRA_DISTs.
1232
12332004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1234
1235        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1236        hack.
1237
12382004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1239
1240        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1241        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1242        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1243        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1244
12452004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1246
1247        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1248        Add AM_CONDITIONAL(HAS_MP).
1249        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1250        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1251        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1252        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1253        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1254        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1255        (Deprecated by autoconf 2.59).
1256
12572004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1258
1259        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1260        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1261
12622004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1263
1264        * ChangeLog: Merge-in libnetworking/ChangeLog.
1265        * libnetworking/ChangeLog: Remove.
1266        * ChangeLog: Merge-in librdbg/ChangeLog.
1267        * librdbg/ChangeLog: Remove.
1268        * ChangeLog: Merge-in libchip/ChangeLog.
1269        * libchip/ChangeLog: Remove.
1270        * ChangeLog: Merge-in optman/ChangeLog.
1271        * optman/ChangeLog: Remove.
1272
12732004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1274
1275        * configure.ac: Reflect changes to cpukit.
1276        * wrapup/Makefile.am: Reflect changes to librdbg.
1277        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1278        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1279        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1280        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1281        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1282        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1283        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1284        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1285        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1286
12872004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1288
1289        * aclocal/rtems-top.m4: Remove check for version.m4.
1290        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1291
12922004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1293
1294        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1295        * wrapup/Makefile.am: Reflect changes to libchip/*.
1296        * support/Makefile.am: Use automake compilation rules.
1297        * wrapup/Makefile.am: Reflect changes to support/*.
1298        * configure.ac: Remove libnetworking/wrapup/Makefile.
1299        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1300        libnetworking/*/lib*.a instead of libnetapps.a.
1301        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1302        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1303        * optman/Makefile.am: Use automake compilation rules.
1304        * libchip/Makefile.am: Fix typo in previous patch.
1305        * libchip/Makefile.am: Use automake compilation rules.
1306        * libnetworking/Makefile.am: Remove wrapup.
1307        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1308        automake-compilation rules.
1309        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1310        automake-compilation rules.
1311        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1312        automake-compilation rules.
1313        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1314        automake-compilation rules.
1315        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1316
13172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1318
1319        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1320        PRE/TMPINSTALL_FILES to CLEANFILES.
1321        * automake/lib.am: Remove TMPINSTALL_FILES.
1322        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1323        PRE/TMPINSTALL_FILES to CLEANFILES.
1324        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1325        PRE/TMPINSTALL_FILES to CLEANFILES.
1326        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1327        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1328        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1329        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1330        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1331        * librdbg/src/i386/Makefile.am: Ditto.
1332        * librdbg/src/m68k/Makefile.am: Ditto.
1333        * librdbg/src/powerpc/Makefile.am: Ditto.
1334        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1335        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1336        * libnetworking/rtems_servers/Makefile.am: Ditto.
1337        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1338        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1339
13402004-01-07      Joel Sherrill <joel@OARcorp.com>
1341
1342        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1343        more completely covers the MIPS family.
1344
13452003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1346
1347        * wrapup/Makefile.am: Reflect changes to shmdr.
1348        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1349
13502003-12-18      Joel Sherrill <joel@OARcorp.com>
1351
1352        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1353        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1354        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1355        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1356        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1357        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1358        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1359
13602003-12-17      Joel Sherrill <joel@OARcorp.com>
1361
1362        * aclocal/version.m4: Updated to rtems-20031217-test.
1363
13642003-12-17     
1365
1366        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1367        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1368
13692003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1370
1371        * automake/compile.am: Remove LINK_LIBS (Unused).
1372        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1373
13742003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1375
1376        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1377        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1378        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1379        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1380        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1381
13822003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1383
1384        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1385        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1386        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1387        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1388        * librdbg/src/i386/Makefile.am:
1389        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1390        * librdbg/src/m68k/Makefile.am:
1391        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1392        * librdbg/src/powerpc/Makefile.am:
1393        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1394
13952003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1396
1397        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1398        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1399        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1400        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1401        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1402        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1403        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1404        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1405        * optman/Makefile.am: Remove project_libdir.
1406        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1407        PRE/TMPINSTALL_FILES.
1408        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1409        PRE/TMPINSTALL_FILES.
1410        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1411        PRE/TMPINSTALL_FILES.
1412        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1413        PRE/TMPINSTALL_FILES.
1414        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1415        from PRE/TMPINSTALL_FILES.
1416        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1417        PRE/TMPINSTALL_FILES.
1418        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1419        PRE/TMPINSTALL_FILES.
1420        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1421        PRE/TMPINSTALL_FILES.
1422        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1423        PRE/TMPINSTALL_FILES.
1424        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1425        PRE/TMPINSTALL_FILES.
1426        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1427        PRE/TMPINSTALL_FILES.
1428        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1429        from PRE/TMPINSTALL_FILES.
1430
14312003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1432
1433        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1434        * automake/lib.am: Remove project_libdir.
1435        * wrapup/Makefile.am: Reworked.
1436
14372003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1438
1439        * configure.ac: Reflect changes to librdbg.
1440        * optman/Makefile.am: Add tmpinstall dirstamp support.
1441        * libchip/Makefile.am: Fix variant-tmpinstall support.
1442        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1443        * librdbg/src/powerpc/Makefile.am: Merge-in former
1444        new_exception_processing/Makefile.am.
1445        * librdbg/src/m68k/any/Makefile.am: Remove.
1446        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1447        * librdbg/src/i386/any/Makefile.am: Remove.
1448        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1449        * librdbg/src/Makefile.am: Cosmetics.
1450        * librdbg/include/Makefile.am: Cosmetics.
1451        * librdbg/Makefile.am: Cosmetics.
1452        * libnetworking/Makefile.am: Cosmetics.
1453        * libnetworking/pppd/Makefile.am: Cosmetics.
1454        * libnetworking/wrapup/Makefile.am: Cosmetics.
1455
14562003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1457
1458        * Makefile.am: Cosmetics.
1459        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1460        support.
1461
14622003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1463
1464        * automake/compile.am: Remove $(ARCH):-rule.
1465
14662003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1467
1468        * configure.ac: Remove lib/libbsp/shared/Makefile,
1469        lib/libbsp/shmdr/Makefile.
1470
14712003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1472
1473        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1474        libchip/serial/Makefile, libchip/rtc/Makefile.
1475        * support/Makefile.am: Remove all-local: $(ARCH).
1476        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1477        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1478        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1479        * optman/Makefile.am: Remove all-local: $(ARCH).
1480        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1481        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1482        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1483        compilation dirstamp support.
1484        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1485        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1486        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1487        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1488        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1489        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1490        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1491        all-local: $(ARCH).
1492        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1493        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1494        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1495        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1496        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1497
14982003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1499
1500        * aclocal/lead-dot.m4: New (from automake-1.7f).
1501        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1502        AC_SUBST(dirstamp).
1503        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1504        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1505        libchip/serial/Makefile.am: Ditto.
1506        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1507        * librdbg/include/Makefile.am: Ditto.
1508        * librdbg/include/rdbg/Makefile.am: Ditto.
1509        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1510        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1511        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1512        * librdbg/src/Makefile.am: Ditto.
1513        * librdbg/src/i386/Makefile.am: Ditto.
1514        * librdbg/src/i386/any/Makefile.am: Ditto.
1515        * librdbg/src/m68k/Makefile.am: Ditto.
1516        * librdbg/src/m68k/any/Makefile.am: Ditto.
1517        * librdbg/src/powerpc/Makefile.am: Ditto.
1518        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1519        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1520        preinstallation.
1521        * libnetworking/pppd/Makefile.am: Ditto.
1522        * libnetworking/rtems_servers/Makefile.am: Ditto.
1523        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1524        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1525        * libnetworking/wrapup/Makefile.am: Ditto.
1526
15272003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1528
1529        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1530        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1531        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1532        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1533        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1534        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1535        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1536        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1537        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1538        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1539        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1540        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1541        underquoting to silence automake-1.8.
1542
15432003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1544
1545        * configure.ac: Reflect having moved tests to ../../testsuites.
1546
15472003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1548
1549        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1550        * aclocal/canonical-host.m4: Remove.
1551        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1552        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1553
15542003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1555
1556        * aclocal/check-cpu.m4: Remove.
1557        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1558        * aclocal/canonical-target-name.m4: Add m4-quotes.
1559        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1560        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1561        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1562        * aclocal/check-networking.m4: Add m4-quotes. Require
1563        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1564        * aclocal/check-posix.m4: Add m4-quotes. Require
1565        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1566        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1567        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1568        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1569
15702003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1571
1572        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1573        * aclocal/bsp-alias.m4: Remove.
1574
15752003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1576
1577        * configure.ac: Make presence of tests/ optional.
1578
15792003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1580
1581        * aclocal/path-perl.m4: Remove (Unused).
1582
15832003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1584
1585        * automake/force-preinstall.am: Remove.
1586
15872003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1588
1589        PR 499/rtems_misc
1590        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1591        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1592        Configuration (Odd was forced) - Correction of Stop Bit configuration
1593        (inversed) - Correction of ISR Handler to call
1594        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1595        CTS Hardware flow control Configuration.
1596
15972003-09-04      Joel Sherrill <joel@OARcorp.com>
1598
1599        * lib/libcpu/shared/include/cache.h,
1600        lib/libcpu/shared/src/cache_aligned_malloc.c,
1601        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1602        license changed.
1603        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1604        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1605        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1606        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1607        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1608        for license changed.
1609        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1610        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1611        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1612        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1613        libchip/network/cs8900.h, libchip/network/dec21140.c,
1614        libchip/network/elnk.c, libchip/network/open_eth.c,
1615        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1616        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1617        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1618        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1619        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1620        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1621        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1622        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1623        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1624        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1625        libchip/serial/serial.h, libchip/serial/z85c30.c,
1626        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1627        libchip/serial/z85c30_reg.c: URL for license changed.
1628
16292003-09-03      Jiri Gaisler <jiri@gaisler.com>
1630
1631        PR 477/networking
1632        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1633        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1634        libchip/network/open_eth.h: New files.
1635
16362003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1637
1638        * aclocal/rtems-top.m4: Add RTEMS_API.
1639        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1640
16412003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1642
1643        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1644        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1645        @RTEMS_BSP@.cfg.
1646
16472003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1648
1649        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1650
16512003-08-20      Joel Sherrill <joel@OARcorp.com>
1652
1653        * libchip/network/cs8900.c: Correct copyright statements.
1654
16552003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1656
1657        * aclocal/check-itron.m4: Remove.
1658        * aclocal/enable-inlines.m4: Remove.
1659        * Makefile.am: Reflect having moved aclocal/.
1660        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1661        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1662        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1663        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1664        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1665        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1666        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1667        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1668        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1669        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1670        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1671        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1672        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1673        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1674        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1675        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1676        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1677        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1678        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1679        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1680        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1681        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1682        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1683        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1684        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1685        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1686        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1687        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1688        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1689        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1690        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1691        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1692        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1693        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1694        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1695        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1696        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1697        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1698        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1699        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1700        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1701        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1702        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1703        * aclocal/target.m4: New (Copied from ../../aclocal).
1704        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1705        * aclocal/version.m4: New (Copied from ../../aclocal).
1706
17072003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1708
1709        * configure.ac: Remove stray comments.
1710        * automake/local.am, automake/host.am: Remove "debug".
1711
17122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1713
1714        * Makefile.am: Reflect having moved automake/.
1715        * lib/Makefile.am: Reflect having moved automake/.
1716        * support/Makefile.am: Reflect having moved automake/.
1717        * wrapup/Makefile.am: Reflect having moved automake/.
1718        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1719        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1720        from ../../automake).
1721        * optman/Makefile.am: Reflect having moved automake/.
1722        * libchip/Makefile.am: Reflect having moved automake/.
1723        * libchip/ide/Makefile.am: Reflect having moved automake/.
1724        * libchip/network/Makefile.am: Reflect having moved automake/.
1725        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1726        * libchip/serial/Makefile.am: Reflect having moved automake/.
1727        * librdbg/Makefile.am: Reflect having moved automake/.
1728        * librdbg/include/Makefile.am: Reflect having moved automake/.
1729        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1730        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1731        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1732        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1733        automake/.
1734        * librdbg/src/Makefile.am: Reflect having moved automake/.
1735        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1736        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1737        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1738        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1739        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1740        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1741        having moved automake/.
1742        * libnetworking/Makefile.am: Reflect having moved automake/.
1743        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1744        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1745        automake/.
1746        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1747        automake/.
1748        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1749        automake/.
1750        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1751
17522003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1753
1754        * Makefile.am: Add bsp.pc.in.
1755        * bsp.pc.in: New (pkgconfig support).
1756
17572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1758
1759        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1760
17612003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1762
1763        * lib/Makefile.am: New (Required by 'make dist').
1764        * lib/ChangeLog: Remove.
1765        * lib/.cvsignore: Cleanup.
1766        * configure.ac: Reflect having added lib/Makefile.am.
1767        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1768        lib/libbsp/configure.ac.
1769        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1770        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1771
17722003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1773
1774        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1775        * configure.ac: Merge-in librdbg/configure.ac.
1776        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1777        librdbg/configure.ac.
1778        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1779        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1780        LIBCHIP. Conditionally build include-dirs.
1781        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1782        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1783        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1784        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1785        librdbg/include/rdbg/m68k/Makefile.am,
1786        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1787        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1788        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1789        librdbg/src/powerpc/Makefile.am, librdbg/
1790        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1791        configure.ac into ../configure.ac.
1792        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1793        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1794        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1795        libnetworking/rtems_telnetd/Makefile.am,
1796        libnetworking/rtems_webserver/Makefile.am,
1797        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1798        into ../configure.ac.
1799
18002003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1801
1802        PR 427/rtems
1803        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1804        * librdbg/src/servtsp.c: Ditto.
1805
18062003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1807
1808        PR 429/bsps
1809        PR 432/bsps
1810        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1811        packets are queued onto an elnk board, the ISR will deadlock the device
1812        with a tx complete interrupt.  Lighter tx loads are not affected as they
1813        end up submitting single packets to the device.
1814
18152003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1816
1817        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1818        optman/configure.ac.
1819        * optman/configure.ac: Remove (Merged into ../configure.ac).
1820        * optman/Makefile.am: Reflect having merged configure.ac into
1821        ../configure.ac.
1822        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1823        * libchip/Makefile.am, libchip/ide/Makefile.am,
1824        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1825        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1826        ../configure.ac.
1827
18282003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1829
1830        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1831
18322003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1833
1834        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1835        on i386.
1836
18372003-06-13      Joel Sherrill <joel@OARcorp.com>
1838
1839        * libnetworking/pppd/chat.c: Removed warnings.
1840
18412003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1842
1843        * libchip/network/README.3com: New file missed in previous commit.
1844        PR 405/bsps
1845        PR 393/networking
1846        * libchip/network/dec21140.c: Fix leak also known as PR393.
1847        * libchip/network/elnk.c, libchip/network/if_media.h,
1848        libchip/network/mii.h: New files.
1849        * libchip/network/Makefile.am: Reflect new files.
1850
18512003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1852
1853        * configure.ac: Remove support for profile-variant.
1854
18552003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1856
1857        PR 397/pppd
1858        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1859        * libnetworking/pppd/magic.c: Remove *rand48.
1860        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1861
18622003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1863
1864        * wrapup/Makefile.am: Add libide.a.
1865
18662003-04-15      Joel Sherrill <joel@OARcorp.com>
1867
1868        PR 387/rtems_misc
1869        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1870        routines.
1871        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1872
18732003-04-11      Joel Sherrill <joel@OARcorp.com>
1874
1875        * libnetworking/rtems_webserver/cgi.c,
1876        libnetworking/rtems_webserver/sockGen.c,
1877        libnetworking/rtems_webserver/umui.c,
1878        libnetworking/rtems_webserver/websSSL.c,
1879        libnetworking/rtems_webserver/websSSL.h,
1880        libnetworking/rtems_webserver/websda.c,
1881        libnetworking/rtems_webserver/websda.h: New files. Not included in
1882        previous commit.
1883
18842003-04-10      Joel Sherrill <joel@OARcorp.com>
1885
1886        PR 371/pppd
1887        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1888        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1889        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1890        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1891        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1892        still global symbols in rtemspppd.h which might need to be changed or
1893        converted into member of a structure which is dereferenced with a
1894        pointer that is managed as a per task variable. But this patch should
1895        avoid many conflicts.
1896
18972003-03-27      Joel Sherrill <joel@OARcorp.com>
1898
1899        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1900        not allowed in the cpukit source code since it must be buildable
1901        independent of any BSP. These files were moved to libchip/ide.
1902        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1903        files.
1904
19052003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1906
1907        PR 368/filesystems
1908        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1909        improvements which now work on pc386 and mbx8xx.
1910        * libchip/ide/ide_controller.c: New file.
1911
19122003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1913
1914        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1915
19162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1917
1918        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1919        * configure.ac: Add support/.
1920        * support/.cvsignore: New.
1921        * support/Makefile.am: New.
1922        * support/version.c: New.
1923        * wrapup/Makefile.am: Add support/libsupport.a.
1924        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1925        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1926        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1927        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1928
19292003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1930
1931        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1932
19332003-02-20      Till Straumann <strauman@slac.stanford.edu>
1934
1935        PR 354/networking
1936        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1937        chip against a table of supported chips. The untested ones are still
1938        commented out, however.
1939
19402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1941
1942        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1943        * configure.ac: AC_PREREQ(2.57).
1944        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1945        * optman/configure.ac: AC_PREREQ(2.57).
1946        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1947        * libchip/configure.ac: AC_PREREQ(2.57).
1948        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1949        * librdbg/configure.ac: AC_PREREQ(2.57).
1950        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1951        * libnetworking/configure.ac: AC_PREREQ(2.57).
1952
19532003-02-06      Joel Sherrill <joel@OARcorp.com>
1954
1955        * libnetworking/pppd/chat.c: Convert routines with common names to
1956        static. This included get_char(), put_char(), and character() among
1957        others.
1958
19592003-02-03      Joel Sherrill <joel@OARcorp.com>
1960
1961        PR 338/filesystem
1962        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1963        rtems_io_lookup_name() (API change).  Unused function removed.
1964
19652003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1966
1967        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1968        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1969        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1970        Eliminate *_O_FILES.
1971        * libnetworking/rtems_servers/Makefile.am,
1972        libnetworking/rtems_webserver/Makefile.am,
1973        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1974
19752002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1976
1977        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1978        Let all-local: depend on $(LIB).
1979        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1980        * optman/Makefile.am: Apply install-data-local to install *.rels.
1981
19822002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1983
1984        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1985        %.c rules.
1986        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1987        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1988        * libchip/rtc/Makefile.am: Ditto.
1989        * libchip/serial/Makefile.am: Ditto.
1990
19912002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1992
1993        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1994        LIBC_DEFINES.
1995        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1996        LIBC_DEFINES.
1997        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1998        LIBC_DEFINES.
1999
20002002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2001
2002        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2003
20042002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2005
2006        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2007        cache-checking.
2008        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2009
20102002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2011
2012        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2013        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2014        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2015        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2016        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2017
20182002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2019
2020        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2021        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2022        Remove.
2023        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2024
20252002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2026
2027        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2028        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2029
20302002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2031
2032        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2033        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2034
20352002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2036
2037        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2038        * optman/rel.am: New.
2039
20402002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2041
2042        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2043        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2044        braino in comment on "exec". Extend --enable-ada handling.
2045
20462002-11-04      Joel Sherrill <joel@OARcorp.com>
2047
2048        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2049        tasks and rolling multiple loops into 1.
2050        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2051        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2052        Removed warnings.
2053
20542002-10-31      Joel Sherrill <joel@OARcorp.com>
2055
2056        * libchip/network/dec21140.c: Removed warnings.
2057        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2058        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2059        librdbg/src/m68k/any/remdeb_xdr.c,
2060        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2061        warnings.
2062        * libnetworking/rtems_webserver/socket.c,
2063        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2064
20652002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2066
2067        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2068        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2069        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2070        above.
2071
20722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2073
2074        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2075        * wrapup/.cvsignore: Remove autom4te.cache.
2076        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2077        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2078        autom4te.cache.
2079        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2080        autom4te.cache.
2081        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2082        autom4te.cache.
2083
20842002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2085
2086        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2087
20882002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2089
2090        * optman/.cvsignore: Add autom4te.cache.
2091
20922002-09-14      Joel Sherrill <joel@OARcorp.com>
2093
2094        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2095
20962002-09-07      Joel Sherrill <joel@OARcorp.com>
2097
2098        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2099        include files to resolve warnings.
2100
21012002-09-07      Chris Johns <ccj@acm.org>
2102
2103        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2104        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2105        which corrects the problem  where the cs8900.c file was actually the BSP
2106        glue.  Joel did some hacking so this file will compile.  Previously it
2107        required providing a target.h file to compile.
2108        * libchip/network/cs8900.c.bsp: New file.
2109
21102002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2111
2112        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2113
21142002-08-31      Joel Sherrill <joel@OARcorp.com>
2115
2116        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2117        eliminate warning.
2118
21192002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2120
2121        * configure.ac: Add ada-tests.
2122
21232002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2124
2125        * Makefile.am: Add preinstall-stamp.
2126
21272002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2128
2129        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2130        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2131        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2132        gcc31 happy.
2133        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2134        cp.
2135
21362002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2137
2138        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2139        make/bsp.mak.
2140        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2141        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2142
21432002-08-12      Joel Sherrill <joel@OARcorp.com>
2144
2145        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2146        avoid error.
2147
21482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2149
2150        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2151        * configure.ac: Add BSP_SUBDIRS.
2152        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2153        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2154        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2155        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2156        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2157        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2158        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2159        RTEMS_CHECK_BSP_CACHE.
2160        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2161        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2162        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2163        .$(OBJEXT) instead of .o.
2164        * libnetworking/pppd/Makefile.am,
2165        libnetworking/rtems_servers/Makefile.am,
2166        libnetworking/rtems_telnetd/Makefile.am,
2167        libnetworking/rtems_webserver/Makefile.am,
2168        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2169
21702002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2171
2172        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2173        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2174        ../libchip/serial/$(ARCH)/libserialio.a.
2175        * libchip/serial/Makefile.am: Don't tmp-install lib.
2176        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2177
21782002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2179
2180        * Makefile.am: Add rtems_makedir.
2181        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2182        * Makefile.am: Add wrapup-SUBDIR.
2183        * wrapup/ChangeLog: Remove.
2184        * wrapup/configure.ac: Remove.
2185        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2186        (Make the bare BSP happy).
2187        * configure.ac: Ditto.
2188        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2189        Create make/custom/default.cfg.
2190        * configure.ac: Add creation of make/custom/*.cfg. Create
2191        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2192
21932002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2194
2195        * Makefile.am: Clean $(PROJECT_RELEASE).
2196
21972002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2198
2199        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2200        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2201        prototype mismatches.
2202
22032002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2204
2205        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2206        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2207
22082002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2209
2210        * acinclude.m4: Add test "$multilib" != "yes".
2211        * config-ml.in: Remove.
2212        * acinclude.m4: Cleanups.
2213        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2214        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2215        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2216        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2217        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2218
22192002-07-16      Eric Norum <eric.norum@usask.ca>
2220
2221        * New driver for the Intel EtherExpressPro (82559ER) chip.
2222        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2223        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2224        * libchip/network/Makefile.am: Modified to reflect above.
2225
22262002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2227
2228        * acinclude.m4: New.
2229        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2230        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2231        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2232
22332002-07-01      Joel Sherrill <joel@OARcorp.com>
2234
2235        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2236        _Objects_Information_table now that it is a two dimensional array based
2237        upon API and class.
2238        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2239        of strnlen().
2240
22412002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2242
2243        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2244        preinstall libnetapps.a.
2245
22462002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2247
2248        * configure.ac: Remove librpc.
2249
22502002-06-25      Joel Sherrill <joel@OARcorp.com>
2251
2252        * Per PR233, moved librpc to exec.
2253        * configure.ac, wrapup/Makefile.am: Modified.
2254        * librpc, librpc/ChangeLog: Removed.
2255
22562002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2257
2258        * optman/Makefile.am: Remove multilib support.
2259        * optman/configure.ac: Ditto.
2260        * optman/sapi/Makefile.am: Ditto.
2261
22622002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2263
2264        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2265        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2266
22672002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2268
2269        Move networking libraries to c/src/exec/libnetworking
2270        * libnetworking/configure.ac, libnetworking/Makefile.am,
2271        libnetworking/wrapup/Makefile.am: Reflect Moval.
2272
22732002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2274
2275        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2276        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2277        <rtems/bspIo.h>.
2278
22792002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2280
2281        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2282        * libnetworking/rtems/mkrootfs.h: Ditto.
2283        * libnetworking/rtems/Makefile.am: Reflect changes above.
2284
22852002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2286
2287        * configure.ac: Remove lib.
2288
22892002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2290
2291        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2292        that exception stack frames on M68K members with VBR always are 6 byte
2293        long. The incorrect assumption resulted in some gdb commands like "next"
2294        to fail on the 68360.
2295
22962002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2297
2298        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2299        PR 220
2300        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2301        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2302        CVS.
2303        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2304        libnetworking/sys/filio.h: Remove.
2305        * libnetworking/sys/Makefile.am: Reflect changes above.
2306
23072002-05-07      Chris Johns <ccj@acm.org>
2308
2309        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2310        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2311        requires it to be stripped.
2312
23132002-05-01      Eric Norum <eric.norum@usask.ca>
2314
2315        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2316        assembly  to satisfy gcc 3.1 and newer.
2317
23182002-04-26      Eric Norum <eric.norum@usask.ca>
2319
2320        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2321        agressive optimization in gcc 3.1 does not reorder things.
2322
23232002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2324
2325        * libchip/network/dec21140.c: Reflect changes to powerpc's
2326        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2327        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2328        <rtems/score/cpu.h>.
2329        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2330        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2331
23322002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2333
2334        * optman/configure.ac: Remove ENABLE_GCC28.
2335
23362002-04-11      Chris Johns <ccj@acm.org>
2337
2338        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2339        driver control block field to the ifconfig network driver structure.
2340        This field is needed by the i82586 driver which was ported from NetBSD
2341        as it had better hardware abstraction.
2342        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2343        PR59, added the drv_ctrl driver control block field to the ifconfig
2344        network driver structure. This field is needed by the i82586 driver
2345        which was ported from NetBSD as it had better hardware abstraction.
2346
23472002-04-10      Mike Siers <mikes@poliac.com>
2348
2349        * libnetworking/rtems_webserver/NOTES,
2350        libnetworking/rtems_webserver/asp.c,
2351        libnetworking/rtems_webserver/balloc.c,
2352        libnetworking/rtems_webserver/default.c,
2353        libnetworking/rtems_webserver/ej.h,
2354        libnetworking/rtems_webserver/ejIntrn.h,
2355        libnetworking/rtems_webserver/ejlex.c,
2356        libnetworking/rtems_webserver/ejparse.c,
2357        libnetworking/rtems_webserver/emfdb.c,
2358        libnetworking/rtems_webserver/emfdb.h,
2359        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2360        libnetworking/rtems_webserver/handler.c,
2361        libnetworking/rtems_webserver/license.txt,
2362        libnetworking/rtems_webserver/md5.h,
2363        libnetworking/rtems_webserver/md5c.c,
2364        libnetworking/rtems_webserver/mime.c,
2365        libnetworking/rtems_webserver/misc.c,
2366        libnetworking/rtems_webserver/ringq.c,
2367        libnetworking/rtems_webserver/rom.c,
2368        libnetworking/rtems_webserver/security.c,
2369        libnetworking/rtems_webserver/sock.c,
2370        libnetworking/rtems_webserver/sym.c,
2371        libnetworking/rtems_webserver/uemf.c,
2372        libnetworking/rtems_webserver/uemf.h,
2373        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2374        libnetworking/rtems_webserver/url.c,
2375        libnetworking/rtems_webserver/value.c,
2376        libnetworking/rtems_webserver/wbase64.c,
2377        libnetworking/rtems_webserver/webcomp.c,
2378        libnetworking/rtems_webserver/webpage.c,
2379        libnetworking/rtems_webserver/webrom.c,
2380        libnetworking/rtems_webserver/webs.c,
2381        libnetworking/rtems_webserver/webs.h,
2382        libnetworking/rtems_webserver/websuemf.c,
2383        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2384        2.1.4.
2385
23862002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2387
2388        * libchip/network/i82586.c: Include <string.h>.
2389        * libchip/network/sonic.c: Ditto.
2390
23912002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2392
2393        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2394
23952002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2396
2397        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2398
23992002-03-27      Thomas.Doerfler@imd-systems.de
2400
2401        PR 144
2402        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2403        memory address 0 when called for the first time. This is done when
2404        trying to clear the variable "dhcp_hostname".
2405
24062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2407
2408        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2409        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2410        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2411        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2412        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2413        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2414        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2415        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2416        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2417        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2418        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2419        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2420        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2421        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2422        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2423        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2424        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2425        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2426        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2427        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2428        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2429        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2430        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2431        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2432        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2433        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2434        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2435        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2436        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2437        AUTOMAKE_OPTIONS.
2438        * libnetworking/configure.ac:
2439        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2440        foreign 1.6]).
2441        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2442        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2443        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2444        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2445        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2446        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2447        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2448        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2449        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2450        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2451        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2452        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2453        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2454        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2455        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2456        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2457        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2458
24592002-03-27      Ilya Alexeev <ilya@continuum.ru>
2460
2461        PR 162
2462        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2463        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2464        used in a device write routines.  Now ppp_softc structure have own
2465        character for writing to device (sc_outchar).  I think that converting
2466        local variables to static is not a right solution, because problems will
2467        occur in the case of two or more ppp instances.
2468        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2469        must be u_long, otherwise in the case of the big output packet endless
2470        loop may occur.
2471
24722002-03-21      Ilya Alexeev <ilya@continuum.ru>
2473
2474        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2475        preparations for multiple PPPD connections.
2476
24772002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2478
2479        PR 149
2480        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2481        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2482        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2483        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2484
24852002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2486
2487        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2488        * configure.ac: Modified to reflect addition.
2489
24902002-02-27      Ilya Alexeev <ilya@continuum.ru>
2491
2492        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2493        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2494        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2495        capabilities as well as eliminate some warnings.
2496
24972002-02-27      Eric Norum <eric.norum@usask.ca>
2498
2499        * libnetworking/net/radix.c: Properly handle fetching the default route
2500        when there is no route.  This was a bug in the original FreeBSD code and
2501        this fix is from an updated version of their code.
2502
25032002-02-16      Eric Norum <eric.norum@usask.ca>
2504
2505        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2506        checking.
2507
25082002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2509
2510        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2511        dodefaultroute.
2512
25132002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2514
2515        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2516        include <rtems/seterr.h>.
2517
25182002-02-01      Mike Siers <mikes@poliac.com>
2519
2520        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2521        avoid bringing the link down too fast. NOTE: Mike reports successfully
2522        running at 56K baud on a direct link.
2523
25242002-02-01      Eric Valette <valette@crf.canon.fr>
2525
2526        * librdbg/So many patches have been posted recently on the mailing list
2527        and  because we were unable to find correct solution to compile on
2528        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2529        because the coding  style of rdbg was rather inconsistant among various
2530        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2531        global coding style (using indent + manual edits), 2) incorporate/review
2532        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2533        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2534        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2535        after rdbg initialization is done, NB : the paches is huge but it is
2536        mainly due to coding styke chnages.  Only few lines of codes have been
2537        really changed and they do not impact  rdbg functionnality (AFAIKT).
2538        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2539        librdbg/include/rdbg/m68k/rdbg_f.h,
2540        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2541        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2542        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2543        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2544        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2545        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2546        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2547        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2548        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2549        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2550        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2551        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2552        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2553        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2554        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2555        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2556
25572002-01-31      Mike Siers <mikes@poliac.com>
2558
2559        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2560        * Nice Update of PPPD support which eliminates the requiremetn that
2561        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2562        and reports that it seems to be more stable and handle larger packets
2563        better.  This patch replaces the termios tasks with more general pppd
2564        network driver tasks.  The functions pppinput() and pppstart() get
2565        called from the interrupt service routine.
2566        * libnetworking/Makefile.am, libnetworking/configure.ac,
2567        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2568        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2569        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2570        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2571        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2572        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2573        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2574        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2575        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2576        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2577        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2578        libnetworking/net/route.c, libnetworking/net/route.h,
2579        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2580        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2581        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2582        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2583        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2584        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2585        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2586        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2587        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2588        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2589        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2590        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2591        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2592        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2593        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2594        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2595        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2596        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2597        libnetworking/pppd/example/README,
2598        libnetworking/pppd/example/netconfig.h,
2599        libnetworking/wrapup/Makefile.am: Modified.
2600        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2601        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2602        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2603        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2604        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2605        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2606        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2607        libnetworking/modem/pppcompress.c: Subdirectory removed.
2608
26092002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2610
2611        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2612        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2613
26142002-01-18      Till Straumann <strauman@slac.stanford.edu>
2615
2616        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2617        issues: - exception handler needs to enable MSR_FP if the interrupted
2618        thread is FP enabled. - printk message for MSR fixed and added
2619        stacktrace. NOTE: this requires the stacktrace patch to
2620        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2621        however).
2622
26232002-01-06      Joel Sherrill <joel@OARcorp.com>
2624
2625        * optman/.cvsignore: Added aclocal.m4 and configure.
2626        * optman/.cvsignore: New file.
2627
26282002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2629
2630        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2631
26322002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2633
2634        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2635        * optman/ChangeLog: New.
2636        * optman/configure.ac: New.
2637        * optman/Makefile.am: New.
2638        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2639        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2640
26412001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2642
2643        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2644
26452001-12-18      Eric Norum <eric.norum@usask.ca>
2646
2647        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2648        `directories' (path names with a / at the end) while disallowing open()
2649        operations on TFTP `directories'.
2650
26512001-12-07      Eric Norum <eric.norum@usask.ca>
2652
2653        * libnetworking/lib/tftpDriver.c: Restore write capability.
2654
26552001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2656
2657        * libchip/network/sonic.h: Fix typo.
2658        * libnetworking/arpa/Makefile.am: Remove stray lines.
2659
26602001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2661
2662        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2663
26642001-10-18      Eric Norum <eric.norum@usask.ca>
2665
2666        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2667        chdir() and open() operations within the TFTP file system.
2668
26692001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2670
2671        * librdbg/configure.ac: Fix latent bug exposed by removal of
2672        config.cache's which prevented powerpc targets librdbg from building.
2673
26742001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2675
2676        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2677        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2678        autoconf-2.52 happy.
2679
26802001-10-12      Mike Siers <mikes@poliac.com>
2681
2682        * libnetworking/Update to stable working state.  Congratulations Mike!
2683        :).
2684        * libnetworking/modem_example: Directory removed.
2685        * libnetworking/modem_example/16550.h,
2686        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2687        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2688        libnetworking/modem_example/ppp.h,
2689        libnetworking/modem_example/pppcompress.c: Files removed.
2690        * libnetworking/pppd/example/pppd.options: New file.
2691        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2692        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2693        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2694        libnetworking/pppd/rtemsmain.c: Updated.
2695
26962001-10-12      Joel Sherrill <joel@OARcorp.com>
2697
2698        * libchip/serial/z85c30.c: Fixed typo.
2699
27002001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2701
2702        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2703        * configure.in: Remove.
2704        * configure.ac: New file, generated from configure.in by autoupdate.
2705        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2706        * libchip/configure.in: Remove.
2707        * libchip/configure.ac: New file, generated from configure.in by
2708        autoupdate.
2709        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2710        * librdbg/configure.in: Remove.
2711        * librdbg/configure.ac: New file, generated from configure.in by
2712        autoupdate.
2713        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2714        * libnetworking/configure.in: Remove.
2715        * libnetworking/configure.ac: New file, generated from configure.in by
2716        autoupdate.
2717
27182001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2719
2720        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2721        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2722        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2723
27242001-09-27      Joel Sherrill <joel@OARcorp.com>
2725
2726        * libchip/ChangeLog: Fixed typo in date.
2727
27282001-09-27      Eric Norum <eric.norum@usask.ca>
2729
2730        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2731        TFTP  filesystem.
2732
27332001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2734
2735        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2736        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2737        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2738        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2739        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2740        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2741        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2742        'PREINSTALL_FILES ='.
2743        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2744        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2745        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2746        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2747        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2748        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2749        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2750        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2751        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2752        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2753        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2754        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2755
27562001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2757
2758        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2759        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2760        * librdbg/src/m68k/any/Makefile.am: Ditto.
2761        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2762        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2763        happy.
2764
27652001-09-21      Joel Sherrill <joel@OARcorp.com>
2766
2767        * libchip/network/Makefile.am: Fixed typo on file name.
2768        * libchip/network/i82586.c: Commented out line 318 which is referencing
2769        a member of a structure that is not currently there.  This needs to be
2770        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2771        to C style.
2772
27732001-09-19      Eric Norum <eric.norum@usask.ca>
2774
2775        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2776
27772001-09-19      Chris Johns <ccj@acm.org>
2778
2779        * libchip/network/README.i82586, libchip/network/i82586.c,
2780        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2781        Network driver for Intel i82586.
2782        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2783        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2784        "root" filesystem with information obtained via the DHCP response.
2785
27862001-09-14      Eric Norum <eric.norum@usask.ca>
2787
2788        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2789        make gcc 3.x happy.
2790
27912001-08-16      Mike Siers <mikes@poliac.com>
2792
2793        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2794        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2795        These support callback functionality that has not even been compiled
2796        under RTEMS yet.
2797        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2798        example application.  Mike's notes on the modifications: - renamed
2799        error() function because of namespace problems - removed calls to the
2800        exit() funciton - removed extra files from the pppd source directory -
2801        defined pppd task constant values in rtemspppd.h - modifyied example
2802        code to get actual tick per second value - placed the pppd 2.3.11 man
2803        page file (pppd.8) into the pppd directory.
2804        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2805        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2806        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2807        libnetworking/pppd/rtems-ppp.c: Deleted.
2808        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2809        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2810        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2811        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2812        libnetworking/pppd/example/init.c,
2813        libnetworking/pppd/example/netconfig.h,
2814        libnetworking/pppd/example/ppp.conf,
2815        libnetworking/pppd/example/pppdapp.c,
2816        libnetworking/pppd/example/system.h: New files.
2817        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2818        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2819        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2820        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2821        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2822        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2823        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2824        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2825        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2826        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2827        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2828        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2829        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2830        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2831        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2832
28332001-08-16      Joel Sherrill <joel@OARcorp.com>
2834
2835        * libnetworking/pppd/example/Makefile: Removed.
2836        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2837        to avoid bootstrap -c clobbering it.
2838        * libnetworking/rtems_telnetd/.cvsignore: New file.
2839
28402001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2841
2842        * libnetworking/Makefile.am, libnetworking/configure.in,
2843        libnetworking/rtems_servers/Makefile.am,
2844        libnetworking/rtems_servers/telnetd.c,
2845        libnetworking/rtems_servers/telnetd.h,
2846        libnetworking/rtems_telnetd/Makefile.am,
2847        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2848        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2849        libnetworking/rtems_telnetd/telnetd.c,
2850        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2851        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2852        effect when ftpd change. - the tcp/ip stats have been implemented into
2853        icmds.c and started when telnetd daemon is started.
2854        * libnetworking/rtems_servers/telnetd.c,
2855        libnetworking/rtems_servers/telnetd.h: Removed.
2856        * libnetworking/rtems_telnetd: New directory.
2857        * libnetworking/rtems_telnetd/Makefile.am,
2858        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2859        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2860        libnetworking/rtems_telnetd/telnetd.c,
2861        libnetworking/rtems_telnetd/telnetd.h: New files.
2862
28632001-06-14      Joel Sherrill <joel@OARcorp.com>
2864
2865        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2866        Moved from libmisc/shell so the network stack to address network
2867        depenendency.
2868        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2869
28702001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2871
2872        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2873
28742001-05-15      Joel Sherrill <joel@OARcorp.com>
2875
2876        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2877        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2878        accidentally deleted the incorrectly empty versions.
2879
28802001-05-14      Till Straumann <strauman@slac.stanford.edu>
2881
2882        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2883        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2884        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2885        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2886        to know the values) - the affected BSP (shared/motorola) headers have
2887        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2888        driver (libchip/network/dec21140.c) has been fixed to use
2889        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2890        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2891        who is using this driver. - the DEC driver also has been fixed to use
2892        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2893        delay_in_bus_cycles().
2894
28952001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2896
2897        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2898
28992001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2900
2901        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2902
29032001-04-24      Eric Norum <eric.norum@usask.ca>
2904
2905        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2906        NTP synchronization a little more robust -- no NTP daemon yet, but at
2907        least it trys a little harder when the primary NTP server is down.
2908
29092001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2910
2911        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2912        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2913        libnetworking/pppd/modem_example/modem.c,
2914        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2915        other strings into English.
2916        * libnetworking/pppd/STATUS: updated to reflect the changes.
2917
29182001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2919
2920        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2921        again.
2922
29232001-04-20      Eric Valette <valette@crf.canon.fr>
2924
2925        * mcp750 directory renamed new_exception processing as it supports many
2926        more CPU models.
2927        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2928        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2929        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2930        formerly in mcp750 plus modifications.
2931        * librdbg/src/powerpc/mcp750/.cvsignore,
2932        librdbg/src/powerpc/mcp750/Makefile.am,
2933        librdbg/src/powerpc/mcp750/remdeb.h,
2934        librdbg/src/powerpc/mcp750/remdeb_f.x,
2935        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2936        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2937        new_exception_processing.
2938        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2939        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2940        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2941        part of this effort to add support for the MPC8xx.
2942
29432001-04-19      Joel Sherrill <joel@OARcorp.com>
2944
2945        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2946        internal include files.
2947
29482001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2949
2950        PR 158
2951        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2952        rcmd() library call by commenting out the parts that deal with signals.
2953        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2954        stdio. The 'server-side' parts of this file which deal with
2955        authentication are disabled since they are not needed.
2956
29572001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2958
2959        * libnetworking/include/.cvsignore: Remove dangling file.
2960
29612001-03-14      Joel Sherrill <joel@OARcorp.com>
2962
2963        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2964        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2965        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2966        libchip style serial drivers can be written in libcpu or libbsp.
2967
29682001-03-01      Joel Sherrill <joel@OARcorp.com>
2969
2970        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2971        libchip/network/sonic.c, libchip/network/sonic.h,
2972        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2973        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2974        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2975        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2976        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2977        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2978        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2979        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2980
29812001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2982
2983        * librdbg/include/rdbg/Makefile.am,
2984        librdbg/include/rdbg/i386/Makefile.am,
2985        librdbg/include/rdbg/m68k/Makefile.am,
2986        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2987        style on include files.
2988
29892001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2990
2991        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2992        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2993        replace ${..} with $(..).
2994        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2995        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2996        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2997        libnetworking/rtems/Makefile.am, libnetworking/
2998        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2999        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3000        include_*HEADERS instead of H_FILES.
3001        * libnetworking/include/Makefile.am: Remove.
3002        * libnetworking/Makefile.am: Add handling of *.h files.
3003        * libnetworking/configure.in: Remove include/Makefile.
3004
30052001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3006
3007        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3008
30092001-01-31      Sergei Organov <osv@javad.ru>
3010
3011        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3012        current dir and root dir removed in favor of new libio support for
3013        task-local current and root directories. - Bug in `close_data_socket()'
3014        introduced by previous change fixed. - `command_pasv()' changed to set
3015        timeout on socket we are listening on and code fixed to don't close
3016        socket twice on error. - `serr()' changed to clear `errno'. -
3017        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3018        changed to clear `errno' before processing session. -
3019        `close_data_socket()' fixed to close both active and passive sockets -
3020        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3021        empty string  in `exec_command()'.
3022
30232001-01-25      Eric Norum <eric.norum@usask.ca>
3024
3025        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3026        improves throughput on systems which are dropping packets.   Only the
3027        first timeout is reduced.  This keeps the number of extra packets down
3028        on networks that are very busy and dropping lots of packets.
3029
30302001-01-24      Sergei Organov <osv@javad.ru>
3031
3032        * libnetworking/rtems_servers/ftpd.c,
3033        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3034        - Timeouts on sockets implemented. 'idle' field added to configuration.
3035        No timeout by default to keep backward compatibility. Note: SITE IDLE
3036        command not implemented yet. - Basic global access control implemented.
3037        'access' field added to configuration. No access limitations by default
3038        to keep backward compatibility. - Anchor data socket for active mode
3039        (using self IP and port 20.) - Fixed default data port support (still
3040        not tested). - Don't allow IP address different from originating host in
3041        PORT command to improve security. - Fixed bug in MDTM command. - Check
3042        for correctness of parsing of argument in command_port(). - Fixed
3043        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3044        a directory. - Command parsing a little bit improved: command names are
3045        now converted to upper-case to be more compatible with RFC (command
3046        names are not case-sensitive.) - Reformat comments so that they have
3047        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3048        previous changes - True ASCII mode implemented (doesn't work for hooks
3049        and /dev/null) - Passive mode implemented, PASV command added. - Default
3050        port for data connection could be used (untested, can't find ftp client
3051        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3052        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3053
30542001-01-18      Joel Sherrill <joel@OARcorp.com>
3055
3056        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3057        macro using variable arguments.
3058        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3059        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3060        since I updated the main RTEMS development machine to RedHat 7.2 and
3061        apparently got a new version of rpcgen.
3062
30632001-01-12      Sergei Organov <osv@javad.ru>
3064
3065        * libnetworking/rtems_servers/ftpd.c,
3066        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3067        - use pool of pre-created threads to handle sessions instead of
3068        creating/deleting threads on the fly - LIST output is now similar to
3069        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3070        happy with it. - LIST NAME now works (both for files and directories) -
3071        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3072        clients happy  - keep track of CWD for every session separately -
3073        ability to specify root directory name for FTPD in configuration table.
3074        FTPD will then create illusion for FTP clients that this is actually
3075        root directory. - ignore options sent in commands, thus LIST -al FILE
3076        works and doesn't try to list "-al" directory. - buffers are allocated
3077        on stack instead of heap where possible to eliminate malloc/free calls
3078        (avoid possible heap fragmentation troubles). - drop using of task
3079        notepad to pass parameters - use function arguments instead - use
3080        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3081        in socket() instead of AF_INET.
3082
30832001-01-02      Joel Sherrill <joel@OARcorp.com>
3084
3085        * libnetworking/CHANGELOG: Removed.
3086        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3087
30882000-12-14      Eric Norum <eric.norum@usask.ca>
3089
3090        * libnetworking/lib/tftpDriver.c: Added write capability.
3091
30922000-12-08      Joel Sherrill <joel@OARcorp.com>
3093
3094        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3095        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3096        numerous variable declarations conditional on PPP_COMPRESS and
3097        PPP_FILTER.  Commented out variables that were not used because the code
3098        using them was commented out. Removed totally unused variables.
3099        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3100        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3101
31022000-11-30      Joel Sherrill <joel@OARcorp.com>
3103
3104        * libnetworking/modem/ppp_tty.c: Changed to include
3105        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3106        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3107        * libnetworking/Makefile.am: Modified to reflect above.
3108
31092000-11-27      Joel Sherrill <joel@OARcorp.com>
3110
3111        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3112
31132000-11-25      Eric Norum <eric.norum@usask.ca>
3114
3115        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3116        core.
3117
31182000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3119
3120        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3121        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3122        subdir.
3123        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3124        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3125        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3126        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3127        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3128        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3129        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3130        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3131        ppp_tty.c and the real pppd main is in pppmain.c.
3132
31332000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3134
3135        * libchip/network/sonic.c: Added ipalign() routine to align the received
3136        packet so that the ip header is on a 32-bit boundary. Necessary for
3137        cpu's that do not allow unaligned loads and stores and when the 32-bit
3138        DMA mode is used.
3139
31402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3141
3142        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3143        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3144        ACLOCAL_AMFLAGS.
3145        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3146        ACLOCAL_AMFLAGS.
3147        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3148        ACLOCAL_AMFLAGS.
3149
31502000-11-03      Chris Johns <ccj@acm.org>
3151
3152        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3153        libchip/network/cs8900.h: New files.
3154
31552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3156
3157        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3158        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3159        $(RTEMS_TOPdir)/aclocal.
3160        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3161        $(RTEMS_TOPdir)/aclocal.
3162        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3163        $(RTEMS_TOPdir)/aclocal.
3164
31652000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3166
3167        * configure.in: Switch to GNU-canonicalization.
3168        * Makefile.am: Reflect changes to configure.in.
3169        * acinclude.m4: Remove.
3170
31712000-10-30      Joel Sherrill <joel@OARcorp.com>
3172
3173        * POSIX include files merged into newlib.  This resulted in some
3174        definitions moving to other files and thus some secondary effects in
3175        RTEMS source code.
3176        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3177        in sync with newlib's <machine/types.h>.
3178        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3179        definition of struct itimerval in <sys/time.h>.
3180
31812000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3182
3183        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3184        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3185        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3186        * ChangeLog: Fix typos.
3187        * configure.in: add tests to the GNU canonicalized subdirectories.
3188
31892000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3190
3191        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3192        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3193        the lib directory before configuring lib/.
3194
31952000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3196
3197        * configure.in, Makefile.am: add exec to the GNU canonicalized
3198        subdirectories.
3199        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3200        * configure.in: add libnetworking, librpc and librdb to the GNU
3201        canonicalized subdirectories.
3202        * configure.in: add libmisc and libchip to the GNU canonicalized
3203        subdirectories.
3204        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3205        Switch to GNU canonicalization.
3206        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3207        Switch to GNU canonicalization.
3208        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3209        Switch to GNU canonicalization.
3210
32112000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3212
3213        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3214        canonicalization to libfs/. The approach is currently a bit of a hack as
3215        GNU canonicalization does not support the per-BSP build some of the
3216        other directories require.  As more of the tree is converted, this will
3217        become less  of an issue.
3218
32192000-10-20      Joel Sherrill <joel@OARcorp.com>
3220
3221        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3222        parameter.
3223
32242000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3225
3226        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3227        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3228        * librdbg/configure.in: Add m68k support.
3229        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3230        subdirectory.
3231        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3232        failure.
3233        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3234        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3235        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3236        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3237        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3238        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3239        librdbg/src/m68k/.cvsignore: New files.
3240        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3241        function pointers.
3242        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3243        _after_ pointer has been checked against NULL.
3244
32452000-10-18      Joel Sherrill <joel@OARcorp.com>
3246
3247        * wrapup/Makefile.am: Added libfs.
3248
32492000-10-18      Chris Johns <ccj@acm.org>
3250
3251        * libfs created.
3252        * configure.in: Added libfs subdirectory.
3253        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3254
32552000-09-28      Joel Sherrill <joel@OARcorp.com>
3256
3257        * libnetworking/rtems_webserver/Makefile.am,
3258        libnetworking/rtems_webserver/base64.c,
3259        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3260        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3261
32622000-09-22      Joel Sherrill <joel@OARcorp.com>
3263
3264        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3265        libnetworking/rtems/rtems_bsdnet_internal.h,
3266        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3267        have included rtems.h.  It is now including precisely the  least amount
3268        of low level, yet portable .h files to get the basic RTEMS types
3269        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3270        used machine/types.h to include rtems.h.
3271
32722000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3273
3274        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3275
32762000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3277
3278        * libnetworking/ChangeLog: Cleanup.
3279
32802000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3281
3282        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3283        * libchip/ChangeLog: Fix formating.
3284
32852000-09-05      Joel Sherrill <joel@OARcorp.com>
3286
3287        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3288        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3289        confusion and to work with the converted flags.
3290
32912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3292
3293        * wrapup/Makefile.am: Include compile.am.
3294        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3295        libchip/serial/Makefile.am: Include compile.am.
3296        * librdbg/src/i386/any/Makefile.am,
3297        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3298        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3299        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3300        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3301        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3302        libnetworking/rtems_servers/Makefile.am,
3303        libnetworking/rtems_webserver/Makefile.am,
3304        libnetworking/wrapup/Makefile.am: Include compile.am.
3305
33062000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3307
3308        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3309        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3310
33112000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3312
3313        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3314
33152000-08-31      Joel Sherrill <joel@OARcorp.com>
3316
3317        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3318        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3319        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3320        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3321        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3322        * libnetworking/wbase64.c: Removed.
3323        * libnetworking/Makefile.am, libnetworking/asp.c,
3324        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3325        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3326        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3327        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3328        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3329        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3330        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3331        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3332        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3333        Modified.
3334
33352000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3336
3337        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3338
33392000-08-30      Joel Sherrill <joel@OARcorp.com>
3340
3341        * libnetworking/rtems_webserver/license.txt: New file.
3342
33432000-08-10      Joel Sherrill <joel@OARcorp.com>
3344
3345        * ChangeLog: New file.
3346        * libchip/ChangeLog: New file.
3347        * librdbg/ChangeLog: New file.
3348        * libnetworking/ChangeLog: New file.
3349
Note: See TracBrowser for help on using the repository browser.