source: rtems/c/src/ChangeLog @ ec09d84

4.104.114.84.95
Last change on this file since ec09d84 was ec09d84, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/07 at 01:18:37

2007-03-31 Ralf Corsépius <ralf.corsepius@…>

  • libchip/network/dec21140.c, libchip/network/if_dc.c, libchip/network/if_fxp.c: Reflect changes to pci-API.
  • Property mode set to 100644
File size: 126.3 KB
Line 
12007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * libchip/network/dec21140.c, libchip/network/if_dc.c,
4        libchip/network/if_fxp.c: Reflect changes to pci-API.
5
62007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
9        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
10
112007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
14          being used to compile "tools").
15
162007-03-13      Joel Sherrill <joel@OARcorp.com>
17
18        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
19
202007-03-12      Joel Sherrill <joel@OARcorp.com>
21
22        * libchip/network/cs8900.c, libchip/network/cs8900.h,
23        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
24        and/or fix mistake in copyright notice. Both of these mistakes appear
25        to be from code submitted after these changes were made previously.
26
272007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
30
312007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * libchip/Makefile.am: Correct path to README.tulipclone.
34
352007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * libchip/ide/ata.c: Remove superfluous type casts.
38
392007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
42        Use size_t for sizes.
43
442007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
45
46        * libchip/ide/ata.c: in ata_request_done: moved call to free()
47        from preemption disabled region
48
492007-01-16      Till Straumann <strauman@slac.stanford.edu>
50
51        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
52        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
53        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
54
552006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
58          ioctl_command_t as ioctl argument.
59
602006-12-13      Joel Sherrill <joel@OARcorp.com>
61
62        * librtems++/include/rtems++/rtemsEvent.h,
63        librtems++/include/rtems++/rtemsMessageQueue.h,
64        librtems++/include/rtems++/rtemsSemaphore.h,
65        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
66        librtems++/src/rtemsMessageQueue.cc,
67        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
68        rtems_unsigned32 to uint32_t.
69
702006-12-13      Joel Sherrill <joel@OARcorp.com>
71
72        PR 1181/bsps
73        * optman/rtems/no-msg.c: Clean up dead code.
74
752006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
78
792006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
82        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
83        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
84
852006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * configure.ac: New BUG-REPORT address.
88
892006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * Makefile.am: Remove ampolish3.
92
932006-11-17      Joel Sherrill <joel@OARcorp.com>
94
95        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
96        blank lines.
97
982006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * configure.ac: Remove RTEMS_AMPOLISH3.
101        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
102          Remove checks for AMPOLISH3.
103        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
104        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
105        * ampolish3: Remove.
106
1072006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
110        * aclocal/prog-cc.m4: Remove CFLAGS.
111        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
112        Compose CFLAGS. Append CFLAGS to ac_configure_args.
113
1142006-10-23      Joel Sherrill <joel@OARcorp.com>
115
116        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
117
1182006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * automake/compile.am: Use hard-coded RTEMS_* flags.
121
1222006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * aclocal/rtems-top.m4: Remove RTEMS_API.
125        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
126
1272006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
130
1312006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
134
1352006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * aclocal/version.m4: Bump version to 4.7.99.0.
138
1392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * configure.ac: Require autoconf-2.60. Require automake-1.10.
142
1432006-09-11      Joel Sherrill <joel@OARcorp.com>
144
145        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
146
1472006-09-04      Joel Sherrill <joel@OARcorp.com>
148
149        * libchip/network/greth.c, libchip/network/open_eth.c,
150        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
151        introduced by warning removal.
152
1532006-09-01      Joel Sherrill <joel@OARcorp.com>
154
155        * libchip/network/greth.c, libchip/network/open_eth.c,
156        libchip/network/smc91111.c: Remove warnings and correct prototype
157        added earlier today.
158
1592006-09-01      Joel Sherrill <joel@OARcorp.com>
160
161        * libchip/network/cs8900.c, libchip/network/greth.c,
162        libchip/network/i82586.c, libchip/network/open_eth.c,
163        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
164        sized integers, and inttypes.h printf helpers.
165
1662006-08-09      Kolja Waschk <waschk@telos.de>
167
168        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
169
1702006-07-12      Joel Sherrill <joel@OARcorp.com>
171
172        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
173
1742006-07-11      Jerry Needell <jerry.needell@unh.edu>
175
176        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
177        4.6 branch.  Original modifications by Gaisler Enterprises.
178        * libchip/network/greth.c, libchip/network/greth.h: New files.
179
1802006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
181
182        * ide/ata.[ch]:
183        (PR1118) fetch priority for ATA task from a variable,
184        not a fixed configuration value.
185       
1862006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * Makefile.am: Add ampolish3.
189
1902006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * ampolish3: New.
193        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
194
1952006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * aclocal/rtems-ampolish.m4: New.
198        * configure.ac: Use RTEMS_AMPOLISH3.
199
2002006-04-18  Joel Sherrill <joel@OARcorp.com>
201
202        * aclocal/version.m4: Updated to rtems-4.6.99.3.
203
2042006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
205
206        PR 853/filesystem
207        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
208        should be modified to support the new exception scheme and to use the
209        handle parameter.
210
2112006-02-a32     Eric Norum <norume@aps.anl.gov>
212
213        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
214        "newer" PCI access calls.  Minor cleanups.  Comments.
215
2162006-01-12      Eric Norum <norume@aps.anl.gov>
217
218        PR 861/networking
219        PR 863/networking
220        * libchip/network/smc91111.c: Fix illegal lvalue increments.
221
2222006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * wrapup/Makefile.am: Add preinstall.am.
225        * libchip/Makefile.am: Build libchip/network/smc91111.
226        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
227        Eliminate cyg_int* crap.
228
2292006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * librdbg/Makefile.am: Add preinstall.am.
232        * aclocal/bsp-configure.m4: Add ampolish3.
233        New header guards.
234
2352006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * libchip/network/open_eth.c, libchip/network/open_eth.h:
238        Merger from rtems-4-6-branch.
239
2402006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * libchip/network/smc91111.c
243        libchip/network/smc91111config.h
244        libchip/network/smc91111exp.h
245        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
246        * libchip/Makefile.am: Reflect adding smc91111*.
247
2482006-01-08      Joel Sherrill <joel@OARcorp.com>
249
250        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
251        char *.
252
2532006-01-08      Joel Sherrill <joel@OARcorp.com>
254
255        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
256        warnings.
257
2582005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
259
260        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
261        Add RTEMS_RELLDFLAGS.
262        * automake/compile.am: Remove RTEMS_USE_GCC.
263        Remove RTEMS_RELLDFLAGS.
264        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
265
2662005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        * libchip/network/if_media.h, libchip/network/mii.h:
269        Remove (Moved to cpukit).
270        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
271        and libchip/network/if_media.h.
272        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
273        if_media.h having moved.
274
2752005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
276
277        * automake/compile.am, automake/host.am, automake/local.am,
278        automake/subdirs.am: Remove depend.
279        * configure.ac: Explicitly pass --libdir and --includedir to
280        testsuites.
281
2822005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
283
284        * configure.ac: Reflect changes to testsuites.
285
2862005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
287
288        * automake/compile.am: Remove GCCSPECS.
289        * aclocal/prog-cc.m4: Add GCCSPECS.
290        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
291
2922005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
293
294        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
295        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
296
2972005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
298
299        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
300        libcpu/byteorder.h for i386.
301
3022005-11-02      Till Straumann <strauman@slac.stanford.edu>
303
304        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
305        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
306        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
307        added a simple API/library for i2c devices and drivers for i2c
308        2-byte eeproms and a ds1621 temperature sensor; API is documented
309        in libi2c.h.
310
3112005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
312
313        * libnetworking/pppd/ipxcp.c,
314        libnetworking/pppd/chat.c,
315        libnetworking/pppd/patchlevel.h,
316        libnetworking/pppd/upap.h,
317        libnetworking/pppd/md5.h,
318        libnetworking/pppd/pppd.8,
319        libnetworking/pppd/README,
320        libnetworking/pppd/preinstall.am,
321        libnetworking/pppd/md4.h,
322        libnetworking/pppd/magic.c,
323        libnetworking/pppd/pppd.h,
324        libnetworking/pppd/demand.c,
325        libnetworking/pppd/rtemsmain.c,
326        libnetworking/pppd/sys-rtems.c,
327        libnetworking/pppd/ipcp.h,
328        libnetworking/pppd/lcp.h,
329        libnetworking/pppd/chap_ms.c,
330        libnetworking/pppd/md4.c,
331        libnetworking/pppd/rtemspppd.h,
332        libnetworking/pppd/cbcp.h,
333        libnetworking/pppd/auth.c,
334        libnetworking/pppd/lcp.c,
335        libnetworking/pppd/example/README,
336        libnetworking/pppd/example/ppp.conf,
337        libnetworking/pppd/example/system.h,
338        libnetworking/pppd/example/netconfig.h,
339        libnetworking/pppd/example/pppdapp.c,
340        libnetworking/pppd/example/init.c,
341        libnetworking/pppd/example/Makefile-user,
342        libnetworking/pppd/example/pppd.options,
343        libnetworking/pppd/rtemspppd.c,
344        libnetworking/pppd/ipxcp.h,
345        libnetworking/pppd/chap_ms.h,
346        libnetworking/pppd/options.c,
347        libnetworking/pppd/magic.h,
348        libnetworking/pppd/chap.h,
349        libnetworking/pppd/cbcp.c,
350        libnetworking/pppd/upap.c,
351        libnetworking/pppd/chap.c,
352        libnetworking/pppd/Makefile.am,
353        libnetworking/pppd/ccp.h,
354        libnetworking/pppd/utils.c,
355        libnetworking/pppd/rtemsdialer.h,
356        libnetworking/pppd/fsm.h,
357        libnetworking/pppd/pathnames.h,
358        libnetworking/pppd/md5.c,
359        libnetworking/pppd/fsm.c,
360        libnetworking/pppd/ipcp.c,
361        libnetworking/pppd/STATUS,
362        libnetworking/pppd/ccp.c,
363        libnetworking/Makefile.am: Remove (Moved to cpukit).
364
3652005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
366
367        * configure.ac: Remove libnetworking, libnetworking/pppd.
368        * wrapup/Makefile.am: Remove libpppd.a.
369
3702005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
371
372        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
373        rtemsdialer.h to $(includedir)/rtems.
374
3752005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
376
377        * libnetworking/rtems_telnetd/icmds.c,
378        libnetworking/rtems_telnetd/Makefile.am,
379        libnetworking/rtems_telnetd/preinstall.am,
380        libnetworking/rtems_telnetd/pty.c,
381        libnetworking/rtems_telnetd/pty.h,
382        libnetworking/rtems_telnetd/README,
383        libnetworking/rtems_telnetd/telnetd.c,
384        libnetworking/rtems_telnetd/telnetd.h:
385        Remove (Moved to cpukit).
386
3872005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
388
389        * configure.ac: Remove libnetworking/rtems_telnetd.
390        * libnetworking/Makefile.am: Remove rtems_telnetd.
391        * libnetworking/README: Remove (Obsolete).
392        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
393
3942005-10-20  Eric Norum <norume@aps.anl.gov>
395
396        * libchip/network/dec21140.c: Clean up PCI mapping.
397
3982005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
399
400        * libnetworking/pppd/Makefile.am: Use preinstall.am.
401        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
402        librdbg/src/servrpc.c, librdbg/src/servtgt.c
403        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
404        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
405        * configure.ac: Move optman to the end of BSP_SUBDIRS.
406
4072005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
408
409        * aclocal/bspopts.m4: Add missing m4 quotes.
410
4112005-09-02  Joel Sherrill <joel@OARcorp.com>
412
413    * aclocal/version.m4: Updated to rtems-4.6.99.2.
414
4152005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
416
417        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
418        libchip/network/dec21140.c: Remove initialization of PCI bus.
419
4202005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
421
422        * optman/Makefile.am: Add preinstall.am.
423
4242005-07-18      Karel Gardas <kgardas@objectsecurity.com>
425
426        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
427        UNTESTED to tested.
428
4292005-06-17      Joel Sherrill <joel@OARcorp.com>
430
431        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
432        it is not supported by the MPC5xx.
433
4342005-06-17      Joel Sherrill <joel@OARcorp.com>
435
436        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
437        interface. Also correct attempting to build on other than PowerPC and
438        x86.
439
4402005-06-16      Daron Chabot <daron@nucleus.usask.ca>
441
442        * libchip/Makefile.am: Add driver for Tulip clones.
443        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
444        libchip/network/if_dcreg.h: New files.
445
4462005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
447
448        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
449        to enable rdbg.
450        * configure.ac: Reflect changes above.
451
4522005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
453
454        * configure.ac: Add ada/.
455
4562005-05-20      Sergei Organov  <osv@topconrd.ru>
457
458        PR 750/networking
459        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
460        wait_input().
461
4622005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
463
464        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
465        rtems/irq.h.
466
4672005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
468
469        * libchip/Makefile.am: Include preinstall.am.
470        * libchip/preinstall.am: New.
471
4722005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
473
474        * configure.ac: Add AMPOLISH3.
475        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
476        * libnetworking/rtems_telnetd/preinstall.am: New.
477        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
478
4792005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
480
481        * configure.ac: Let enable_rpcgen default to "no".
482
4832005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
484
485        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
486
4872005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
488
489        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
490        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
491
4922005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
493
494        * libchip/network/dec21140.c, libchip/network/elnk.c,
495        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
496
4972005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
498
499        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
500        of code as a result of the implementation of a common PCI interface.
501
5022005-05-04      Joel Sherrill <joel@OARcorp.com>
503
504        * libchip/network/open_eth.c: Remove prototype of set_vector.
505
5062005-05-03      Joel Sherrill <joel@OARcorp.com>
507
508        * librdbg/src/ptrace.c: Remove warning.
509
5102005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
511
512        * libchip/network/dec21140.c, libchip/network/elnk.c,
513        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
514        Modified parameter list to remove warnings.
515
5162005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
517
518        * libchip/network/cs8900.c, libchip/network/i82586.c,
519        libchip/network/open_eth.c, libchip/network/sonic.c,
520        libchip/serial/mc68681.c: Modified types to remove
521        warnings.  Added initialization to remove warnings.
522
5232005-04-28      Joel Sherrill <joel@OARcorp.com>
524
525        * libchip/network/README.sonic: Rewritten to account for removal of
526        dmv177.
527
5282005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
529
530        PR 781/rtems_misc
531        * libchip/serial/ns16550_p.h: Fix baud rate calculation
532
5332005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
534
535        * libchip/serial/ns16550.c:
536        Fixed warnings generated in various powerpc configurations
537
5382005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
539
540        * libchip/serial/ns16550.c: Modified
541        ISR to work with PPC new exception processing
542
5432005-03-14      Joel Sherrill <joel@OARcorp.com>
544
545        * libchip/network/dec21140.c, libchip/network/elnk.c,
546        libchip/network/if_fxp.c: Continue PCI API unification. All use
547        pci_find_device(). Network drivers manufacture a signature since all
548        calls have not been converted yet.
549
5502005-03-04      Joel Sherrill <joel@OARcorp.com>
551
552        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
553        initialize function part of the unified PCI API as pci_initialize().
554
5552005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
556
557        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
558        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
559
5602005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
561
562        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
563        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
564
5652005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
566
567        * aclocal/ppc.m4: Reflect changes to ppc exception processing
568        building procedures.
569
5702005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
571
572        * aclocal/prog-cc.m4:
573        Quote CFLAGS's RHS to accomodate Solaris broken sh.
574
5752005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
576
577        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
578
5792005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
580
581        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
582
5832005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
584
585        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
586
5872005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
588
589        * libnetworking/rtems_servers/ftp.c,
590        libnetworking/rtems_servers/ftp.h,
591        libnetworking/rtems_servers/Makefile.am:
592        Remove (relocated to cpukit/ftpd).
593        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
594        removed move libnetworking/rtems_servers.
595
5962005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
597
598        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
599
6002005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
601
602        PR 755/rtems
603        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
604        Remove local declarations of rtems_bsdnet_nameservers,
605        rtems_bsdnet_nameservers_count.
606
6072005-01-31      Sergei Organov <osv@topconrd.ru>
608
609        PR 751/pppd
610        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
611        committed to fix PR736 breaks pppd. chat.c should have its own static
612        ttyfd for pppd to work correctly. The symptom is that second
613        invokation of chat (for connect script) fails due to pppd_ttyfd set
614        to -1 by previous chat invokation (for init script). In addition,
615        this patch fixes leaving of dangling pointer in the abort_stbring[]
616        by chat_send().
617
6182005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
619
620        * configure.ac: Remove CFLAGS_DEBUG_V.
621        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
622
6232005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
624
625        * wrapup/Makefile.am: Remove rtems-ctor.o.
626
6272005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
628
629        * libchip/rtc/rtc.h: size_t RTC_Count.
630
6312005-01-20      Joel Sherrill <joel@OARcorp.com>
632
633        PR 736/pppd
634        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
635        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
636        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
637        should not be static and should have a name more specific to pppd.
638
6392005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
640
641        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
642        libnetworking/rtems_servers/Makefile.am,
643        libnetworking/rtems_telnetd/Makefile.am,
644        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
645        Eliminate CFLAGS_OPTIMIZE_V.
646
6472005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
648
649        * configure.ac: Pass CFLAGS to testsuites configure.
650        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
651        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
652
6532005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
654
655        * configure.ac: Pass CFLAGS to cpukit configure.
656        * aclocal/rtems-flags.m4: Remove (Unused).
657        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
658        * aclocal/env-rtemsbsp.m4:
659        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
660        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
661        RTEMS_CFLAGS.
662        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
663        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
664        Cleanup comments.
665
6662005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
667
668        * automake/compile.am: Remove build-variant support.
669
6702005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
671
672        * libnetworking/pppd/Makefile.am,
673        libnetworking/rtems_servers/Makefile.am,
674        libnetworking/rtems_telnetd/Makefile.am:
675        Remove build-variant support.
676
6772005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
678
679        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
680        support/Makefile.am, wrapup/Makefile.am:
681        Remove build-variant support.
682
6832004-11-22      Joel Sherrill <joel@OARcorp.com>
684
685        * libchip/network/if_fxp.c: Add entry for another module ID code.
686
6872004-11-22      Joel Sherrill <joel@OARcorp.com>
688
689        PR 693/misc
690        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
691        in/outport routines.
692
6932004-11-22      Joel Sherrill <joel@OARcorp.com>
694
695        PR 693/misc
696        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
697        in/outport routines.
698
6992004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
700
701        * aclocal/enable-itron.m4: Remove (unused).
702
7032004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
704
705        * configure.ac: Misc. quoting cleanups.
706        Enable ada-tests iff --enable-ada and --enable-tests.
707
7082004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
709
710        PR 703/filesystem
711        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
712        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
713        libchip/ide/ide_controller.c:
714        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
715        available for BSPS/device drivers.
716        Extend the "modes_available" and "mode_active" parameters to
717        uint16_t for UDMA support.
718
7192004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
720
721        * libchip/network/dec21140.c: Cleanup a bit and remove message about
722        not supported on PowerPC since it works on the MVME2100 BSP.
723
7242004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
725
726        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
727        Add dependency tracking for *.cfgs.
728        * Makefile.am: Add dependency tracking for *.cfg.
729
7302004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
731
732        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
733        (Thanks to Lars Munch <lars@segv.dk> for catching this).
734
7352004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
736
737        PR 707/make_build
738        * configure.ac: Add --enable-rpcgen.
739
7402004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
741
742        PR 700/rtems_misc
743        * libnetworking/rtems_webserver/asp.c,
744        libnetworking/rtems_webserver/balloc.c,
745        libnetworking/rtems_webserver/cgi.c,
746        libnetworking/rtems_webserver/default.c,
747        libnetworking/rtems_webserver/ej.h,
748        libnetworking/rtems_webserver/ejIntrn.h,
749        libnetworking/rtems_webserver/ejlex.c,
750        libnetworking/rtems_webserver/ejparse.c,
751        libnetworking/rtems_webserver/emfdb.c,
752        libnetworking/rtems_webserver/emfdb.h,
753        libnetworking/rtems_webserver/form.c,
754        libnetworking/rtems_webserver/handler.c,
755        libnetworking/rtems_webserver/h.c,
756        libnetworking/rtems_webserver/license.txt,
757        libnetworking/rtems_webserver/Makefile.am,
758        libnetworking/rtems_webserver/md5c.c,
759        libnetworking/rtems_webserver/md5.h,
760        libnetworking/rtems_webserver/mime.c,
761        libnetworking/rtems_webserver/misc.c,
762        libnetworking/rtems_webserver/NOTES,
763        libnetworking/rtems_webserver/ringq.c,
764        libnetworking/rtems_webserver/rom.c,
765        libnetworking/rtems_webserver/rtems_webserver.h,
766        libnetworking/rtems_webserver/security.c,
767        libnetworking/rtems_webserver/sock.c,
768        libnetworking/rtems_webserver/socket.c,
769        libnetworking/rtems_webserver/sockGen.c,
770        libnetworking/rtems_webserver/sym.c,
771        libnetworking/rtems_webserver/uemf.c,
772        libnetworking/rtems_webserver/uemf.h,
773        libnetworking/rtems_webserver/um.c,
774        libnetworking/rtems_webserver/um.h,
775        libnetworking/rtems_webserver/umui.c,
776        libnetworking/rtems_webserver/url.c,
777        libnetworking/rtems_webserver/value.c,
778        libnetworking/rtems_webserver/wbase64.c,
779        libnetworking/rtems_webserver/webcomp.c,
780        libnetworking/rtems_webserver/webmain.c,
781        libnetworking/rtems_webserver/webpage.c,
782        libnetworking/rtems_webserver/webrom.c,
783        libnetworking/rtems_webserver/webs.c,
784        libnetworking/rtems_webserver/websda.c,
785        libnetworking/rtems_webserver/websda.h,
786        libnetworking/rtems_webserver/webs.h,
787        libnetworking/rtems_webserver/websSSL.c,
788        libnetworking/rtems_webserver/websSSL.h,
789        libnetworking/rtems_webserver/websuemf.c,
790        libnetworking/rtems_webserver/wsIntrn.h:
791        Remove (Moved to cpukit/http).
792
7932004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
794
795        PR 700/rtems_misc
796        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
797        Remove libnetworking/rtems_webserver.
798
7992004-10-25      Eric Norum <norume@aps.anl.gov>
800
801        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
802
8032004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
804
805        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
806
8072004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
808
809        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
810        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
811
8122004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
813
814        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
815
8162004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
817
818        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
819        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
820
8212004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
822
823        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
824        BITSPERBYTE.
825
8262004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
827
828        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
829        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
830
8312004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
832
833        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
834
8352004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
836
837        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
838        * aclocal/enable-bare.m4: Remove.
839        * configure.ac: Remove BARE_CPU_MODEL.
840
8412004-10-13      Eric Norum <norume@aps.anl.gov>
842
843        PR 688/bsps
844        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
845        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
846        MC146818A (and several Dallas Semiconductor) TOD chips.
847
8482004-10-13      Eric Norum <norume@aps.anl.gov>
849
850        PR 686/networking
851        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
852        device code.
853
8542004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
855
856        * libchip/network/dec21140.c: include <rtems/pci.h>.
857
8582004-09-29      Joel Sherrill <joel@OARcorp.com>
859
860        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
861        libnetworking/pppd/utils.c: i960 obsoleted and all references
862        removed.
863
8642004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
865
866        PR 607/networking
867        * libchip/network/dec21140.c: Made PCI configuration minimum sane
868        instead of fully specifying unused PCI features.
869
8702004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
871
872        * configure.ac: Require automake > 1.9.
873
8742004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
875
876        * aclocal/rtems-cpu-subdirs.m4: Add avr.
877
8782004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
879
880        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
881        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
882
8832004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
884
885        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
886        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
887
8882004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
889
890        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
891
8922004-07-28  Joel Sherrill <joel@OARcorp.com>
893
894    * aclocal/version.m4: Updated to rtems-4.6.99.1.
895
8962004-07-25      Joel Sherrill <joel@OARcorp.com>
897
898        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
899
9002004-05-21  Till Strauman <strauman@slac.stanford.edu>
901
902        PR 625/networking
903        * libchip/network/dec21140.c, ... : Prevent name clashes by making
904        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
905        an error rather than panic if no chip is detected (thus allowing
906        for probing).
907        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
908        instead of looping forever.  Avoid divide by zero (crashed my PC).
909        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
910        they are UNTESTED.
911
9122004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
913
914        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
915
9162004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
917
918        * libchip/network/dec21140.c, libchip/network/elnk.c:
919        #include <errno.h>.
920
9212004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
922
923        * libchip/network/if_media.h: Update from FreeBSD.
924        * libchip/network/open_eth.c, libchip/network/cs8900.c,
925        libchip/network/i82586.c: #include <errno.h>.
926
9272004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
928
929        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
930
9312004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
932
933        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
934
9352004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
936
937        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
938        automake).
939
9402004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
941
942        PR 599/pppd
943        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
944
9452004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
946
947        * optman/rtems/no-region.c: Reflect having changed
948        rtems_region_get_segment_size.
949
9502004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
951
952        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
953        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
954        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
955        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
956        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
957        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
958        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
959
9602004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
961
962        * libchip/ide/ata.c, libchip/network/dec21140.c,
963        libchip/network/elnk.c, libchip/network/i82586.c,
964        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
965        libchip/network/open_eth.c, libchip/network/sonic.c,
966        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
967        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
968        libchip/shmdr/init.c, libchip/shmdr/intr.c,
969        libchip/shmdr/shm_driver.h: Cosmetics.
970
9712004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
972
973        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
974        optman/rtems/no-msg.c, optman/rtems/no-part.c,
975        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
976        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
977        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
978        fixed size types.
979
9802004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
981
982        * configure.ac: Explicitly pass --includedir and --libdir to
983        cpukit/configure.
984
9852004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
986
987        * librdbg/Makefile.am: Fix rpcgen rules.
988        * librdbg/src/i386/any/remdeb_xdr.c,
989        librdbg/src/m68k/any/remdeb_xdr.c,
990        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
991        Reflect changes to librdbg/Makefile.am.
992
9932004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
994
995        * configure.ac: Reflect changes testsuites/configure.ac and
996        cpukit/configure.ac.
997
9982004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
999
1000        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1001        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1002
10032004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1004
1005        * configure.ac: Reflect changes to testsuites's configuration.
1006
10072004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1008
1009        PR/589 rtems
1010        * libchip/network/pci.h: Remove (Moved to cpukit).
1011
10122004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1013
1014        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1015        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1016        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1017        libchip/network/dec21140.c, libchip/network/elnk.c,
1018        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1019        libchip/network/open_eth.h, libchip/network/sonic.c,
1020        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1021        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1022        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1023        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1024        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1025        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1026        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1027        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1028        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1029        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1030        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1031        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1032        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1033        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1034        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1035        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1036        fixed-size types.
1037
10382004-03-14      Chris Johns  <chrisj@rtems.org>
1039
1040        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1041        the BSP example code.
1042        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1043        support the DIMMPC. This is a pc386 target with IO port support. Minor
1044        formating clean up. Add documentation to the header file.
1045        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1046        cs8900.h header file.
1047
10482004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1049
1050        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1051        Cosmetics.
1052
10532004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1054
1055        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1056        There are no application level Makefiles in here.
1057
10582004-03-04      Joel Sherrill <joel@OARcorp.com>
1059
1060        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1061        they can be used in application level makefiles.
1062
10632004-03-05      Joel Sherrill <joel@OARcorp.com>
1064
1065        * libnetworking/rtems_webserver/ejparse.c,
1066        libnetworking/rtems_webserver/emfdb.c,
1067        libnetworking/rtems_webserver/sock.c,
1068        libnetworking/rtems_webserver/socket.c,
1069        libnetworking/rtems_webserver/sym.c,
1070        libnetworking/rtems_webserver/webs.c,
1071        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
10722004-03-05      Joel Sherrill <joel@OARcorp.com>
1073
1074        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1075        compiling this file only only those CPU families with supported
1076        exception models.
1077
10782004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1079
1080        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1081        testsuites (Was exposed with --enable-multilib, only).
1082        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1083         Add RTEMS_BSP_CONFIG_SUBDIR.
1084        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1085        testsuites's configure.
1086        * aclocal/rtems-top.m4: Remove ENDIF hack.
1087        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1088
10892004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1090
1091        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1092        wrapup/Makefile.am: Fix automake problems having been introduced
1093        in previous patch.
1094
10952004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1096
1097        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1098        Preinstall dirs.
1099        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1100        * aclocal/check-multiprocessing.m4: Cosmetics.
1101        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1102        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1103
11042004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1105
1106        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1107        librdbg/src/Makefile.am.
1108        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1109        * configure.ac: Reflect changes above.
1110        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1111        * wrapup/Makefile.am: Reflect changes above.
1112        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1113
11142004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1115
1116        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1117
11182004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1119
1120        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1121
11222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1123
1124        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1125
11262004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1127
1128        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1129        librdbg/src/powerpc/Makefile.am: Remove.
1130        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1131        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1132        * configure.ac: Reflect changes above.
1133
11342004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1135
1136
11372004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1138
1139        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1140        STRIP.
1141
11422004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1143
1144        * librdbg/include/Makefile.am: Merge-in
1145        librdbg/include/rdbg/i386/Makefile.am,
1146        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1147        librdbg/include/rdbg/powerpc/Makefile.am.
1148        * librdbg/include/rdbg/i386/Makefile.am,
1149        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1150        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1151        * configure.ac: Reflect changes above.
1152
11532004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1154
1155        * configure.ac: Use AS_HELP_STRING(ada).
1156
11572004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1158
1159        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1160        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1161        Use AC_CONFIG_HEADERS.
1162        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1163        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1164
11652004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1166
1167        * Makefile.am: include local.am.
1168
11692004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1170
1171        * aclocal/version.m4: 4.6.99.0.
1172
11732004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1174
1175        * Makefile.am: Don't include host.am.
1176        * automake/compile.am: Further cleanups.
1177
11782004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1179
1180        * automake/lib.am: Remove (Unused).
1181
11822004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1183
1184        * wrapup/Makefile.am: Don't include lib.am.
1185        * automake/compile.am: Use automake compilation rules.
1186
11872004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1188
1189        * libnetworking/pppd/Makefile.am,
1190        libnetworking/rtems_servers/Makefile.am,
1191        libnetworking/rtems_telnetd/Makefile.am,
1192        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1193        support/Makefile.am: Don't include lib.am.
1194
11952004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1196
1197        * libchip/Makefile.am: Don't include lib.am.
1198        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1199        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1200        unnecessary EXTRA_DISTs.
1201
12022004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1203
1204        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1205        hack.
1206
12072004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1208
1209        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1210        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1211        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1212        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1213
12142004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1215
1216        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1217        Add AM_CONDITIONAL(HAS_MP).
1218        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1219        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1220        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1221        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1222        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1223        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1224        (Deprecated by autoconf 2.59).
1225
12262004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1227
1228        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1229        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1230
12312004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1232
1233        * ChangeLog: Merge-in libnetworking/ChangeLog.
1234        * libnetworking/ChangeLog: Remove.
1235        * ChangeLog: Merge-in librdbg/ChangeLog.
1236        * librdbg/ChangeLog: Remove.
1237        * ChangeLog: Merge-in libchip/ChangeLog.
1238        * libchip/ChangeLog: Remove.
1239        * ChangeLog: Merge-in optman/ChangeLog.
1240        * optman/ChangeLog: Remove.
1241
12422004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1243
1244        * configure.ac: Reflect changes to cpukit.
1245        * wrapup/Makefile.am: Reflect changes to librdbg.
1246        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1247        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1248        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1249        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1250        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1251        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1252        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1253        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1254        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1255
12562004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1257
1258        * aclocal/rtems-top.m4: Remove check for version.m4.
1259        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1260
12612004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1262
1263        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1264        * wrapup/Makefile.am: Reflect changes to libchip/*.
1265        * support/Makefile.am: Use automake compilation rules.
1266        * wrapup/Makefile.am: Reflect changes to support/*.
1267        * configure.ac: Remove libnetworking/wrapup/Makefile.
1268        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1269        libnetworking/*/lib*.a instead of libnetapps.a.
1270        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1271        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1272        * optman/Makefile.am: Use automake compilation rules.
1273        * libchip/Makefile.am: Fix typo in previous patch.
1274        * libchip/Makefile.am: Use automake compilation rules.
1275        * libnetworking/Makefile.am: Remove wrapup.
1276        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1277        automake-compilation rules.
1278        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1279        automake-compilation rules.
1280        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1281        automake-compilation rules.
1282        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1283        automake-compilation rules.
1284        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1285
12862004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1287
1288        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1289        PRE/TMPINSTALL_FILES to CLEANFILES.
1290        * automake/lib.am: Remove TMPINSTALL_FILES.
1291        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1292        PRE/TMPINSTALL_FILES to CLEANFILES.
1293        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1294        PRE/TMPINSTALL_FILES to CLEANFILES.
1295        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1296        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1297        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1298        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1299        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1300        * librdbg/src/i386/Makefile.am: Ditto.
1301        * librdbg/src/m68k/Makefile.am: Ditto.
1302        * librdbg/src/powerpc/Makefile.am: Ditto.
1303        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1304        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1305        * libnetworking/rtems_servers/Makefile.am: Ditto.
1306        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1307        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1308
13092004-01-07      Joel Sherrill <joel@OARcorp.com>
1310
1311        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1312        more completely covers the MIPS family.
1313
13142003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1315
1316        * wrapup/Makefile.am: Reflect changes to shmdr.
1317        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1318
13192003-12-18      Joel Sherrill <joel@OARcorp.com>
1320
1321        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1322        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1323        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1324        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1325        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1326        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1327        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1328
13292003-12-17      Joel Sherrill <joel@OARcorp.com>
1330
1331        * aclocal/version.m4: Updated to rtems-20031217-test.
1332
13332003-12-17     
1334
1335        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1336        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1337
13382003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1339
1340        * automake/compile.am: Remove LINK_LIBS (Unused).
1341        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1342
13432003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1344
1345        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1346        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1347        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1348        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1349        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1350
13512003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1352
1353        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1354        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1355        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1356        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1357        * librdbg/src/i386/Makefile.am:
1358        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1359        * librdbg/src/m68k/Makefile.am:
1360        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1361        * librdbg/src/powerpc/Makefile.am:
1362        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1363
13642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1365
1366        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1367        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1368        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1369        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1370        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1371        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1372        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1373        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1374        * optman/Makefile.am: Remove project_libdir.
1375        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1376        PRE/TMPINSTALL_FILES.
1377        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1378        PRE/TMPINSTALL_FILES.
1379        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1380        PRE/TMPINSTALL_FILES.
1381        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1382        PRE/TMPINSTALL_FILES.
1383        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1384        from PRE/TMPINSTALL_FILES.
1385        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1386        PRE/TMPINSTALL_FILES.
1387        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1388        PRE/TMPINSTALL_FILES.
1389        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1390        PRE/TMPINSTALL_FILES.
1391        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1392        PRE/TMPINSTALL_FILES.
1393        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1394        PRE/TMPINSTALL_FILES.
1395        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1396        PRE/TMPINSTALL_FILES.
1397        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1398        from PRE/TMPINSTALL_FILES.
1399
14002003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1401
1402        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1403        * automake/lib.am: Remove project_libdir.
1404        * wrapup/Makefile.am: Reworked.
1405
14062003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1407
1408        * configure.ac: Reflect changes to librdbg.
1409        * optman/Makefile.am: Add tmpinstall dirstamp support.
1410        * libchip/Makefile.am: Fix variant-tmpinstall support.
1411        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1412        * librdbg/src/powerpc/Makefile.am: Merge-in former
1413        new_exception_processing/Makefile.am.
1414        * librdbg/src/m68k/any/Makefile.am: Remove.
1415        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1416        * librdbg/src/i386/any/Makefile.am: Remove.
1417        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1418        * librdbg/src/Makefile.am: Cosmetics.
1419        * librdbg/include/Makefile.am: Cosmetics.
1420        * librdbg/Makefile.am: Cosmetics.
1421        * libnetworking/Makefile.am: Cosmetics.
1422        * libnetworking/pppd/Makefile.am: Cosmetics.
1423        * libnetworking/wrapup/Makefile.am: Cosmetics.
1424
14252003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1426
1427        * Makefile.am: Cosmetics.
1428        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1429        support.
1430
14312003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1432
1433        * automake/compile.am: Remove $(ARCH):-rule.
1434
14352003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1436
1437        * configure.ac: Remove lib/libbsp/shared/Makefile,
1438        lib/libbsp/shmdr/Makefile.
1439
14402003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1441
1442        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1443        libchip/serial/Makefile, libchip/rtc/Makefile.
1444        * support/Makefile.am: Remove all-local: $(ARCH).
1445        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1446        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1447        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1448        * optman/Makefile.am: Remove all-local: $(ARCH).
1449        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1450        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1451        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1452        compilation dirstamp support.
1453        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1454        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1455        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1456        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1457        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1458        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1459        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1460        all-local: $(ARCH).
1461        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1462        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1463        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1464        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1465        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1466
14672003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1468
1469        * aclocal/lead-dot.m4: New (from automake-1.7f).
1470        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1471        AC_SUBST(dirstamp).
1472        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1473        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1474        libchip/serial/Makefile.am: Ditto.
1475        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1476        * librdbg/include/Makefile.am: Ditto.
1477        * librdbg/include/rdbg/Makefile.am: Ditto.
1478        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1479        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1480        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1481        * librdbg/src/Makefile.am: Ditto.
1482        * librdbg/src/i386/Makefile.am: Ditto.
1483        * librdbg/src/i386/any/Makefile.am: Ditto.
1484        * librdbg/src/m68k/Makefile.am: Ditto.
1485        * librdbg/src/m68k/any/Makefile.am: Ditto.
1486        * librdbg/src/powerpc/Makefile.am: Ditto.
1487        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1488        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1489        preinstallation.
1490        * libnetworking/pppd/Makefile.am: Ditto.
1491        * libnetworking/rtems_servers/Makefile.am: Ditto.
1492        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1493        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1494        * libnetworking/wrapup/Makefile.am: Ditto.
1495
14962003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1497
1498        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1499        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1500        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1501        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1502        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1503        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1504        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1505        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1506        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1507        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1508        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1509        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1510        underquoting to silence automake-1.8.
1511
15122003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1513
1514        * configure.ac: Reflect having moved tests to ../../testsuites.
1515
15162003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1517
1518        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1519        * aclocal/canonical-host.m4: Remove.
1520        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1521        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1522
15232003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1524
1525        * aclocal/check-cpu.m4: Remove.
1526        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1527        * aclocal/canonical-target-name.m4: Add m4-quotes.
1528        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1529        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1530        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1531        * aclocal/check-networking.m4: Add m4-quotes. Require
1532        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1533        * aclocal/check-posix.m4: Add m4-quotes. Require
1534        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1535        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1536        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1537        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1538
15392003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1540
1541        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1542        * aclocal/bsp-alias.m4: Remove.
1543
15442003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1545
1546        * configure.ac: Make presence of tests/ optional.
1547
15482003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1549
1550        * aclocal/path-perl.m4: Remove (Unused).
1551
15522003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1553
1554        * automake/force-preinstall.am: Remove.
1555
15562003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1557
1558        PR 499/rtems_misc
1559        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1560        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1561        Configuration (Odd was forced) - Correction of Stop Bit configuration
1562        (inversed) - Correction of ISR Handler to call
1563        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1564        CTS Hardware flow control Configuration.
1565
15662003-09-04      Joel Sherrill <joel@OARcorp.com>
1567
1568        * lib/libcpu/shared/include/cache.h,
1569        lib/libcpu/shared/src/cache_aligned_malloc.c,
1570        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1571        license changed.
1572        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1573        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1574        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1575        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1576        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1577        for license changed.
1578        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1579        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1580        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1581        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1582        libchip/network/cs8900.h, libchip/network/dec21140.c,
1583        libchip/network/elnk.c, libchip/network/open_eth.c,
1584        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1585        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1586        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1587        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1588        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1589        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1590        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1591        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1592        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1593        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1594        libchip/serial/serial.h, libchip/serial/z85c30.c,
1595        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1596        libchip/serial/z85c30_reg.c: URL for license changed.
1597
15982003-09-03      Jiri Gaisler <jiri@gaisler.com>
1599
1600        PR 477/networking
1601        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1602        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1603        libchip/network/open_eth.h: New files.
1604
16052003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1606
1607        * aclocal/rtems-top.m4: Add RTEMS_API.
1608        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1609
16102003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1611
1612        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1613        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1614        @RTEMS_BSP@.cfg.
1615
16162003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1617
1618        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1619
16202003-08-20      Joel Sherrill <joel@OARcorp.com>
1621
1622        * libchip/network/cs8900.c: Correct copyright statements.
1623
16242003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1625
1626        * aclocal/check-itron.m4: Remove.
1627        * aclocal/enable-inlines.m4: Remove.
1628        * Makefile.am: Reflect having moved aclocal/.
1629        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1630        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1631        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1632        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1633        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1634        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1635        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1636        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1637        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1638        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1639        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1640        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1641        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1642        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1643        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1644        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1645        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1646        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1647        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1648        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1649        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1650        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1651        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1652        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1653        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1654        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1655        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1656        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1657        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1658        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1659        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1660        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1661        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1662        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1663        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1664        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1665        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1666        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1667        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1668        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1669        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1670        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1671        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1672        * aclocal/target.m4: New (Copied from ../../aclocal).
1673        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1674        * aclocal/version.m4: New (Copied from ../../aclocal).
1675
16762003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1677
1678        * configure.ac: Remove stray comments.
1679        * automake/local.am, automake/host.am: Remove "debug".
1680
16812003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1682
1683        * Makefile.am: Reflect having moved automake/.
1684        * lib/Makefile.am: Reflect having moved automake/.
1685        * support/Makefile.am: Reflect having moved automake/.
1686        * wrapup/Makefile.am: Reflect having moved automake/.
1687        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1688        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1689        from ../../automake).
1690        * optman/Makefile.am: Reflect having moved automake/.
1691        * libchip/Makefile.am: Reflect having moved automake/.
1692        * libchip/ide/Makefile.am: Reflect having moved automake/.
1693        * libchip/network/Makefile.am: Reflect having moved automake/.
1694        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1695        * libchip/serial/Makefile.am: Reflect having moved automake/.
1696        * librdbg/Makefile.am: Reflect having moved automake/.
1697        * librdbg/include/Makefile.am: Reflect having moved automake/.
1698        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1699        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1700        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1701        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1702        automake/.
1703        * librdbg/src/Makefile.am: Reflect having moved automake/.
1704        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1705        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1706        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1707        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1708        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1709        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1710        having moved automake/.
1711        * libnetworking/Makefile.am: Reflect having moved automake/.
1712        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1713        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1714        automake/.
1715        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1716        automake/.
1717        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1718        automake/.
1719        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1720
17212003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1722
1723        * Makefile.am: Add bsp.pc.in.
1724        * bsp.pc.in: New (pkgconfig support).
1725
17262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1727
1728        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1729
17302003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1731
1732        * lib/Makefile.am: New (Required by 'make dist').
1733        * lib/ChangeLog: Remove.
1734        * lib/.cvsignore: Cleanup.
1735        * configure.ac: Reflect having added lib/Makefile.am.
1736        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1737        lib/libbsp/configure.ac.
1738        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1739        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1740
17412003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1742
1743        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1744        * configure.ac: Merge-in librdbg/configure.ac.
1745        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1746        librdbg/configure.ac.
1747        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1748        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1749        LIBCHIP. Conditionally build include-dirs.
1750        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1751        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1752        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1753        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1754        librdbg/include/rdbg/m68k/Makefile.am,
1755        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1756        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1757        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1758        librdbg/src/powerpc/Makefile.am, librdbg/
1759        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1760        configure.ac into ../configure.ac.
1761        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1762        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1763        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1764        libnetworking/rtems_telnetd/Makefile.am,
1765        libnetworking/rtems_webserver/Makefile.am,
1766        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1767        into ../configure.ac.
1768
17692003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1770
1771        PR 427/rtems
1772        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1773        * librdbg/src/servtsp.c: Ditto.
1774
17752003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1776
1777        PR 429/bsps
1778        PR 432/bsps
1779        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1780        packets are queued onto an elnk board, the ISR will deadlock the device
1781        with a tx complete interrupt.  Lighter tx loads are not affected as they
1782        end up submitting single packets to the device.
1783
17842003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1785
1786        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1787        optman/configure.ac.
1788        * optman/configure.ac: Remove (Merged into ../configure.ac).
1789        * optman/Makefile.am: Reflect having merged configure.ac into
1790        ../configure.ac.
1791        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1792        * libchip/Makefile.am, libchip/ide/Makefile.am,
1793        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1794        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1795        ../configure.ac.
1796
17972003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1798
1799        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1800
18012003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1802
1803        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1804        on i386.
1805
18062003-06-13      Joel Sherrill <joel@OARcorp.com>
1807
1808        * libnetworking/pppd/chat.c: Removed warnings.
1809
18102003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1811
1812        * libchip/network/README.3com: New file missed in previous commit.
1813        PR 405/bsps
1814        PR 393/networking
1815        * libchip/network/dec21140.c: Fix leak also known as PR393.
1816        * libchip/network/elnk.c, libchip/network/if_media.h,
1817        libchip/network/mii.h: New files.
1818        * libchip/network/Makefile.am: Reflect new files.
1819
18202003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1821
1822        * configure.ac: Remove support for profile-variant.
1823
18242003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1825
1826        PR 397/pppd
1827        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1828        * libnetworking/pppd/magic.c: Remove *rand48.
1829        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1830
18312003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1832
1833        * wrapup/Makefile.am: Add libide.a.
1834
18352003-04-15      Joel Sherrill <joel@OARcorp.com>
1836
1837        PR 387/rtems_misc
1838        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1839        routines.
1840        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1841
18422003-04-11      Joel Sherrill <joel@OARcorp.com>
1843
1844        * libnetworking/rtems_webserver/cgi.c,
1845        libnetworking/rtems_webserver/sockGen.c,
1846        libnetworking/rtems_webserver/umui.c,
1847        libnetworking/rtems_webserver/websSSL.c,
1848        libnetworking/rtems_webserver/websSSL.h,
1849        libnetworking/rtems_webserver/websda.c,
1850        libnetworking/rtems_webserver/websda.h: New files. Not included in
1851        previous commit.
1852
18532003-04-10      Joel Sherrill <joel@OARcorp.com>
1854
1855        PR 371/pppd
1856        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1857        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1858        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1859        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1860        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1861        still global symbols in rtemspppd.h which might need to be changed or
1862        converted into member of a structure which is dereferenced with a
1863        pointer that is managed as a per task variable. But this patch should
1864        avoid many conflicts.
1865
18662003-03-27      Joel Sherrill <joel@OARcorp.com>
1867
1868        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1869        not allowed in the cpukit source code since it must be buildable
1870        independent of any BSP. These files were moved to libchip/ide.
1871        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1872        files.
1873
18742003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1875
1876        PR 368/filesystems
1877        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1878        improvements which now work on pc386 and mbx8xx.
1879        * libchip/ide/ide_controller.c: New file.
1880
18812003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1882
1883        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1884
18852003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1886
1887        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1888        * configure.ac: Add support/.
1889        * support/.cvsignore: New.
1890        * support/Makefile.am: New.
1891        * support/version.c: New.
1892        * wrapup/Makefile.am: Add support/libsupport.a.
1893        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1894        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1895        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1896        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1897
18982003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1899
1900        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1901
19022003-02-20      Till Straumann <strauman@slac.stanford.edu>
1903
1904        PR 354/networking
1905        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1906        chip against a table of supported chips. The untested ones are still
1907        commented out, however.
1908
19092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1910
1911        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1912        * configure.ac: AC_PREREQ(2.57).
1913        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1914        * optman/configure.ac: AC_PREREQ(2.57).
1915        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1916        * libchip/configure.ac: AC_PREREQ(2.57).
1917        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1918        * librdbg/configure.ac: AC_PREREQ(2.57).
1919        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1920        * libnetworking/configure.ac: AC_PREREQ(2.57).
1921
19222003-02-06      Joel Sherrill <joel@OARcorp.com>
1923
1924        * libnetworking/pppd/chat.c: Convert routines with common names to
1925        static. This included get_char(), put_char(), and character() among
1926        others.
1927
19282003-02-03      Joel Sherrill <joel@OARcorp.com>
1929
1930        PR 338/filesystem
1931        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1932        rtems_io_lookup_name() (API change).  Unused function removed.
1933
19342003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1935
1936        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1937        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1938        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1939        Eliminate *_O_FILES.
1940        * libnetworking/rtems_servers/Makefile.am,
1941        libnetworking/rtems_webserver/Makefile.am,
1942        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1943
19442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1945
1946        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1947        Let all-local: depend on $(LIB).
1948        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1949        * optman/Makefile.am: Apply install-data-local to install *.rels.
1950
19512002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1952
1953        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1954        %.c rules.
1955        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1956        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1957        * libchip/rtc/Makefile.am: Ditto.
1958        * libchip/serial/Makefile.am: Ditto.
1959
19602002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1961
1962        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1963        LIBC_DEFINES.
1964        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1965        LIBC_DEFINES.
1966        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1967        LIBC_DEFINES.
1968
19692002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1970
1971        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1972
19732002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1974
1975        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1976        cache-checking.
1977        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1978
19792002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1980
1981        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1982        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1983        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1984        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1985        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1986
19872002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1988
1989        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1990        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1991        Remove.
1992        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1993
19942002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1995
1996        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1997        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1998
19992002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2000
2001        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2002        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2003
20042002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2005
2006        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2007        * optman/rel.am: New.
2008
20092002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2010
2011        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2012        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2013        braino in comment on "exec". Extend --enable-ada handling.
2014
20152002-11-04      Joel Sherrill <joel@OARcorp.com>
2016
2017        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2018        tasks and rolling multiple loops into 1.
2019        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2020        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2021        Removed warnings.
2022
20232002-10-31      Joel Sherrill <joel@OARcorp.com>
2024
2025        * libchip/network/dec21140.c: Removed warnings.
2026        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2027        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2028        librdbg/src/m68k/any/remdeb_xdr.c,
2029        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2030        warnings.
2031        * libnetworking/rtems_webserver/socket.c,
2032        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2033
20342002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2035
2036        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2037        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2038        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2039        above.
2040
20412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2042
2043        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2044        * wrapup/.cvsignore: Remove autom4te.cache.
2045        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2046        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2047        autom4te.cache.
2048        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2049        autom4te.cache.
2050        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2051        autom4te.cache.
2052
20532002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2054
2055        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2056
20572002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2058
2059        * optman/.cvsignore: Add autom4te.cache.
2060
20612002-09-14      Joel Sherrill <joel@OARcorp.com>
2062
2063        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2064
20652002-09-07      Joel Sherrill <joel@OARcorp.com>
2066
2067        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2068        include files to resolve warnings.
2069
20702002-09-07      Chris Johns <ccj@acm.org>
2071
2072        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2073        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2074        which corrects the problem  where the cs8900.c file was actually the BSP
2075        glue.  Joel did some hacking so this file will compile.  Previously it
2076        required providing a target.h file to compile.
2077        * libchip/network/cs8900.c.bsp: New file.
2078
20792002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2080
2081        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2082
20832002-08-31      Joel Sherrill <joel@OARcorp.com>
2084
2085        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2086        eliminate warning.
2087
20882002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2089
2090        * configure.ac: Add ada-tests.
2091
20922002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2093
2094        * Makefile.am: Add preinstall-stamp.
2095
20962002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2097
2098        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2099        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2100        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2101        gcc31 happy.
2102        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2103        cp.
2104
21052002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2106
2107        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2108        make/bsp.mak.
2109        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2110        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2111
21122002-08-12      Joel Sherrill <joel@OARcorp.com>
2113
2114        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2115        avoid error.
2116
21172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2118
2119        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2120        * configure.ac: Add BSP_SUBDIRS.
2121        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2122        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2123        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2124        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2125        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2126        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2127        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2128        RTEMS_CHECK_BSP_CACHE.
2129        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2130        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2131        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2132        .$(OBJEXT) instead of .o.
2133        * libnetworking/pppd/Makefile.am,
2134        libnetworking/rtems_servers/Makefile.am,
2135        libnetworking/rtems_telnetd/Makefile.am,
2136        libnetworking/rtems_webserver/Makefile.am,
2137        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2138
21392002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2140
2141        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2142        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2143        ../libchip/serial/$(ARCH)/libserialio.a.
2144        * libchip/serial/Makefile.am: Don't tmp-install lib.
2145        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2146
21472002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2148
2149        * Makefile.am: Add rtems_makedir.
2150        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2151        * Makefile.am: Add wrapup-SUBDIR.
2152        * wrapup/ChangeLog: Remove.
2153        * wrapup/configure.ac: Remove.
2154        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2155        (Make the bare BSP happy).
2156        * configure.ac: Ditto.
2157        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2158        Create make/custom/default.cfg.
2159        * configure.ac: Add creation of make/custom/*.cfg. Create
2160        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2161
21622002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2163
2164        * Makefile.am: Clean $(PROJECT_RELEASE).
2165
21662002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2167
2168        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2169        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2170        prototype mismatches.
2171
21722002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2173
2174        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2175        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2176
21772002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2178
2179        * acinclude.m4: Add test "$multilib" != "yes".
2180        * config-ml.in: Remove.
2181        * acinclude.m4: Cleanups.
2182        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2183        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2184        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2185        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2186        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2187
21882002-07-16      Eric Norum <eric.norum@usask.ca>
2189
2190        * New driver for the Intel EtherExpressPro (82559ER) chip.
2191        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2192        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2193        * libchip/network/Makefile.am: Modified to reflect above.
2194
21952002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2196
2197        * acinclude.m4: New.
2198        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2199        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2200        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2201
22022002-07-01      Joel Sherrill <joel@OARcorp.com>
2203
2204        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2205        _Objects_Information_table now that it is a two dimensional array based
2206        upon API and class.
2207        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2208        of strnlen().
2209
22102002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2211
2212        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2213        preinstall libnetapps.a.
2214
22152002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2216
2217        * configure.ac: Remove librpc.
2218
22192002-06-25      Joel Sherrill <joel@OARcorp.com>
2220
2221        * Per PR233, moved librpc to exec.
2222        * configure.ac, wrapup/Makefile.am: Modified.
2223        * librpc, librpc/ChangeLog: Removed.
2224
22252002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2226
2227        * optman/Makefile.am: Remove multilib support.
2228        * optman/configure.ac: Ditto.
2229        * optman/sapi/Makefile.am: Ditto.
2230
22312002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2232
2233        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2234        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2235
22362002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2237
2238        Move networking libraries to c/src/exec/libnetworking
2239        * libnetworking/configure.ac, libnetworking/Makefile.am,
2240        libnetworking/wrapup/Makefile.am: Reflect Moval.
2241
22422002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2243
2244        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2245        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2246        <rtems/bspIo.h>.
2247
22482002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2249
2250        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2251        * libnetworking/rtems/mkrootfs.h: Ditto.
2252        * libnetworking/rtems/Makefile.am: Reflect changes above.
2253
22542002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2255
2256        * configure.ac: Remove lib.
2257
22582002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2259
2260        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2261        that exception stack frames on M68K members with VBR always are 6 byte
2262        long. The incorrect assumption resulted in some gdb commands like "next"
2263        to fail on the 68360.
2264
22652002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2266
2267        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2268        PR 220
2269        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2270        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2271        CVS.
2272        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2273        libnetworking/sys/filio.h: Remove.
2274        * libnetworking/sys/Makefile.am: Reflect changes above.
2275
22762002-05-07      Chris Johns <ccj@acm.org>
2277
2278        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2279        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2280        requires it to be stripped.
2281
22822002-05-01      Eric Norum <eric.norum@usask.ca>
2283
2284        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2285        assembly  to satisfy gcc 3.1 and newer.
2286
22872002-04-26      Eric Norum <eric.norum@usask.ca>
2288
2289        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2290        agressive optimization in gcc 3.1 does not reorder things.
2291
22922002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2293
2294        * libchip/network/dec21140.c: Reflect changes to powerpc's
2295        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2296        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2297        <rtems/score/cpu.h>.
2298        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2299        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2300
23012002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2302
2303        * optman/configure.ac: Remove ENABLE_GCC28.
2304
23052002-04-11      Chris Johns <ccj@acm.org>
2306
2307        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2308        driver control block field to the ifconfig network driver structure.
2309        This field is needed by the i82586 driver which was ported from NetBSD
2310        as it had better hardware abstraction.
2311        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2312        PR59, added the drv_ctrl driver control block field to the ifconfig
2313        network driver structure. This field is needed by the i82586 driver
2314        which was ported from NetBSD as it had better hardware abstraction.
2315
23162002-04-10      Mike Siers <mikes@poliac.com>
2317
2318        * libnetworking/rtems_webserver/NOTES,
2319        libnetworking/rtems_webserver/asp.c,
2320        libnetworking/rtems_webserver/balloc.c,
2321        libnetworking/rtems_webserver/default.c,
2322        libnetworking/rtems_webserver/ej.h,
2323        libnetworking/rtems_webserver/ejIntrn.h,
2324        libnetworking/rtems_webserver/ejlex.c,
2325        libnetworking/rtems_webserver/ejparse.c,
2326        libnetworking/rtems_webserver/emfdb.c,
2327        libnetworking/rtems_webserver/emfdb.h,
2328        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2329        libnetworking/rtems_webserver/handler.c,
2330        libnetworking/rtems_webserver/license.txt,
2331        libnetworking/rtems_webserver/md5.h,
2332        libnetworking/rtems_webserver/md5c.c,
2333        libnetworking/rtems_webserver/mime.c,
2334        libnetworking/rtems_webserver/misc.c,
2335        libnetworking/rtems_webserver/ringq.c,
2336        libnetworking/rtems_webserver/rom.c,
2337        libnetworking/rtems_webserver/security.c,
2338        libnetworking/rtems_webserver/sock.c,
2339        libnetworking/rtems_webserver/sym.c,
2340        libnetworking/rtems_webserver/uemf.c,
2341        libnetworking/rtems_webserver/uemf.h,
2342        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2343        libnetworking/rtems_webserver/url.c,
2344        libnetworking/rtems_webserver/value.c,
2345        libnetworking/rtems_webserver/wbase64.c,
2346        libnetworking/rtems_webserver/webcomp.c,
2347        libnetworking/rtems_webserver/webpage.c,
2348        libnetworking/rtems_webserver/webrom.c,
2349        libnetworking/rtems_webserver/webs.c,
2350        libnetworking/rtems_webserver/webs.h,
2351        libnetworking/rtems_webserver/websuemf.c,
2352        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2353        2.1.4.
2354
23552002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2356
2357        * libchip/network/i82586.c: Include <string.h>.
2358        * libchip/network/sonic.c: Ditto.
2359
23602002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2361
2362        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2363
23642002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2365
2366        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2367
23682002-03-27      Thomas.Doerfler@imd-systems.de
2369
2370        PR 144
2371        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2372        memory address 0 when called for the first time. This is done when
2373        trying to clear the variable "dhcp_hostname".
2374
23752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2376
2377        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2378        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2379        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2380        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2381        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2382        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2383        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2384        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2385        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2386        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2387        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2388        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2389        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2390        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2391        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2392        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2393        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2394        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2395        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2396        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2397        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2398        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2399        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2400        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2401        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2402        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2403        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2404        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2405        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2406        AUTOMAKE_OPTIONS.
2407        * libnetworking/configure.ac:
2408        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2409        foreign 1.6]).
2410        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2411        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2412        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2413        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2414        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2415        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2416        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2417        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2418        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2419        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2420        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2421        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2422        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2423        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2424        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2425        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2426        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2427
24282002-03-27      Ilya Alexeev <ilya@continuum.ru>
2429
2430        PR 162
2431        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2432        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2433        used in a device write routines.  Now ppp_softc structure have own
2434        character for writing to device (sc_outchar).  I think that converting
2435        local variables to static is not a right solution, because problems will
2436        occur in the case of two or more ppp instances.
2437        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2438        must be u_long, otherwise in the case of the big output packet endless
2439        loop may occur.
2440
24412002-03-21      Ilya Alexeev <ilya@continuum.ru>
2442
2443        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2444        preparations for multiple PPPD connections.
2445
24462002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2447
2448        PR 149
2449        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2450        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2451        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2452        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2453
24542002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2455
2456        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2457        * configure.ac: Modified to reflect addition.
2458
24592002-02-27      Ilya Alexeev <ilya@continuum.ru>
2460
2461        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2462        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2463        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2464        capabilities as well as eliminate some warnings.
2465
24662002-02-27      Eric Norum <eric.norum@usask.ca>
2467
2468        * libnetworking/net/radix.c: Properly handle fetching the default route
2469        when there is no route.  This was a bug in the original FreeBSD code and
2470        this fix is from an updated version of their code.
2471
24722002-02-16      Eric Norum <eric.norum@usask.ca>
2473
2474        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2475        checking.
2476
24772002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2478
2479        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2480        dodefaultroute.
2481
24822002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2483
2484        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2485        include <rtems/seterr.h>.
2486
24872002-02-01      Mike Siers <mikes@poliac.com>
2488
2489        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2490        avoid bringing the link down too fast. NOTE: Mike reports successfully
2491        running at 56K baud on a direct link.
2492
24932002-02-01      Eric Valette <valette@crf.canon.fr>
2494
2495        * librdbg/So many patches have been posted recently on the mailing list
2496        and  because we were unable to find correct solution to compile on
2497        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2498        because the coding  style of rdbg was rather inconsistant among various
2499        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2500        global coding style (using indent + manual edits), 2) incorporate/review
2501        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2502        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2503        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2504        after rdbg initialization is done, NB : the paches is huge but it is
2505        mainly due to coding styke chnages.  Only few lines of codes have been
2506        really changed and they do not impact  rdbg functionnality (AFAIKT).
2507        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2508        librdbg/include/rdbg/m68k/rdbg_f.h,
2509        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2510        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2511        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2512        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2513        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2514        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2515        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2516        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2517        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2518        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2519        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2520        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2521        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2522        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2523        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2524        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2525
25262002-01-31      Mike Siers <mikes@poliac.com>
2527
2528        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2529        * Nice Update of PPPD support which eliminates the requiremetn that
2530        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2531        and reports that it seems to be more stable and handle larger packets
2532        better.  This patch replaces the termios tasks with more general pppd
2533        network driver tasks.  The functions pppinput() and pppstart() get
2534        called from the interrupt service routine.
2535        * libnetworking/Makefile.am, libnetworking/configure.ac,
2536        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2537        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2538        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2539        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2540        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2541        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2542        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2543        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2544        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2545        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2546        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2547        libnetworking/net/route.c, libnetworking/net/route.h,
2548        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2549        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2550        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2551        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2552        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2553        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2554        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2555        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2556        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2557        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2558        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2559        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2560        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2561        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2562        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2563        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2564        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2565        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2566        libnetworking/pppd/example/README,
2567        libnetworking/pppd/example/netconfig.h,
2568        libnetworking/wrapup/Makefile.am: Modified.
2569        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2570        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2571        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2572        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2573        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2574        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2575        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2576        libnetworking/modem/pppcompress.c: Subdirectory removed.
2577
25782002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2579
2580        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2581        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2582
25832002-01-18      Till Straumann <strauman@slac.stanford.edu>
2584
2585        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2586        issues: - exception handler needs to enable MSR_FP if the interrupted
2587        thread is FP enabled. - printk message for MSR fixed and added
2588        stacktrace. NOTE: this requires the stacktrace patch to
2589        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2590        however).
2591
25922002-01-06      Joel Sherrill <joel@OARcorp.com>
2593
2594        * optman/.cvsignore: Added aclocal.m4 and configure.
2595        * optman/.cvsignore: New file.
2596
25972002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2598
2599        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2600
26012002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2602
2603        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2604        * optman/ChangeLog: New.
2605        * optman/configure.ac: New.
2606        * optman/Makefile.am: New.
2607        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2608        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2609
26102001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2611
2612        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2613
26142001-12-18      Eric Norum <eric.norum@usask.ca>
2615
2616        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2617        `directories' (path names with a / at the end) while disallowing open()
2618        operations on TFTP `directories'.
2619
26202001-12-07      Eric Norum <eric.norum@usask.ca>
2621
2622        * libnetworking/lib/tftpDriver.c: Restore write capability.
2623
26242001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2625
2626        * libchip/network/sonic.h: Fix typo.
2627        * libnetworking/arpa/Makefile.am: Remove stray lines.
2628
26292001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2630
2631        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2632
26332001-10-18      Eric Norum <eric.norum@usask.ca>
2634
2635        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2636        chdir() and open() operations within the TFTP file system.
2637
26382001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2639
2640        * librdbg/configure.ac: Fix latent bug exposed by removal of
2641        config.cache's which prevented powerpc targets librdbg from building.
2642
26432001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2644
2645        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2646        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2647        autoconf-2.52 happy.
2648
26492001-10-12      Mike Siers <mikes@poliac.com>
2650
2651        * libnetworking/Update to stable working state.  Congratulations Mike!
2652        :).
2653        * libnetworking/modem_example: Directory removed.
2654        * libnetworking/modem_example/16550.h,
2655        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2656        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2657        libnetworking/modem_example/ppp.h,
2658        libnetworking/modem_example/pppcompress.c: Files removed.
2659        * libnetworking/pppd/example/pppd.options: New file.
2660        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2661        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2662        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2663        libnetworking/pppd/rtemsmain.c: Updated.
2664
26652001-10-12      Joel Sherrill <joel@OARcorp.com>
2666
2667        * libchip/serial/z85c30.c: Fixed typo.
2668
26692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2670
2671        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2672        * configure.in: Remove.
2673        * configure.ac: New file, generated from configure.in by autoupdate.
2674        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2675        * libchip/configure.in: Remove.
2676        * libchip/configure.ac: New file, generated from configure.in by
2677        autoupdate.
2678        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2679        * librdbg/configure.in: Remove.
2680        * librdbg/configure.ac: New file, generated from configure.in by
2681        autoupdate.
2682        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2683        * libnetworking/configure.in: Remove.
2684        * libnetworking/configure.ac: New file, generated from configure.in by
2685        autoupdate.
2686
26872001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2688
2689        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2690        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2691        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2692
26932001-09-27      Joel Sherrill <joel@OARcorp.com>
2694
2695        * libchip/ChangeLog: Fixed typo in date.
2696
26972001-09-27      Eric Norum <eric.norum@usask.ca>
2698
2699        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2700        TFTP  filesystem.
2701
27022001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2703
2704        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2705        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2706        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2707        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2708        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2709        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2710        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2711        'PREINSTALL_FILES ='.
2712        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2713        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2714        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2715        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2716        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2717        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2718        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2719        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2720        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2721        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2722        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2723        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2724
27252001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2726
2727        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2728        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2729        * librdbg/src/m68k/any/Makefile.am: Ditto.
2730        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2731        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2732        happy.
2733
27342001-09-21      Joel Sherrill <joel@OARcorp.com>
2735
2736        * libchip/network/Makefile.am: Fixed typo on file name.
2737        * libchip/network/i82586.c: Commented out line 318 which is referencing
2738        a member of a structure that is not currently there.  This needs to be
2739        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2740        to C style.
2741
27422001-09-19      Eric Norum <eric.norum@usask.ca>
2743
2744        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2745
27462001-09-19      Chris Johns <ccj@acm.org>
2747
2748        * libchip/network/README.i82586, libchip/network/i82586.c,
2749        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2750        Network driver for Intel i82586.
2751        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2752        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2753        "root" filesystem with information obtained via the DHCP response.
2754
27552001-09-14      Eric Norum <eric.norum@usask.ca>
2756
2757        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2758        make gcc 3.x happy.
2759
27602001-08-16      Mike Siers <mikes@poliac.com>
2761
2762        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2763        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2764        These support callback functionality that has not even been compiled
2765        under RTEMS yet.
2766        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2767        example application.  Mike's notes on the modifications: - renamed
2768        error() function because of namespace problems - removed calls to the
2769        exit() funciton - removed extra files from the pppd source directory -
2770        defined pppd task constant values in rtemspppd.h - modifyied example
2771        code to get actual tick per second value - placed the pppd 2.3.11 man
2772        page file (pppd.8) into the pppd directory.
2773        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2774        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2775        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2776        libnetworking/pppd/rtems-ppp.c: Deleted.
2777        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2778        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2779        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2780        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2781        libnetworking/pppd/example/init.c,
2782        libnetworking/pppd/example/netconfig.h,
2783        libnetworking/pppd/example/ppp.conf,
2784        libnetworking/pppd/example/pppdapp.c,
2785        libnetworking/pppd/example/system.h: New files.
2786        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2787        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2788        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2789        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2790        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2791        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2792        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2793        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2794        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2795        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2796        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2797        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2798        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2799        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2800        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2801
28022001-08-16      Joel Sherrill <joel@OARcorp.com>
2803
2804        * libnetworking/pppd/example/Makefile: Removed.
2805        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2806        to avoid bootstrap -c clobbering it.
2807        * libnetworking/rtems_telnetd/.cvsignore: New file.
2808
28092001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2810
2811        * libnetworking/Makefile.am, libnetworking/configure.in,
2812        libnetworking/rtems_servers/Makefile.am,
2813        libnetworking/rtems_servers/telnetd.c,
2814        libnetworking/rtems_servers/telnetd.h,
2815        libnetworking/rtems_telnetd/Makefile.am,
2816        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2817        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2818        libnetworking/rtems_telnetd/telnetd.c,
2819        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2820        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2821        effect when ftpd change. - the tcp/ip stats have been implemented into
2822        icmds.c and started when telnetd daemon is started.
2823        * libnetworking/rtems_servers/telnetd.c,
2824        libnetworking/rtems_servers/telnetd.h: Removed.
2825        * libnetworking/rtems_telnetd: New directory.
2826        * libnetworking/rtems_telnetd/Makefile.am,
2827        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2828        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2829        libnetworking/rtems_telnetd/telnetd.c,
2830        libnetworking/rtems_telnetd/telnetd.h: New files.
2831
28322001-06-14      Joel Sherrill <joel@OARcorp.com>
2833
2834        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2835        Moved from libmisc/shell so the network stack to address network
2836        depenendency.
2837        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2838
28392001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2840
2841        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2842
28432001-05-15      Joel Sherrill <joel@OARcorp.com>
2844
2845        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2846        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2847        accidentally deleted the incorrectly empty versions.
2848
28492001-05-14      Till Straumann <strauman@slac.stanford.edu>
2850
2851        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2852        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2853        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2854        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2855        to know the values) - the affected BSP (shared/motorola) headers have
2856        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2857        driver (libchip/network/dec21140.c) has been fixed to use
2858        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2859        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2860        who is using this driver. - the DEC driver also has been fixed to use
2861        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2862        delay_in_bus_cycles().
2863
28642001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2865
2866        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2867
28682001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2869
2870        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2871
28722001-04-24      Eric Norum <eric.norum@usask.ca>
2873
2874        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2875        NTP synchronization a little more robust -- no NTP daemon yet, but at
2876        least it trys a little harder when the primary NTP server is down.
2877
28782001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2879
2880        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2881        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2882        libnetworking/pppd/modem_example/modem.c,
2883        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2884        other strings into English.
2885        * libnetworking/pppd/STATUS: updated to reflect the changes.
2886
28872001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2888
2889        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2890        again.
2891
28922001-04-20      Eric Valette <valette@crf.canon.fr>
2893
2894        * mcp750 directory renamed new_exception processing as it supports many
2895        more CPU models.
2896        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2897        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2898        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2899        formerly in mcp750 plus modifications.
2900        * librdbg/src/powerpc/mcp750/.cvsignore,
2901        librdbg/src/powerpc/mcp750/Makefile.am,
2902        librdbg/src/powerpc/mcp750/remdeb.h,
2903        librdbg/src/powerpc/mcp750/remdeb_f.x,
2904        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2905        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2906        new_exception_processing.
2907        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2908        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2909        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2910        part of this effort to add support for the MPC8xx.
2911
29122001-04-19      Joel Sherrill <joel@OARcorp.com>
2913
2914        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2915        internal include files.
2916
29172001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2918
2919        PR 158
2920        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2921        rcmd() library call by commenting out the parts that deal with signals.
2922        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2923        stdio. The 'server-side' parts of this file which deal with
2924        authentication are disabled since they are not needed.
2925
29262001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2927
2928        * libnetworking/include/.cvsignore: Remove dangling file.
2929
29302001-03-14      Joel Sherrill <joel@OARcorp.com>
2931
2932        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2933        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2934        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2935        libchip style serial drivers can be written in libcpu or libbsp.
2936
29372001-03-01      Joel Sherrill <joel@OARcorp.com>
2938
2939        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2940        libchip/network/sonic.c, libchip/network/sonic.h,
2941        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2942        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2943        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2944        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2945        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2946        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2947        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2948        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2949
29502001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2951
2952        * librdbg/include/rdbg/Makefile.am,
2953        librdbg/include/rdbg/i386/Makefile.am,
2954        librdbg/include/rdbg/m68k/Makefile.am,
2955        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2956        style on include files.
2957
29582001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2959
2960        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2961        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2962        replace ${..} with $(..).
2963        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2964        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2965        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2966        libnetworking/rtems/Makefile.am, libnetworking/
2967        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2968        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2969        include_*HEADERS instead of H_FILES.
2970        * libnetworking/include/Makefile.am: Remove.
2971        * libnetworking/Makefile.am: Add handling of *.h files.
2972        * libnetworking/configure.in: Remove include/Makefile.
2973
29742001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2975
2976        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2977
29782001-01-31      Sergei Organov <osv@javad.ru>
2979
2980        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2981        current dir and root dir removed in favor of new libio support for
2982        task-local current and root directories. - Bug in `close_data_socket()'
2983        introduced by previous change fixed. - `command_pasv()' changed to set
2984        timeout on socket we are listening on and code fixed to don't close
2985        socket twice on error. - `serr()' changed to clear `errno'. -
2986        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2987        changed to clear `errno' before processing session. -
2988        `close_data_socket()' fixed to close both active and passive sockets -
2989        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2990        empty string  in `exec_command()'.
2991
29922001-01-25      Eric Norum <eric.norum@usask.ca>
2993
2994        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2995        improves throughput on systems which are dropping packets.   Only the
2996        first timeout is reduced.  This keeps the number of extra packets down
2997        on networks that are very busy and dropping lots of packets.
2998
29992001-01-24      Sergei Organov <osv@javad.ru>
3000
3001        * libnetworking/rtems_servers/ftpd.c,
3002        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3003        - Timeouts on sockets implemented. 'idle' field added to configuration.
3004        No timeout by default to keep backward compatibility. Note: SITE IDLE
3005        command not implemented yet. - Basic global access control implemented.
3006        'access' field added to configuration. No access limitations by default
3007        to keep backward compatibility. - Anchor data socket for active mode
3008        (using self IP and port 20.) - Fixed default data port support (still
3009        not tested). - Don't allow IP address different from originating host in
3010        PORT command to improve security. - Fixed bug in MDTM command. - Check
3011        for correctness of parsing of argument in command_port(). - Fixed
3012        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3013        a directory. - Command parsing a little bit improved: command names are
3014        now converted to upper-case to be more compatible with RFC (command
3015        names are not case-sensitive.) - Reformat comments so that they have
3016        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3017        previous changes - True ASCII mode implemented (doesn't work for hooks
3018        and /dev/null) - Passive mode implemented, PASV command added. - Default
3019        port for data connection could be used (untested, can't find ftp client
3020        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3021        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3022
30232001-01-18      Joel Sherrill <joel@OARcorp.com>
3024
3025        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3026        macro using variable arguments.
3027        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3028        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3029        since I updated the main RTEMS development machine to RedHat 7.2 and
3030        apparently got a new version of rpcgen.
3031
30322001-01-12      Sergei Organov <osv@javad.ru>
3033
3034        * libnetworking/rtems_servers/ftpd.c,
3035        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3036        - use pool of pre-created threads to handle sessions instead of
3037        creating/deleting threads on the fly - LIST output is now similar to
3038        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3039        happy with it. - LIST NAME now works (both for files and directories) -
3040        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3041        clients happy  - keep track of CWD for every session separately -
3042        ability to specify root directory name for FTPD in configuration table.
3043        FTPD will then create illusion for FTP clients that this is actually
3044        root directory. - ignore options sent in commands, thus LIST -al FILE
3045        works and doesn't try to list "-al" directory. - buffers are allocated
3046        on stack instead of heap where possible to eliminate malloc/free calls
3047        (avoid possible heap fragmentation troubles). - drop using of task
3048        notepad to pass parameters - use function arguments instead - use
3049        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3050        in socket() instead of AF_INET.
3051
30522001-01-02      Joel Sherrill <joel@OARcorp.com>
3053
3054        * libnetworking/CHANGELOG: Removed.
3055        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3056
30572000-12-14      Eric Norum <eric.norum@usask.ca>
3058
3059        * libnetworking/lib/tftpDriver.c: Added write capability.
3060
30612000-12-08      Joel Sherrill <joel@OARcorp.com>
3062
3063        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3064        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3065        numerous variable declarations conditional on PPP_COMPRESS and
3066        PPP_FILTER.  Commented out variables that were not used because the code
3067        using them was commented out. Removed totally unused variables.
3068        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3069        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3070
30712000-11-30      Joel Sherrill <joel@OARcorp.com>
3072
3073        * libnetworking/modem/ppp_tty.c: Changed to include
3074        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3075        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3076        * libnetworking/Makefile.am: Modified to reflect above.
3077
30782000-11-27      Joel Sherrill <joel@OARcorp.com>
3079
3080        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3081
30822000-11-25      Eric Norum <eric.norum@usask.ca>
3083
3084        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3085        core.
3086
30872000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3088
3089        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3090        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3091        subdir.
3092        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3093        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3094        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3095        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3096        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3097        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3098        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3099        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3100        ppp_tty.c and the real pppd main is in pppmain.c.
3101
31022000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3103
3104        * libchip/network/sonic.c: Added ipalign() routine to align the received
3105        packet so that the ip header is on a 32-bit boundary. Necessary for
3106        cpu's that do not allow unaligned loads and stores and when the 32-bit
3107        DMA mode is used.
3108
31092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3110
3111        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3112        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3113        ACLOCAL_AMFLAGS.
3114        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3115        ACLOCAL_AMFLAGS.
3116        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3117        ACLOCAL_AMFLAGS.
3118
31192000-11-03      Chris Johns <ccj@acm.org>
3120
3121        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3122        libchip/network/cs8900.h: New files.
3123
31242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3125
3126        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3127        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3128        $(RTEMS_TOPdir)/aclocal.
3129        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3130        $(RTEMS_TOPdir)/aclocal.
3131        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3132        $(RTEMS_TOPdir)/aclocal.
3133
31342000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3135
3136        * configure.in: Switch to GNU-canonicalization.
3137        * Makefile.am: Reflect changes to configure.in.
3138        * acinclude.m4: Remove.
3139
31402000-10-30      Joel Sherrill <joel@OARcorp.com>
3141
3142        * POSIX include files merged into newlib.  This resulted in some
3143        definitions moving to other files and thus some secondary effects in
3144        RTEMS source code.
3145        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3146        in sync with newlib's <machine/types.h>.
3147        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3148        definition of struct itimerval in <sys/time.h>.
3149
31502000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3151
3152        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3153        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3154        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3155        * ChangeLog: Fix typos.
3156        * configure.in: add tests to the GNU canonicalized subdirectories.
3157
31582000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3159
3160        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3161        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3162        the lib directory before configuring lib/.
3163
31642000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3165
3166        * configure.in, Makefile.am: add exec to the GNU canonicalized
3167        subdirectories.
3168        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3169        * configure.in: add libnetworking, librpc and librdb to the GNU
3170        canonicalized subdirectories.
3171        * configure.in: add libmisc and libchip to the GNU canonicalized
3172        subdirectories.
3173        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3174        Switch to GNU canonicalization.
3175        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3176        Switch to GNU canonicalization.
3177        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3178        Switch to GNU canonicalization.
3179
31802000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3181
3182        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3183        canonicalization to libfs/. The approach is currently a bit of a hack as
3184        GNU canonicalization does not support the per-BSP build some of the
3185        other directories require.  As more of the tree is converted, this will
3186        become less  of an issue.
3187
31882000-10-20      Joel Sherrill <joel@OARcorp.com>
3189
3190        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3191        parameter.
3192
31932000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3194
3195        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3196        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3197        * librdbg/configure.in: Add m68k support.
3198        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3199        subdirectory.
3200        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3201        failure.
3202        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3203        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3204        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3205        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3206        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3207        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3208        librdbg/src/m68k/.cvsignore: New files.
3209        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3210        function pointers.
3211        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3212        _after_ pointer has been checked against NULL.
3213
32142000-10-18      Joel Sherrill <joel@OARcorp.com>
3215
3216        * wrapup/Makefile.am: Added libfs.
3217
32182000-10-18      Chris Johns <ccj@acm.org>
3219
3220        * libfs created.
3221        * configure.in: Added libfs subdirectory.
3222        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3223
32242000-09-28      Joel Sherrill <joel@OARcorp.com>
3225
3226        * libnetworking/rtems_webserver/Makefile.am,
3227        libnetworking/rtems_webserver/base64.c,
3228        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3229        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3230
32312000-09-22      Joel Sherrill <joel@OARcorp.com>
3232
3233        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3234        libnetworking/rtems/rtems_bsdnet_internal.h,
3235        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3236        have included rtems.h.  It is now including precisely the  least amount
3237        of low level, yet portable .h files to get the basic RTEMS types
3238        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3239        used machine/types.h to include rtems.h.
3240
32412000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3242
3243        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3244
32452000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3246
3247        * libnetworking/ChangeLog: Cleanup.
3248
32492000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3250
3251        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3252        * libchip/ChangeLog: Fix formating.
3253
32542000-09-05      Joel Sherrill <joel@OARcorp.com>
3255
3256        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3257        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3258        confusion and to work with the converted flags.
3259
32602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3261
3262        * wrapup/Makefile.am: Include compile.am.
3263        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3264        libchip/serial/Makefile.am: Include compile.am.
3265        * librdbg/src/i386/any/Makefile.am,
3266        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3267        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3268        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3269        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3270        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3271        libnetworking/rtems_servers/Makefile.am,
3272        libnetworking/rtems_webserver/Makefile.am,
3273        libnetworking/wrapup/Makefile.am: Include compile.am.
3274
32752000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3276
3277        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3278        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3279
32802000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3281
3282        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3283
32842000-08-31      Joel Sherrill <joel@OARcorp.com>
3285
3286        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3287        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3288        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3289        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3290        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3291        * libnetworking/wbase64.c: Removed.
3292        * libnetworking/Makefile.am, libnetworking/asp.c,
3293        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3294        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3295        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3296        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3297        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3298        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3299        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3300        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3301        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3302        Modified.
3303
33042000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3305
3306        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3307
33082000-08-30      Joel Sherrill <joel@OARcorp.com>
3309
3310        * libnetworking/rtems_webserver/license.txt: New file.
3311
33122000-08-10      Joel Sherrill <joel@OARcorp.com>
3313
3314        * ChangeLog: New file.
3315        * libchip/ChangeLog: New file.
3316        * librdbg/ChangeLog: New file.
3317        * libnetworking/ChangeLog: New file.
3318
Note: See TracBrowser for help on using the repository browser.