source: rtems/c/src/ChangeLog @ adb1a08

4.104.114.84.95
Last change on this file since adb1a08 was adb1a08, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/25/07 at 05:42:02

2007-07-25 Ralf Corsépius <ralf.corsepius@…>

  • nfsclient/ChangeLog: Remove (Rename into ChangeLog?.slac).
  • nfsclient/ChangeLog.slac: New (Renamed from ChangeLog?).
  • Property mode set to 100644
File size: 129.1 KB
Line 
12007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
4        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
5
62007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
9        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
10        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
11        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
12        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
13        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
14        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
15        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
16        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
17        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
18        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
19        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
20
212007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
22
23        * libchip/serial/ns16550.c: removed timed out wait for transmitter
24        to become ready: This will not work for fast CPUs.
25
262007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
27
28        * libchip/ide/ata.c: fixed warning
29
302007-06-20      Ray Xu <rayx@gmail.com>
31
32        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
33        console, and libio. This shrinks the memory requirements but Joel has
34        not figured out how best to present this to application space.
35        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
36        New files.
37
382007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * optman/sapi/no-io.c: Split IO Manager into one function per file so
41        now we only need required initialization methods.
42
432007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
46        parameter since it was used to configure a no longer used feature.
47        Device names are now part of the filesystem not in a table.
48
492007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
52        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
53        optman/rtems/no-part.c, optman/rtems/no-region.c,
54        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
55        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
56        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
57        other optional managers so using them reduces application size
58        instead of increasing it.
59        * optman/rtems/no-barrier.c: New file.
60
612007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
64        adjustments to pci-API changes.
65        * libchip/network/dec21140.c, libchip/network/elnk.c,
66        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
67        changes.
68
692007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * libchip/network/dec21140.c, libchip/network/if_dc.c,
72        libchip/network/if_fxp.c: Reflect changes to pci-API.
73
742007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
77        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
78
792007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
82          being used to compile "tools").
83
842007-03-13      Joel Sherrill <joel@OARcorp.com>
85
86        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
87
882007-03-12      Joel Sherrill <joel@OARcorp.com>
89
90        * libchip/network/cs8900.c, libchip/network/cs8900.h,
91        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
92        and/or fix mistake in copyright notice. Both of these mistakes appear
93        to be from code submitted after these changes were made previously.
94
952007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
98
992007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * libchip/Makefile.am: Correct path to README.tulipclone.
102
1032007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * libchip/ide/ata.c: Remove superfluous type casts.
106
1072007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
110        Use size_t for sizes.
111
1122007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
113
114        * libchip/ide/ata.c: in ata_request_done: moved call to free()
115        from preemption disabled region
116
1172007-01-16      Till Straumann <strauman@slac.stanford.edu>
118
119        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
120        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
121        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
122
1232006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
126          ioctl_command_t as ioctl argument.
127
1282006-12-13      Joel Sherrill <joel@OARcorp.com>
129
130        * librtems++/include/rtems++/rtemsEvent.h,
131        librtems++/include/rtems++/rtemsMessageQueue.h,
132        librtems++/include/rtems++/rtemsSemaphore.h,
133        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
134        librtems++/src/rtemsMessageQueue.cc,
135        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
136        rtems_unsigned32 to uint32_t.
137
1382006-12-13      Joel Sherrill <joel@OARcorp.com>
139
140        PR 1181/bsps
141        * optman/rtems/no-msg.c: Clean up dead code.
142
1432006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
146
1472006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
150        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
151        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
152
1532006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * configure.ac: New BUG-REPORT address.
156
1572006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * Makefile.am: Remove ampolish3.
160
1612006-11-17      Joel Sherrill <joel@OARcorp.com>
162
163        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
164        blank lines.
165
1662006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * configure.ac: Remove RTEMS_AMPOLISH3.
169        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
170          Remove checks for AMPOLISH3.
171        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
172        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
173        * ampolish3: Remove.
174
1752006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
178        * aclocal/prog-cc.m4: Remove CFLAGS.
179        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
180        Compose CFLAGS. Append CFLAGS to ac_configure_args.
181
1822006-10-23      Joel Sherrill <joel@OARcorp.com>
183
184        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
185
1862006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * automake/compile.am: Use hard-coded RTEMS_* flags.
189
1902006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * aclocal/rtems-top.m4: Remove RTEMS_API.
193        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
194
1952006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
198
1992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
202
2032006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * aclocal/version.m4: Bump version to 4.7.99.0.
206
2072006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * configure.ac: Require autoconf-2.60. Require automake-1.10.
210
2112006-09-11      Joel Sherrill <joel@OARcorp.com>
212
213        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
214
2152006-09-04      Joel Sherrill <joel@OARcorp.com>
216
217        * libchip/network/greth.c, libchip/network/open_eth.c,
218        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
219        introduced by warning removal.
220
2212006-09-01      Joel Sherrill <joel@OARcorp.com>
222
223        * libchip/network/greth.c, libchip/network/open_eth.c,
224        libchip/network/smc91111.c: Remove warnings and correct prototype
225        added earlier today.
226
2272006-09-01      Joel Sherrill <joel@OARcorp.com>
228
229        * libchip/network/cs8900.c, libchip/network/greth.c,
230        libchip/network/i82586.c, libchip/network/open_eth.c,
231        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
232        sized integers, and inttypes.h printf helpers.
233
2342006-08-09      Kolja Waschk <waschk@telos.de>
235
236        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
237
2382006-07-12      Joel Sherrill <joel@OARcorp.com>
239
240        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
241
2422006-07-11      Jerry Needell <jerry.needell@unh.edu>
243
244        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
245        4.6 branch.  Original modifications by Gaisler Enterprises.
246        * libchip/network/greth.c, libchip/network/greth.h: New files.
247
2482006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
249
250        * ide/ata.[ch]:
251        (PR1118) fetch priority for ATA task from a variable,
252        not a fixed configuration value.
253       
2542006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
255
256        * Makefile.am: Add ampolish3.
257
2582006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
259
260        * ampolish3: New.
261        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
262
2632006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
264
265        * aclocal/rtems-ampolish.m4: New.
266        * configure.ac: Use RTEMS_AMPOLISH3.
267
2682006-04-18  Joel Sherrill <joel@OARcorp.com>
269
270        * aclocal/version.m4: Updated to rtems-4.6.99.3.
271
2722006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
273
274        PR 853/filesystem
275        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
276        should be modified to support the new exception scheme and to use the
277        handle parameter.
278
2792006-02-a32     Eric Norum <norume@aps.anl.gov>
280
281        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
282        "newer" PCI access calls.  Minor cleanups.  Comments.
283
2842006-01-12      Eric Norum <norume@aps.anl.gov>
285
286        PR 861/networking
287        PR 863/networking
288        * libchip/network/smc91111.c: Fix illegal lvalue increments.
289
2902006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
291
292        * wrapup/Makefile.am: Add preinstall.am.
293        * libchip/Makefile.am: Build libchip/network/smc91111.
294        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
295        Eliminate cyg_int* crap.
296
2972006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
298
299        * librdbg/Makefile.am: Add preinstall.am.
300        * aclocal/bsp-configure.m4: Add ampolish3.
301        New header guards.
302
3032006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
304
305        * libchip/network/open_eth.c, libchip/network/open_eth.h:
306        Merger from rtems-4-6-branch.
307
3082006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        * libchip/network/smc91111.c
311        libchip/network/smc91111config.h
312        libchip/network/smc91111exp.h
313        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
314        * libchip/Makefile.am: Reflect adding smc91111*.
315
3162006-01-08      Joel Sherrill <joel@OARcorp.com>
317
318        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
319        char *.
320
3212006-01-08      Joel Sherrill <joel@OARcorp.com>
322
323        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
324        warnings.
325
3262005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
327
328        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
329        Add RTEMS_RELLDFLAGS.
330        * automake/compile.am: Remove RTEMS_USE_GCC.
331        Remove RTEMS_RELLDFLAGS.
332        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
333
3342005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
335
336        * libchip/network/if_media.h, libchip/network/mii.h:
337        Remove (Moved to cpukit).
338        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
339        and libchip/network/if_media.h.
340        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
341        if_media.h having moved.
342
3432005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
344
345        * automake/compile.am, automake/host.am, automake/local.am,
346        automake/subdirs.am: Remove depend.
347        * configure.ac: Explicitly pass --libdir and --includedir to
348        testsuites.
349
3502005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
351
352        * configure.ac: Reflect changes to testsuites.
353
3542005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
355
356        * automake/compile.am: Remove GCCSPECS.
357        * aclocal/prog-cc.m4: Add GCCSPECS.
358        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
359
3602005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
361
362        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
363        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
364
3652005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
366
367        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
368        libcpu/byteorder.h for i386.
369
3702005-11-02      Till Straumann <strauman@slac.stanford.edu>
371
372        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
373        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
374        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
375        added a simple API/library for i2c devices and drivers for i2c
376        2-byte eeproms and a ds1621 temperature sensor; API is documented
377        in libi2c.h.
378
3792005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
380
381        * libnetworking/pppd/ipxcp.c,
382        libnetworking/pppd/chat.c,
383        libnetworking/pppd/patchlevel.h,
384        libnetworking/pppd/upap.h,
385        libnetworking/pppd/md5.h,
386        libnetworking/pppd/pppd.8,
387        libnetworking/pppd/README,
388        libnetworking/pppd/preinstall.am,
389        libnetworking/pppd/md4.h,
390        libnetworking/pppd/magic.c,
391        libnetworking/pppd/pppd.h,
392        libnetworking/pppd/demand.c,
393        libnetworking/pppd/rtemsmain.c,
394        libnetworking/pppd/sys-rtems.c,
395        libnetworking/pppd/ipcp.h,
396        libnetworking/pppd/lcp.h,
397        libnetworking/pppd/chap_ms.c,
398        libnetworking/pppd/md4.c,
399        libnetworking/pppd/rtemspppd.h,
400        libnetworking/pppd/cbcp.h,
401        libnetworking/pppd/auth.c,
402        libnetworking/pppd/lcp.c,
403        libnetworking/pppd/example/README,
404        libnetworking/pppd/example/ppp.conf,
405        libnetworking/pppd/example/system.h,
406        libnetworking/pppd/example/netconfig.h,
407        libnetworking/pppd/example/pppdapp.c,
408        libnetworking/pppd/example/init.c,
409        libnetworking/pppd/example/Makefile-user,
410        libnetworking/pppd/example/pppd.options,
411        libnetworking/pppd/rtemspppd.c,
412        libnetworking/pppd/ipxcp.h,
413        libnetworking/pppd/chap_ms.h,
414        libnetworking/pppd/options.c,
415        libnetworking/pppd/magic.h,
416        libnetworking/pppd/chap.h,
417        libnetworking/pppd/cbcp.c,
418        libnetworking/pppd/upap.c,
419        libnetworking/pppd/chap.c,
420        libnetworking/pppd/Makefile.am,
421        libnetworking/pppd/ccp.h,
422        libnetworking/pppd/utils.c,
423        libnetworking/pppd/rtemsdialer.h,
424        libnetworking/pppd/fsm.h,
425        libnetworking/pppd/pathnames.h,
426        libnetworking/pppd/md5.c,
427        libnetworking/pppd/fsm.c,
428        libnetworking/pppd/ipcp.c,
429        libnetworking/pppd/STATUS,
430        libnetworking/pppd/ccp.c,
431        libnetworking/Makefile.am: Remove (Moved to cpukit).
432
4332005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
434
435        * configure.ac: Remove libnetworking, libnetworking/pppd.
436        * wrapup/Makefile.am: Remove libpppd.a.
437
4382005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
439
440        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
441        rtemsdialer.h to $(includedir)/rtems.
442
4432005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
444
445        * libnetworking/rtems_telnetd/icmds.c,
446        libnetworking/rtems_telnetd/Makefile.am,
447        libnetworking/rtems_telnetd/preinstall.am,
448        libnetworking/rtems_telnetd/pty.c,
449        libnetworking/rtems_telnetd/pty.h,
450        libnetworking/rtems_telnetd/README,
451        libnetworking/rtems_telnetd/telnetd.c,
452        libnetworking/rtems_telnetd/telnetd.h:
453        Remove (Moved to cpukit).
454
4552005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
456
457        * configure.ac: Remove libnetworking/rtems_telnetd.
458        * libnetworking/Makefile.am: Remove rtems_telnetd.
459        * libnetworking/README: Remove (Obsolete).
460        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
461
4622005-10-20  Eric Norum <norume@aps.anl.gov>
463
464        * libchip/network/dec21140.c: Clean up PCI mapping.
465
4662005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
467
468        * libnetworking/pppd/Makefile.am: Use preinstall.am.
469        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
470        librdbg/src/servrpc.c, librdbg/src/servtgt.c
471        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
472        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
473        * configure.ac: Move optman to the end of BSP_SUBDIRS.
474
4752005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
476
477        * aclocal/bspopts.m4: Add missing m4 quotes.
478
4792005-09-02  Joel Sherrill <joel@OARcorp.com>
480
481    * aclocal/version.m4: Updated to rtems-4.6.99.2.
482
4832005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
484
485        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
486        libchip/network/dec21140.c: Remove initialization of PCI bus.
487
4882005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
489
490        * optman/Makefile.am: Add preinstall.am.
491
4922005-07-18      Karel Gardas <kgardas@objectsecurity.com>
493
494        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
495        UNTESTED to tested.
496
4972005-06-17      Joel Sherrill <joel@OARcorp.com>
498
499        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
500        it is not supported by the MPC5xx.
501
5022005-06-17      Joel Sherrill <joel@OARcorp.com>
503
504        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
505        interface. Also correct attempting to build on other than PowerPC and
506        x86.
507
5082005-06-16      Daron Chabot <daron@nucleus.usask.ca>
509
510        * libchip/Makefile.am: Add driver for Tulip clones.
511        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
512        libchip/network/if_dcreg.h: New files.
513
5142005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
515
516        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
517        to enable rdbg.
518        * configure.ac: Reflect changes above.
519
5202005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
521
522        * configure.ac: Add ada/.
523
5242005-05-20      Sergei Organov  <osv@topconrd.ru>
525
526        PR 750/networking
527        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
528        wait_input().
529
5302005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
531
532        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
533        rtems/irq.h.
534
5352005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
536
537        * libchip/Makefile.am: Include preinstall.am.
538        * libchip/preinstall.am: New.
539
5402005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
541
542        * configure.ac: Add AMPOLISH3.
543        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
544        * libnetworking/rtems_telnetd/preinstall.am: New.
545        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
546
5472005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
548
549        * configure.ac: Let enable_rpcgen default to "no".
550
5512005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
552
553        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
554
5552005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
556
557        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
558        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
559
5602005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
561
562        * libchip/network/dec21140.c, libchip/network/elnk.c,
563        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
564
5652005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
566
567        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
568        of code as a result of the implementation of a common PCI interface.
569
5702005-05-04      Joel Sherrill <joel@OARcorp.com>
571
572        * libchip/network/open_eth.c: Remove prototype of set_vector.
573
5742005-05-03      Joel Sherrill <joel@OARcorp.com>
575
576        * librdbg/src/ptrace.c: Remove warning.
577
5782005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
579
580        * libchip/network/dec21140.c, libchip/network/elnk.c,
581        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
582        Modified parameter list to remove warnings.
583
5842005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
585
586        * libchip/network/cs8900.c, libchip/network/i82586.c,
587        libchip/network/open_eth.c, libchip/network/sonic.c,
588        libchip/serial/mc68681.c: Modified types to remove
589        warnings.  Added initialization to remove warnings.
590
5912005-04-28      Joel Sherrill <joel@OARcorp.com>
592
593        * libchip/network/README.sonic: Rewritten to account for removal of
594        dmv177.
595
5962005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
597
598        PR 781/rtems_misc
599        * libchip/serial/ns16550_p.h: Fix baud rate calculation
600
6012005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
602
603        * libchip/serial/ns16550.c:
604        Fixed warnings generated in various powerpc configurations
605
6062005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
607
608        * libchip/serial/ns16550.c: Modified
609        ISR to work with PPC new exception processing
610
6112005-03-14      Joel Sherrill <joel@OARcorp.com>
612
613        * libchip/network/dec21140.c, libchip/network/elnk.c,
614        libchip/network/if_fxp.c: Continue PCI API unification. All use
615        pci_find_device(). Network drivers manufacture a signature since all
616        calls have not been converted yet.
617
6182005-03-04      Joel Sherrill <joel@OARcorp.com>
619
620        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
621        initialize function part of the unified PCI API as pci_initialize().
622
6232005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
624
625        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
626        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
627
6282005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
629
630        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
631        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
632
6332005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
634
635        * aclocal/ppc.m4: Reflect changes to ppc exception processing
636        building procedures.
637
6382005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
639
640        * aclocal/prog-cc.m4:
641        Quote CFLAGS's RHS to accomodate Solaris broken sh.
642
6432005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
644
645        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
646
6472005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
648
649        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
650
6512005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
652
653        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
654
6552005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
656
657        * libnetworking/rtems_servers/ftp.c,
658        libnetworking/rtems_servers/ftp.h,
659        libnetworking/rtems_servers/Makefile.am:
660        Remove (relocated to cpukit/ftpd).
661        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
662        removed move libnetworking/rtems_servers.
663
6642005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
665
666        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
667
6682005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
669
670        PR 755/rtems
671        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
672        Remove local declarations of rtems_bsdnet_nameservers,
673        rtems_bsdnet_nameservers_count.
674
6752005-01-31      Sergei Organov <osv@topconrd.ru>
676
677        PR 751/pppd
678        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
679        committed to fix PR736 breaks pppd. chat.c should have its own static
680        ttyfd for pppd to work correctly. The symptom is that second
681        invokation of chat (for connect script) fails due to pppd_ttyfd set
682        to -1 by previous chat invokation (for init script). In addition,
683        this patch fixes leaving of dangling pointer in the abort_stbring[]
684        by chat_send().
685
6862005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
687
688        * configure.ac: Remove CFLAGS_DEBUG_V.
689        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
690
6912005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
692
693        * wrapup/Makefile.am: Remove rtems-ctor.o.
694
6952005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
696
697        * libchip/rtc/rtc.h: size_t RTC_Count.
698
6992005-01-20      Joel Sherrill <joel@OARcorp.com>
700
701        PR 736/pppd
702        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
703        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
704        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
705        should not be static and should have a name more specific to pppd.
706
7072005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
708
709        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
710        libnetworking/rtems_servers/Makefile.am,
711        libnetworking/rtems_telnetd/Makefile.am,
712        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
713        Eliminate CFLAGS_OPTIMIZE_V.
714
7152005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
716
717        * configure.ac: Pass CFLAGS to testsuites configure.
718        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
719        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
720
7212005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
722
723        * configure.ac: Pass CFLAGS to cpukit configure.
724        * aclocal/rtems-flags.m4: Remove (Unused).
725        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
726        * aclocal/env-rtemsbsp.m4:
727        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
728        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
729        RTEMS_CFLAGS.
730        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
731        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
732        Cleanup comments.
733
7342005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
735
736        * automake/compile.am: Remove build-variant support.
737
7382005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
739
740        * libnetworking/pppd/Makefile.am,
741        libnetworking/rtems_servers/Makefile.am,
742        libnetworking/rtems_telnetd/Makefile.am:
743        Remove build-variant support.
744
7452005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
746
747        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
748        support/Makefile.am, wrapup/Makefile.am:
749        Remove build-variant support.
750
7512004-11-22      Joel Sherrill <joel@OARcorp.com>
752
753        * libchip/network/if_fxp.c: Add entry for another module ID code.
754
7552004-11-22      Joel Sherrill <joel@OARcorp.com>
756
757        PR 693/misc
758        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
759        in/outport routines.
760
7612004-11-22      Joel Sherrill <joel@OARcorp.com>
762
763        PR 693/misc
764        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
765        in/outport routines.
766
7672004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
768
769        * aclocal/enable-itron.m4: Remove (unused).
770
7712004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
772
773        * configure.ac: Misc. quoting cleanups.
774        Enable ada-tests iff --enable-ada and --enable-tests.
775
7762004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
777
778        PR 703/filesystem
779        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
780        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
781        libchip/ide/ide_controller.c:
782        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
783        available for BSPS/device drivers.
784        Extend the "modes_available" and "mode_active" parameters to
785        uint16_t for UDMA support.
786
7872004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
788
789        * libchip/network/dec21140.c: Cleanup a bit and remove message about
790        not supported on PowerPC since it works on the MVME2100 BSP.
791
7922004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
793
794        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
795        Add dependency tracking for *.cfgs.
796        * Makefile.am: Add dependency tracking for *.cfg.
797
7982004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
799
800        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
801        (Thanks to Lars Munch <lars@segv.dk> for catching this).
802
8032004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
804
805        PR 707/make_build
806        * configure.ac: Add --enable-rpcgen.
807
8082004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
809
810        PR 700/rtems_misc
811        * libnetworking/rtems_webserver/asp.c,
812        libnetworking/rtems_webserver/balloc.c,
813        libnetworking/rtems_webserver/cgi.c,
814        libnetworking/rtems_webserver/default.c,
815        libnetworking/rtems_webserver/ej.h,
816        libnetworking/rtems_webserver/ejIntrn.h,
817        libnetworking/rtems_webserver/ejlex.c,
818        libnetworking/rtems_webserver/ejparse.c,
819        libnetworking/rtems_webserver/emfdb.c,
820        libnetworking/rtems_webserver/emfdb.h,
821        libnetworking/rtems_webserver/form.c,
822        libnetworking/rtems_webserver/handler.c,
823        libnetworking/rtems_webserver/h.c,
824        libnetworking/rtems_webserver/license.txt,
825        libnetworking/rtems_webserver/Makefile.am,
826        libnetworking/rtems_webserver/md5c.c,
827        libnetworking/rtems_webserver/md5.h,
828        libnetworking/rtems_webserver/mime.c,
829        libnetworking/rtems_webserver/misc.c,
830        libnetworking/rtems_webserver/NOTES,
831        libnetworking/rtems_webserver/ringq.c,
832        libnetworking/rtems_webserver/rom.c,
833        libnetworking/rtems_webserver/rtems_webserver.h,
834        libnetworking/rtems_webserver/security.c,
835        libnetworking/rtems_webserver/sock.c,
836        libnetworking/rtems_webserver/socket.c,
837        libnetworking/rtems_webserver/sockGen.c,
838        libnetworking/rtems_webserver/sym.c,
839        libnetworking/rtems_webserver/uemf.c,
840        libnetworking/rtems_webserver/uemf.h,
841        libnetworking/rtems_webserver/um.c,
842        libnetworking/rtems_webserver/um.h,
843        libnetworking/rtems_webserver/umui.c,
844        libnetworking/rtems_webserver/url.c,
845        libnetworking/rtems_webserver/value.c,
846        libnetworking/rtems_webserver/wbase64.c,
847        libnetworking/rtems_webserver/webcomp.c,
848        libnetworking/rtems_webserver/webmain.c,
849        libnetworking/rtems_webserver/webpage.c,
850        libnetworking/rtems_webserver/webrom.c,
851        libnetworking/rtems_webserver/webs.c,
852        libnetworking/rtems_webserver/websda.c,
853        libnetworking/rtems_webserver/websda.h,
854        libnetworking/rtems_webserver/webs.h,
855        libnetworking/rtems_webserver/websSSL.c,
856        libnetworking/rtems_webserver/websSSL.h,
857        libnetworking/rtems_webserver/websuemf.c,
858        libnetworking/rtems_webserver/wsIntrn.h:
859        Remove (Moved to cpukit/http).
860
8612004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
862
863        PR 700/rtems_misc
864        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
865        Remove libnetworking/rtems_webserver.
866
8672004-10-25      Eric Norum <norume@aps.anl.gov>
868
869        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
870
8712004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
872
873        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
874
8752004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
876
877        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
878        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
879
8802004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
881
882        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
883
8842004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
885
886        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
887        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
888
8892004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
890
891        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
892        BITSPERBYTE.
893
8942004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
895
896        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
897        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
898
8992004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
900
901        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
902
9032004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
904
905        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
906        * aclocal/enable-bare.m4: Remove.
907        * configure.ac: Remove BARE_CPU_MODEL.
908
9092004-10-13      Eric Norum <norume@aps.anl.gov>
910
911        PR 688/bsps
912        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
913        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
914        MC146818A (and several Dallas Semiconductor) TOD chips.
915
9162004-10-13      Eric Norum <norume@aps.anl.gov>
917
918        PR 686/networking
919        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
920        device code.
921
9222004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
923
924        * libchip/network/dec21140.c: include <rtems/pci.h>.
925
9262004-09-29      Joel Sherrill <joel@OARcorp.com>
927
928        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
929        libnetworking/pppd/utils.c: i960 obsoleted and all references
930        removed.
931
9322004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
933
934        PR 607/networking
935        * libchip/network/dec21140.c: Made PCI configuration minimum sane
936        instead of fully specifying unused PCI features.
937
9382004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
939
940        * configure.ac: Require automake > 1.9.
941
9422004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
943
944        * aclocal/rtems-cpu-subdirs.m4: Add avr.
945
9462004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
947
948        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
949        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
950
9512004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
952
953        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
954        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
955
9562004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
957
958        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
959
9602004-07-28  Joel Sherrill <joel@OARcorp.com>
961
962    * aclocal/version.m4: Updated to rtems-4.6.99.1.
963
9642004-07-25      Joel Sherrill <joel@OARcorp.com>
965
966        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
967
9682004-05-21  Till Strauman <strauman@slac.stanford.edu>
969
970        PR 625/networking
971        * libchip/network/dec21140.c, ... : Prevent name clashes by making
972        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
973        an error rather than panic if no chip is detected (thus allowing
974        for probing).
975        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
976        instead of looping forever.  Avoid divide by zero (crashed my PC).
977        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
978        they are UNTESTED.
979
9802004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
981
982        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
983
9842004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
985
986        * libchip/network/dec21140.c, libchip/network/elnk.c:
987        #include <errno.h>.
988
9892004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
990
991        * libchip/network/if_media.h: Update from FreeBSD.
992        * libchip/network/open_eth.c, libchip/network/cs8900.c,
993        libchip/network/i82586.c: #include <errno.h>.
994
9952004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
996
997        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
998
9992004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1000
1001        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1002
10032004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1004
1005        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1006        automake).
1007
10082004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1009
1010        PR 599/pppd
1011        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1012
10132004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1014
1015        * optman/rtems/no-region.c: Reflect having changed
1016        rtems_region_get_segment_size.
1017
10182004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1019
1020        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1021        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1022        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1023        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1024        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1025        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1026        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1027
10282004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1029
1030        * libchip/ide/ata.c, libchip/network/dec21140.c,
1031        libchip/network/elnk.c, libchip/network/i82586.c,
1032        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1033        libchip/network/open_eth.c, libchip/network/sonic.c,
1034        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1035        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1036        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1037        libchip/shmdr/shm_driver.h: Cosmetics.
1038
10392004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1040
1041        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1042        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1043        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1044        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1045        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1046        fixed size types.
1047
10482004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1049
1050        * configure.ac: Explicitly pass --includedir and --libdir to
1051        cpukit/configure.
1052
10532004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1054
1055        * librdbg/Makefile.am: Fix rpcgen rules.
1056        * librdbg/src/i386/any/remdeb_xdr.c,
1057        librdbg/src/m68k/any/remdeb_xdr.c,
1058        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1059        Reflect changes to librdbg/Makefile.am.
1060
10612004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1062
1063        * configure.ac: Reflect changes testsuites/configure.ac and
1064        cpukit/configure.ac.
1065
10662004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1067
1068        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1069        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1070
10712004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1072
1073        * configure.ac: Reflect changes to testsuites's configuration.
1074
10752004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1076
1077        PR/589 rtems
1078        * libchip/network/pci.h: Remove (Moved to cpukit).
1079
10802004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1081
1082        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1083        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1084        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1085        libchip/network/dec21140.c, libchip/network/elnk.c,
1086        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1087        libchip/network/open_eth.h, libchip/network/sonic.c,
1088        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1089        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1090        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1091        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1092        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1093        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1094        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1095        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1096        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1097        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1098        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1099        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1100        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1101        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1102        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1103        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1104        fixed-size types.
1105
11062004-03-14      Chris Johns  <chrisj@rtems.org>
1107
1108        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1109        the BSP example code.
1110        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1111        support the DIMMPC. This is a pc386 target with IO port support. Minor
1112        formating clean up. Add documentation to the header file.
1113        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1114        cs8900.h header file.
1115
11162004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1117
1118        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1119        Cosmetics.
1120
11212004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1122
1123        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1124        There are no application level Makefiles in here.
1125
11262004-03-04      Joel Sherrill <joel@OARcorp.com>
1127
1128        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1129        they can be used in application level makefiles.
1130
11312004-03-05      Joel Sherrill <joel@OARcorp.com>
1132
1133        * libnetworking/rtems_webserver/ejparse.c,
1134        libnetworking/rtems_webserver/emfdb.c,
1135        libnetworking/rtems_webserver/sock.c,
1136        libnetworking/rtems_webserver/socket.c,
1137        libnetworking/rtems_webserver/sym.c,
1138        libnetworking/rtems_webserver/webs.c,
1139        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
11402004-03-05      Joel Sherrill <joel@OARcorp.com>
1141
1142        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1143        compiling this file only only those CPU families with supported
1144        exception models.
1145
11462004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1147
1148        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1149        testsuites (Was exposed with --enable-multilib, only).
1150        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1151         Add RTEMS_BSP_CONFIG_SUBDIR.
1152        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1153        testsuites's configure.
1154        * aclocal/rtems-top.m4: Remove ENDIF hack.
1155        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1156
11572004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1158
1159        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1160        wrapup/Makefile.am: Fix automake problems having been introduced
1161        in previous patch.
1162
11632004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1164
1165        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1166        Preinstall dirs.
1167        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1168        * aclocal/check-multiprocessing.m4: Cosmetics.
1169        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1170        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1171
11722004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1173
1174        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1175        librdbg/src/Makefile.am.
1176        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1177        * configure.ac: Reflect changes above.
1178        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1179        * wrapup/Makefile.am: Reflect changes above.
1180        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1181
11822004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1183
1184        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1185
11862004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1187
1188        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1189
11902004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1191
1192        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1193
11942004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1195
1196        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1197        librdbg/src/powerpc/Makefile.am: Remove.
1198        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1199        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1200        * configure.ac: Reflect changes above.
1201
12022004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1203
1204
12052004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1206
1207        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1208        STRIP.
1209
12102004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1211
1212        * librdbg/include/Makefile.am: Merge-in
1213        librdbg/include/rdbg/i386/Makefile.am,
1214        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1215        librdbg/include/rdbg/powerpc/Makefile.am.
1216        * librdbg/include/rdbg/i386/Makefile.am,
1217        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1218        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1219        * configure.ac: Reflect changes above.
1220
12212004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1222
1223        * configure.ac: Use AS_HELP_STRING(ada).
1224
12252004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1226
1227        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1228        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1229        Use AC_CONFIG_HEADERS.
1230        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1231        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1232
12332004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1234
1235        * Makefile.am: include local.am.
1236
12372004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1238
1239        * aclocal/version.m4: 4.6.99.0.
1240
12412004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1242
1243        * Makefile.am: Don't include host.am.
1244        * automake/compile.am: Further cleanups.
1245
12462004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1247
1248        * automake/lib.am: Remove (Unused).
1249
12502004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1251
1252        * wrapup/Makefile.am: Don't include lib.am.
1253        * automake/compile.am: Use automake compilation rules.
1254
12552004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1256
1257        * libnetworking/pppd/Makefile.am,
1258        libnetworking/rtems_servers/Makefile.am,
1259        libnetworking/rtems_telnetd/Makefile.am,
1260        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1261        support/Makefile.am: Don't include lib.am.
1262
12632004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1264
1265        * libchip/Makefile.am: Don't include lib.am.
1266        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1267        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1268        unnecessary EXTRA_DISTs.
1269
12702004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1271
1272        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1273        hack.
1274
12752004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1276
1277        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1278        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1279        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1280        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1281
12822004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1283
1284        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1285        Add AM_CONDITIONAL(HAS_MP).
1286        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1287        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1288        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1289        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1290        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1291        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1292        (Deprecated by autoconf 2.59).
1293
12942004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1295
1296        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1297        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1298
12992004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1300
1301        * ChangeLog: Merge-in libnetworking/ChangeLog.
1302        * libnetworking/ChangeLog: Remove.
1303        * ChangeLog: Merge-in librdbg/ChangeLog.
1304        * librdbg/ChangeLog: Remove.
1305        * ChangeLog: Merge-in libchip/ChangeLog.
1306        * libchip/ChangeLog: Remove.
1307        * ChangeLog: Merge-in optman/ChangeLog.
1308        * optman/ChangeLog: Remove.
1309
13102004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1311
1312        * configure.ac: Reflect changes to cpukit.
1313        * wrapup/Makefile.am: Reflect changes to librdbg.
1314        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1315        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1316        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1317        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1318        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1319        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1320        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1321        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1322        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1323
13242004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1325
1326        * aclocal/rtems-top.m4: Remove check for version.m4.
1327        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1328
13292004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1330
1331        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1332        * wrapup/Makefile.am: Reflect changes to libchip/*.
1333        * support/Makefile.am: Use automake compilation rules.
1334        * wrapup/Makefile.am: Reflect changes to support/*.
1335        * configure.ac: Remove libnetworking/wrapup/Makefile.
1336        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1337        libnetworking/*/lib*.a instead of libnetapps.a.
1338        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1339        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1340        * optman/Makefile.am: Use automake compilation rules.
1341        * libchip/Makefile.am: Fix typo in previous patch.
1342        * libchip/Makefile.am: Use automake compilation rules.
1343        * libnetworking/Makefile.am: Remove wrapup.
1344        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1345        automake-compilation rules.
1346        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1347        automake-compilation rules.
1348        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1349        automake-compilation rules.
1350        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1351        automake-compilation rules.
1352        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1353
13542004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1355
1356        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1357        PRE/TMPINSTALL_FILES to CLEANFILES.
1358        * automake/lib.am: Remove TMPINSTALL_FILES.
1359        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1360        PRE/TMPINSTALL_FILES to CLEANFILES.
1361        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1362        PRE/TMPINSTALL_FILES to CLEANFILES.
1363        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1364        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1365        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1366        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1367        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1368        * librdbg/src/i386/Makefile.am: Ditto.
1369        * librdbg/src/m68k/Makefile.am: Ditto.
1370        * librdbg/src/powerpc/Makefile.am: Ditto.
1371        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1372        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1373        * libnetworking/rtems_servers/Makefile.am: Ditto.
1374        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1375        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1376
13772004-01-07      Joel Sherrill <joel@OARcorp.com>
1378
1379        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1380        more completely covers the MIPS family.
1381
13822003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1383
1384        * wrapup/Makefile.am: Reflect changes to shmdr.
1385        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1386
13872003-12-18      Joel Sherrill <joel@OARcorp.com>
1388
1389        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1390        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1391        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1392        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1393        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1394        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1395        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1396
13972003-12-17      Joel Sherrill <joel@OARcorp.com>
1398
1399        * aclocal/version.m4: Updated to rtems-20031217-test.
1400
14012003-12-17     
1402
1403        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1404        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1405
14062003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1407
1408        * automake/compile.am: Remove LINK_LIBS (Unused).
1409        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1410
14112003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1412
1413        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1414        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1415        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1416        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1417        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1418
14192003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1420
1421        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1422        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1423        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1424        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1425        * librdbg/src/i386/Makefile.am:
1426        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1427        * librdbg/src/m68k/Makefile.am:
1428        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1429        * librdbg/src/powerpc/Makefile.am:
1430        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1431
14322003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1433
1434        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1435        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1436        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1437        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1438        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1439        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1440        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1441        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1442        * optman/Makefile.am: Remove project_libdir.
1443        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1444        PRE/TMPINSTALL_FILES.
1445        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1446        PRE/TMPINSTALL_FILES.
1447        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1448        PRE/TMPINSTALL_FILES.
1449        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1450        PRE/TMPINSTALL_FILES.
1451        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1452        from PRE/TMPINSTALL_FILES.
1453        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1454        PRE/TMPINSTALL_FILES.
1455        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1456        PRE/TMPINSTALL_FILES.
1457        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1458        PRE/TMPINSTALL_FILES.
1459        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1460        PRE/TMPINSTALL_FILES.
1461        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1462        PRE/TMPINSTALL_FILES.
1463        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1464        PRE/TMPINSTALL_FILES.
1465        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1466        from PRE/TMPINSTALL_FILES.
1467
14682003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1469
1470        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1471        * automake/lib.am: Remove project_libdir.
1472        * wrapup/Makefile.am: Reworked.
1473
14742003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1475
1476        * configure.ac: Reflect changes to librdbg.
1477        * optman/Makefile.am: Add tmpinstall dirstamp support.
1478        * libchip/Makefile.am: Fix variant-tmpinstall support.
1479        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1480        * librdbg/src/powerpc/Makefile.am: Merge-in former
1481        new_exception_processing/Makefile.am.
1482        * librdbg/src/m68k/any/Makefile.am: Remove.
1483        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1484        * librdbg/src/i386/any/Makefile.am: Remove.
1485        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1486        * librdbg/src/Makefile.am: Cosmetics.
1487        * librdbg/include/Makefile.am: Cosmetics.
1488        * librdbg/Makefile.am: Cosmetics.
1489        * libnetworking/Makefile.am: Cosmetics.
1490        * libnetworking/pppd/Makefile.am: Cosmetics.
1491        * libnetworking/wrapup/Makefile.am: Cosmetics.
1492
14932003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1494
1495        * Makefile.am: Cosmetics.
1496        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1497        support.
1498
14992003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1500
1501        * automake/compile.am: Remove $(ARCH):-rule.
1502
15032003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1504
1505        * configure.ac: Remove lib/libbsp/shared/Makefile,
1506        lib/libbsp/shmdr/Makefile.
1507
15082003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1509
1510        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1511        libchip/serial/Makefile, libchip/rtc/Makefile.
1512        * support/Makefile.am: Remove all-local: $(ARCH).
1513        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1514        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1515        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1516        * optman/Makefile.am: Remove all-local: $(ARCH).
1517        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1518        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1519        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1520        compilation dirstamp support.
1521        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1522        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1523        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1524        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1525        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1526        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1527        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1528        all-local: $(ARCH).
1529        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1530        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1531        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1532        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1533        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1534
15352003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1536
1537        * aclocal/lead-dot.m4: New (from automake-1.7f).
1538        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1539        AC_SUBST(dirstamp).
1540        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1541        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1542        libchip/serial/Makefile.am: Ditto.
1543        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1544        * librdbg/include/Makefile.am: Ditto.
1545        * librdbg/include/rdbg/Makefile.am: Ditto.
1546        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1547        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1548        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1549        * librdbg/src/Makefile.am: Ditto.
1550        * librdbg/src/i386/Makefile.am: Ditto.
1551        * librdbg/src/i386/any/Makefile.am: Ditto.
1552        * librdbg/src/m68k/Makefile.am: Ditto.
1553        * librdbg/src/m68k/any/Makefile.am: Ditto.
1554        * librdbg/src/powerpc/Makefile.am: Ditto.
1555        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1556        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1557        preinstallation.
1558        * libnetworking/pppd/Makefile.am: Ditto.
1559        * libnetworking/rtems_servers/Makefile.am: Ditto.
1560        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1561        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1562        * libnetworking/wrapup/Makefile.am: Ditto.
1563
15642003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1565
1566        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1567        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1568        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1569        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1570        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1571        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1572        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1573        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1574        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1575        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1576        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1577        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1578        underquoting to silence automake-1.8.
1579
15802003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1581
1582        * configure.ac: Reflect having moved tests to ../../testsuites.
1583
15842003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1585
1586        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1587        * aclocal/canonical-host.m4: Remove.
1588        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1589        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1590
15912003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1592
1593        * aclocal/check-cpu.m4: Remove.
1594        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1595        * aclocal/canonical-target-name.m4: Add m4-quotes.
1596        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1597        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1598        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1599        * aclocal/check-networking.m4: Add m4-quotes. Require
1600        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1601        * aclocal/check-posix.m4: Add m4-quotes. Require
1602        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1603        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1604        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1605        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1606
16072003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1608
1609        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1610        * aclocal/bsp-alias.m4: Remove.
1611
16122003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1613
1614        * configure.ac: Make presence of tests/ optional.
1615
16162003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1617
1618        * aclocal/path-perl.m4: Remove (Unused).
1619
16202003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1621
1622        * automake/force-preinstall.am: Remove.
1623
16242003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1625
1626        PR 499/rtems_misc
1627        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1628        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1629        Configuration (Odd was forced) - Correction of Stop Bit configuration
1630        (inversed) - Correction of ISR Handler to call
1631        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1632        CTS Hardware flow control Configuration.
1633
16342003-09-04      Joel Sherrill <joel@OARcorp.com>
1635
1636        * lib/libcpu/shared/include/cache.h,
1637        lib/libcpu/shared/src/cache_aligned_malloc.c,
1638        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1639        license changed.
1640        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1641        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1642        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1643        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1644        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1645        for license changed.
1646        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1647        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1648        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1649        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1650        libchip/network/cs8900.h, libchip/network/dec21140.c,
1651        libchip/network/elnk.c, libchip/network/open_eth.c,
1652        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1653        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1654        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1655        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1656        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1657        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1658        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1659        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1660        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1661        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1662        libchip/serial/serial.h, libchip/serial/z85c30.c,
1663        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1664        libchip/serial/z85c30_reg.c: URL for license changed.
1665
16662003-09-03      Jiri Gaisler <jiri@gaisler.com>
1667
1668        PR 477/networking
1669        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1670        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1671        libchip/network/open_eth.h: New files.
1672
16732003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1674
1675        * aclocal/rtems-top.m4: Add RTEMS_API.
1676        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1677
16782003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1679
1680        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1681        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1682        @RTEMS_BSP@.cfg.
1683
16842003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1685
1686        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1687
16882003-08-20      Joel Sherrill <joel@OARcorp.com>
1689
1690        * libchip/network/cs8900.c: Correct copyright statements.
1691
16922003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1693
1694        * aclocal/check-itron.m4: Remove.
1695        * aclocal/enable-inlines.m4: Remove.
1696        * Makefile.am: Reflect having moved aclocal/.
1697        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1698        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1699        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1700        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1701        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1702        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1703        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1704        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1705        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1706        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1707        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1708        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1709        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1710        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1711        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1712        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1713        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1714        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1715        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1716        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1717        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1718        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1719        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1720        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1721        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1722        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1723        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1724        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1725        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1726        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1727        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1728        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1729        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1730        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1731        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1732        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1733        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1734        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1735        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1736        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1737        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1738        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1739        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1740        * aclocal/target.m4: New (Copied from ../../aclocal).
1741        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1742        * aclocal/version.m4: New (Copied from ../../aclocal).
1743
17442003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1745
1746        * configure.ac: Remove stray comments.
1747        * automake/local.am, automake/host.am: Remove "debug".
1748
17492003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1750
1751        * Makefile.am: Reflect having moved automake/.
1752        * lib/Makefile.am: Reflect having moved automake/.
1753        * support/Makefile.am: Reflect having moved automake/.
1754        * wrapup/Makefile.am: Reflect having moved automake/.
1755        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1756        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1757        from ../../automake).
1758        * optman/Makefile.am: Reflect having moved automake/.
1759        * libchip/Makefile.am: Reflect having moved automake/.
1760        * libchip/ide/Makefile.am: Reflect having moved automake/.
1761        * libchip/network/Makefile.am: Reflect having moved automake/.
1762        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1763        * libchip/serial/Makefile.am: Reflect having moved automake/.
1764        * librdbg/Makefile.am: Reflect having moved automake/.
1765        * librdbg/include/Makefile.am: Reflect having moved automake/.
1766        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1767        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1768        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1769        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1770        automake/.
1771        * librdbg/src/Makefile.am: Reflect having moved automake/.
1772        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1773        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1774        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1775        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1776        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1777        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1778        having moved automake/.
1779        * libnetworking/Makefile.am: Reflect having moved automake/.
1780        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1781        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1782        automake/.
1783        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1784        automake/.
1785        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1786        automake/.
1787        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1788
17892003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1790
1791        * Makefile.am: Add bsp.pc.in.
1792        * bsp.pc.in: New (pkgconfig support).
1793
17942003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1795
1796        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1797
17982003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1799
1800        * lib/Makefile.am: New (Required by 'make dist').
1801        * lib/ChangeLog: Remove.
1802        * lib/.cvsignore: Cleanup.
1803        * configure.ac: Reflect having added lib/Makefile.am.
1804        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1805        lib/libbsp/configure.ac.
1806        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1807        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1808
18092003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1810
1811        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1812        * configure.ac: Merge-in librdbg/configure.ac.
1813        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1814        librdbg/configure.ac.
1815        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1816        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1817        LIBCHIP. Conditionally build include-dirs.
1818        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1819        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1820        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1821        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1822        librdbg/include/rdbg/m68k/Makefile.am,
1823        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1824        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1825        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1826        librdbg/src/powerpc/Makefile.am, librdbg/
1827        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1828        configure.ac into ../configure.ac.
1829        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1830        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1831        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1832        libnetworking/rtems_telnetd/Makefile.am,
1833        libnetworking/rtems_webserver/Makefile.am,
1834        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1835        into ../configure.ac.
1836
18372003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1838
1839        PR 427/rtems
1840        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1841        * librdbg/src/servtsp.c: Ditto.
1842
18432003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1844
1845        PR 429/bsps
1846        PR 432/bsps
1847        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1848        packets are queued onto an elnk board, the ISR will deadlock the device
1849        with a tx complete interrupt.  Lighter tx loads are not affected as they
1850        end up submitting single packets to the device.
1851
18522003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1853
1854        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1855        optman/configure.ac.
1856        * optman/configure.ac: Remove (Merged into ../configure.ac).
1857        * optman/Makefile.am: Reflect having merged configure.ac into
1858        ../configure.ac.
1859        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1860        * libchip/Makefile.am, libchip/ide/Makefile.am,
1861        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1862        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1863        ../configure.ac.
1864
18652003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1866
1867        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1868
18692003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1870
1871        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1872        on i386.
1873
18742003-06-13      Joel Sherrill <joel@OARcorp.com>
1875
1876        * libnetworking/pppd/chat.c: Removed warnings.
1877
18782003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1879
1880        * libchip/network/README.3com: New file missed in previous commit.
1881        PR 405/bsps
1882        PR 393/networking
1883        * libchip/network/dec21140.c: Fix leak also known as PR393.
1884        * libchip/network/elnk.c, libchip/network/if_media.h,
1885        libchip/network/mii.h: New files.
1886        * libchip/network/Makefile.am: Reflect new files.
1887
18882003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1889
1890        * configure.ac: Remove support for profile-variant.
1891
18922003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1893
1894        PR 397/pppd
1895        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1896        * libnetworking/pppd/magic.c: Remove *rand48.
1897        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1898
18992003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1900
1901        * wrapup/Makefile.am: Add libide.a.
1902
19032003-04-15      Joel Sherrill <joel@OARcorp.com>
1904
1905        PR 387/rtems_misc
1906        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1907        routines.
1908        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1909
19102003-04-11      Joel Sherrill <joel@OARcorp.com>
1911
1912        * libnetworking/rtems_webserver/cgi.c,
1913        libnetworking/rtems_webserver/sockGen.c,
1914        libnetworking/rtems_webserver/umui.c,
1915        libnetworking/rtems_webserver/websSSL.c,
1916        libnetworking/rtems_webserver/websSSL.h,
1917        libnetworking/rtems_webserver/websda.c,
1918        libnetworking/rtems_webserver/websda.h: New files. Not included in
1919        previous commit.
1920
19212003-04-10      Joel Sherrill <joel@OARcorp.com>
1922
1923        PR 371/pppd
1924        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1925        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1926        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1927        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1928        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1929        still global symbols in rtemspppd.h which might need to be changed or
1930        converted into member of a structure which is dereferenced with a
1931        pointer that is managed as a per task variable. But this patch should
1932        avoid many conflicts.
1933
19342003-03-27      Joel Sherrill <joel@OARcorp.com>
1935
1936        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1937        not allowed in the cpukit source code since it must be buildable
1938        independent of any BSP. These files were moved to libchip/ide.
1939        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1940        files.
1941
19422003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1943
1944        PR 368/filesystems
1945        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1946        improvements which now work on pc386 and mbx8xx.
1947        * libchip/ide/ide_controller.c: New file.
1948
19492003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1950
1951        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1952
19532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1954
1955        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1956        * configure.ac: Add support/.
1957        * support/.cvsignore: New.
1958        * support/Makefile.am: New.
1959        * support/version.c: New.
1960        * wrapup/Makefile.am: Add support/libsupport.a.
1961        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1962        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1963        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1964        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1965
19662003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1967
1968        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1969
19702003-02-20      Till Straumann <strauman@slac.stanford.edu>
1971
1972        PR 354/networking
1973        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1974        chip against a table of supported chips. The untested ones are still
1975        commented out, however.
1976
19772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1978
1979        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1980        * configure.ac: AC_PREREQ(2.57).
1981        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1982        * optman/configure.ac: AC_PREREQ(2.57).
1983        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1984        * libchip/configure.ac: AC_PREREQ(2.57).
1985        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1986        * librdbg/configure.ac: AC_PREREQ(2.57).
1987        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1988        * libnetworking/configure.ac: AC_PREREQ(2.57).
1989
19902003-02-06      Joel Sherrill <joel@OARcorp.com>
1991
1992        * libnetworking/pppd/chat.c: Convert routines with common names to
1993        static. This included get_char(), put_char(), and character() among
1994        others.
1995
19962003-02-03      Joel Sherrill <joel@OARcorp.com>
1997
1998        PR 338/filesystem
1999        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2000        rtems_io_lookup_name() (API change).  Unused function removed.
2001
20022003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2003
2004        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2005        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2006        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2007        Eliminate *_O_FILES.
2008        * libnetworking/rtems_servers/Makefile.am,
2009        libnetworking/rtems_webserver/Makefile.am,
2010        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2011
20122002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2013
2014        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2015        Let all-local: depend on $(LIB).
2016        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2017        * optman/Makefile.am: Apply install-data-local to install *.rels.
2018
20192002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2020
2021        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2022        %.c rules.
2023        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2024        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2025        * libchip/rtc/Makefile.am: Ditto.
2026        * libchip/serial/Makefile.am: Ditto.
2027
20282002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2029
2030        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2031        LIBC_DEFINES.
2032        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2033        LIBC_DEFINES.
2034        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2035        LIBC_DEFINES.
2036
20372002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2038
2039        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2040
20412002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2042
2043        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2044        cache-checking.
2045        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2046
20472002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2048
2049        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2050        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2051        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2052        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2053        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2054
20552002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2056
2057        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2058        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2059        Remove.
2060        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2061
20622002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2063
2064        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2065        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2066
20672002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2068
2069        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2070        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2071
20722002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2073
2074        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2075        * optman/rel.am: New.
2076
20772002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2078
2079        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2080        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2081        braino in comment on "exec". Extend --enable-ada handling.
2082
20832002-11-04      Joel Sherrill <joel@OARcorp.com>
2084
2085        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2086        tasks and rolling multiple loops into 1.
2087        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2088        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2089        Removed warnings.
2090
20912002-10-31      Joel Sherrill <joel@OARcorp.com>
2092
2093        * libchip/network/dec21140.c: Removed warnings.
2094        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2095        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2096        librdbg/src/m68k/any/remdeb_xdr.c,
2097        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2098        warnings.
2099        * libnetworking/rtems_webserver/socket.c,
2100        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2101
21022002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2103
2104        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2105        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2106        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2107        above.
2108
21092002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2110
2111        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2112        * wrapup/.cvsignore: Remove autom4te.cache.
2113        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2114        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2115        autom4te.cache.
2116        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2117        autom4te.cache.
2118        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2119        autom4te.cache.
2120
21212002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2122
2123        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2124
21252002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2126
2127        * optman/.cvsignore: Add autom4te.cache.
2128
21292002-09-14      Joel Sherrill <joel@OARcorp.com>
2130
2131        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2132
21332002-09-07      Joel Sherrill <joel@OARcorp.com>
2134
2135        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2136        include files to resolve warnings.
2137
21382002-09-07      Chris Johns <ccj@acm.org>
2139
2140        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2141        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2142        which corrects the problem  where the cs8900.c file was actually the BSP
2143        glue.  Joel did some hacking so this file will compile.  Previously it
2144        required providing a target.h file to compile.
2145        * libchip/network/cs8900.c.bsp: New file.
2146
21472002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2148
2149        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2150
21512002-08-31      Joel Sherrill <joel@OARcorp.com>
2152
2153        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2154        eliminate warning.
2155
21562002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2157
2158        * configure.ac: Add ada-tests.
2159
21602002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2161
2162        * Makefile.am: Add preinstall-stamp.
2163
21642002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2165
2166        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2167        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2168        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2169        gcc31 happy.
2170        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2171        cp.
2172
21732002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2174
2175        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2176        make/bsp.mak.
2177        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2178        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2179
21802002-08-12      Joel Sherrill <joel@OARcorp.com>
2181
2182        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2183        avoid error.
2184
21852002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2186
2187        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2188        * configure.ac: Add BSP_SUBDIRS.
2189        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2190        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2191        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2192        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2193        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2194        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2195        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2196        RTEMS_CHECK_BSP_CACHE.
2197        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2198        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2199        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2200        .$(OBJEXT) instead of .o.
2201        * libnetworking/pppd/Makefile.am,
2202        libnetworking/rtems_servers/Makefile.am,
2203        libnetworking/rtems_telnetd/Makefile.am,
2204        libnetworking/rtems_webserver/Makefile.am,
2205        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2206
22072002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2208
2209        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2210        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2211        ../libchip/serial/$(ARCH)/libserialio.a.
2212        * libchip/serial/Makefile.am: Don't tmp-install lib.
2213        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2214
22152002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2216
2217        * Makefile.am: Add rtems_makedir.
2218        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2219        * Makefile.am: Add wrapup-SUBDIR.
2220        * wrapup/ChangeLog: Remove.
2221        * wrapup/configure.ac: Remove.
2222        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2223        (Make the bare BSP happy).
2224        * configure.ac: Ditto.
2225        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2226        Create make/custom/default.cfg.
2227        * configure.ac: Add creation of make/custom/*.cfg. Create
2228        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2229
22302002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2231
2232        * Makefile.am: Clean $(PROJECT_RELEASE).
2233
22342002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2235
2236        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2237        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2238        prototype mismatches.
2239
22402002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2241
2242        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2243        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2244
22452002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2246
2247        * acinclude.m4: Add test "$multilib" != "yes".
2248        * config-ml.in: Remove.
2249        * acinclude.m4: Cleanups.
2250        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2251        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2252        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2253        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2254        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2255
22562002-07-16      Eric Norum <eric.norum@usask.ca>
2257
2258        * New driver for the Intel EtherExpressPro (82559ER) chip.
2259        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2260        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2261        * libchip/network/Makefile.am: Modified to reflect above.
2262
22632002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2264
2265        * acinclude.m4: New.
2266        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2267        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2268        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2269
22702002-07-01      Joel Sherrill <joel@OARcorp.com>
2271
2272        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2273        _Objects_Information_table now that it is a two dimensional array based
2274        upon API and class.
2275        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2276        of strnlen().
2277
22782002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2279
2280        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2281        preinstall libnetapps.a.
2282
22832002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2284
2285        * configure.ac: Remove librpc.
2286
22872002-06-25      Joel Sherrill <joel@OARcorp.com>
2288
2289        * Per PR233, moved librpc to exec.
2290        * configure.ac, wrapup/Makefile.am: Modified.
2291        * librpc, librpc/ChangeLog: Removed.
2292
22932002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2294
2295        * optman/Makefile.am: Remove multilib support.
2296        * optman/configure.ac: Ditto.
2297        * optman/sapi/Makefile.am: Ditto.
2298
22992002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2300
2301        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2302        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2303
23042002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2305
2306        Move networking libraries to c/src/exec/libnetworking
2307        * libnetworking/configure.ac, libnetworking/Makefile.am,
2308        libnetworking/wrapup/Makefile.am: Reflect Moval.
2309
23102002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2311
2312        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2313        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2314        <rtems/bspIo.h>.
2315
23162002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2317
2318        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2319        * libnetworking/rtems/mkrootfs.h: Ditto.
2320        * libnetworking/rtems/Makefile.am: Reflect changes above.
2321
23222002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2323
2324        * configure.ac: Remove lib.
2325
23262002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2327
2328        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2329        that exception stack frames on M68K members with VBR always are 6 byte
2330        long. The incorrect assumption resulted in some gdb commands like "next"
2331        to fail on the 68360.
2332
23332002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2334
2335        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2336        PR 220
2337        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2338        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2339        CVS.
2340        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2341        libnetworking/sys/filio.h: Remove.
2342        * libnetworking/sys/Makefile.am: Reflect changes above.
2343
23442002-05-07      Chris Johns <ccj@acm.org>
2345
2346        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2347        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2348        requires it to be stripped.
2349
23502002-05-01      Eric Norum <eric.norum@usask.ca>
2351
2352        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2353        assembly  to satisfy gcc 3.1 and newer.
2354
23552002-04-26      Eric Norum <eric.norum@usask.ca>
2356
2357        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2358        agressive optimization in gcc 3.1 does not reorder things.
2359
23602002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2361
2362        * libchip/network/dec21140.c: Reflect changes to powerpc's
2363        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2364        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2365        <rtems/score/cpu.h>.
2366        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2367        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2368
23692002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2370
2371        * optman/configure.ac: Remove ENABLE_GCC28.
2372
23732002-04-11      Chris Johns <ccj@acm.org>
2374
2375        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2376        driver control block field to the ifconfig network driver structure.
2377        This field is needed by the i82586 driver which was ported from NetBSD
2378        as it had better hardware abstraction.
2379        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2380        PR59, added the drv_ctrl driver control block field to the ifconfig
2381        network driver structure. This field is needed by the i82586 driver
2382        which was ported from NetBSD as it had better hardware abstraction.
2383
23842002-04-10      Mike Siers <mikes@poliac.com>
2385
2386        * libnetworking/rtems_webserver/NOTES,
2387        libnetworking/rtems_webserver/asp.c,
2388        libnetworking/rtems_webserver/balloc.c,
2389        libnetworking/rtems_webserver/default.c,
2390        libnetworking/rtems_webserver/ej.h,
2391        libnetworking/rtems_webserver/ejIntrn.h,
2392        libnetworking/rtems_webserver/ejlex.c,
2393        libnetworking/rtems_webserver/ejparse.c,
2394        libnetworking/rtems_webserver/emfdb.c,
2395        libnetworking/rtems_webserver/emfdb.h,
2396        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2397        libnetworking/rtems_webserver/handler.c,
2398        libnetworking/rtems_webserver/license.txt,
2399        libnetworking/rtems_webserver/md5.h,
2400        libnetworking/rtems_webserver/md5c.c,
2401        libnetworking/rtems_webserver/mime.c,
2402        libnetworking/rtems_webserver/misc.c,
2403        libnetworking/rtems_webserver/ringq.c,
2404        libnetworking/rtems_webserver/rom.c,
2405        libnetworking/rtems_webserver/security.c,
2406        libnetworking/rtems_webserver/sock.c,
2407        libnetworking/rtems_webserver/sym.c,
2408        libnetworking/rtems_webserver/uemf.c,
2409        libnetworking/rtems_webserver/uemf.h,
2410        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2411        libnetworking/rtems_webserver/url.c,
2412        libnetworking/rtems_webserver/value.c,
2413        libnetworking/rtems_webserver/wbase64.c,
2414        libnetworking/rtems_webserver/webcomp.c,
2415        libnetworking/rtems_webserver/webpage.c,
2416        libnetworking/rtems_webserver/webrom.c,
2417        libnetworking/rtems_webserver/webs.c,
2418        libnetworking/rtems_webserver/webs.h,
2419        libnetworking/rtems_webserver/websuemf.c,
2420        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2421        2.1.4.
2422
24232002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2424
2425        * libchip/network/i82586.c: Include <string.h>.
2426        * libchip/network/sonic.c: Ditto.
2427
24282002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2429
2430        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2431
24322002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2433
2434        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2435
24362002-03-27      Thomas.Doerfler@imd-systems.de
2437
2438        PR 144
2439        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2440        memory address 0 when called for the first time. This is done when
2441        trying to clear the variable "dhcp_hostname".
2442
24432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2444
2445        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2446        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2447        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2448        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2449        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2450        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2451        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2452        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2453        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2454        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2455        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2456        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2457        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2458        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2459        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2460        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2461        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2462        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2463        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2464        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2465        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2466        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2467        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2468        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2469        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2470        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2471        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2472        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2473        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2474        AUTOMAKE_OPTIONS.
2475        * libnetworking/configure.ac:
2476        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2477        foreign 1.6]).
2478        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2479        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2480        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2481        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2482        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2483        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2484        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2485        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2486        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2487        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2488        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2489        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2490        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2491        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2492        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2493        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2494        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2495
24962002-03-27      Ilya Alexeev <ilya@continuum.ru>
2497
2498        PR 162
2499        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2500        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2501        used in a device write routines.  Now ppp_softc structure have own
2502        character for writing to device (sc_outchar).  I think that converting
2503        local variables to static is not a right solution, because problems will
2504        occur in the case of two or more ppp instances.
2505        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2506        must be u_long, otherwise in the case of the big output packet endless
2507        loop may occur.
2508
25092002-03-21      Ilya Alexeev <ilya@continuum.ru>
2510
2511        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2512        preparations for multiple PPPD connections.
2513
25142002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2515
2516        PR 149
2517        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2518        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2519        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2520        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2521
25222002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2523
2524        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2525        * configure.ac: Modified to reflect addition.
2526
25272002-02-27      Ilya Alexeev <ilya@continuum.ru>
2528
2529        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2530        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2531        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2532        capabilities as well as eliminate some warnings.
2533
25342002-02-27      Eric Norum <eric.norum@usask.ca>
2535
2536        * libnetworking/net/radix.c: Properly handle fetching the default route
2537        when there is no route.  This was a bug in the original FreeBSD code and
2538        this fix is from an updated version of their code.
2539
25402002-02-16      Eric Norum <eric.norum@usask.ca>
2541
2542        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2543        checking.
2544
25452002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2546
2547        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2548        dodefaultroute.
2549
25502002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2551
2552        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2553        include <rtems/seterr.h>.
2554
25552002-02-01      Mike Siers <mikes@poliac.com>
2556
2557        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2558        avoid bringing the link down too fast. NOTE: Mike reports successfully
2559        running at 56K baud on a direct link.
2560
25612002-02-01      Eric Valette <valette@crf.canon.fr>
2562
2563        * librdbg/So many patches have been posted recently on the mailing list
2564        and  because we were unable to find correct solution to compile on
2565        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2566        because the coding  style of rdbg was rather inconsistant among various
2567        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2568        global coding style (using indent + manual edits), 2) incorporate/review
2569        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2570        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2571        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2572        after rdbg initialization is done, NB : the paches is huge but it is
2573        mainly due to coding styke chnages.  Only few lines of codes have been
2574        really changed and they do not impact  rdbg functionnality (AFAIKT).
2575        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2576        librdbg/include/rdbg/m68k/rdbg_f.h,
2577        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2578        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2579        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2580        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2581        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2582        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2583        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2584        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2585        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2586        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2587        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2588        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2589        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2590        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2591        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2592        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2593
25942002-01-31      Mike Siers <mikes@poliac.com>
2595
2596        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2597        * Nice Update of PPPD support which eliminates the requiremetn that
2598        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2599        and reports that it seems to be more stable and handle larger packets
2600        better.  This patch replaces the termios tasks with more general pppd
2601        network driver tasks.  The functions pppinput() and pppstart() get
2602        called from the interrupt service routine.
2603        * libnetworking/Makefile.am, libnetworking/configure.ac,
2604        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2605        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2606        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2607        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2608        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2609        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2610        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2611        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2612        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2613        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2614        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2615        libnetworking/net/route.c, libnetworking/net/route.h,
2616        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2617        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2618        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2619        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2620        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2621        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2622        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2623        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2624        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2625        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2626        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2627        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2628        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2629        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2630        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2631        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2632        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2633        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2634        libnetworking/pppd/example/README,
2635        libnetworking/pppd/example/netconfig.h,
2636        libnetworking/wrapup/Makefile.am: Modified.
2637        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2638        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2639        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2640        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2641        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2642        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2643        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2644        libnetworking/modem/pppcompress.c: Subdirectory removed.
2645
26462002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2647
2648        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2649        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2650
26512002-01-18      Till Straumann <strauman@slac.stanford.edu>
2652
2653        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2654        issues: - exception handler needs to enable MSR_FP if the interrupted
2655        thread is FP enabled. - printk message for MSR fixed and added
2656        stacktrace. NOTE: this requires the stacktrace patch to
2657        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2658        however).
2659
26602002-01-06      Joel Sherrill <joel@OARcorp.com>
2661
2662        * optman/.cvsignore: Added aclocal.m4 and configure.
2663        * optman/.cvsignore: New file.
2664
26652002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2666
2667        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2668
26692002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2670
2671        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2672        * optman/ChangeLog: New.
2673        * optman/configure.ac: New.
2674        * optman/Makefile.am: New.
2675        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2676        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2677
26782001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2679
2680        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2681
26822001-12-18      Eric Norum <eric.norum@usask.ca>
2683
2684        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2685        `directories' (path names with a / at the end) while disallowing open()
2686        operations on TFTP `directories'.
2687
26882001-12-07      Eric Norum <eric.norum@usask.ca>
2689
2690        * libnetworking/lib/tftpDriver.c: Restore write capability.
2691
26922001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2693
2694        * libchip/network/sonic.h: Fix typo.
2695        * libnetworking/arpa/Makefile.am: Remove stray lines.
2696
26972001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2698
2699        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2700
27012001-10-18      Eric Norum <eric.norum@usask.ca>
2702
2703        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2704        chdir() and open() operations within the TFTP file system.
2705
27062001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2707
2708        * librdbg/configure.ac: Fix latent bug exposed by removal of
2709        config.cache's which prevented powerpc targets librdbg from building.
2710
27112001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2712
2713        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2714        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2715        autoconf-2.52 happy.
2716
27172001-10-12      Mike Siers <mikes@poliac.com>
2718
2719        * libnetworking/Update to stable working state.  Congratulations Mike!
2720        :).
2721        * libnetworking/modem_example: Directory removed.
2722        * libnetworking/modem_example/16550.h,
2723        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2724        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2725        libnetworking/modem_example/ppp.h,
2726        libnetworking/modem_example/pppcompress.c: Files removed.
2727        * libnetworking/pppd/example/pppd.options: New file.
2728        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2729        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2730        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2731        libnetworking/pppd/rtemsmain.c: Updated.
2732
27332001-10-12      Joel Sherrill <joel@OARcorp.com>
2734
2735        * libchip/serial/z85c30.c: Fixed typo.
2736
27372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2738
2739        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2740        * configure.in: Remove.
2741        * configure.ac: New file, generated from configure.in by autoupdate.
2742        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2743        * libchip/configure.in: Remove.
2744        * libchip/configure.ac: New file, generated from configure.in by
2745        autoupdate.
2746        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2747        * librdbg/configure.in: Remove.
2748        * librdbg/configure.ac: New file, generated from configure.in by
2749        autoupdate.
2750        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2751        * libnetworking/configure.in: Remove.
2752        * libnetworking/configure.ac: New file, generated from configure.in by
2753        autoupdate.
2754
27552001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2756
2757        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2758        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2759        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2760
27612001-09-27      Joel Sherrill <joel@OARcorp.com>
2762
2763        * libchip/ChangeLog: Fixed typo in date.
2764
27652001-09-27      Eric Norum <eric.norum@usask.ca>
2766
2767        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2768        TFTP  filesystem.
2769
27702001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2771
2772        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2773        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2774        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2775        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2776        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2777        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2778        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2779        'PREINSTALL_FILES ='.
2780        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2781        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2782        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2783        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2784        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2785        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2786        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2787        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2788        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2789        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2790        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2791        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2792
27932001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2794
2795        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2796        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2797        * librdbg/src/m68k/any/Makefile.am: Ditto.
2798        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2799        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2800        happy.
2801
28022001-09-21      Joel Sherrill <joel@OARcorp.com>
2803
2804        * libchip/network/Makefile.am: Fixed typo on file name.
2805        * libchip/network/i82586.c: Commented out line 318 which is referencing
2806        a member of a structure that is not currently there.  This needs to be
2807        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2808        to C style.
2809
28102001-09-19      Eric Norum <eric.norum@usask.ca>
2811
2812        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2813
28142001-09-19      Chris Johns <ccj@acm.org>
2815
2816        * libchip/network/README.i82586, libchip/network/i82586.c,
2817        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2818        Network driver for Intel i82586.
2819        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2820        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2821        "root" filesystem with information obtained via the DHCP response.
2822
28232001-09-14      Eric Norum <eric.norum@usask.ca>
2824
2825        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2826        make gcc 3.x happy.
2827
28282001-08-16      Mike Siers <mikes@poliac.com>
2829
2830        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2831        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2832        These support callback functionality that has not even been compiled
2833        under RTEMS yet.
2834        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2835        example application.  Mike's notes on the modifications: - renamed
2836        error() function because of namespace problems - removed calls to the
2837        exit() funciton - removed extra files from the pppd source directory -
2838        defined pppd task constant values in rtemspppd.h - modifyied example
2839        code to get actual tick per second value - placed the pppd 2.3.11 man
2840        page file (pppd.8) into the pppd directory.
2841        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2842        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2843        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2844        libnetworking/pppd/rtems-ppp.c: Deleted.
2845        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2846        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2847        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2848        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2849        libnetworking/pppd/example/init.c,
2850        libnetworking/pppd/example/netconfig.h,
2851        libnetworking/pppd/example/ppp.conf,
2852        libnetworking/pppd/example/pppdapp.c,
2853        libnetworking/pppd/example/system.h: New files.
2854        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2855        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2856        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2857        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2858        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2859        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2860        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2861        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2862        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2863        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2864        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2865        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2866        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2867        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2868        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2869
28702001-08-16      Joel Sherrill <joel@OARcorp.com>
2871
2872        * libnetworking/pppd/example/Makefile: Removed.
2873        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2874        to avoid bootstrap -c clobbering it.
2875        * libnetworking/rtems_telnetd/.cvsignore: New file.
2876
28772001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2878
2879        * libnetworking/Makefile.am, libnetworking/configure.in,
2880        libnetworking/rtems_servers/Makefile.am,
2881        libnetworking/rtems_servers/telnetd.c,
2882        libnetworking/rtems_servers/telnetd.h,
2883        libnetworking/rtems_telnetd/Makefile.am,
2884        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2885        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2886        libnetworking/rtems_telnetd/telnetd.c,
2887        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2888        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2889        effect when ftpd change. - the tcp/ip stats have been implemented into
2890        icmds.c and started when telnetd daemon is started.
2891        * libnetworking/rtems_servers/telnetd.c,
2892        libnetworking/rtems_servers/telnetd.h: Removed.
2893        * libnetworking/rtems_telnetd: New directory.
2894        * libnetworking/rtems_telnetd/Makefile.am,
2895        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2896        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2897        libnetworking/rtems_telnetd/telnetd.c,
2898        libnetworking/rtems_telnetd/telnetd.h: New files.
2899
29002001-06-14      Joel Sherrill <joel@OARcorp.com>
2901
2902        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2903        Moved from libmisc/shell so the network stack to address network
2904        depenendency.
2905        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2906
29072001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2908
2909        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2910
29112001-05-15      Joel Sherrill <joel@OARcorp.com>
2912
2913        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2914        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2915        accidentally deleted the incorrectly empty versions.
2916
29172001-05-14      Till Straumann <strauman@slac.stanford.edu>
2918
2919        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2920        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2921        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2922        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2923        to know the values) - the affected BSP (shared/motorola) headers have
2924        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2925        driver (libchip/network/dec21140.c) has been fixed to use
2926        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2927        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2928        who is using this driver. - the DEC driver also has been fixed to use
2929        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2930        delay_in_bus_cycles().
2931
29322001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2933
2934        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2935
29362001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2937
2938        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2939
29402001-04-24      Eric Norum <eric.norum@usask.ca>
2941
2942        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2943        NTP synchronization a little more robust -- no NTP daemon yet, but at
2944        least it trys a little harder when the primary NTP server is down.
2945
29462001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2947
2948        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2949        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2950        libnetworking/pppd/modem_example/modem.c,
2951        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2952        other strings into English.
2953        * libnetworking/pppd/STATUS: updated to reflect the changes.
2954
29552001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2956
2957        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2958        again.
2959
29602001-04-20      Eric Valette <valette@crf.canon.fr>
2961
2962        * mcp750 directory renamed new_exception processing as it supports many
2963        more CPU models.
2964        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2965        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2966        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2967        formerly in mcp750 plus modifications.
2968        * librdbg/src/powerpc/mcp750/.cvsignore,
2969        librdbg/src/powerpc/mcp750/Makefile.am,
2970        librdbg/src/powerpc/mcp750/remdeb.h,
2971        librdbg/src/powerpc/mcp750/remdeb_f.x,
2972        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2973        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2974        new_exception_processing.
2975        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2976        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2977        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2978        part of this effort to add support for the MPC8xx.
2979
29802001-04-19      Joel Sherrill <joel@OARcorp.com>
2981
2982        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2983        internal include files.
2984
29852001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2986
2987        PR 158
2988        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2989        rcmd() library call by commenting out the parts that deal with signals.
2990        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2991        stdio. The 'server-side' parts of this file which deal with
2992        authentication are disabled since they are not needed.
2993
29942001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2995
2996        * libnetworking/include/.cvsignore: Remove dangling file.
2997
29982001-03-14      Joel Sherrill <joel@OARcorp.com>
2999
3000        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3001        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3002        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3003        libchip style serial drivers can be written in libcpu or libbsp.
3004
30052001-03-01      Joel Sherrill <joel@OARcorp.com>
3006
3007        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3008        libchip/network/sonic.c, libchip/network/sonic.h,
3009        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3010        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3011        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3012        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3013        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3014        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3015        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3016        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3017
30182001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3019
3020        * librdbg/include/rdbg/Makefile.am,
3021        librdbg/include/rdbg/i386/Makefile.am,
3022        librdbg/include/rdbg/m68k/Makefile.am,
3023        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3024        style on include files.
3025
30262001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3027
3028        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3029        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3030        replace ${..} with $(..).
3031        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3032        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3033        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3034        libnetworking/rtems/Makefile.am, libnetworking/
3035        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3036        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3037        include_*HEADERS instead of H_FILES.
3038        * libnetworking/include/Makefile.am: Remove.
3039        * libnetworking/Makefile.am: Add handling of *.h files.
3040        * libnetworking/configure.in: Remove include/Makefile.
3041
30422001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3043
3044        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3045
30462001-01-31      Sergei Organov <osv@javad.ru>
3047
3048        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3049        current dir and root dir removed in favor of new libio support for
3050        task-local current and root directories. - Bug in `close_data_socket()'
3051        introduced by previous change fixed. - `command_pasv()' changed to set
3052        timeout on socket we are listening on and code fixed to don't close
3053        socket twice on error. - `serr()' changed to clear `errno'. -
3054        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3055        changed to clear `errno' before processing session. -
3056        `close_data_socket()' fixed to close both active and passive sockets -
3057        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3058        empty string  in `exec_command()'.
3059
30602001-01-25      Eric Norum <eric.norum@usask.ca>
3061
3062        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3063        improves throughput on systems which are dropping packets.   Only the
3064        first timeout is reduced.  This keeps the number of extra packets down
3065        on networks that are very busy and dropping lots of packets.
3066
30672001-01-24      Sergei Organov <osv@javad.ru>
3068
3069        * libnetworking/rtems_servers/ftpd.c,
3070        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3071        - Timeouts on sockets implemented. 'idle' field added to configuration.
3072        No timeout by default to keep backward compatibility. Note: SITE IDLE
3073        command not implemented yet. - Basic global access control implemented.
3074        'access' field added to configuration. No access limitations by default
3075        to keep backward compatibility. - Anchor data socket for active mode
3076        (using self IP and port 20.) - Fixed default data port support (still
3077        not tested). - Don't allow IP address different from originating host in
3078        PORT command to improve security. - Fixed bug in MDTM command. - Check
3079        for correctness of parsing of argument in command_port(). - Fixed
3080        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3081        a directory. - Command parsing a little bit improved: command names are
3082        now converted to upper-case to be more compatible with RFC (command
3083        names are not case-sensitive.) - Reformat comments so that they have
3084        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3085        previous changes - True ASCII mode implemented (doesn't work for hooks
3086        and /dev/null) - Passive mode implemented, PASV command added. - Default
3087        port for data connection could be used (untested, can't find ftp client
3088        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3089        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3090
30912001-01-18      Joel Sherrill <joel@OARcorp.com>
3092
3093        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3094        macro using variable arguments.
3095        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3096        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3097        since I updated the main RTEMS development machine to RedHat 7.2 and
3098        apparently got a new version of rpcgen.
3099
31002001-01-12      Sergei Organov <osv@javad.ru>
3101
3102        * libnetworking/rtems_servers/ftpd.c,
3103        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3104        - use pool of pre-created threads to handle sessions instead of
3105        creating/deleting threads on the fly - LIST output is now similar to
3106        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3107        happy with it. - LIST NAME now works (both for files and directories) -
3108        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3109        clients happy  - keep track of CWD for every session separately -
3110        ability to specify root directory name for FTPD in configuration table.
3111        FTPD will then create illusion for FTP clients that this is actually
3112        root directory. - ignore options sent in commands, thus LIST -al FILE
3113        works and doesn't try to list "-al" directory. - buffers are allocated
3114        on stack instead of heap where possible to eliminate malloc/free calls
3115        (avoid possible heap fragmentation troubles). - drop using of task
3116        notepad to pass parameters - use function arguments instead - use
3117        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3118        in socket() instead of AF_INET.
3119
31202001-01-02      Joel Sherrill <joel@OARcorp.com>
3121
3122        * libnetworking/CHANGELOG: Removed.
3123        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3124
31252000-12-14      Eric Norum <eric.norum@usask.ca>
3126
3127        * libnetworking/lib/tftpDriver.c: Added write capability.
3128
31292000-12-08      Joel Sherrill <joel@OARcorp.com>
3130
3131        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3132        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3133        numerous variable declarations conditional on PPP_COMPRESS and
3134        PPP_FILTER.  Commented out variables that were not used because the code
3135        using them was commented out. Removed totally unused variables.
3136        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3137        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3138
31392000-11-30      Joel Sherrill <joel@OARcorp.com>
3140
3141        * libnetworking/modem/ppp_tty.c: Changed to include
3142        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3143        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3144        * libnetworking/Makefile.am: Modified to reflect above.
3145
31462000-11-27      Joel Sherrill <joel@OARcorp.com>
3147
3148        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3149
31502000-11-25      Eric Norum <eric.norum@usask.ca>
3151
3152        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3153        core.
3154
31552000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3156
3157        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3158        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3159        subdir.
3160        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3161        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3162        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3163        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3164        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3165        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3166        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3167        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3168        ppp_tty.c and the real pppd main is in pppmain.c.
3169
31702000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3171
3172        * libchip/network/sonic.c: Added ipalign() routine to align the received
3173        packet so that the ip header is on a 32-bit boundary. Necessary for
3174        cpu's that do not allow unaligned loads and stores and when the 32-bit
3175        DMA mode is used.
3176
31772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3178
3179        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3180        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3181        ACLOCAL_AMFLAGS.
3182        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3183        ACLOCAL_AMFLAGS.
3184        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3185        ACLOCAL_AMFLAGS.
3186
31872000-11-03      Chris Johns <ccj@acm.org>
3188
3189        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3190        libchip/network/cs8900.h: New files.
3191
31922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3193
3194        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3195        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3196        $(RTEMS_TOPdir)/aclocal.
3197        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3198        $(RTEMS_TOPdir)/aclocal.
3199        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3200        $(RTEMS_TOPdir)/aclocal.
3201
32022000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3203
3204        * configure.in: Switch to GNU-canonicalization.
3205        * Makefile.am: Reflect changes to configure.in.
3206        * acinclude.m4: Remove.
3207
32082000-10-30      Joel Sherrill <joel@OARcorp.com>
3209
3210        * POSIX include files merged into newlib.  This resulted in some
3211        definitions moving to other files and thus some secondary effects in
3212        RTEMS source code.
3213        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3214        in sync with newlib's <machine/types.h>.
3215        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3216        definition of struct itimerval in <sys/time.h>.
3217
32182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3219
3220        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3221        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3222        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3223        * ChangeLog: Fix typos.
3224        * configure.in: add tests to the GNU canonicalized subdirectories.
3225
32262000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3227
3228        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3229        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3230        the lib directory before configuring lib/.
3231
32322000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3233
3234        * configure.in, Makefile.am: add exec to the GNU canonicalized
3235        subdirectories.
3236        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3237        * configure.in: add libnetworking, librpc and librdb to the GNU
3238        canonicalized subdirectories.
3239        * configure.in: add libmisc and libchip to the GNU canonicalized
3240        subdirectories.
3241        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3242        Switch to GNU canonicalization.
3243        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3244        Switch to GNU canonicalization.
3245        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3246        Switch to GNU canonicalization.
3247
32482000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3249
3250        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3251        canonicalization to libfs/. The approach is currently a bit of a hack as
3252        GNU canonicalization does not support the per-BSP build some of the
3253        other directories require.  As more of the tree is converted, this will
3254        become less  of an issue.
3255
32562000-10-20      Joel Sherrill <joel@OARcorp.com>
3257
3258        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3259        parameter.
3260
32612000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3262
3263        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3264        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3265        * librdbg/configure.in: Add m68k support.
3266        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3267        subdirectory.
3268        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3269        failure.
3270        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3271        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3272        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3273        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3274        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3275        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3276        librdbg/src/m68k/.cvsignore: New files.
3277        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3278        function pointers.
3279        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3280        _after_ pointer has been checked against NULL.
3281
32822000-10-18      Joel Sherrill <joel@OARcorp.com>
3283
3284        * wrapup/Makefile.am: Added libfs.
3285
32862000-10-18      Chris Johns <ccj@acm.org>
3287
3288        * libfs created.
3289        * configure.in: Added libfs subdirectory.
3290        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3291
32922000-09-28      Joel Sherrill <joel@OARcorp.com>
3293
3294        * libnetworking/rtems_webserver/Makefile.am,
3295        libnetworking/rtems_webserver/base64.c,
3296        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3297        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3298
32992000-09-22      Joel Sherrill <joel@OARcorp.com>
3300
3301        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3302        libnetworking/rtems/rtems_bsdnet_internal.h,
3303        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3304        have included rtems.h.  It is now including precisely the  least amount
3305        of low level, yet portable .h files to get the basic RTEMS types
3306        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3307        used machine/types.h to include rtems.h.
3308
33092000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3310
3311        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3312
33132000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3314
3315        * libnetworking/ChangeLog: Cleanup.
3316
33172000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3318
3319        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3320        * libchip/ChangeLog: Fix formating.
3321
33222000-09-05      Joel Sherrill <joel@OARcorp.com>
3323
3324        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3325        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3326        confusion and to work with the converted flags.
3327
33282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3329
3330        * wrapup/Makefile.am: Include compile.am.
3331        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3332        libchip/serial/Makefile.am: Include compile.am.
3333        * librdbg/src/i386/any/Makefile.am,
3334        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3335        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3336        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3337        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3338        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3339        libnetworking/rtems_servers/Makefile.am,
3340        libnetworking/rtems_webserver/Makefile.am,
3341        libnetworking/wrapup/Makefile.am: Include compile.am.
3342
33432000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3344
3345        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3346        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3347
33482000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3349
3350        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3351
33522000-08-31      Joel Sherrill <joel@OARcorp.com>
3353
3354        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3355        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3356        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3357        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3358        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3359        * libnetworking/wbase64.c: Removed.
3360        * libnetworking/Makefile.am, libnetworking/asp.c,
3361        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3362        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3363        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3364        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3365        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3366        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3367        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3368        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3369        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3370        Modified.
3371
33722000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3373
3374        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3375
33762000-08-30      Joel Sherrill <joel@OARcorp.com>
3377
3378        * libnetworking/rtems_webserver/license.txt: New file.
3379
33802000-08-10      Joel Sherrill <joel@OARcorp.com>
3381
3382        * ChangeLog: New file.
3383        * libchip/ChangeLog: New file.
3384        * librdbg/ChangeLog: New file.
3385        * libnetworking/ChangeLog: New file.
3386
Note: See TracBrowser for help on using the repository browser.