source: rtems/c/src/ChangeLog @ f2e3e37

4.104.114.84.95
Last change on this file since f2e3e37 was 324e311, checked in by Joel Sherrill <joel.sherrill@…>, on 09/13/07 at 19:29:13

2007-09-13 Daniel Hellstrom <daniel@…>

  • libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
  • Property mode set to 100644
File size: 132.2 KB
Line 
12007-09-13      Daniel Hellstrom <daniel@gaisler.com>
2
3        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
4
52007-09-12      Daniel Hellstrom <daniel@gaisler.com>
6
7        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
8          - Odd bit bug in some chips taken care of.
9          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
10            alignment but failing to do so must have made the driver writer to make
11            some incorrect assumptions about MBUFs.
12          - Fixed MBUF handling to handle mbuf chains better. The Data length of
13            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
14          - Made while loop responsible for copying data to fifo port copy 16 shorts
15            per loop instead of 1 short, increasing the copying process.
16
172007-09-07      Daniel Hellstrom <daniel@gaisler.com>
18
19        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
20        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
21
222007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * configure.ac, wrapup/Makefile.am: Remove RDBG.
25        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
26        librdbg/Makefile.am, librdbg/preinstall.am,
27        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
28        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
29        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
30        librdbg/include/rdbg/powerpc/rdbg_f.h,
31        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
32        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
33        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
34        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
35        librdbg/src/servtsp.c, librdbg/src/servutil.c,
36        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
37        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
38        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
39        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
40        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
41        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
42        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
43        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
44        librdbg/src/powerpc/rdbg_f.c,
45        librdbg/src/powerpc/new_exception_processing/remdeb.h,
46        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
47        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
48        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
49
502007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
53
542007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
57          sizes.
58
592007-07-27      Chris Johns <chrisj@rtems.org>
60
61        * wrapup/Makefile.am: Create archive from a file for hosts
62        with a limited command line size.
63
642007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
67          sizes.
68
692007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
70       
71        * configure.ac: Add nfsclient.
72        * nfsclient/Makefile.am: New.
73        * nfsclient/proto/Makefile, nfsclient/Makefile,
74          nfsclient/src/Makefile: Remove.
75        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
76        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
77
782007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
81        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
82        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
83        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
84        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
85        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
86        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
87        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
88        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
89        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
90        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
91        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
92
932007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
94
95        * libchip/serial/ns16550.c: removed timed out wait for transmitter
96        to become ready: This will not work for fast CPUs.
97
982007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
99
100        * libchip/ide/ata.c: fixed warning
101
1022007-06-20      Ray Xu <rayx@gmail.com>
103
104        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
105        console, and libio. This shrinks the memory requirements but Joel has
106        not figured out how best to present this to application space.
107        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
108        New files.
109
1102007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * optman/sapi/no-io.c: Split IO Manager into one function per file so
113        now we only need required initialization methods.
114
1152007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
118        parameter since it was used to configure a no longer used feature.
119        Device names are now part of the filesystem not in a table.
120
1212007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
124        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
125        optman/rtems/no-part.c, optman/rtems/no-region.c,
126        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
127        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
128        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
129        other optional managers so using them reduces application size
130        instead of increasing it.
131        * optman/rtems/no-barrier.c: New file.
132
1332007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
136        adjustments to pci-API changes.
137        * libchip/network/dec21140.c, libchip/network/elnk.c,
138        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
139        changes.
140
1412007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * libchip/network/dec21140.c, libchip/network/if_dc.c,
144        libchip/network/if_fxp.c: Reflect changes to pci-API.
145
1462007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
149        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
150
1512007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
154          being used to compile "tools").
155
1562007-03-13      Joel Sherrill <joel@OARcorp.com>
157
158        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
159
1602007-03-12      Joel Sherrill <joel@OARcorp.com>
161
162        * libchip/network/cs8900.c, libchip/network/cs8900.h,
163        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
164        and/or fix mistake in copyright notice. Both of these mistakes appear
165        to be from code submitted after these changes were made previously.
166
1672007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
170
1712007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * libchip/Makefile.am: Correct path to README.tulipclone.
174
1752007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * libchip/ide/ata.c: Remove superfluous type casts.
178
1792007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
182        Use size_t for sizes.
183
1842007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
185
186        * libchip/ide/ata.c: in ata_request_done: moved call to free()
187        from preemption disabled region
188
1892007-01-16      Till Straumann <strauman@slac.stanford.edu>
190
191        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
192        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
193        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
194
1952006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
198          ioctl_command_t as ioctl argument.
199
2002006-12-13      Joel Sherrill <joel@OARcorp.com>
201
202        * librtems++/include/rtems++/rtemsEvent.h,
203        librtems++/include/rtems++/rtemsMessageQueue.h,
204        librtems++/include/rtems++/rtemsSemaphore.h,
205        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
206        librtems++/src/rtemsMessageQueue.cc,
207        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
208        rtems_unsigned32 to uint32_t.
209
2102006-12-13      Joel Sherrill <joel@OARcorp.com>
211
212        PR 1181/bsps
213        * optman/rtems/no-msg.c: Clean up dead code.
214
2152006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
218
2192006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
220
221        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
222        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
223        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
224
2252006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * configure.ac: New BUG-REPORT address.
228
2292006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * Makefile.am: Remove ampolish3.
232
2332006-11-17      Joel Sherrill <joel@OARcorp.com>
234
235        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
236        blank lines.
237
2382006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * configure.ac: Remove RTEMS_AMPOLISH3.
241        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
242          Remove checks for AMPOLISH3.
243        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
244        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
245        * ampolish3: Remove.
246
2472006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
248
249        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
250        * aclocal/prog-cc.m4: Remove CFLAGS.
251        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
252        Compose CFLAGS. Append CFLAGS to ac_configure_args.
253
2542006-10-23      Joel Sherrill <joel@OARcorp.com>
255
256        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
257
2582006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
259
260        * automake/compile.am: Use hard-coded RTEMS_* flags.
261
2622006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
263
264        * aclocal/rtems-top.m4: Remove RTEMS_API.
265        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
266
2672006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
270
2712006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
272
273        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
274
2752006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
276
277        * aclocal/version.m4: Bump version to 4.7.99.0.
278
2792006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
280
281        * configure.ac: Require autoconf-2.60. Require automake-1.10.
282
2832006-09-11      Joel Sherrill <joel@OARcorp.com>
284
285        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
286
2872006-09-04      Joel Sherrill <joel@OARcorp.com>
288
289        * libchip/network/greth.c, libchip/network/open_eth.c,
290        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
291        introduced by warning removal.
292
2932006-09-01      Joel Sherrill <joel@OARcorp.com>
294
295        * libchip/network/greth.c, libchip/network/open_eth.c,
296        libchip/network/smc91111.c: Remove warnings and correct prototype
297        added earlier today.
298
2992006-09-01      Joel Sherrill <joel@OARcorp.com>
300
301        * libchip/network/cs8900.c, libchip/network/greth.c,
302        libchip/network/i82586.c, libchip/network/open_eth.c,
303        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
304        sized integers, and inttypes.h printf helpers.
305
3062006-08-09      Kolja Waschk <waschk@telos.de>
307
308        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
309
3102006-07-12      Joel Sherrill <joel@OARcorp.com>
311
312        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
313
3142006-07-11      Jerry Needell <jerry.needell@unh.edu>
315
316        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
317        4.6 branch.  Original modifications by Gaisler Enterprises.
318        * libchip/network/greth.c, libchip/network/greth.h: New files.
319
3202006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
321
322        * ide/ata.[ch]:
323        (PR1118) fetch priority for ATA task from a variable,
324        not a fixed configuration value.
325       
3262006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
327
328        * Makefile.am: Add ampolish3.
329
3302006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
331
332        * ampolish3: New.
333        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
334
3352006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
336
337        * aclocal/rtems-ampolish.m4: New.
338        * configure.ac: Use RTEMS_AMPOLISH3.
339
3402006-04-18  Joel Sherrill <joel@OARcorp.com>
341
342        * aclocal/version.m4: Updated to rtems-4.6.99.3.
343
3442006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
345
346        PR 853/filesystem
347        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
348        should be modified to support the new exception scheme and to use the
349        handle parameter.
350
3512006-02-a32     Eric Norum <norume@aps.anl.gov>
352
353        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
354        "newer" PCI access calls.  Minor cleanups.  Comments.
355
3562006-01-12      Eric Norum <norume@aps.anl.gov>
357
358        PR 861/networking
359        PR 863/networking
360        * libchip/network/smc91111.c: Fix illegal lvalue increments.
361
3622006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
363
364        * wrapup/Makefile.am: Add preinstall.am.
365        * libchip/Makefile.am: Build libchip/network/smc91111.
366        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
367        Eliminate cyg_int* crap.
368
3692006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
370
371        * librdbg/Makefile.am: Add preinstall.am.
372        * aclocal/bsp-configure.m4: Add ampolish3.
373        New header guards.
374
3752006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
376
377        * libchip/network/open_eth.c, libchip/network/open_eth.h:
378        Merger from rtems-4-6-branch.
379
3802006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
381
382        * libchip/network/smc91111.c
383        libchip/network/smc91111config.h
384        libchip/network/smc91111exp.h
385        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
386        * libchip/Makefile.am: Reflect adding smc91111*.
387
3882006-01-08      Joel Sherrill <joel@OARcorp.com>
389
390        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
391        char *.
392
3932006-01-08      Joel Sherrill <joel@OARcorp.com>
394
395        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
396        warnings.
397
3982005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
399
400        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
401        Add RTEMS_RELLDFLAGS.
402        * automake/compile.am: Remove RTEMS_USE_GCC.
403        Remove RTEMS_RELLDFLAGS.
404        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
405
4062005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
407
408        * libchip/network/if_media.h, libchip/network/mii.h:
409        Remove (Moved to cpukit).
410        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
411        and libchip/network/if_media.h.
412        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
413        if_media.h having moved.
414
4152005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
416
417        * automake/compile.am, automake/host.am, automake/local.am,
418        automake/subdirs.am: Remove depend.
419        * configure.ac: Explicitly pass --libdir and --includedir to
420        testsuites.
421
4222005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
423
424        * configure.ac: Reflect changes to testsuites.
425
4262005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
427
428        * automake/compile.am: Remove GCCSPECS.
429        * aclocal/prog-cc.m4: Add GCCSPECS.
430        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
431
4322005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
433
434        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
435        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
436
4372005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
438
439        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
440        libcpu/byteorder.h for i386.
441
4422005-11-02      Till Straumann <strauman@slac.stanford.edu>
443
444        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
445        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
446        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
447        added a simple API/library for i2c devices and drivers for i2c
448        2-byte eeproms and a ds1621 temperature sensor; API is documented
449        in libi2c.h.
450
4512005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
452
453        * libnetworking/pppd/ipxcp.c,
454        libnetworking/pppd/chat.c,
455        libnetworking/pppd/patchlevel.h,
456        libnetworking/pppd/upap.h,
457        libnetworking/pppd/md5.h,
458        libnetworking/pppd/pppd.8,
459        libnetworking/pppd/README,
460        libnetworking/pppd/preinstall.am,
461        libnetworking/pppd/md4.h,
462        libnetworking/pppd/magic.c,
463        libnetworking/pppd/pppd.h,
464        libnetworking/pppd/demand.c,
465        libnetworking/pppd/rtemsmain.c,
466        libnetworking/pppd/sys-rtems.c,
467        libnetworking/pppd/ipcp.h,
468        libnetworking/pppd/lcp.h,
469        libnetworking/pppd/chap_ms.c,
470        libnetworking/pppd/md4.c,
471        libnetworking/pppd/rtemspppd.h,
472        libnetworking/pppd/cbcp.h,
473        libnetworking/pppd/auth.c,
474        libnetworking/pppd/lcp.c,
475        libnetworking/pppd/example/README,
476        libnetworking/pppd/example/ppp.conf,
477        libnetworking/pppd/example/system.h,
478        libnetworking/pppd/example/netconfig.h,
479        libnetworking/pppd/example/pppdapp.c,
480        libnetworking/pppd/example/init.c,
481        libnetworking/pppd/example/Makefile-user,
482        libnetworking/pppd/example/pppd.options,
483        libnetworking/pppd/rtemspppd.c,
484        libnetworking/pppd/ipxcp.h,
485        libnetworking/pppd/chap_ms.h,
486        libnetworking/pppd/options.c,
487        libnetworking/pppd/magic.h,
488        libnetworking/pppd/chap.h,
489        libnetworking/pppd/cbcp.c,
490        libnetworking/pppd/upap.c,
491        libnetworking/pppd/chap.c,
492        libnetworking/pppd/Makefile.am,
493        libnetworking/pppd/ccp.h,
494        libnetworking/pppd/utils.c,
495        libnetworking/pppd/rtemsdialer.h,
496        libnetworking/pppd/fsm.h,
497        libnetworking/pppd/pathnames.h,
498        libnetworking/pppd/md5.c,
499        libnetworking/pppd/fsm.c,
500        libnetworking/pppd/ipcp.c,
501        libnetworking/pppd/STATUS,
502        libnetworking/pppd/ccp.c,
503        libnetworking/Makefile.am: Remove (Moved to cpukit).
504
5052005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
506
507        * configure.ac: Remove libnetworking, libnetworking/pppd.
508        * wrapup/Makefile.am: Remove libpppd.a.
509
5102005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
511
512        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
513        rtemsdialer.h to $(includedir)/rtems.
514
5152005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
516
517        * libnetworking/rtems_telnetd/icmds.c,
518        libnetworking/rtems_telnetd/Makefile.am,
519        libnetworking/rtems_telnetd/preinstall.am,
520        libnetworking/rtems_telnetd/pty.c,
521        libnetworking/rtems_telnetd/pty.h,
522        libnetworking/rtems_telnetd/README,
523        libnetworking/rtems_telnetd/telnetd.c,
524        libnetworking/rtems_telnetd/telnetd.h:
525        Remove (Moved to cpukit).
526
5272005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
528
529        * configure.ac: Remove libnetworking/rtems_telnetd.
530        * libnetworking/Makefile.am: Remove rtems_telnetd.
531        * libnetworking/README: Remove (Obsolete).
532        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
533
5342005-10-20  Eric Norum <norume@aps.anl.gov>
535
536        * libchip/network/dec21140.c: Clean up PCI mapping.
537
5382005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
539
540        * libnetworking/pppd/Makefile.am: Use preinstall.am.
541        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
542        librdbg/src/servrpc.c, librdbg/src/servtgt.c
543        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
544        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
545        * configure.ac: Move optman to the end of BSP_SUBDIRS.
546
5472005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
548
549        * aclocal/bspopts.m4: Add missing m4 quotes.
550
5512005-09-02  Joel Sherrill <joel@OARcorp.com>
552
553    * aclocal/version.m4: Updated to rtems-4.6.99.2.
554
5552005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
556
557        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
558        libchip/network/dec21140.c: Remove initialization of PCI bus.
559
5602005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
561
562        * optman/Makefile.am: Add preinstall.am.
563
5642005-07-18      Karel Gardas <kgardas@objectsecurity.com>
565
566        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
567        UNTESTED to tested.
568
5692005-06-17      Joel Sherrill <joel@OARcorp.com>
570
571        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
572        it is not supported by the MPC5xx.
573
5742005-06-17      Joel Sherrill <joel@OARcorp.com>
575
576        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
577        interface. Also correct attempting to build on other than PowerPC and
578        x86.
579
5802005-06-16      Daron Chabot <daron@nucleus.usask.ca>
581
582        * libchip/Makefile.am: Add driver for Tulip clones.
583        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
584        libchip/network/if_dcreg.h: New files.
585
5862005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
587
588        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
589        to enable rdbg.
590        * configure.ac: Reflect changes above.
591
5922005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
593
594        * configure.ac: Add ada/.
595
5962005-05-20      Sergei Organov  <osv@topconrd.ru>
597
598        PR 750/networking
599        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
600        wait_input().
601
6022005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
603
604        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
605        rtems/irq.h.
606
6072005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
608
609        * libchip/Makefile.am: Include preinstall.am.
610        * libchip/preinstall.am: New.
611
6122005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
613
614        * configure.ac: Add AMPOLISH3.
615        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
616        * libnetworking/rtems_telnetd/preinstall.am: New.
617        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
618
6192005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
620
621        * configure.ac: Let enable_rpcgen default to "no".
622
6232005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
624
625        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
626
6272005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
628
629        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
630        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
631
6322005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
633
634        * libchip/network/dec21140.c, libchip/network/elnk.c,
635        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
636
6372005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
638
639        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
640        of code as a result of the implementation of a common PCI interface.
641
6422005-05-04      Joel Sherrill <joel@OARcorp.com>
643
644        * libchip/network/open_eth.c: Remove prototype of set_vector.
645
6462005-05-03      Joel Sherrill <joel@OARcorp.com>
647
648        * librdbg/src/ptrace.c: Remove warning.
649
6502005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
651
652        * libchip/network/dec21140.c, libchip/network/elnk.c,
653        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
654        Modified parameter list to remove warnings.
655
6562005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
657
658        * libchip/network/cs8900.c, libchip/network/i82586.c,
659        libchip/network/open_eth.c, libchip/network/sonic.c,
660        libchip/serial/mc68681.c: Modified types to remove
661        warnings.  Added initialization to remove warnings.
662
6632005-04-28      Joel Sherrill <joel@OARcorp.com>
664
665        * libchip/network/README.sonic: Rewritten to account for removal of
666        dmv177.
667
6682005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
669
670        PR 781/rtems_misc
671        * libchip/serial/ns16550_p.h: Fix baud rate calculation
672
6732005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
674
675        * libchip/serial/ns16550.c:
676        Fixed warnings generated in various powerpc configurations
677
6782005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
679
680        * libchip/serial/ns16550.c: Modified
681        ISR to work with PPC new exception processing
682
6832005-03-14      Joel Sherrill <joel@OARcorp.com>
684
685        * libchip/network/dec21140.c, libchip/network/elnk.c,
686        libchip/network/if_fxp.c: Continue PCI API unification. All use
687        pci_find_device(). Network drivers manufacture a signature since all
688        calls have not been converted yet.
689
6902005-03-04      Joel Sherrill <joel@OARcorp.com>
691
692        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
693        initialize function part of the unified PCI API as pci_initialize().
694
6952005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
696
697        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
698        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
699
7002005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
701
702        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
703        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
704
7052005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
706
707        * aclocal/ppc.m4: Reflect changes to ppc exception processing
708        building procedures.
709
7102005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
711
712        * aclocal/prog-cc.m4:
713        Quote CFLAGS's RHS to accomodate Solaris broken sh.
714
7152005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
716
717        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
718
7192005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
720
721        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
722
7232005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
724
725        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
726
7272005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
728
729        * libnetworking/rtems_servers/ftp.c,
730        libnetworking/rtems_servers/ftp.h,
731        libnetworking/rtems_servers/Makefile.am:
732        Remove (relocated to cpukit/ftpd).
733        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
734        removed move libnetworking/rtems_servers.
735
7362005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
737
738        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
739
7402005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
741
742        PR 755/rtems
743        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
744        Remove local declarations of rtems_bsdnet_nameservers,
745        rtems_bsdnet_nameservers_count.
746
7472005-01-31      Sergei Organov <osv@topconrd.ru>
748
749        PR 751/pppd
750        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
751        committed to fix PR736 breaks pppd. chat.c should have its own static
752        ttyfd for pppd to work correctly. The symptom is that second
753        invokation of chat (for connect script) fails due to pppd_ttyfd set
754        to -1 by previous chat invokation (for init script). In addition,
755        this patch fixes leaving of dangling pointer in the abort_stbring[]
756        by chat_send().
757
7582005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
759
760        * configure.ac: Remove CFLAGS_DEBUG_V.
761        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
762
7632005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
764
765        * wrapup/Makefile.am: Remove rtems-ctor.o.
766
7672005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
768
769        * libchip/rtc/rtc.h: size_t RTC_Count.
770
7712005-01-20      Joel Sherrill <joel@OARcorp.com>
772
773        PR 736/pppd
774        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
775        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
776        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
777        should not be static and should have a name more specific to pppd.
778
7792005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
780
781        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
782        libnetworking/rtems_servers/Makefile.am,
783        libnetworking/rtems_telnetd/Makefile.am,
784        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
785        Eliminate CFLAGS_OPTIMIZE_V.
786
7872005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
788
789        * configure.ac: Pass CFLAGS to testsuites configure.
790        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
791        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
792
7932005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
794
795        * configure.ac: Pass CFLAGS to cpukit configure.
796        * aclocal/rtems-flags.m4: Remove (Unused).
797        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
798        * aclocal/env-rtemsbsp.m4:
799        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
800        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
801        RTEMS_CFLAGS.
802        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
803        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
804        Cleanup comments.
805
8062005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
807
808        * automake/compile.am: Remove build-variant support.
809
8102005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
811
812        * libnetworking/pppd/Makefile.am,
813        libnetworking/rtems_servers/Makefile.am,
814        libnetworking/rtems_telnetd/Makefile.am:
815        Remove build-variant support.
816
8172005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
818
819        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
820        support/Makefile.am, wrapup/Makefile.am:
821        Remove build-variant support.
822
8232004-11-22      Joel Sherrill <joel@OARcorp.com>
824
825        * libchip/network/if_fxp.c: Add entry for another module ID code.
826
8272004-11-22      Joel Sherrill <joel@OARcorp.com>
828
829        PR 693/misc
830        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
831        in/outport routines.
832
8332004-11-22      Joel Sherrill <joel@OARcorp.com>
834
835        PR 693/misc
836        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
837        in/outport routines.
838
8392004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
840
841        * aclocal/enable-itron.m4: Remove (unused).
842
8432004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
844
845        * configure.ac: Misc. quoting cleanups.
846        Enable ada-tests iff --enable-ada and --enable-tests.
847
8482004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
849
850        PR 703/filesystem
851        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
852        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
853        libchip/ide/ide_controller.c:
854        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
855        available for BSPS/device drivers.
856        Extend the "modes_available" and "mode_active" parameters to
857        uint16_t for UDMA support.
858
8592004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
860
861        * libchip/network/dec21140.c: Cleanup a bit and remove message about
862        not supported on PowerPC since it works on the MVME2100 BSP.
863
8642004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
865
866        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
867        Add dependency tracking for *.cfgs.
868        * Makefile.am: Add dependency tracking for *.cfg.
869
8702004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
871
872        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
873        (Thanks to Lars Munch <lars@segv.dk> for catching this).
874
8752004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
876
877        PR 707/make_build
878        * configure.ac: Add --enable-rpcgen.
879
8802004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
881
882        PR 700/rtems_misc
883        * libnetworking/rtems_webserver/asp.c,
884        libnetworking/rtems_webserver/balloc.c,
885        libnetworking/rtems_webserver/cgi.c,
886        libnetworking/rtems_webserver/default.c,
887        libnetworking/rtems_webserver/ej.h,
888        libnetworking/rtems_webserver/ejIntrn.h,
889        libnetworking/rtems_webserver/ejlex.c,
890        libnetworking/rtems_webserver/ejparse.c,
891        libnetworking/rtems_webserver/emfdb.c,
892        libnetworking/rtems_webserver/emfdb.h,
893        libnetworking/rtems_webserver/form.c,
894        libnetworking/rtems_webserver/handler.c,
895        libnetworking/rtems_webserver/h.c,
896        libnetworking/rtems_webserver/license.txt,
897        libnetworking/rtems_webserver/Makefile.am,
898        libnetworking/rtems_webserver/md5c.c,
899        libnetworking/rtems_webserver/md5.h,
900        libnetworking/rtems_webserver/mime.c,
901        libnetworking/rtems_webserver/misc.c,
902        libnetworking/rtems_webserver/NOTES,
903        libnetworking/rtems_webserver/ringq.c,
904        libnetworking/rtems_webserver/rom.c,
905        libnetworking/rtems_webserver/rtems_webserver.h,
906        libnetworking/rtems_webserver/security.c,
907        libnetworking/rtems_webserver/sock.c,
908        libnetworking/rtems_webserver/socket.c,
909        libnetworking/rtems_webserver/sockGen.c,
910        libnetworking/rtems_webserver/sym.c,
911        libnetworking/rtems_webserver/uemf.c,
912        libnetworking/rtems_webserver/uemf.h,
913        libnetworking/rtems_webserver/um.c,
914        libnetworking/rtems_webserver/um.h,
915        libnetworking/rtems_webserver/umui.c,
916        libnetworking/rtems_webserver/url.c,
917        libnetworking/rtems_webserver/value.c,
918        libnetworking/rtems_webserver/wbase64.c,
919        libnetworking/rtems_webserver/webcomp.c,
920        libnetworking/rtems_webserver/webmain.c,
921        libnetworking/rtems_webserver/webpage.c,
922        libnetworking/rtems_webserver/webrom.c,
923        libnetworking/rtems_webserver/webs.c,
924        libnetworking/rtems_webserver/websda.c,
925        libnetworking/rtems_webserver/websda.h,
926        libnetworking/rtems_webserver/webs.h,
927        libnetworking/rtems_webserver/websSSL.c,
928        libnetworking/rtems_webserver/websSSL.h,
929        libnetworking/rtems_webserver/websuemf.c,
930        libnetworking/rtems_webserver/wsIntrn.h:
931        Remove (Moved to cpukit/http).
932
9332004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
934
935        PR 700/rtems_misc
936        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
937        Remove libnetworking/rtems_webserver.
938
9392004-10-25      Eric Norum <norume@aps.anl.gov>
940
941        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
942
9432004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
944
945        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
946
9472004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
948
949        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
950        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
951
9522004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
953
954        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
955
9562004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
957
958        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
959        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
960
9612004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
962
963        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
964        BITSPERBYTE.
965
9662004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
967
968        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
969        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
970
9712004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
972
973        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
974
9752004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
976
977        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
978        * aclocal/enable-bare.m4: Remove.
979        * configure.ac: Remove BARE_CPU_MODEL.
980
9812004-10-13      Eric Norum <norume@aps.anl.gov>
982
983        PR 688/bsps
984        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
985        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
986        MC146818A (and several Dallas Semiconductor) TOD chips.
987
9882004-10-13      Eric Norum <norume@aps.anl.gov>
989
990        PR 686/networking
991        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
992        device code.
993
9942004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
995
996        * libchip/network/dec21140.c: include <rtems/pci.h>.
997
9982004-09-29      Joel Sherrill <joel@OARcorp.com>
999
1000        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1001        libnetworking/pppd/utils.c: i960 obsoleted and all references
1002        removed.
1003
10042004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1005
1006        PR 607/networking
1007        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1008        instead of fully specifying unused PCI features.
1009
10102004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1011
1012        * configure.ac: Require automake > 1.9.
1013
10142004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1015
1016        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1017
10182004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1019
1020        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1021        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1022
10232004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1024
1025        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1026        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1027
10282004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1029
1030        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1031
10322004-07-28  Joel Sherrill <joel@OARcorp.com>
1033
1034    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1035
10362004-07-25      Joel Sherrill <joel@OARcorp.com>
1037
1038        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1039
10402004-05-21  Till Strauman <strauman@slac.stanford.edu>
1041
1042        PR 625/networking
1043        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1044        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1045        an error rather than panic if no chip is detected (thus allowing
1046        for probing).
1047        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1048        instead of looping forever.  Avoid divide by zero (crashed my PC).
1049        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1050        they are UNTESTED.
1051
10522004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1053
1054        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1055
10562004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1057
1058        * libchip/network/dec21140.c, libchip/network/elnk.c:
1059        #include <errno.h>.
1060
10612004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1062
1063        * libchip/network/if_media.h: Update from FreeBSD.
1064        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1065        libchip/network/i82586.c: #include <errno.h>.
1066
10672004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1068
1069        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1070
10712004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1072
1073        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1074
10752004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1076
1077        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1078        automake).
1079
10802004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1081
1082        PR 599/pppd
1083        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1084
10852004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1086
1087        * optman/rtems/no-region.c: Reflect having changed
1088        rtems_region_get_segment_size.
1089
10902004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1091
1092        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1093        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1094        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1095        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1096        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1097        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1098        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1099
11002004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1101
1102        * libchip/ide/ata.c, libchip/network/dec21140.c,
1103        libchip/network/elnk.c, libchip/network/i82586.c,
1104        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1105        libchip/network/open_eth.c, libchip/network/sonic.c,
1106        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1107        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1108        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1109        libchip/shmdr/shm_driver.h: Cosmetics.
1110
11112004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1112
1113        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1114        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1115        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1116        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1117        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1118        fixed size types.
1119
11202004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1121
1122        * configure.ac: Explicitly pass --includedir and --libdir to
1123        cpukit/configure.
1124
11252004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1126
1127        * librdbg/Makefile.am: Fix rpcgen rules.
1128        * librdbg/src/i386/any/remdeb_xdr.c,
1129        librdbg/src/m68k/any/remdeb_xdr.c,
1130        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1131        Reflect changes to librdbg/Makefile.am.
1132
11332004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1134
1135        * configure.ac: Reflect changes testsuites/configure.ac and
1136        cpukit/configure.ac.
1137
11382004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1139
1140        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1141        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1142
11432004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1144
1145        * configure.ac: Reflect changes to testsuites's configuration.
1146
11472004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1148
1149        PR/589 rtems
1150        * libchip/network/pci.h: Remove (Moved to cpukit).
1151
11522004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1153
1154        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1155        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1156        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1157        libchip/network/dec21140.c, libchip/network/elnk.c,
1158        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1159        libchip/network/open_eth.h, libchip/network/sonic.c,
1160        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1161        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1162        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1163        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1164        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1165        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1166        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1167        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1168        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1169        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1170        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1171        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1172        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1173        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1174        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1175        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1176        fixed-size types.
1177
11782004-03-14      Chris Johns  <chrisj@rtems.org>
1179
1180        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1181        the BSP example code.
1182        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1183        support the DIMMPC. This is a pc386 target with IO port support. Minor
1184        formating clean up. Add documentation to the header file.
1185        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1186        cs8900.h header file.
1187
11882004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1189
1190        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1191        Cosmetics.
1192
11932004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1194
1195        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1196        There are no application level Makefiles in here.
1197
11982004-03-04      Joel Sherrill <joel@OARcorp.com>
1199
1200        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1201        they can be used in application level makefiles.
1202
12032004-03-05      Joel Sherrill <joel@OARcorp.com>
1204
1205        * libnetworking/rtems_webserver/ejparse.c,
1206        libnetworking/rtems_webserver/emfdb.c,
1207        libnetworking/rtems_webserver/sock.c,
1208        libnetworking/rtems_webserver/socket.c,
1209        libnetworking/rtems_webserver/sym.c,
1210        libnetworking/rtems_webserver/webs.c,
1211        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
12122004-03-05      Joel Sherrill <joel@OARcorp.com>
1213
1214        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1215        compiling this file only only those CPU families with supported
1216        exception models.
1217
12182004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1219
1220        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1221        testsuites (Was exposed with --enable-multilib, only).
1222        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1223         Add RTEMS_BSP_CONFIG_SUBDIR.
1224        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1225        testsuites's configure.
1226        * aclocal/rtems-top.m4: Remove ENDIF hack.
1227        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1228
12292004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1230
1231        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1232        wrapup/Makefile.am: Fix automake problems having been introduced
1233        in previous patch.
1234
12352004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1236
1237        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1238        Preinstall dirs.
1239        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1240        * aclocal/check-multiprocessing.m4: Cosmetics.
1241        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1242        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1243
12442004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1245
1246        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1247        librdbg/src/Makefile.am.
1248        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1249        * configure.ac: Reflect changes above.
1250        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1251        * wrapup/Makefile.am: Reflect changes above.
1252        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1253
12542004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1255
1256        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1257
12582004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1259
1260        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1261
12622004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1263
1264        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1265
12662004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1267
1268        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1269        librdbg/src/powerpc/Makefile.am: Remove.
1270        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1271        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1272        * configure.ac: Reflect changes above.
1273
12742004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1275
1276
12772004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1278
1279        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1280        STRIP.
1281
12822004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1283
1284        * librdbg/include/Makefile.am: Merge-in
1285        librdbg/include/rdbg/i386/Makefile.am,
1286        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1287        librdbg/include/rdbg/powerpc/Makefile.am.
1288        * librdbg/include/rdbg/i386/Makefile.am,
1289        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1290        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1291        * configure.ac: Reflect changes above.
1292
12932004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1294
1295        * configure.ac: Use AS_HELP_STRING(ada).
1296
12972004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1298
1299        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1300        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1301        Use AC_CONFIG_HEADERS.
1302        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1303        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1304
13052004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        * Makefile.am: include local.am.
1308
13092004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1310
1311        * aclocal/version.m4: 4.6.99.0.
1312
13132004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1314
1315        * Makefile.am: Don't include host.am.
1316        * automake/compile.am: Further cleanups.
1317
13182004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1319
1320        * automake/lib.am: Remove (Unused).
1321
13222004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1323
1324        * wrapup/Makefile.am: Don't include lib.am.
1325        * automake/compile.am: Use automake compilation rules.
1326
13272004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1328
1329        * libnetworking/pppd/Makefile.am,
1330        libnetworking/rtems_servers/Makefile.am,
1331        libnetworking/rtems_telnetd/Makefile.am,
1332        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1333        support/Makefile.am: Don't include lib.am.
1334
13352004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1336
1337        * libchip/Makefile.am: Don't include lib.am.
1338        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1339        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1340        unnecessary EXTRA_DISTs.
1341
13422004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1343
1344        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1345        hack.
1346
13472004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1348
1349        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1350        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1351        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1352        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1353
13542004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1355
1356        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1357        Add AM_CONDITIONAL(HAS_MP).
1358        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1359        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1360        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1361        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1362        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1363        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1364        (Deprecated by autoconf 2.59).
1365
13662004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1367
1368        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1369        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1370
13712004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1372
1373        * ChangeLog: Merge-in libnetworking/ChangeLog.
1374        * libnetworking/ChangeLog: Remove.
1375        * ChangeLog: Merge-in librdbg/ChangeLog.
1376        * librdbg/ChangeLog: Remove.
1377        * ChangeLog: Merge-in libchip/ChangeLog.
1378        * libchip/ChangeLog: Remove.
1379        * ChangeLog: Merge-in optman/ChangeLog.
1380        * optman/ChangeLog: Remove.
1381
13822004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1383
1384        * configure.ac: Reflect changes to cpukit.
1385        * wrapup/Makefile.am: Reflect changes to librdbg.
1386        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1387        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1388        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1389        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1390        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1391        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1392        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1393        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1394        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1395
13962004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1397
1398        * aclocal/rtems-top.m4: Remove check for version.m4.
1399        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1400
14012004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1402
1403        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1404        * wrapup/Makefile.am: Reflect changes to libchip/*.
1405        * support/Makefile.am: Use automake compilation rules.
1406        * wrapup/Makefile.am: Reflect changes to support/*.
1407        * configure.ac: Remove libnetworking/wrapup/Makefile.
1408        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1409        libnetworking/*/lib*.a instead of libnetapps.a.
1410        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1411        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1412        * optman/Makefile.am: Use automake compilation rules.
1413        * libchip/Makefile.am: Fix typo in previous patch.
1414        * libchip/Makefile.am: Use automake compilation rules.
1415        * libnetworking/Makefile.am: Remove wrapup.
1416        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1417        automake-compilation rules.
1418        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1419        automake-compilation rules.
1420        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1421        automake-compilation rules.
1422        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1423        automake-compilation rules.
1424        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1425
14262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1427
1428        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1429        PRE/TMPINSTALL_FILES to CLEANFILES.
1430        * automake/lib.am: Remove TMPINSTALL_FILES.
1431        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1432        PRE/TMPINSTALL_FILES to CLEANFILES.
1433        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1434        PRE/TMPINSTALL_FILES to CLEANFILES.
1435        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1436        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1437        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1438        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1439        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1440        * librdbg/src/i386/Makefile.am: Ditto.
1441        * librdbg/src/m68k/Makefile.am: Ditto.
1442        * librdbg/src/powerpc/Makefile.am: Ditto.
1443        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1444        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1445        * libnetworking/rtems_servers/Makefile.am: Ditto.
1446        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1447        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1448
14492004-01-07      Joel Sherrill <joel@OARcorp.com>
1450
1451        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1452        more completely covers the MIPS family.
1453
14542003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1455
1456        * wrapup/Makefile.am: Reflect changes to shmdr.
1457        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1458
14592003-12-18      Joel Sherrill <joel@OARcorp.com>
1460
1461        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1462        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1463        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1464        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1465        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1466        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1467        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1468
14692003-12-17      Joel Sherrill <joel@OARcorp.com>
1470
1471        * aclocal/version.m4: Updated to rtems-20031217-test.
1472
14732003-12-17     
1474
1475        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1476        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1477
14782003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1479
1480        * automake/compile.am: Remove LINK_LIBS (Unused).
1481        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1482
14832003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1484
1485        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1486        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1487        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1488        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1489        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1490
14912003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1492
1493        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1494        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1495        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1496        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1497        * librdbg/src/i386/Makefile.am:
1498        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1499        * librdbg/src/m68k/Makefile.am:
1500        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1501        * librdbg/src/powerpc/Makefile.am:
1502        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1503
15042003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1505
1506        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1507        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1508        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1509        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1510        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1511        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1512        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1513        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1514        * optman/Makefile.am: Remove project_libdir.
1515        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1516        PRE/TMPINSTALL_FILES.
1517        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1518        PRE/TMPINSTALL_FILES.
1519        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1520        PRE/TMPINSTALL_FILES.
1521        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1522        PRE/TMPINSTALL_FILES.
1523        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1524        from PRE/TMPINSTALL_FILES.
1525        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1526        PRE/TMPINSTALL_FILES.
1527        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1528        PRE/TMPINSTALL_FILES.
1529        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1530        PRE/TMPINSTALL_FILES.
1531        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1532        PRE/TMPINSTALL_FILES.
1533        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1534        PRE/TMPINSTALL_FILES.
1535        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1536        PRE/TMPINSTALL_FILES.
1537        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1538        from PRE/TMPINSTALL_FILES.
1539
15402003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1541
1542        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1543        * automake/lib.am: Remove project_libdir.
1544        * wrapup/Makefile.am: Reworked.
1545
15462003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1547
1548        * configure.ac: Reflect changes to librdbg.
1549        * optman/Makefile.am: Add tmpinstall dirstamp support.
1550        * libchip/Makefile.am: Fix variant-tmpinstall support.
1551        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1552        * librdbg/src/powerpc/Makefile.am: Merge-in former
1553        new_exception_processing/Makefile.am.
1554        * librdbg/src/m68k/any/Makefile.am: Remove.
1555        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1556        * librdbg/src/i386/any/Makefile.am: Remove.
1557        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1558        * librdbg/src/Makefile.am: Cosmetics.
1559        * librdbg/include/Makefile.am: Cosmetics.
1560        * librdbg/Makefile.am: Cosmetics.
1561        * libnetworking/Makefile.am: Cosmetics.
1562        * libnetworking/pppd/Makefile.am: Cosmetics.
1563        * libnetworking/wrapup/Makefile.am: Cosmetics.
1564
15652003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1566
1567        * Makefile.am: Cosmetics.
1568        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1569        support.
1570
15712003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1572
1573        * automake/compile.am: Remove $(ARCH):-rule.
1574
15752003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1576
1577        * configure.ac: Remove lib/libbsp/shared/Makefile,
1578        lib/libbsp/shmdr/Makefile.
1579
15802003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1581
1582        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1583        libchip/serial/Makefile, libchip/rtc/Makefile.
1584        * support/Makefile.am: Remove all-local: $(ARCH).
1585        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1586        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1587        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1588        * optman/Makefile.am: Remove all-local: $(ARCH).
1589        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1590        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1591        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1592        compilation dirstamp support.
1593        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1594        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1595        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1596        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1597        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1598        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1599        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1600        all-local: $(ARCH).
1601        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1602        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1603        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1604        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1605        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1606
16072003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1608
1609        * aclocal/lead-dot.m4: New (from automake-1.7f).
1610        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1611        AC_SUBST(dirstamp).
1612        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1613        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1614        libchip/serial/Makefile.am: Ditto.
1615        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1616        * librdbg/include/Makefile.am: Ditto.
1617        * librdbg/include/rdbg/Makefile.am: Ditto.
1618        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1619        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1620        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1621        * librdbg/src/Makefile.am: Ditto.
1622        * librdbg/src/i386/Makefile.am: Ditto.
1623        * librdbg/src/i386/any/Makefile.am: Ditto.
1624        * librdbg/src/m68k/Makefile.am: Ditto.
1625        * librdbg/src/m68k/any/Makefile.am: Ditto.
1626        * librdbg/src/powerpc/Makefile.am: Ditto.
1627        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1628        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1629        preinstallation.
1630        * libnetworking/pppd/Makefile.am: Ditto.
1631        * libnetworking/rtems_servers/Makefile.am: Ditto.
1632        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1633        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1634        * libnetworking/wrapup/Makefile.am: Ditto.
1635
16362003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1637
1638        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1639        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1640        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1641        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1642        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1643        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1644        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1645        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1646        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1647        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1648        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1649        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1650        underquoting to silence automake-1.8.
1651
16522003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1653
1654        * configure.ac: Reflect having moved tests to ../../testsuites.
1655
16562003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1657
1658        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1659        * aclocal/canonical-host.m4: Remove.
1660        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1661        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1662
16632003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1664
1665        * aclocal/check-cpu.m4: Remove.
1666        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1667        * aclocal/canonical-target-name.m4: Add m4-quotes.
1668        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1669        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1670        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1671        * aclocal/check-networking.m4: Add m4-quotes. Require
1672        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1673        * aclocal/check-posix.m4: Add m4-quotes. Require
1674        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1675        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1676        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1677        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1678
16792003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1680
1681        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1682        * aclocal/bsp-alias.m4: Remove.
1683
16842003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1685
1686        * configure.ac: Make presence of tests/ optional.
1687
16882003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1689
1690        * aclocal/path-perl.m4: Remove (Unused).
1691
16922003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1693
1694        * automake/force-preinstall.am: Remove.
1695
16962003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1697
1698        PR 499/rtems_misc
1699        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1700        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1701        Configuration (Odd was forced) - Correction of Stop Bit configuration
1702        (inversed) - Correction of ISR Handler to call
1703        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1704        CTS Hardware flow control Configuration.
1705
17062003-09-04      Joel Sherrill <joel@OARcorp.com>
1707
1708        * lib/libcpu/shared/include/cache.h,
1709        lib/libcpu/shared/src/cache_aligned_malloc.c,
1710        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1711        license changed.
1712        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1713        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1714        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1715        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1716        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1717        for license changed.
1718        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1719        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1720        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1721        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1722        libchip/network/cs8900.h, libchip/network/dec21140.c,
1723        libchip/network/elnk.c, libchip/network/open_eth.c,
1724        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1725        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1726        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1727        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1728        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1729        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1730        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1731        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1732        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1733        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1734        libchip/serial/serial.h, libchip/serial/z85c30.c,
1735        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1736        libchip/serial/z85c30_reg.c: URL for license changed.
1737
17382003-09-03      Jiri Gaisler <jiri@gaisler.com>
1739
1740        PR 477/networking
1741        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1742        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1743        libchip/network/open_eth.h: New files.
1744
17452003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1746
1747        * aclocal/rtems-top.m4: Add RTEMS_API.
1748        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1749
17502003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1751
1752        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1753        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1754        @RTEMS_BSP@.cfg.
1755
17562003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1757
1758        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1759
17602003-08-20      Joel Sherrill <joel@OARcorp.com>
1761
1762        * libchip/network/cs8900.c: Correct copyright statements.
1763
17642003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1765
1766        * aclocal/check-itron.m4: Remove.
1767        * aclocal/enable-inlines.m4: Remove.
1768        * Makefile.am: Reflect having moved aclocal/.
1769        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1770        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1771        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1772        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1773        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1774        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1775        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1776        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1777        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1778        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1779        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1780        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1781        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1782        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1783        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1784        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1785        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1786        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1787        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1788        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1789        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1790        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1791        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1792        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1793        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1794        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1795        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1796        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1797        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1798        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1799        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1800        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1801        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1802        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1803        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1804        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1805        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1806        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1807        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1808        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1809        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1810        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1811        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1812        * aclocal/target.m4: New (Copied from ../../aclocal).
1813        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1814        * aclocal/version.m4: New (Copied from ../../aclocal).
1815
18162003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1817
1818        * configure.ac: Remove stray comments.
1819        * automake/local.am, automake/host.am: Remove "debug".
1820
18212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1822
1823        * Makefile.am: Reflect having moved automake/.
1824        * lib/Makefile.am: Reflect having moved automake/.
1825        * support/Makefile.am: Reflect having moved automake/.
1826        * wrapup/Makefile.am: Reflect having moved automake/.
1827        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1828        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1829        from ../../automake).
1830        * optman/Makefile.am: Reflect having moved automake/.
1831        * libchip/Makefile.am: Reflect having moved automake/.
1832        * libchip/ide/Makefile.am: Reflect having moved automake/.
1833        * libchip/network/Makefile.am: Reflect having moved automake/.
1834        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1835        * libchip/serial/Makefile.am: Reflect having moved automake/.
1836        * librdbg/Makefile.am: Reflect having moved automake/.
1837        * librdbg/include/Makefile.am: Reflect having moved automake/.
1838        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1839        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1840        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1841        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1842        automake/.
1843        * librdbg/src/Makefile.am: Reflect having moved automake/.
1844        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1845        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1846        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1847        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1848        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1849        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1850        having moved automake/.
1851        * libnetworking/Makefile.am: Reflect having moved automake/.
1852        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1853        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1854        automake/.
1855        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1856        automake/.
1857        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1858        automake/.
1859        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1860
18612003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1862
1863        * Makefile.am: Add bsp.pc.in.
1864        * bsp.pc.in: New (pkgconfig support).
1865
18662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1867
1868        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1869
18702003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1871
1872        * lib/Makefile.am: New (Required by 'make dist').
1873        * lib/ChangeLog: Remove.
1874        * lib/.cvsignore: Cleanup.
1875        * configure.ac: Reflect having added lib/Makefile.am.
1876        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1877        lib/libbsp/configure.ac.
1878        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1879        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1880
18812003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1882
1883        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1884        * configure.ac: Merge-in librdbg/configure.ac.
1885        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1886        librdbg/configure.ac.
1887        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1888        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1889        LIBCHIP. Conditionally build include-dirs.
1890        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1891        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1892        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1893        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1894        librdbg/include/rdbg/m68k/Makefile.am,
1895        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1896        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1897        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1898        librdbg/src/powerpc/Makefile.am, librdbg/
1899        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1900        configure.ac into ../configure.ac.
1901        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1902        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1903        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1904        libnetworking/rtems_telnetd/Makefile.am,
1905        libnetworking/rtems_webserver/Makefile.am,
1906        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1907        into ../configure.ac.
1908
19092003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1910
1911        PR 427/rtems
1912        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1913        * librdbg/src/servtsp.c: Ditto.
1914
19152003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1916
1917        PR 429/bsps
1918        PR 432/bsps
1919        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1920        packets are queued onto an elnk board, the ISR will deadlock the device
1921        with a tx complete interrupt.  Lighter tx loads are not affected as they
1922        end up submitting single packets to the device.
1923
19242003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1925
1926        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1927        optman/configure.ac.
1928        * optman/configure.ac: Remove (Merged into ../configure.ac).
1929        * optman/Makefile.am: Reflect having merged configure.ac into
1930        ../configure.ac.
1931        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1932        * libchip/Makefile.am, libchip/ide/Makefile.am,
1933        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1934        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1935        ../configure.ac.
1936
19372003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1938
1939        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1940
19412003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1942
1943        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1944        on i386.
1945
19462003-06-13      Joel Sherrill <joel@OARcorp.com>
1947
1948        * libnetworking/pppd/chat.c: Removed warnings.
1949
19502003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1951
1952        * libchip/network/README.3com: New file missed in previous commit.
1953        PR 405/bsps
1954        PR 393/networking
1955        * libchip/network/dec21140.c: Fix leak also known as PR393.
1956        * libchip/network/elnk.c, libchip/network/if_media.h,
1957        libchip/network/mii.h: New files.
1958        * libchip/network/Makefile.am: Reflect new files.
1959
19602003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1961
1962        * configure.ac: Remove support for profile-variant.
1963
19642003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1965
1966        PR 397/pppd
1967        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1968        * libnetworking/pppd/magic.c: Remove *rand48.
1969        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1970
19712003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1972
1973        * wrapup/Makefile.am: Add libide.a.
1974
19752003-04-15      Joel Sherrill <joel@OARcorp.com>
1976
1977        PR 387/rtems_misc
1978        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1979        routines.
1980        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1981
19822003-04-11      Joel Sherrill <joel@OARcorp.com>
1983
1984        * libnetworking/rtems_webserver/cgi.c,
1985        libnetworking/rtems_webserver/sockGen.c,
1986        libnetworking/rtems_webserver/umui.c,
1987        libnetworking/rtems_webserver/websSSL.c,
1988        libnetworking/rtems_webserver/websSSL.h,
1989        libnetworking/rtems_webserver/websda.c,
1990        libnetworking/rtems_webserver/websda.h: New files. Not included in
1991        previous commit.
1992
19932003-04-10      Joel Sherrill <joel@OARcorp.com>
1994
1995        PR 371/pppd
1996        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1997        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1998        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1999        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2000        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2001        still global symbols in rtemspppd.h which might need to be changed or
2002        converted into member of a structure which is dereferenced with a
2003        pointer that is managed as a per task variable. But this patch should
2004        avoid many conflicts.
2005
20062003-03-27      Joel Sherrill <joel@OARcorp.com>
2007
2008        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2009        not allowed in the cpukit source code since it must be buildable
2010        independent of any BSP. These files were moved to libchip/ide.
2011        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2012        files.
2013
20142003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2015
2016        PR 368/filesystems
2017        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2018        improvements which now work on pc386 and mbx8xx.
2019        * libchip/ide/ide_controller.c: New file.
2020
20212003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2022
2023        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2024
20252003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2026
2027        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2028        * configure.ac: Add support/.
2029        * support/.cvsignore: New.
2030        * support/Makefile.am: New.
2031        * support/version.c: New.
2032        * wrapup/Makefile.am: Add support/libsupport.a.
2033        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2034        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2035        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2036        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2037
20382003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2039
2040        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2041
20422003-02-20      Till Straumann <strauman@slac.stanford.edu>
2043
2044        PR 354/networking
2045        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2046        chip against a table of supported chips. The untested ones are still
2047        commented out, however.
2048
20492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2050
2051        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2052        * configure.ac: AC_PREREQ(2.57).
2053        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2054        * optman/configure.ac: AC_PREREQ(2.57).
2055        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2056        * libchip/configure.ac: AC_PREREQ(2.57).
2057        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2058        * librdbg/configure.ac: AC_PREREQ(2.57).
2059        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2060        * libnetworking/configure.ac: AC_PREREQ(2.57).
2061
20622003-02-06      Joel Sherrill <joel@OARcorp.com>
2063
2064        * libnetworking/pppd/chat.c: Convert routines with common names to
2065        static. This included get_char(), put_char(), and character() among
2066        others.
2067
20682003-02-03      Joel Sherrill <joel@OARcorp.com>
2069
2070        PR 338/filesystem
2071        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2072        rtems_io_lookup_name() (API change).  Unused function removed.
2073
20742003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2075
2076        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2077        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2078        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2079        Eliminate *_O_FILES.
2080        * libnetworking/rtems_servers/Makefile.am,
2081        libnetworking/rtems_webserver/Makefile.am,
2082        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2083
20842002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2085
2086        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2087        Let all-local: depend on $(LIB).
2088        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2089        * optman/Makefile.am: Apply install-data-local to install *.rels.
2090
20912002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2092
2093        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2094        %.c rules.
2095        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2096        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2097        * libchip/rtc/Makefile.am: Ditto.
2098        * libchip/serial/Makefile.am: Ditto.
2099
21002002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2101
2102        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2103        LIBC_DEFINES.
2104        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2105        LIBC_DEFINES.
2106        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2107        LIBC_DEFINES.
2108
21092002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2110
2111        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2112
21132002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2114
2115        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2116        cache-checking.
2117        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2118
21192002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2120
2121        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2122        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2123        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2124        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2125        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2126
21272002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2128
2129        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2130        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2131        Remove.
2132        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2133
21342002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2135
2136        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2137        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2138
21392002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2140
2141        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2142        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2143
21442002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2145
2146        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2147        * optman/rel.am: New.
2148
21492002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2150
2151        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2152        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2153        braino in comment on "exec". Extend --enable-ada handling.
2154
21552002-11-04      Joel Sherrill <joel@OARcorp.com>
2156
2157        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2158        tasks and rolling multiple loops into 1.
2159        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2160        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2161        Removed warnings.
2162
21632002-10-31      Joel Sherrill <joel@OARcorp.com>
2164
2165        * libchip/network/dec21140.c: Removed warnings.
2166        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2167        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2168        librdbg/src/m68k/any/remdeb_xdr.c,
2169        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2170        warnings.
2171        * libnetworking/rtems_webserver/socket.c,
2172        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2173
21742002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2175
2176        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2177        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2178        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2179        above.
2180
21812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2182
2183        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2184        * wrapup/.cvsignore: Remove autom4te.cache.
2185        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2186        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2187        autom4te.cache.
2188        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2189        autom4te.cache.
2190        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2191        autom4te.cache.
2192
21932002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2194
2195        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2196
21972002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2198
2199        * optman/.cvsignore: Add autom4te.cache.
2200
22012002-09-14      Joel Sherrill <joel@OARcorp.com>
2202
2203        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2204
22052002-09-07      Joel Sherrill <joel@OARcorp.com>
2206
2207        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2208        include files to resolve warnings.
2209
22102002-09-07      Chris Johns <ccj@acm.org>
2211
2212        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2213        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2214        which corrects the problem  where the cs8900.c file was actually the BSP
2215        glue.  Joel did some hacking so this file will compile.  Previously it
2216        required providing a target.h file to compile.
2217        * libchip/network/cs8900.c.bsp: New file.
2218
22192002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2220
2221        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2222
22232002-08-31      Joel Sherrill <joel@OARcorp.com>
2224
2225        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2226        eliminate warning.
2227
22282002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2229
2230        * configure.ac: Add ada-tests.
2231
22322002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2233
2234        * Makefile.am: Add preinstall-stamp.
2235
22362002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2237
2238        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2239        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2240        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2241        gcc31 happy.
2242        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2243        cp.
2244
22452002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2246
2247        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2248        make/bsp.mak.
2249        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2250        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2251
22522002-08-12      Joel Sherrill <joel@OARcorp.com>
2253
2254        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2255        avoid error.
2256
22572002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2258
2259        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2260        * configure.ac: Add BSP_SUBDIRS.
2261        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2262        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2263        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2264        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2265        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2266        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2267        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2268        RTEMS_CHECK_BSP_CACHE.
2269        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2270        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2271        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2272        .$(OBJEXT) instead of .o.
2273        * libnetworking/pppd/Makefile.am,
2274        libnetworking/rtems_servers/Makefile.am,
2275        libnetworking/rtems_telnetd/Makefile.am,
2276        libnetworking/rtems_webserver/Makefile.am,
2277        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2278
22792002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2280
2281        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2282        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2283        ../libchip/serial/$(ARCH)/libserialio.a.
2284        * libchip/serial/Makefile.am: Don't tmp-install lib.
2285        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2286
22872002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2288
2289        * Makefile.am: Add rtems_makedir.
2290        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2291        * Makefile.am: Add wrapup-SUBDIR.
2292        * wrapup/ChangeLog: Remove.
2293        * wrapup/configure.ac: Remove.
2294        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2295        (Make the bare BSP happy).
2296        * configure.ac: Ditto.
2297        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2298        Create make/custom/default.cfg.
2299        * configure.ac: Add creation of make/custom/*.cfg. Create
2300        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2301
23022002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2303
2304        * Makefile.am: Clean $(PROJECT_RELEASE).
2305
23062002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2307
2308        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2309        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2310        prototype mismatches.
2311
23122002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2313
2314        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2315        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2316
23172002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2318
2319        * acinclude.m4: Add test "$multilib" != "yes".
2320        * config-ml.in: Remove.
2321        * acinclude.m4: Cleanups.
2322        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2323        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2324        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2325        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2326        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2327
23282002-07-16      Eric Norum <eric.norum@usask.ca>
2329
2330        * New driver for the Intel EtherExpressPro (82559ER) chip.
2331        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2332        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2333        * libchip/network/Makefile.am: Modified to reflect above.
2334
23352002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2336
2337        * acinclude.m4: New.
2338        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2339        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2340        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2341
23422002-07-01      Joel Sherrill <joel@OARcorp.com>
2343
2344        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2345        _Objects_Information_table now that it is a two dimensional array based
2346        upon API and class.
2347        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2348        of strnlen().
2349
23502002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2351
2352        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2353        preinstall libnetapps.a.
2354
23552002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2356
2357        * configure.ac: Remove librpc.
2358
23592002-06-25      Joel Sherrill <joel@OARcorp.com>
2360
2361        * Per PR233, moved librpc to exec.
2362        * configure.ac, wrapup/Makefile.am: Modified.
2363        * librpc, librpc/ChangeLog: Removed.
2364
23652002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2366
2367        * optman/Makefile.am: Remove multilib support.
2368        * optman/configure.ac: Ditto.
2369        * optman/sapi/Makefile.am: Ditto.
2370
23712002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2372
2373        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2374        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2375
23762002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2377
2378        Move networking libraries to c/src/exec/libnetworking
2379        * libnetworking/configure.ac, libnetworking/Makefile.am,
2380        libnetworking/wrapup/Makefile.am: Reflect Moval.
2381
23822002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2383
2384        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2385        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2386        <rtems/bspIo.h>.
2387
23882002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2389
2390        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2391        * libnetworking/rtems/mkrootfs.h: Ditto.
2392        * libnetworking/rtems/Makefile.am: Reflect changes above.
2393
23942002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2395
2396        * configure.ac: Remove lib.
2397
23982002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2399
2400        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2401        that exception stack frames on M68K members with VBR always are 6 byte
2402        long. The incorrect assumption resulted in some gdb commands like "next"
2403        to fail on the 68360.
2404
24052002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2406
2407        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2408        PR 220
2409        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2410        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2411        CVS.
2412        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2413        libnetworking/sys/filio.h: Remove.
2414        * libnetworking/sys/Makefile.am: Reflect changes above.
2415
24162002-05-07      Chris Johns <ccj@acm.org>
2417
2418        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2419        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2420        requires it to be stripped.
2421
24222002-05-01      Eric Norum <eric.norum@usask.ca>
2423
2424        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2425        assembly  to satisfy gcc 3.1 and newer.
2426
24272002-04-26      Eric Norum <eric.norum@usask.ca>
2428
2429        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2430        agressive optimization in gcc 3.1 does not reorder things.
2431
24322002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2433
2434        * libchip/network/dec21140.c: Reflect changes to powerpc's
2435        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2436        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2437        <rtems/score/cpu.h>.
2438        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2439        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2440
24412002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2442
2443        * optman/configure.ac: Remove ENABLE_GCC28.
2444
24452002-04-11      Chris Johns <ccj@acm.org>
2446
2447        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2448        driver control block field to the ifconfig network driver structure.
2449        This field is needed by the i82586 driver which was ported from NetBSD
2450        as it had better hardware abstraction.
2451        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2452        PR59, added the drv_ctrl driver control block field to the ifconfig
2453        network driver structure. This field is needed by the i82586 driver
2454        which was ported from NetBSD as it had better hardware abstraction.
2455
24562002-04-10      Mike Siers <mikes@poliac.com>
2457
2458        * libnetworking/rtems_webserver/NOTES,
2459        libnetworking/rtems_webserver/asp.c,
2460        libnetworking/rtems_webserver/balloc.c,
2461        libnetworking/rtems_webserver/default.c,
2462        libnetworking/rtems_webserver/ej.h,
2463        libnetworking/rtems_webserver/ejIntrn.h,
2464        libnetworking/rtems_webserver/ejlex.c,
2465        libnetworking/rtems_webserver/ejparse.c,
2466        libnetworking/rtems_webserver/emfdb.c,
2467        libnetworking/rtems_webserver/emfdb.h,
2468        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2469        libnetworking/rtems_webserver/handler.c,
2470        libnetworking/rtems_webserver/license.txt,
2471        libnetworking/rtems_webserver/md5.h,
2472        libnetworking/rtems_webserver/md5c.c,
2473        libnetworking/rtems_webserver/mime.c,
2474        libnetworking/rtems_webserver/misc.c,
2475        libnetworking/rtems_webserver/ringq.c,
2476        libnetworking/rtems_webserver/rom.c,
2477        libnetworking/rtems_webserver/security.c,
2478        libnetworking/rtems_webserver/sock.c,
2479        libnetworking/rtems_webserver/sym.c,
2480        libnetworking/rtems_webserver/uemf.c,
2481        libnetworking/rtems_webserver/uemf.h,
2482        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2483        libnetworking/rtems_webserver/url.c,
2484        libnetworking/rtems_webserver/value.c,
2485        libnetworking/rtems_webserver/wbase64.c,
2486        libnetworking/rtems_webserver/webcomp.c,
2487        libnetworking/rtems_webserver/webpage.c,
2488        libnetworking/rtems_webserver/webrom.c,
2489        libnetworking/rtems_webserver/webs.c,
2490        libnetworking/rtems_webserver/webs.h,
2491        libnetworking/rtems_webserver/websuemf.c,
2492        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2493        2.1.4.
2494
24952002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2496
2497        * libchip/network/i82586.c: Include <string.h>.
2498        * libchip/network/sonic.c: Ditto.
2499
25002002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2501
2502        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2503
25042002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2505
2506        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2507
25082002-03-27      Thomas.Doerfler@imd-systems.de
2509
2510        PR 144
2511        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2512        memory address 0 when called for the first time. This is done when
2513        trying to clear the variable "dhcp_hostname".
2514
25152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2516
2517        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2518        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2519        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2520        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2521        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2522        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2523        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2524        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2525        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2526        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2527        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2528        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2529        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2530        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2531        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2532        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2533        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2534        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2535        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2536        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2537        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2538        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2539        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2540        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2541        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2542        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2543        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2544        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2545        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2546        AUTOMAKE_OPTIONS.
2547        * libnetworking/configure.ac:
2548        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2549        foreign 1.6]).
2550        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2551        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2552        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2553        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2554        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2555        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2556        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2557        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2558        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2559        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2560        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2561        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2562        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2563        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2564        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2565        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2566        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2567
25682002-03-27      Ilya Alexeev <ilya@continuum.ru>
2569
2570        PR 162
2571        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2572        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2573        used in a device write routines.  Now ppp_softc structure have own
2574        character for writing to device (sc_outchar).  I think that converting
2575        local variables to static is not a right solution, because problems will
2576        occur in the case of two or more ppp instances.
2577        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2578        must be u_long, otherwise in the case of the big output packet endless
2579        loop may occur.
2580
25812002-03-21      Ilya Alexeev <ilya@continuum.ru>
2582
2583        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2584        preparations for multiple PPPD connections.
2585
25862002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2587
2588        PR 149
2589        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2590        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2591        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2592        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2593
25942002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2595
2596        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2597        * configure.ac: Modified to reflect addition.
2598
25992002-02-27      Ilya Alexeev <ilya@continuum.ru>
2600
2601        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2602        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2603        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2604        capabilities as well as eliminate some warnings.
2605
26062002-02-27      Eric Norum <eric.norum@usask.ca>
2607
2608        * libnetworking/net/radix.c: Properly handle fetching the default route
2609        when there is no route.  This was a bug in the original FreeBSD code and
2610        this fix is from an updated version of their code.
2611
26122002-02-16      Eric Norum <eric.norum@usask.ca>
2613
2614        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2615        checking.
2616
26172002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2618
2619        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2620        dodefaultroute.
2621
26222002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2623
2624        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2625        include <rtems/seterr.h>.
2626
26272002-02-01      Mike Siers <mikes@poliac.com>
2628
2629        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2630        avoid bringing the link down too fast. NOTE: Mike reports successfully
2631        running at 56K baud on a direct link.
2632
26332002-02-01      Eric Valette <valette@crf.canon.fr>
2634
2635        * librdbg/So many patches have been posted recently on the mailing list
2636        and  because we were unable to find correct solution to compile on
2637        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2638        because the coding  style of rdbg was rather inconsistant among various
2639        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2640        global coding style (using indent + manual edits), 2) incorporate/review
2641        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2642        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2643        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2644        after rdbg initialization is done, NB : the paches is huge but it is
2645        mainly due to coding styke chnages.  Only few lines of codes have been
2646        really changed and they do not impact  rdbg functionnality (AFAIKT).
2647        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2648        librdbg/include/rdbg/m68k/rdbg_f.h,
2649        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2650        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2651        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2652        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2653        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2654        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2655        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2656        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2657        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2658        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2659        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2660        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2661        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2662        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2663        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2664        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2665
26662002-01-31      Mike Siers <mikes@poliac.com>
2667
2668        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2669        * Nice Update of PPPD support which eliminates the requiremetn that
2670        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2671        and reports that it seems to be more stable and handle larger packets
2672        better.  This patch replaces the termios tasks with more general pppd
2673        network driver tasks.  The functions pppinput() and pppstart() get
2674        called from the interrupt service routine.
2675        * libnetworking/Makefile.am, libnetworking/configure.ac,
2676        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2677        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2678        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2679        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2680        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2681        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2682        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2683        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2684        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2685        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2686        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2687        libnetworking/net/route.c, libnetworking/net/route.h,
2688        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2689        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2690        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2691        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2692        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2693        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2694        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2695        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2696        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2697        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2698        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2699        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2700        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2701        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2702        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2703        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2704        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2705        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2706        libnetworking/pppd/example/README,
2707        libnetworking/pppd/example/netconfig.h,
2708        libnetworking/wrapup/Makefile.am: Modified.
2709        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2710        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2711        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2712        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2713        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2714        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2715        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2716        libnetworking/modem/pppcompress.c: Subdirectory removed.
2717
27182002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2719
2720        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2721        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2722
27232002-01-18      Till Straumann <strauman@slac.stanford.edu>
2724
2725        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2726        issues: - exception handler needs to enable MSR_FP if the interrupted
2727        thread is FP enabled. - printk message for MSR fixed and added
2728        stacktrace. NOTE: this requires the stacktrace patch to
2729        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2730        however).
2731
27322002-01-06      Joel Sherrill <joel@OARcorp.com>
2733
2734        * optman/.cvsignore: Added aclocal.m4 and configure.
2735        * optman/.cvsignore: New file.
2736
27372002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2738
2739        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2740
27412002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2742
2743        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2744        * optman/ChangeLog: New.
2745        * optman/configure.ac: New.
2746        * optman/Makefile.am: New.
2747        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2748        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2749
27502001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2751
2752        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2753
27542001-12-18      Eric Norum <eric.norum@usask.ca>
2755
2756        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2757        `directories' (path names with a / at the end) while disallowing open()
2758        operations on TFTP `directories'.
2759
27602001-12-07      Eric Norum <eric.norum@usask.ca>
2761
2762        * libnetworking/lib/tftpDriver.c: Restore write capability.
2763
27642001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2765
2766        * libchip/network/sonic.h: Fix typo.
2767        * libnetworking/arpa/Makefile.am: Remove stray lines.
2768
27692001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2770
2771        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2772
27732001-10-18      Eric Norum <eric.norum@usask.ca>
2774
2775        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2776        chdir() and open() operations within the TFTP file system.
2777
27782001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2779
2780        * librdbg/configure.ac: Fix latent bug exposed by removal of
2781        config.cache's which prevented powerpc targets librdbg from building.
2782
27832001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2784
2785        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2786        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2787        autoconf-2.52 happy.
2788
27892001-10-12      Mike Siers <mikes@poliac.com>
2790
2791        * libnetworking/Update to stable working state.  Congratulations Mike!
2792        :).
2793        * libnetworking/modem_example: Directory removed.
2794        * libnetworking/modem_example/16550.h,
2795        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2796        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2797        libnetworking/modem_example/ppp.h,
2798        libnetworking/modem_example/pppcompress.c: Files removed.
2799        * libnetworking/pppd/example/pppd.options: New file.
2800        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2801        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2802        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2803        libnetworking/pppd/rtemsmain.c: Updated.
2804
28052001-10-12      Joel Sherrill <joel@OARcorp.com>
2806
2807        * libchip/serial/z85c30.c: Fixed typo.
2808
28092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2810
2811        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2812        * configure.in: Remove.
2813        * configure.ac: New file, generated from configure.in by autoupdate.
2814        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2815        * libchip/configure.in: Remove.
2816        * libchip/configure.ac: New file, generated from configure.in by
2817        autoupdate.
2818        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2819        * librdbg/configure.in: Remove.
2820        * librdbg/configure.ac: New file, generated from configure.in by
2821        autoupdate.
2822        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2823        * libnetworking/configure.in: Remove.
2824        * libnetworking/configure.ac: New file, generated from configure.in by
2825        autoupdate.
2826
28272001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2828
2829        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2830        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2831        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2832
28332001-09-27      Joel Sherrill <joel@OARcorp.com>
2834
2835        * libchip/ChangeLog: Fixed typo in date.
2836
28372001-09-27      Eric Norum <eric.norum@usask.ca>
2838
2839        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2840        TFTP  filesystem.
2841
28422001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2843
2844        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2845        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2846        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2847        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2848        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2849        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2850        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2851        'PREINSTALL_FILES ='.
2852        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2853        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2854        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2855        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2856        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2857        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2858        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2859        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2860        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2861        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2862        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2863        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2864
28652001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2866
2867        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2868        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2869        * librdbg/src/m68k/any/Makefile.am: Ditto.
2870        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2871        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2872        happy.
2873
28742001-09-21      Joel Sherrill <joel@OARcorp.com>
2875
2876        * libchip/network/Makefile.am: Fixed typo on file name.
2877        * libchip/network/i82586.c: Commented out line 318 which is referencing
2878        a member of a structure that is not currently there.  This needs to be
2879        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2880        to C style.
2881
28822001-09-19      Eric Norum <eric.norum@usask.ca>
2883
2884        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2885
28862001-09-19      Chris Johns <ccj@acm.org>
2887
2888        * libchip/network/README.i82586, libchip/network/i82586.c,
2889        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2890        Network driver for Intel i82586.
2891        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2892        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2893        "root" filesystem with information obtained via the DHCP response.
2894
28952001-09-14      Eric Norum <eric.norum@usask.ca>
2896
2897        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2898        make gcc 3.x happy.
2899
29002001-08-16      Mike Siers <mikes@poliac.com>
2901
2902        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2903        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2904        These support callback functionality that has not even been compiled
2905        under RTEMS yet.
2906        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2907        example application.  Mike's notes on the modifications: - renamed
2908        error() function because of namespace problems - removed calls to the
2909        exit() funciton - removed extra files from the pppd source directory -
2910        defined pppd task constant values in rtemspppd.h - modifyied example
2911        code to get actual tick per second value - placed the pppd 2.3.11 man
2912        page file (pppd.8) into the pppd directory.
2913        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2914        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2915        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2916        libnetworking/pppd/rtems-ppp.c: Deleted.
2917        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2918        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2919        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2920        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2921        libnetworking/pppd/example/init.c,
2922        libnetworking/pppd/example/netconfig.h,
2923        libnetworking/pppd/example/ppp.conf,
2924        libnetworking/pppd/example/pppdapp.c,
2925        libnetworking/pppd/example/system.h: New files.
2926        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2927        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2928        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2929        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2930        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2931        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2932        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2933        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2934        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2935        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2936        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2937        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2938        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2939        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2940        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2941
29422001-08-16      Joel Sherrill <joel@OARcorp.com>
2943
2944        * libnetworking/pppd/example/Makefile: Removed.
2945        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2946        to avoid bootstrap -c clobbering it.
2947        * libnetworking/rtems_telnetd/.cvsignore: New file.
2948
29492001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2950
2951        * libnetworking/Makefile.am, libnetworking/configure.in,
2952        libnetworking/rtems_servers/Makefile.am,
2953        libnetworking/rtems_servers/telnetd.c,
2954        libnetworking/rtems_servers/telnetd.h,
2955        libnetworking/rtems_telnetd/Makefile.am,
2956        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2957        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2958        libnetworking/rtems_telnetd/telnetd.c,
2959        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2960        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2961        effect when ftpd change. - the tcp/ip stats have been implemented into
2962        icmds.c and started when telnetd daemon is started.
2963        * libnetworking/rtems_servers/telnetd.c,
2964        libnetworking/rtems_servers/telnetd.h: Removed.
2965        * libnetworking/rtems_telnetd: New directory.
2966        * libnetworking/rtems_telnetd/Makefile.am,
2967        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2968        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2969        libnetworking/rtems_telnetd/telnetd.c,
2970        libnetworking/rtems_telnetd/telnetd.h: New files.
2971
29722001-06-14      Joel Sherrill <joel@OARcorp.com>
2973
2974        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2975        Moved from libmisc/shell so the network stack to address network
2976        depenendency.
2977        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2978
29792001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2980
2981        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2982
29832001-05-15      Joel Sherrill <joel@OARcorp.com>
2984
2985        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2986        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2987        accidentally deleted the incorrectly empty versions.
2988
29892001-05-14      Till Straumann <strauman@slac.stanford.edu>
2990
2991        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2992        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2993        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2994        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2995        to know the values) - the affected BSP (shared/motorola) headers have
2996        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2997        driver (libchip/network/dec21140.c) has been fixed to use
2998        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2999        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3000        who is using this driver. - the DEC driver also has been fixed to use
3001        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3002        delay_in_bus_cycles().
3003
30042001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3005
3006        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3007
30082001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3009
3010        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3011
30122001-04-24      Eric Norum <eric.norum@usask.ca>
3013
3014        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3015        NTP synchronization a little more robust -- no NTP daemon yet, but at
3016        least it trys a little harder when the primary NTP server is down.
3017
30182001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3019
3020        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3021        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3022        libnetworking/pppd/modem_example/modem.c,
3023        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3024        other strings into English.
3025        * libnetworking/pppd/STATUS: updated to reflect the changes.
3026
30272001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3028
3029        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3030        again.
3031
30322001-04-20      Eric Valette <valette@crf.canon.fr>
3033
3034        * mcp750 directory renamed new_exception processing as it supports many
3035        more CPU models.
3036        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3037        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3038        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3039        formerly in mcp750 plus modifications.
3040        * librdbg/src/powerpc/mcp750/.cvsignore,
3041        librdbg/src/powerpc/mcp750/Makefile.am,
3042        librdbg/src/powerpc/mcp750/remdeb.h,
3043        librdbg/src/powerpc/mcp750/remdeb_f.x,
3044        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3045        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3046        new_exception_processing.
3047        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3048        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3049        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3050        part of this effort to add support for the MPC8xx.
3051
30522001-04-19      Joel Sherrill <joel@OARcorp.com>
3053
3054        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3055        internal include files.
3056
30572001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3058
3059        PR 158
3060        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3061        rcmd() library call by commenting out the parts that deal with signals.
3062        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3063        stdio. The 'server-side' parts of this file which deal with
3064        authentication are disabled since they are not needed.
3065
30662001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3067
3068        * libnetworking/include/.cvsignore: Remove dangling file.
3069
30702001-03-14      Joel Sherrill <joel@OARcorp.com>
3071
3072        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3073        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3074        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3075        libchip style serial drivers can be written in libcpu or libbsp.
3076
30772001-03-01      Joel Sherrill <joel@OARcorp.com>
3078
3079        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3080        libchip/network/sonic.c, libchip/network/sonic.h,
3081        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3082        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3083        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3084        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3085        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3086        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3087        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3088        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3089
30902001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3091
3092        * librdbg/include/rdbg/Makefile.am,
3093        librdbg/include/rdbg/i386/Makefile.am,
3094        librdbg/include/rdbg/m68k/Makefile.am,
3095        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3096        style on include files.
3097
30982001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3099
3100        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3101        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3102        replace ${..} with $(..).
3103        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3104        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3105        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3106        libnetworking/rtems/Makefile.am, libnetworking/
3107        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3108        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3109        include_*HEADERS instead of H_FILES.
3110        * libnetworking/include/Makefile.am: Remove.
3111        * libnetworking/Makefile.am: Add handling of *.h files.
3112        * libnetworking/configure.in: Remove include/Makefile.
3113
31142001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3115
3116        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3117
31182001-01-31      Sergei Organov <osv@javad.ru>
3119
3120        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3121        current dir and root dir removed in favor of new libio support for
3122        task-local current and root directories. - Bug in `close_data_socket()'
3123        introduced by previous change fixed. - `command_pasv()' changed to set
3124        timeout on socket we are listening on and code fixed to don't close
3125        socket twice on error. - `serr()' changed to clear `errno'. -
3126        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3127        changed to clear `errno' before processing session. -
3128        `close_data_socket()' fixed to close both active and passive sockets -
3129        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3130        empty string  in `exec_command()'.
3131
31322001-01-25      Eric Norum <eric.norum@usask.ca>
3133
3134        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3135        improves throughput on systems which are dropping packets.   Only the
3136        first timeout is reduced.  This keeps the number of extra packets down
3137        on networks that are very busy and dropping lots of packets.
3138
31392001-01-24      Sergei Organov <osv@javad.ru>
3140
3141        * libnetworking/rtems_servers/ftpd.c,
3142        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3143        - Timeouts on sockets implemented. 'idle' field added to configuration.
3144        No timeout by default to keep backward compatibility. Note: SITE IDLE
3145        command not implemented yet. - Basic global access control implemented.
3146        'access' field added to configuration. No access limitations by default
3147        to keep backward compatibility. - Anchor data socket for active mode
3148        (using self IP and port 20.) - Fixed default data port support (still
3149        not tested). - Don't allow IP address different from originating host in
3150        PORT command to improve security. - Fixed bug in MDTM command. - Check
3151        for correctness of parsing of argument in command_port(). - Fixed
3152        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3153        a directory. - Command parsing a little bit improved: command names are
3154        now converted to upper-case to be more compatible with RFC (command
3155        names are not case-sensitive.) - Reformat comments so that they have
3156        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3157        previous changes - True ASCII mode implemented (doesn't work for hooks
3158        and /dev/null) - Passive mode implemented, PASV command added. - Default
3159        port for data connection could be used (untested, can't find ftp client
3160        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3161        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3162
31632001-01-18      Joel Sherrill <joel@OARcorp.com>
3164
3165        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3166        macro using variable arguments.
3167        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3168        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3169        since I updated the main RTEMS development machine to RedHat 7.2 and
3170        apparently got a new version of rpcgen.
3171
31722001-01-12      Sergei Organov <osv@javad.ru>
3173
3174        * libnetworking/rtems_servers/ftpd.c,
3175        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3176        - use pool of pre-created threads to handle sessions instead of
3177        creating/deleting threads on the fly - LIST output is now similar to
3178        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3179        happy with it. - LIST NAME now works (both for files and directories) -
3180        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3181        clients happy  - keep track of CWD for every session separately -
3182        ability to specify root directory name for FTPD in configuration table.
3183        FTPD will then create illusion for FTP clients that this is actually
3184        root directory. - ignore options sent in commands, thus LIST -al FILE
3185        works and doesn't try to list "-al" directory. - buffers are allocated
3186        on stack instead of heap where possible to eliminate malloc/free calls
3187        (avoid possible heap fragmentation troubles). - drop using of task
3188        notepad to pass parameters - use function arguments instead - use
3189        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3190        in socket() instead of AF_INET.
3191
31922001-01-02      Joel Sherrill <joel@OARcorp.com>
3193
3194        * libnetworking/CHANGELOG: Removed.
3195        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3196
31972000-12-14      Eric Norum <eric.norum@usask.ca>
3198
3199        * libnetworking/lib/tftpDriver.c: Added write capability.
3200
32012000-12-08      Joel Sherrill <joel@OARcorp.com>
3202
3203        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3204        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3205        numerous variable declarations conditional on PPP_COMPRESS and
3206        PPP_FILTER.  Commented out variables that were not used because the code
3207        using them was commented out. Removed totally unused variables.
3208        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3209        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3210
32112000-11-30      Joel Sherrill <joel@OARcorp.com>
3212
3213        * libnetworking/modem/ppp_tty.c: Changed to include
3214        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3215        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3216        * libnetworking/Makefile.am: Modified to reflect above.
3217
32182000-11-27      Joel Sherrill <joel@OARcorp.com>
3219
3220        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3221
32222000-11-25      Eric Norum <eric.norum@usask.ca>
3223
3224        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3225        core.
3226
32272000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3228
3229        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3230        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3231        subdir.
3232        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3233        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3234        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3235        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3236        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3237        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3238        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3239        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3240        ppp_tty.c and the real pppd main is in pppmain.c.
3241
32422000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3243
3244        * libchip/network/sonic.c: Added ipalign() routine to align the received
3245        packet so that the ip header is on a 32-bit boundary. Necessary for
3246        cpu's that do not allow unaligned loads and stores and when the 32-bit
3247        DMA mode is used.
3248
32492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3250
3251        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3252        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3253        ACLOCAL_AMFLAGS.
3254        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3255        ACLOCAL_AMFLAGS.
3256        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3257        ACLOCAL_AMFLAGS.
3258
32592000-11-03      Chris Johns <ccj@acm.org>
3260
3261        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3262        libchip/network/cs8900.h: New files.
3263
32642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3265
3266        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3267        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3268        $(RTEMS_TOPdir)/aclocal.
3269        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3270        $(RTEMS_TOPdir)/aclocal.
3271        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3272        $(RTEMS_TOPdir)/aclocal.
3273
32742000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3275
3276        * configure.in: Switch to GNU-canonicalization.
3277        * Makefile.am: Reflect changes to configure.in.
3278        * acinclude.m4: Remove.
3279
32802000-10-30      Joel Sherrill <joel@OARcorp.com>
3281
3282        * POSIX include files merged into newlib.  This resulted in some
3283        definitions moving to other files and thus some secondary effects in
3284        RTEMS source code.
3285        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3286        in sync with newlib's <machine/types.h>.
3287        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3288        definition of struct itimerval in <sys/time.h>.
3289
32902000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3291
3292        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3293        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3294        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3295        * ChangeLog: Fix typos.
3296        * configure.in: add tests to the GNU canonicalized subdirectories.
3297
32982000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3299
3300        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3301        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3302        the lib directory before configuring lib/.
3303
33042000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3305
3306        * configure.in, Makefile.am: add exec to the GNU canonicalized
3307        subdirectories.
3308        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3309        * configure.in: add libnetworking, librpc and librdb to the GNU
3310        canonicalized subdirectories.
3311        * configure.in: add libmisc and libchip to the GNU canonicalized
3312        subdirectories.
3313        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3314        Switch to GNU canonicalization.
3315        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3316        Switch to GNU canonicalization.
3317        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3318        Switch to GNU canonicalization.
3319
33202000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3321
3322        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3323        canonicalization to libfs/. The approach is currently a bit of a hack as
3324        GNU canonicalization does not support the per-BSP build some of the
3325        other directories require.  As more of the tree is converted, this will
3326        become less  of an issue.
3327
33282000-10-20      Joel Sherrill <joel@OARcorp.com>
3329
3330        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3331        parameter.
3332
33332000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3334
3335        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3336        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3337        * librdbg/configure.in: Add m68k support.
3338        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3339        subdirectory.
3340        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3341        failure.
3342        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3343        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3344        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3345        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3346        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3347        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3348        librdbg/src/m68k/.cvsignore: New files.
3349        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3350        function pointers.
3351        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3352        _after_ pointer has been checked against NULL.
3353
33542000-10-18      Joel Sherrill <joel@OARcorp.com>
3355
3356        * wrapup/Makefile.am: Added libfs.
3357
33582000-10-18      Chris Johns <ccj@acm.org>
3359
3360        * libfs created.
3361        * configure.in: Added libfs subdirectory.
3362        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3363
33642000-09-28      Joel Sherrill <joel@OARcorp.com>
3365
3366        * libnetworking/rtems_webserver/Makefile.am,
3367        libnetworking/rtems_webserver/base64.c,
3368        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3369        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3370
33712000-09-22      Joel Sherrill <joel@OARcorp.com>
3372
3373        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3374        libnetworking/rtems/rtems_bsdnet_internal.h,
3375        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3376        have included rtems.h.  It is now including precisely the  least amount
3377        of low level, yet portable .h files to get the basic RTEMS types
3378        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3379        used machine/types.h to include rtems.h.
3380
33812000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3382
3383        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3384
33852000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3386
3387        * libnetworking/ChangeLog: Cleanup.
3388
33892000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3390
3391        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3392        * libchip/ChangeLog: Fix formating.
3393
33942000-09-05      Joel Sherrill <joel@OARcorp.com>
3395
3396        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3397        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3398        confusion and to work with the converted flags.
3399
34002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3401
3402        * wrapup/Makefile.am: Include compile.am.
3403        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3404        libchip/serial/Makefile.am: Include compile.am.
3405        * librdbg/src/i386/any/Makefile.am,
3406        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3407        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3408        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3409        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3410        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3411        libnetworking/rtems_servers/Makefile.am,
3412        libnetworking/rtems_webserver/Makefile.am,
3413        libnetworking/wrapup/Makefile.am: Include compile.am.
3414
34152000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3416
3417        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3418        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3419
34202000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3421
3422        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3423
34242000-08-31      Joel Sherrill <joel@OARcorp.com>
3425
3426        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3427        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3428        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3429        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3430        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3431        * libnetworking/wbase64.c: Removed.
3432        * libnetworking/Makefile.am, libnetworking/asp.c,
3433        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3434        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3435        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3436        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3437        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3438        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3439        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3440        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3441        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3442        Modified.
3443
34442000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3445
3446        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3447
34482000-08-30      Joel Sherrill <joel@OARcorp.com>
3449
3450        * libnetworking/rtems_webserver/license.txt: New file.
3451
34522000-08-10      Joel Sherrill <joel@OARcorp.com>
3453
3454        * ChangeLog: New file.
3455        * libchip/ChangeLog: New file.
3456        * librdbg/ChangeLog: New file.
3457        * libnetworking/ChangeLog: New file.
3458
Note: See TracBrowser for help on using the repository browser.