source: rtems/c/src/ChangeLog @ 891bd246

4.104.114.95
Last change on this file since 891bd246 was 891bd246, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/08 at 07:20:15

2008-08-18 Ralf Corsépius <ralf.corsepius@…>

  • libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
  • Property mode set to 100644
File size: 138.8 KB
Line 
12008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
4
52008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
8        -Wstrict-prototypes to RTEMS_CFLAGS.
9
102008-08-02      Chris Johns <chrisj@rtems.org>
11
12        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
13        rtems_blkdev_request count and start references. Use
14        RTEMS_BLKDEV_START_BLOCK.
15
162008-07-29      Chris Johns <chrisj@rtems.org>
17
18        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
19
20        * libchip/ide/ata.c: Change to use a mutex rather than disable
21        pre-emption. Updated to the libblock changes.
22
23        * libchip/ide/ata_internal.h: Updated to the new chains API.
24
25        * libchip/ide/ide_controller.c: Updated to the libblock
26        changes. Added come debug tracing.
27
28        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
29        to the libblock changes.
30
312008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * configure.ac: Remove RPCGEN, RPCTOOLS.
34
352008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
36
37        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
38        for output format specifiers.
39
402008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
41
42        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
43        Fixed some data types
44
452008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
46
47        * libchip/i2c/spi-sd-card.c: Added missing header file.
48        * libchip/Makefile.am: Added SD Card driver.
49
502008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
51
52        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
53        make glyphs non-constant, added file headers
54
552008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
56
57        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
58        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
59        * libchip/display/font_hcms29xx.h
60        Creation of SPI display driver
61
622008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
63
64        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
65        via SPI.
66
672008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
70        AC_PREREQ(2.62).
71
722008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
75
762008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * libchip/Makefile.am: Move termios helper routines from libchip to
79        libcsupport. Add routine which makes it easy for a termios device
80        driver to inform termios of its default baud rate. This avoids
81        inconsistencies in later termios settings changes.
82        * libchip/serial/termios_baud2index.c,
83        libchip/serial/termios_baud2num.c: Removed.
84
852008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
88
892008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
90
91        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
92        not fail if there are none.
93
942008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
95
96        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
97        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
98        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
99        * libchip/Makefile.am:
100        derived a generic spi memory driver from spi-flash-m25p40,
101        added descriptor for fram fm25l256
102
1032008-05-07      Till Straumann <strauman@slac.stanford.edu>
104
105        PR 649/bsps
106        * libchip/ide/ata.c: Give up if the interface does not become ready.
107
1082008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        Moved to cpukit.
111        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
112        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
113        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
114        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
115        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
116        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
117        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
118        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
119        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
120        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
121        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
122        nfsclient/src/xdr_mbuf.c: Removed.
123
1242008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
127
1282008-01-05      Chris Johns <chrisj@rtems.org>
129
130        * libchip/flash/am29lv160.c: Update the blank check error message
131        to say there is an error.
132       
1332007-12-22      Chris Johns <chrisj@rtems.org>
134
135        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
136        the hello message. Just one line but still a little too long.
137       
1382007-12-14      Chris Johns <chrisj@rtems.org>
139
140        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
141        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
142        * libchip/flash, libchip/flash/am29lv160.c,
143        libchip/flash/am29lv160.h: New.
144
1452007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * libchip/network/if_fxp.c: Spacing.
148
1492007-11-20      Till Straumann <strauman@slac.stanford.edu>
150
151        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
152        Avoid using 'stdio' before the system is up and fully
153        initialized.
154
1552007-11-20      Till Straumann <strauman@slac.stanford.edu>
156
157        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
158        * libchip/Makefile.am, libchip/preinstall.am:
159        added new driver for Maxim DS1375 i2c RTC.
160
1612007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
162
163        * libchip/i2c/spi-flash-m25p40.c:
164        added addressing call in write function
165
1662007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
167
168        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
169        * libchip/Makefile.am:
170        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
171
1722007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
175
1762007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * nfsclient/Makefile.am: Fix errors.
179
1802007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
183
1842007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * aclocal/version.m4: Bump RTEMS_API to 4.9.
187        Bump RTEMS_VERSION to 4.8.99.0.
188
1892007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
190
191        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
192
1932007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * configure.ac: Remove AC_PROG_AWK (Unused).
196
1972007-09-14      Daron Chabot <djc915@mail.usask.ca>
198
199        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
200        rtems_interrupt_vector, to permit passing arbitrary arguments to the
201        ISR. Clean up of variables to silence compiler warnings.
202
2032007-09-13      Daniel Hellstrom <daniel@gaisler.com>
204
205        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
206
2072007-09-12      Daniel Hellstrom <daniel@gaisler.com>
208
209        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
210          - Odd bit bug in some chips taken care of.
211          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
212            alignment but failing to do so must have made the driver writer to make
213            some incorrect assumptions about MBUFs.
214          - Fixed MBUF handling to handle mbuf chains better. The Data length of
215            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
216          - Made while loop responsible for copying data to fifo port copy 16 shorts
217            per loop instead of 1 short, increasing the copying process.
218
2192007-09-07      Daniel Hellstrom <daniel@gaisler.com>
220
221        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
222        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
223
2242007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
225
226        * configure.ac, wrapup/Makefile.am: Remove RDBG.
227        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
228        librdbg/Makefile.am, librdbg/preinstall.am,
229        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
230        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
231        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
232        librdbg/include/rdbg/powerpc/rdbg_f.h,
233        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
234        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
235        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
236        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
237        librdbg/src/servtsp.c, librdbg/src/servutil.c,
238        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
239        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
240        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
241        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
242        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
243        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
244        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
245        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
246        librdbg/src/powerpc/rdbg_f.c,
247        librdbg/src/powerpc/new_exception_processing/remdeb.h,
248        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
249        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
250        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
251
2522007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
253
254        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
255
2562007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
257
258        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
259          sizes.
260
2612007-07-27      Chris Johns <chrisj@rtems.org>
262
263        * wrapup/Makefile.am: Create archive from a file for hosts
264        with a limited command line size.
265
2662007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
267
268        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
269          sizes.
270
2712007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
272       
273        * configure.ac: Add nfsclient.
274        * nfsclient/Makefile.am: New.
275        * nfsclient/proto/Makefile, nfsclient/Makefile,
276          nfsclient/src/Makefile: Remove.
277        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
278        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
279
2802007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
281
282        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
283        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
284        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
285        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
286        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
287        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
288        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
289        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
290        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
291        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
292        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
293        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
294
2952007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
296
297        * libchip/serial/ns16550.c: removed timed out wait for transmitter
298        to become ready: This will not work for fast CPUs.
299
3002007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
301
302        * libchip/ide/ata.c: fixed warning
303
3042007-06-20      Ray Xu <rayx@gmail.com>
305
306        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
307        console, and libio. This shrinks the memory requirements but Joel has
308        not figured out how best to present this to application space.
309        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
310        New files.
311
3122007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
313
314        * optman/sapi/no-io.c: Split IO Manager into one function per file so
315        now we only need required initialization methods.
316
3172007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
318
319        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
320        parameter since it was used to configure a no longer used feature.
321        Device names are now part of the filesystem not in a table.
322
3232007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
324
325        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
326        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
327        optman/rtems/no-part.c, optman/rtems/no-region.c,
328        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
329        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
330        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
331        other optional managers so using them reduces application size
332        instead of increasing it.
333        * optman/rtems/no-barrier.c: New file.
334
3352007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
336
337        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
338        adjustments to pci-API changes.
339        * libchip/network/dec21140.c, libchip/network/elnk.c,
340        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
341        changes.
342
3432007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
344
345        * libchip/network/dec21140.c, libchip/network/if_dc.c,
346        libchip/network/if_fxp.c: Reflect changes to pci-API.
347
3482007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
349
350        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
351        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
352
3532007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
354
355        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
356          being used to compile "tools").
357
3582007-03-13      Joel Sherrill <joel@OARcorp.com>
359
360        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
361
3622007-03-12      Joel Sherrill <joel@OARcorp.com>
363
364        * libchip/network/cs8900.c, libchip/network/cs8900.h,
365        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
366        and/or fix mistake in copyright notice. Both of these mistakes appear
367        to be from code submitted after these changes were made previously.
368
3692007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
370
371        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
372
3732007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
374
375        * libchip/Makefile.am: Correct path to README.tulipclone.
376
3772007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
378
379        * libchip/ide/ata.c: Remove superfluous type casts.
380
3812007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
382
383        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
384        Use size_t for sizes.
385
3862007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
387
388        * libchip/ide/ata.c: in ata_request_done: moved call to free()
389        from preemption disabled region
390
3912007-01-16      Till Straumann <strauman@slac.stanford.edu>
392
393        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
394        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
395        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
396
3972006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
398
399        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
400          ioctl_command_t as ioctl argument.
401
4022006-12-13      Joel Sherrill <joel@OARcorp.com>
403
404        * librtems++/include/rtems++/rtemsEvent.h,
405        librtems++/include/rtems++/rtemsMessageQueue.h,
406        librtems++/include/rtems++/rtemsSemaphore.h,
407        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
408        librtems++/src/rtemsMessageQueue.cc,
409        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
410        rtems_unsigned32 to uint32_t.
411
4122006-12-13      Joel Sherrill <joel@OARcorp.com>
413
414        PR 1181/bsps
415        * optman/rtems/no-msg.c: Clean up dead code.
416
4172006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
418
419        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
420
4212006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
422
423        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
424        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
425        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
426
4272006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
428
429        * configure.ac: New BUG-REPORT address.
430
4312006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
432
433        * Makefile.am: Remove ampolish3.
434
4352006-11-17      Joel Sherrill <joel@OARcorp.com>
436
437        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
438        blank lines.
439
4402006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
441
442        * configure.ac: Remove RTEMS_AMPOLISH3.
443        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
444          Remove checks for AMPOLISH3.
445        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
446        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
447        * ampolish3: Remove.
448
4492006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
450
451        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
452        * aclocal/prog-cc.m4: Remove CFLAGS.
453        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
454        Compose CFLAGS. Append CFLAGS to ac_configure_args.
455
4562006-10-23      Joel Sherrill <joel@OARcorp.com>
457
458        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
459
4602006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
461
462        * automake/compile.am: Use hard-coded RTEMS_* flags.
463
4642006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
465
466        * aclocal/rtems-top.m4: Remove RTEMS_API.
467        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
468
4692006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
470
471        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
472
4732006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
474
475        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
476
4772006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
478
479        * aclocal/version.m4: Bump version to 4.7.99.0.
480
4812006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
482
483        * configure.ac: Require autoconf-2.60. Require automake-1.10.
484
4852006-09-11      Joel Sherrill <joel@OARcorp.com>
486
487        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
488
4892006-09-04      Joel Sherrill <joel@OARcorp.com>
490
491        * libchip/network/greth.c, libchip/network/open_eth.c,
492        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
493        introduced by warning removal.
494
4952006-09-01      Joel Sherrill <joel@OARcorp.com>
496
497        * libchip/network/greth.c, libchip/network/open_eth.c,
498        libchip/network/smc91111.c: Remove warnings and correct prototype
499        added earlier today.
500
5012006-09-01      Joel Sherrill <joel@OARcorp.com>
502
503        * libchip/network/cs8900.c, libchip/network/greth.c,
504        libchip/network/i82586.c, libchip/network/open_eth.c,
505        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
506        sized integers, and inttypes.h printf helpers.
507
5082006-08-09      Kolja Waschk <waschk@telos.de>
509
510        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
511
5122006-07-12      Joel Sherrill <joel@OARcorp.com>
513
514        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
515
5162006-07-11      Jerry Needell <jerry.needell@unh.edu>
517
518        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
519        4.6 branch.  Original modifications by Gaisler Enterprises.
520        * libchip/network/greth.c, libchip/network/greth.h: New files.
521
5222006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
523
524        * ide/ata.[ch]:
525        (PR1118) fetch priority for ATA task from a variable,
526        not a fixed configuration value.
527       
5282006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
529
530        * Makefile.am: Add ampolish3.
531
5322006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
533
534        * ampolish3: New.
535        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
536
5372006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
538
539        * aclocal/rtems-ampolish.m4: New.
540        * configure.ac: Use RTEMS_AMPOLISH3.
541
5422006-04-18  Joel Sherrill <joel@OARcorp.com>
543
544        * aclocal/version.m4: Updated to rtems-4.6.99.3.
545
5462006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
547
548        PR 853/filesystem
549        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
550        should be modified to support the new exception scheme and to use the
551        handle parameter.
552
5532006-02-a32     Eric Norum <norume@aps.anl.gov>
554
555        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
556        "newer" PCI access calls.  Minor cleanups.  Comments.
557
5582006-01-12      Eric Norum <norume@aps.anl.gov>
559
560        PR 861/networking
561        PR 863/networking
562        * libchip/network/smc91111.c: Fix illegal lvalue increments.
563
5642006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
565
566        * wrapup/Makefile.am: Add preinstall.am.
567        * libchip/Makefile.am: Build libchip/network/smc91111.
568        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
569        Eliminate cyg_int* crap.
570
5712006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
572
573        * librdbg/Makefile.am: Add preinstall.am.
574        * aclocal/bsp-configure.m4: Add ampolish3.
575        New header guards.
576
5772006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
578
579        * libchip/network/open_eth.c, libchip/network/open_eth.h:
580        Merger from rtems-4-6-branch.
581
5822006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
583
584        * libchip/network/smc91111.c
585        libchip/network/smc91111config.h
586        libchip/network/smc91111exp.h
587        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
588        * libchip/Makefile.am: Reflect adding smc91111*.
589
5902006-01-08      Joel Sherrill <joel@OARcorp.com>
591
592        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
593        char *.
594
5952006-01-08      Joel Sherrill <joel@OARcorp.com>
596
597        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
598        warnings.
599
6002005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
601
602        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
603        Add RTEMS_RELLDFLAGS.
604        * automake/compile.am: Remove RTEMS_USE_GCC.
605        Remove RTEMS_RELLDFLAGS.
606        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
607
6082005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
609
610        * libchip/network/if_media.h, libchip/network/mii.h:
611        Remove (Moved to cpukit).
612        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
613        and libchip/network/if_media.h.
614        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
615        if_media.h having moved.
616
6172005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
618
619        * automake/compile.am, automake/host.am, automake/local.am,
620        automake/subdirs.am: Remove depend.
621        * configure.ac: Explicitly pass --libdir and --includedir to
622        testsuites.
623
6242005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
625
626        * configure.ac: Reflect changes to testsuites.
627
6282005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
629
630        * automake/compile.am: Remove GCCSPECS.
631        * aclocal/prog-cc.m4: Add GCCSPECS.
632        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
633
6342005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
635
636        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
637        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
638
6392005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
640
641        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
642        libcpu/byteorder.h for i386.
643
6442005-11-02      Till Straumann <strauman@slac.stanford.edu>
645
646        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
647        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
648        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
649        added a simple API/library for i2c devices and drivers for i2c
650        2-byte eeproms and a ds1621 temperature sensor; API is documented
651        in libi2c.h.
652
6532005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
654
655        * libnetworking/pppd/ipxcp.c,
656        libnetworking/pppd/chat.c,
657        libnetworking/pppd/patchlevel.h,
658        libnetworking/pppd/upap.h,
659        libnetworking/pppd/md5.h,
660        libnetworking/pppd/pppd.8,
661        libnetworking/pppd/README,
662        libnetworking/pppd/preinstall.am,
663        libnetworking/pppd/md4.h,
664        libnetworking/pppd/magic.c,
665        libnetworking/pppd/pppd.h,
666        libnetworking/pppd/demand.c,
667        libnetworking/pppd/rtemsmain.c,
668        libnetworking/pppd/sys-rtems.c,
669        libnetworking/pppd/ipcp.h,
670        libnetworking/pppd/lcp.h,
671        libnetworking/pppd/chap_ms.c,
672        libnetworking/pppd/md4.c,
673        libnetworking/pppd/rtemspppd.h,
674        libnetworking/pppd/cbcp.h,
675        libnetworking/pppd/auth.c,
676        libnetworking/pppd/lcp.c,
677        libnetworking/pppd/example/README,
678        libnetworking/pppd/example/ppp.conf,
679        libnetworking/pppd/example/system.h,
680        libnetworking/pppd/example/netconfig.h,
681        libnetworking/pppd/example/pppdapp.c,
682        libnetworking/pppd/example/init.c,
683        libnetworking/pppd/example/Makefile-user,
684        libnetworking/pppd/example/pppd.options,
685        libnetworking/pppd/rtemspppd.c,
686        libnetworking/pppd/ipxcp.h,
687        libnetworking/pppd/chap_ms.h,
688        libnetworking/pppd/options.c,
689        libnetworking/pppd/magic.h,
690        libnetworking/pppd/chap.h,
691        libnetworking/pppd/cbcp.c,
692        libnetworking/pppd/upap.c,
693        libnetworking/pppd/chap.c,
694        libnetworking/pppd/Makefile.am,
695        libnetworking/pppd/ccp.h,
696        libnetworking/pppd/utils.c,
697        libnetworking/pppd/rtemsdialer.h,
698        libnetworking/pppd/fsm.h,
699        libnetworking/pppd/pathnames.h,
700        libnetworking/pppd/md5.c,
701        libnetworking/pppd/fsm.c,
702        libnetworking/pppd/ipcp.c,
703        libnetworking/pppd/STATUS,
704        libnetworking/pppd/ccp.c,
705        libnetworking/Makefile.am: Remove (Moved to cpukit).
706
7072005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
708
709        * configure.ac: Remove libnetworking, libnetworking/pppd.
710        * wrapup/Makefile.am: Remove libpppd.a.
711
7122005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
713
714        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
715        rtemsdialer.h to $(includedir)/rtems.
716
7172005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
718
719        * libnetworking/rtems_telnetd/icmds.c,
720        libnetworking/rtems_telnetd/Makefile.am,
721        libnetworking/rtems_telnetd/preinstall.am,
722        libnetworking/rtems_telnetd/pty.c,
723        libnetworking/rtems_telnetd/pty.h,
724        libnetworking/rtems_telnetd/README,
725        libnetworking/rtems_telnetd/telnetd.c,
726        libnetworking/rtems_telnetd/telnetd.h:
727        Remove (Moved to cpukit).
728
7292005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
730
731        * configure.ac: Remove libnetworking/rtems_telnetd.
732        * libnetworking/Makefile.am: Remove rtems_telnetd.
733        * libnetworking/README: Remove (Obsolete).
734        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
735
7362005-10-20  Eric Norum <norume@aps.anl.gov>
737
738        * libchip/network/dec21140.c: Clean up PCI mapping.
739
7402005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
741
742        * libnetworking/pppd/Makefile.am: Use preinstall.am.
743        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
744        librdbg/src/servrpc.c, librdbg/src/servtgt.c
745        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
746        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
747        * configure.ac: Move optman to the end of BSP_SUBDIRS.
748
7492005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
750
751        * aclocal/bspopts.m4: Add missing m4 quotes.
752
7532005-09-02  Joel Sherrill <joel@OARcorp.com>
754
755    * aclocal/version.m4: Updated to rtems-4.6.99.2.
756
7572005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
758
759        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
760        libchip/network/dec21140.c: Remove initialization of PCI bus.
761
7622005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
763
764        * optman/Makefile.am: Add preinstall.am.
765
7662005-07-18      Karel Gardas <kgardas@objectsecurity.com>
767
768        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
769        UNTESTED to tested.
770
7712005-06-17      Joel Sherrill <joel@OARcorp.com>
772
773        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
774        it is not supported by the MPC5xx.
775
7762005-06-17      Joel Sherrill <joel@OARcorp.com>
777
778        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
779        interface. Also correct attempting to build on other than PowerPC and
780        x86.
781
7822005-06-16      Daron Chabot <daron@nucleus.usask.ca>
783
784        * libchip/Makefile.am: Add driver for Tulip clones.
785        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
786        libchip/network/if_dcreg.h: New files.
787
7882005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
789
790        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
791        to enable rdbg.
792        * configure.ac: Reflect changes above.
793
7942005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
795
796        * configure.ac: Add ada/.
797
7982005-05-20      Sergei Organov  <osv@topconrd.ru>
799
800        PR 750/networking
801        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
802        wait_input().
803
8042005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
805
806        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
807        rtems/irq.h.
808
8092005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
810
811        * libchip/Makefile.am: Include preinstall.am.
812        * libchip/preinstall.am: New.
813
8142005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
815
816        * configure.ac: Add AMPOLISH3.
817        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
818        * libnetworking/rtems_telnetd/preinstall.am: New.
819        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
820
8212005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
822
823        * configure.ac: Let enable_rpcgen default to "no".
824
8252005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
826
827        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
828
8292005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
830
831        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
832        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
833
8342005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
835
836        * libchip/network/dec21140.c, libchip/network/elnk.c,
837        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
838
8392005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
840
841        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
842        of code as a result of the implementation of a common PCI interface.
843
8442005-05-04      Joel Sherrill <joel@OARcorp.com>
845
846        * libchip/network/open_eth.c: Remove prototype of set_vector.
847
8482005-05-03      Joel Sherrill <joel@OARcorp.com>
849
850        * librdbg/src/ptrace.c: Remove warning.
851
8522005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
853
854        * libchip/network/dec21140.c, libchip/network/elnk.c,
855        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
856        Modified parameter list to remove warnings.
857
8582005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
859
860        * libchip/network/cs8900.c, libchip/network/i82586.c,
861        libchip/network/open_eth.c, libchip/network/sonic.c,
862        libchip/serial/mc68681.c: Modified types to remove
863        warnings.  Added initialization to remove warnings.
864
8652005-04-28      Joel Sherrill <joel@OARcorp.com>
866
867        * libchip/network/README.sonic: Rewritten to account for removal of
868        dmv177.
869
8702005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
871
872        PR 781/rtems_misc
873        * libchip/serial/ns16550_p.h: Fix baud rate calculation
874
8752005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
876
877        * libchip/serial/ns16550.c:
878        Fixed warnings generated in various powerpc configurations
879
8802005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
881
882        * libchip/serial/ns16550.c: Modified
883        ISR to work with PPC new exception processing
884
8852005-03-14      Joel Sherrill <joel@OARcorp.com>
886
887        * libchip/network/dec21140.c, libchip/network/elnk.c,
888        libchip/network/if_fxp.c: Continue PCI API unification. All use
889        pci_find_device(). Network drivers manufacture a signature since all
890        calls have not been converted yet.
891
8922005-03-04      Joel Sherrill <joel@OARcorp.com>
893
894        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
895        initialize function part of the unified PCI API as pci_initialize().
896
8972005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
898
899        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
900        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
901
9022005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
903
904        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
905        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
906
9072005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
908
909        * aclocal/ppc.m4: Reflect changes to ppc exception processing
910        building procedures.
911
9122005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
913
914        * aclocal/prog-cc.m4:
915        Quote CFLAGS's RHS to accomodate Solaris broken sh.
916
9172005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
918
919        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
920
9212005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
922
923        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
924
9252005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
926
927        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
928
9292005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
930
931        * libnetworking/rtems_servers/ftp.c,
932        libnetworking/rtems_servers/ftp.h,
933        libnetworking/rtems_servers/Makefile.am:
934        Remove (relocated to cpukit/ftpd).
935        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
936        removed move libnetworking/rtems_servers.
937
9382005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
939
940        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
941
9422005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
943
944        PR 755/rtems
945        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
946        Remove local declarations of rtems_bsdnet_nameservers,
947        rtems_bsdnet_nameservers_count.
948
9492005-01-31      Sergei Organov <osv@topconrd.ru>
950
951        PR 751/pppd
952        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
953        committed to fix PR736 breaks pppd. chat.c should have its own static
954        ttyfd for pppd to work correctly. The symptom is that second
955        invokation of chat (for connect script) fails due to pppd_ttyfd set
956        to -1 by previous chat invokation (for init script). In addition,
957        this patch fixes leaving of dangling pointer in the abort_stbring[]
958        by chat_send().
959
9602005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
961
962        * configure.ac: Remove CFLAGS_DEBUG_V.
963        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
964
9652005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
966
967        * wrapup/Makefile.am: Remove rtems-ctor.o.
968
9692005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
970
971        * libchip/rtc/rtc.h: size_t RTC_Count.
972
9732005-01-20      Joel Sherrill <joel@OARcorp.com>
974
975        PR 736/pppd
976        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
977        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
978        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
979        should not be static and should have a name more specific to pppd.
980
9812005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
982
983        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
984        libnetworking/rtems_servers/Makefile.am,
985        libnetworking/rtems_telnetd/Makefile.am,
986        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
987        Eliminate CFLAGS_OPTIMIZE_V.
988
9892005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
990
991        * configure.ac: Pass CFLAGS to testsuites configure.
992        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
993        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
994
9952005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
996
997        * configure.ac: Pass CFLAGS to cpukit configure.
998        * aclocal/rtems-flags.m4: Remove (Unused).
999        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1000        * aclocal/env-rtemsbsp.m4:
1001        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1002        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1003        RTEMS_CFLAGS.
1004        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1005        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1006        Cleanup comments.
1007
10082005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1009
1010        * automake/compile.am: Remove build-variant support.
1011
10122005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1013
1014        * libnetworking/pppd/Makefile.am,
1015        libnetworking/rtems_servers/Makefile.am,
1016        libnetworking/rtems_telnetd/Makefile.am:
1017        Remove build-variant support.
1018
10192005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1020
1021        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1022        support/Makefile.am, wrapup/Makefile.am:
1023        Remove build-variant support.
1024
10252004-11-22      Joel Sherrill <joel@OARcorp.com>
1026
1027        * libchip/network/if_fxp.c: Add entry for another module ID code.
1028
10292004-11-22      Joel Sherrill <joel@OARcorp.com>
1030
1031        PR 693/misc
1032        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1033        in/outport routines.
1034
10352004-11-22      Joel Sherrill <joel@OARcorp.com>
1036
1037        PR 693/misc
1038        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1039        in/outport routines.
1040
10412004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1042
1043        * aclocal/enable-itron.m4: Remove (unused).
1044
10452004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1046
1047        * configure.ac: Misc. quoting cleanups.
1048        Enable ada-tests iff --enable-ada and --enable-tests.
1049
10502004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1051
1052        PR 703/filesystem
1053        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1054        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1055        libchip/ide/ide_controller.c:
1056        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1057        available for BSPS/device drivers.
1058        Extend the "modes_available" and "mode_active" parameters to
1059        uint16_t for UDMA support.
1060
10612004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1062
1063        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1064        not supported on PowerPC since it works on the MVME2100 BSP.
1065
10662004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1067
1068        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1069        Add dependency tracking for *.cfgs.
1070        * Makefile.am: Add dependency tracking for *.cfg.
1071
10722004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1073
1074        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1075        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1076
10772004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1078
1079        PR 707/make_build
1080        * configure.ac: Add --enable-rpcgen.
1081
10822004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1083
1084        PR 700/rtems_misc
1085        * libnetworking/rtems_webserver/asp.c,
1086        libnetworking/rtems_webserver/balloc.c,
1087        libnetworking/rtems_webserver/cgi.c,
1088        libnetworking/rtems_webserver/default.c,
1089        libnetworking/rtems_webserver/ej.h,
1090        libnetworking/rtems_webserver/ejIntrn.h,
1091        libnetworking/rtems_webserver/ejlex.c,
1092        libnetworking/rtems_webserver/ejparse.c,
1093        libnetworking/rtems_webserver/emfdb.c,
1094        libnetworking/rtems_webserver/emfdb.h,
1095        libnetworking/rtems_webserver/form.c,
1096        libnetworking/rtems_webserver/handler.c,
1097        libnetworking/rtems_webserver/h.c,
1098        libnetworking/rtems_webserver/license.txt,
1099        libnetworking/rtems_webserver/Makefile.am,
1100        libnetworking/rtems_webserver/md5c.c,
1101        libnetworking/rtems_webserver/md5.h,
1102        libnetworking/rtems_webserver/mime.c,
1103        libnetworking/rtems_webserver/misc.c,
1104        libnetworking/rtems_webserver/NOTES,
1105        libnetworking/rtems_webserver/ringq.c,
1106        libnetworking/rtems_webserver/rom.c,
1107        libnetworking/rtems_webserver/rtems_webserver.h,
1108        libnetworking/rtems_webserver/security.c,
1109        libnetworking/rtems_webserver/sock.c,
1110        libnetworking/rtems_webserver/socket.c,
1111        libnetworking/rtems_webserver/sockGen.c,
1112        libnetworking/rtems_webserver/sym.c,
1113        libnetworking/rtems_webserver/uemf.c,
1114        libnetworking/rtems_webserver/uemf.h,
1115        libnetworking/rtems_webserver/um.c,
1116        libnetworking/rtems_webserver/um.h,
1117        libnetworking/rtems_webserver/umui.c,
1118        libnetworking/rtems_webserver/url.c,
1119        libnetworking/rtems_webserver/value.c,
1120        libnetworking/rtems_webserver/wbase64.c,
1121        libnetworking/rtems_webserver/webcomp.c,
1122        libnetworking/rtems_webserver/webmain.c,
1123        libnetworking/rtems_webserver/webpage.c,
1124        libnetworking/rtems_webserver/webrom.c,
1125        libnetworking/rtems_webserver/webs.c,
1126        libnetworking/rtems_webserver/websda.c,
1127        libnetworking/rtems_webserver/websda.h,
1128        libnetworking/rtems_webserver/webs.h,
1129        libnetworking/rtems_webserver/websSSL.c,
1130        libnetworking/rtems_webserver/websSSL.h,
1131        libnetworking/rtems_webserver/websuemf.c,
1132        libnetworking/rtems_webserver/wsIntrn.h:
1133        Remove (Moved to cpukit/http).
1134
11352004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1136
1137        PR 700/rtems_misc
1138        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1139        Remove libnetworking/rtems_webserver.
1140
11412004-10-25      Eric Norum <norume@aps.anl.gov>
1142
1143        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1144
11452004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1146
1147        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1148
11492004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1150
1151        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1152        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1153
11542004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1155
1156        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1157
11582004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1159
1160        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1161        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1162
11632004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1164
1165        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1166        BITSPERBYTE.
1167
11682004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1169
1170        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1171        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1172
11732004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1174
1175        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1176
11772004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1178
1179        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1180        * aclocal/enable-bare.m4: Remove.
1181        * configure.ac: Remove BARE_CPU_MODEL.
1182
11832004-10-13      Eric Norum <norume@aps.anl.gov>
1184
1185        PR 688/bsps
1186        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1187        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1188        MC146818A (and several Dallas Semiconductor) TOD chips.
1189
11902004-10-13      Eric Norum <norume@aps.anl.gov>
1191
1192        PR 686/networking
1193        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1194        device code.
1195
11962004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1197
1198        * libchip/network/dec21140.c: include <rtems/pci.h>.
1199
12002004-09-29      Joel Sherrill <joel@OARcorp.com>
1201
1202        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1203        libnetworking/pppd/utils.c: i960 obsoleted and all references
1204        removed.
1205
12062004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1207
1208        PR 607/networking
1209        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1210        instead of fully specifying unused PCI features.
1211
12122004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1213
1214        * configure.ac: Require automake > 1.9.
1215
12162004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1217
1218        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1219
12202004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1221
1222        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1223        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1224
12252004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1226
1227        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1228        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1229
12302004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1231
1232        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1233
12342004-07-28  Joel Sherrill <joel@OARcorp.com>
1235
1236    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1237
12382004-07-25      Joel Sherrill <joel@OARcorp.com>
1239
1240        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1241
12422004-05-21  Till Strauman <strauman@slac.stanford.edu>
1243
1244        PR 625/networking
1245        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1246        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1247        an error rather than panic if no chip is detected (thus allowing
1248        for probing).
1249        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1250        instead of looping forever.  Avoid divide by zero (crashed my PC).
1251        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1252        they are UNTESTED.
1253
12542004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1255
1256        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1257
12582004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1259
1260        * libchip/network/dec21140.c, libchip/network/elnk.c:
1261        #include <errno.h>.
1262
12632004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1264
1265        * libchip/network/if_media.h: Update from FreeBSD.
1266        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1267        libchip/network/i82586.c: #include <errno.h>.
1268
12692004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1270
1271        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1272
12732004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1274
1275        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1276
12772004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1278
1279        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1280        automake).
1281
12822004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1283
1284        PR 599/pppd
1285        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1286
12872004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1288
1289        * optman/rtems/no-region.c: Reflect having changed
1290        rtems_region_get_segment_size.
1291
12922004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1293
1294        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1295        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1296        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1297        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1298        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1299        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1300        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1301
13022004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1303
1304        * libchip/ide/ata.c, libchip/network/dec21140.c,
1305        libchip/network/elnk.c, libchip/network/i82586.c,
1306        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1307        libchip/network/open_eth.c, libchip/network/sonic.c,
1308        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1309        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1310        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1311        libchip/shmdr/shm_driver.h: Cosmetics.
1312
13132004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1314
1315        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1316        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1317        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1318        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1319        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1320        fixed size types.
1321
13222004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1323
1324        * configure.ac: Explicitly pass --includedir and --libdir to
1325        cpukit/configure.
1326
13272004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1328
1329        * librdbg/Makefile.am: Fix rpcgen rules.
1330        * librdbg/src/i386/any/remdeb_xdr.c,
1331        librdbg/src/m68k/any/remdeb_xdr.c,
1332        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1333        Reflect changes to librdbg/Makefile.am.
1334
13352004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1336
1337        * configure.ac: Reflect changes testsuites/configure.ac and
1338        cpukit/configure.ac.
1339
13402004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1341
1342        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1343        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1344
13452004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1346
1347        * configure.ac: Reflect changes to testsuites's configuration.
1348
13492004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1350
1351        PR/589 rtems
1352        * libchip/network/pci.h: Remove (Moved to cpukit).
1353
13542004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1355
1356        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1357        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1358        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1359        libchip/network/dec21140.c, libchip/network/elnk.c,
1360        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1361        libchip/network/open_eth.h, libchip/network/sonic.c,
1362        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1363        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1364        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1365        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1366        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1367        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1368        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1369        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1370        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1371        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1372        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1373        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1374        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1375        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1376        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1377        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1378        fixed-size types.
1379
13802004-03-14      Chris Johns  <chrisj@rtems.org>
1381
1382        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1383        the BSP example code.
1384        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1385        support the DIMMPC. This is a pc386 target with IO port support. Minor
1386        formating clean up. Add documentation to the header file.
1387        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1388        cs8900.h header file.
1389
13902004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1391
1392        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1393        Cosmetics.
1394
13952004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1396
1397        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1398        There are no application level Makefiles in here.
1399
14002004-03-04      Joel Sherrill <joel@OARcorp.com>
1401
1402        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1403        they can be used in application level makefiles.
1404
14052004-03-05      Joel Sherrill <joel@OARcorp.com>
1406
1407        * libnetworking/rtems_webserver/ejparse.c,
1408        libnetworking/rtems_webserver/emfdb.c,
1409        libnetworking/rtems_webserver/sock.c,
1410        libnetworking/rtems_webserver/socket.c,
1411        libnetworking/rtems_webserver/sym.c,
1412        libnetworking/rtems_webserver/webs.c,
1413        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
14142004-03-05      Joel Sherrill <joel@OARcorp.com>
1415
1416        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1417        compiling this file only only those CPU families with supported
1418        exception models.
1419
14202004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1421
1422        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1423        testsuites (Was exposed with --enable-multilib, only).
1424        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1425         Add RTEMS_BSP_CONFIG_SUBDIR.
1426        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1427        testsuites's configure.
1428        * aclocal/rtems-top.m4: Remove ENDIF hack.
1429        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1430
14312004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1432
1433        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1434        wrapup/Makefile.am: Fix automake problems having been introduced
1435        in previous patch.
1436
14372004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1438
1439        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1440        Preinstall dirs.
1441        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1442        * aclocal/check-multiprocessing.m4: Cosmetics.
1443        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1444        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1445
14462004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1447
1448        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1449        librdbg/src/Makefile.am.
1450        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1451        * configure.ac: Reflect changes above.
1452        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1453        * wrapup/Makefile.am: Reflect changes above.
1454        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1455
14562004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1457
1458        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1459
14602004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1461
1462        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1463
14642004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1465
1466        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1467
14682004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1469
1470        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1471        librdbg/src/powerpc/Makefile.am: Remove.
1472        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1473        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1474        * configure.ac: Reflect changes above.
1475
14762004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1477
1478
14792004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1480
1481        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1482        STRIP.
1483
14842004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1485
1486        * librdbg/include/Makefile.am: Merge-in
1487        librdbg/include/rdbg/i386/Makefile.am,
1488        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1489        librdbg/include/rdbg/powerpc/Makefile.am.
1490        * librdbg/include/rdbg/i386/Makefile.am,
1491        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1492        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1493        * configure.ac: Reflect changes above.
1494
14952004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1496
1497        * configure.ac: Use AS_HELP_STRING(ada).
1498
14992004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1500
1501        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1502        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1503        Use AC_CONFIG_HEADERS.
1504        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1505        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1506
15072004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1508
1509        * Makefile.am: include local.am.
1510
15112004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1512
1513        * aclocal/version.m4: 4.6.99.0.
1514
15152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1516
1517        * Makefile.am: Don't include host.am.
1518        * automake/compile.am: Further cleanups.
1519
15202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1521
1522        * automake/lib.am: Remove (Unused).
1523
15242004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1525
1526        * wrapup/Makefile.am: Don't include lib.am.
1527        * automake/compile.am: Use automake compilation rules.
1528
15292004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1530
1531        * libnetworking/pppd/Makefile.am,
1532        libnetworking/rtems_servers/Makefile.am,
1533        libnetworking/rtems_telnetd/Makefile.am,
1534        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1535        support/Makefile.am: Don't include lib.am.
1536
15372004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1538
1539        * libchip/Makefile.am: Don't include lib.am.
1540        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1541        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1542        unnecessary EXTRA_DISTs.
1543
15442004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1545
1546        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1547        hack.
1548
15492004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1550
1551        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1552        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1553        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1554        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1555
15562004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1557
1558        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1559        Add AM_CONDITIONAL(HAS_MP).
1560        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1561        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1562        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1563        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1564        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1565        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1566        (Deprecated by autoconf 2.59).
1567
15682004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1569
1570        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1571        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1572
15732004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1574
1575        * ChangeLog: Merge-in libnetworking/ChangeLog.
1576        * libnetworking/ChangeLog: Remove.
1577        * ChangeLog: Merge-in librdbg/ChangeLog.
1578        * librdbg/ChangeLog: Remove.
1579        * ChangeLog: Merge-in libchip/ChangeLog.
1580        * libchip/ChangeLog: Remove.
1581        * ChangeLog: Merge-in optman/ChangeLog.
1582        * optman/ChangeLog: Remove.
1583
15842004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1585
1586        * configure.ac: Reflect changes to cpukit.
1587        * wrapup/Makefile.am: Reflect changes to librdbg.
1588        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1589        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1590        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1591        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1592        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1593        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1594        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1595        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1596        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1597
15982004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1599
1600        * aclocal/rtems-top.m4: Remove check for version.m4.
1601        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1602
16032004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1604
1605        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1606        * wrapup/Makefile.am: Reflect changes to libchip/*.
1607        * support/Makefile.am: Use automake compilation rules.
1608        * wrapup/Makefile.am: Reflect changes to support/*.
1609        * configure.ac: Remove libnetworking/wrapup/Makefile.
1610        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1611        libnetworking/*/lib*.a instead of libnetapps.a.
1612        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1613        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1614        * optman/Makefile.am: Use automake compilation rules.
1615        * libchip/Makefile.am: Fix typo in previous patch.
1616        * libchip/Makefile.am: Use automake compilation rules.
1617        * libnetworking/Makefile.am: Remove wrapup.
1618        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1619        automake-compilation rules.
1620        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1621        automake-compilation rules.
1622        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1623        automake-compilation rules.
1624        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1625        automake-compilation rules.
1626        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1627
16282004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1629
1630        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1631        PRE/TMPINSTALL_FILES to CLEANFILES.
1632        * automake/lib.am: Remove TMPINSTALL_FILES.
1633        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1634        PRE/TMPINSTALL_FILES to CLEANFILES.
1635        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1636        PRE/TMPINSTALL_FILES to CLEANFILES.
1637        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1638        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1639        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1640        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1641        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1642        * librdbg/src/i386/Makefile.am: Ditto.
1643        * librdbg/src/m68k/Makefile.am: Ditto.
1644        * librdbg/src/powerpc/Makefile.am: Ditto.
1645        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1646        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1647        * libnetworking/rtems_servers/Makefile.am: Ditto.
1648        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1649        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1650
16512004-01-07      Joel Sherrill <joel@OARcorp.com>
1652
1653        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1654        more completely covers the MIPS family.
1655
16562003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1657
1658        * wrapup/Makefile.am: Reflect changes to shmdr.
1659        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1660
16612003-12-18      Joel Sherrill <joel@OARcorp.com>
1662
1663        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1664        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1665        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1666        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1667        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1668        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1669        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1670
16712003-12-17      Joel Sherrill <joel@OARcorp.com>
1672
1673        * aclocal/version.m4: Updated to rtems-20031217-test.
1674
16752003-12-17     
1676
1677        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1678        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1679
16802003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1681
1682        * automake/compile.am: Remove LINK_LIBS (Unused).
1683        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1684
16852003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1686
1687        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1688        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1689        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1690        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1691        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1692
16932003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1694
1695        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1696        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1697        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1698        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1699        * librdbg/src/i386/Makefile.am:
1700        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1701        * librdbg/src/m68k/Makefile.am:
1702        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1703        * librdbg/src/powerpc/Makefile.am:
1704        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1705
17062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1707
1708        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1709        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1710        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1711        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1712        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1713        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1714        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1715        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1716        * optman/Makefile.am: Remove project_libdir.
1717        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1718        PRE/TMPINSTALL_FILES.
1719        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1720        PRE/TMPINSTALL_FILES.
1721        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1722        PRE/TMPINSTALL_FILES.
1723        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1724        PRE/TMPINSTALL_FILES.
1725        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1726        from PRE/TMPINSTALL_FILES.
1727        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1728        PRE/TMPINSTALL_FILES.
1729        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1730        PRE/TMPINSTALL_FILES.
1731        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1732        PRE/TMPINSTALL_FILES.
1733        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1734        PRE/TMPINSTALL_FILES.
1735        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1736        PRE/TMPINSTALL_FILES.
1737        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1738        PRE/TMPINSTALL_FILES.
1739        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1740        from PRE/TMPINSTALL_FILES.
1741
17422003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1743
1744        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1745        * automake/lib.am: Remove project_libdir.
1746        * wrapup/Makefile.am: Reworked.
1747
17482003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1749
1750        * configure.ac: Reflect changes to librdbg.
1751        * optman/Makefile.am: Add tmpinstall dirstamp support.
1752        * libchip/Makefile.am: Fix variant-tmpinstall support.
1753        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1754        * librdbg/src/powerpc/Makefile.am: Merge-in former
1755        new_exception_processing/Makefile.am.
1756        * librdbg/src/m68k/any/Makefile.am: Remove.
1757        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1758        * librdbg/src/i386/any/Makefile.am: Remove.
1759        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1760        * librdbg/src/Makefile.am: Cosmetics.
1761        * librdbg/include/Makefile.am: Cosmetics.
1762        * librdbg/Makefile.am: Cosmetics.
1763        * libnetworking/Makefile.am: Cosmetics.
1764        * libnetworking/pppd/Makefile.am: Cosmetics.
1765        * libnetworking/wrapup/Makefile.am: Cosmetics.
1766
17672003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1768
1769        * Makefile.am: Cosmetics.
1770        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1771        support.
1772
17732003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1774
1775        * automake/compile.am: Remove $(ARCH):-rule.
1776
17772003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1778
1779        * configure.ac: Remove lib/libbsp/shared/Makefile,
1780        lib/libbsp/shmdr/Makefile.
1781
17822003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1783
1784        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1785        libchip/serial/Makefile, libchip/rtc/Makefile.
1786        * support/Makefile.am: Remove all-local: $(ARCH).
1787        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1788        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1789        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1790        * optman/Makefile.am: Remove all-local: $(ARCH).
1791        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1792        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1793        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1794        compilation dirstamp support.
1795        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1796        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1797        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1798        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1799        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1800        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1801        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1802        all-local: $(ARCH).
1803        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1804        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1805        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1806        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1807        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1808
18092003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1810
1811        * aclocal/lead-dot.m4: New (from automake-1.7f).
1812        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1813        AC_SUBST(dirstamp).
1814        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1815        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1816        libchip/serial/Makefile.am: Ditto.
1817        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1818        * librdbg/include/Makefile.am: Ditto.
1819        * librdbg/include/rdbg/Makefile.am: Ditto.
1820        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1821        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1822        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1823        * librdbg/src/Makefile.am: Ditto.
1824        * librdbg/src/i386/Makefile.am: Ditto.
1825        * librdbg/src/i386/any/Makefile.am: Ditto.
1826        * librdbg/src/m68k/Makefile.am: Ditto.
1827        * librdbg/src/m68k/any/Makefile.am: Ditto.
1828        * librdbg/src/powerpc/Makefile.am: Ditto.
1829        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1830        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1831        preinstallation.
1832        * libnetworking/pppd/Makefile.am: Ditto.
1833        * libnetworking/rtems_servers/Makefile.am: Ditto.
1834        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1835        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1836        * libnetworking/wrapup/Makefile.am: Ditto.
1837
18382003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1839
1840        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1841        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1842        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1843        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1844        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1845        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1846        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1847        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1848        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1849        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1850        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1851        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1852        underquoting to silence automake-1.8.
1853
18542003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1855
1856        * configure.ac: Reflect having moved tests to ../../testsuites.
1857
18582003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1859
1860        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1861        * aclocal/canonical-host.m4: Remove.
1862        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1863        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1864
18652003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1866
1867        * aclocal/check-cpu.m4: Remove.
1868        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1869        * aclocal/canonical-target-name.m4: Add m4-quotes.
1870        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1871        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1872        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1873        * aclocal/check-networking.m4: Add m4-quotes. Require
1874        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1875        * aclocal/check-posix.m4: Add m4-quotes. Require
1876        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1877        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1878        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1879        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1880
18812003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1882
1883        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1884        * aclocal/bsp-alias.m4: Remove.
1885
18862003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1887
1888        * configure.ac: Make presence of tests/ optional.
1889
18902003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1891
1892        * aclocal/path-perl.m4: Remove (Unused).
1893
18942003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1895
1896        * automake/force-preinstall.am: Remove.
1897
18982003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1899
1900        PR 499/rtems_misc
1901        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1902        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1903        Configuration (Odd was forced) - Correction of Stop Bit configuration
1904        (inversed) - Correction of ISR Handler to call
1905        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1906        CTS Hardware flow control Configuration.
1907
19082003-09-04      Joel Sherrill <joel@OARcorp.com>
1909
1910        * lib/libcpu/shared/include/cache.h,
1911        lib/libcpu/shared/src/cache_aligned_malloc.c,
1912        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1913        license changed.
1914        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1915        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1916        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1917        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1918        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1919        for license changed.
1920        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1921        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1922        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1923        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1924        libchip/network/cs8900.h, libchip/network/dec21140.c,
1925        libchip/network/elnk.c, libchip/network/open_eth.c,
1926        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1927        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1928        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1929        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1930        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1931        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1932        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1933        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1934        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1935        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1936        libchip/serial/serial.h, libchip/serial/z85c30.c,
1937        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1938        libchip/serial/z85c30_reg.c: URL for license changed.
1939
19402003-09-03      Jiri Gaisler <jiri@gaisler.com>
1941
1942        PR 477/networking
1943        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1944        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1945        libchip/network/open_eth.h: New files.
1946
19472003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1948
1949        * aclocal/rtems-top.m4: Add RTEMS_API.
1950        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1951
19522003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1953
1954        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1955        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1956        @RTEMS_BSP@.cfg.
1957
19582003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1959
1960        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1961
19622003-08-20      Joel Sherrill <joel@OARcorp.com>
1963
1964        * libchip/network/cs8900.c: Correct copyright statements.
1965
19662003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1967
1968        * aclocal/check-itron.m4: Remove.
1969        * aclocal/enable-inlines.m4: Remove.
1970        * Makefile.am: Reflect having moved aclocal/.
1971        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1972        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1973        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1974        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1975        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1976        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1977        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1978        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1979        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1980        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1981        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1982        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1983        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1984        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1985        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1986        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1987        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1988        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1989        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1990        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1991        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1992        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1993        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1994        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1995        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1996        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1997        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1998        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1999        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2000        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2001        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2002        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2003        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2004        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2005        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2006        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2007        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2008        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2009        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2010        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2011        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2012        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2013        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2014        * aclocal/target.m4: New (Copied from ../../aclocal).
2015        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2016        * aclocal/version.m4: New (Copied from ../../aclocal).
2017
20182003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2019
2020        * configure.ac: Remove stray comments.
2021        * automake/local.am, automake/host.am: Remove "debug".
2022
20232003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2024
2025        * Makefile.am: Reflect having moved automake/.
2026        * lib/Makefile.am: Reflect having moved automake/.
2027        * support/Makefile.am: Reflect having moved automake/.
2028        * wrapup/Makefile.am: Reflect having moved automake/.
2029        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2030        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2031        from ../../automake).
2032        * optman/Makefile.am: Reflect having moved automake/.
2033        * libchip/Makefile.am: Reflect having moved automake/.
2034        * libchip/ide/Makefile.am: Reflect having moved automake/.
2035        * libchip/network/Makefile.am: Reflect having moved automake/.
2036        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2037        * libchip/serial/Makefile.am: Reflect having moved automake/.
2038        * librdbg/Makefile.am: Reflect having moved automake/.
2039        * librdbg/include/Makefile.am: Reflect having moved automake/.
2040        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2041        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2042        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2043        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2044        automake/.
2045        * librdbg/src/Makefile.am: Reflect having moved automake/.
2046        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2047        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2048        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2049        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2050        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2051        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2052        having moved automake/.
2053        * libnetworking/Makefile.am: Reflect having moved automake/.
2054        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2055        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2056        automake/.
2057        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2058        automake/.
2059        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2060        automake/.
2061        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2062
20632003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2064
2065        * Makefile.am: Add bsp.pc.in.
2066        * bsp.pc.in: New (pkgconfig support).
2067
20682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2069
2070        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2071
20722003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2073
2074        * lib/Makefile.am: New (Required by 'make dist').
2075        * lib/ChangeLog: Remove.
2076        * lib/.cvsignore: Cleanup.
2077        * configure.ac: Reflect having added lib/Makefile.am.
2078        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2079        lib/libbsp/configure.ac.
2080        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2081        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2082
20832003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2084
2085        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2086        * configure.ac: Merge-in librdbg/configure.ac.
2087        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2088        librdbg/configure.ac.
2089        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2090        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2091        LIBCHIP. Conditionally build include-dirs.
2092        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2093        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2094        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2095        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2096        librdbg/include/rdbg/m68k/Makefile.am,
2097        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2098        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2099        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2100        librdbg/src/powerpc/Makefile.am, librdbg/
2101        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2102        configure.ac into ../configure.ac.
2103        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2104        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2105        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2106        libnetworking/rtems_telnetd/Makefile.am,
2107        libnetworking/rtems_webserver/Makefile.am,
2108        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2109        into ../configure.ac.
2110
21112003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2112
2113        PR 427/rtems
2114        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2115        * librdbg/src/servtsp.c: Ditto.
2116
21172003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2118
2119        PR 429/bsps
2120        PR 432/bsps
2121        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2122        packets are queued onto an elnk board, the ISR will deadlock the device
2123        with a tx complete interrupt.  Lighter tx loads are not affected as they
2124        end up submitting single packets to the device.
2125
21262003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2127
2128        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2129        optman/configure.ac.
2130        * optman/configure.ac: Remove (Merged into ../configure.ac).
2131        * optman/Makefile.am: Reflect having merged configure.ac into
2132        ../configure.ac.
2133        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2134        * libchip/Makefile.am, libchip/ide/Makefile.am,
2135        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2136        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2137        ../configure.ac.
2138
21392003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2140
2141        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2142
21432003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2144
2145        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2146        on i386.
2147
21482003-06-13      Joel Sherrill <joel@OARcorp.com>
2149
2150        * libnetworking/pppd/chat.c: Removed warnings.
2151
21522003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2153
2154        * libchip/network/README.3com: New file missed in previous commit.
2155        PR 405/bsps
2156        PR 393/networking
2157        * libchip/network/dec21140.c: Fix leak also known as PR393.
2158        * libchip/network/elnk.c, libchip/network/if_media.h,
2159        libchip/network/mii.h: New files.
2160        * libchip/network/Makefile.am: Reflect new files.
2161
21622003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2163
2164        * configure.ac: Remove support for profile-variant.
2165
21662003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2167
2168        PR 397/pppd
2169        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2170        * libnetworking/pppd/magic.c: Remove *rand48.
2171        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2172
21732003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2174
2175        * wrapup/Makefile.am: Add libide.a.
2176
21772003-04-15      Joel Sherrill <joel@OARcorp.com>
2178
2179        PR 387/rtems_misc
2180        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2181        routines.
2182        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2183
21842003-04-11      Joel Sherrill <joel@OARcorp.com>
2185
2186        * libnetworking/rtems_webserver/cgi.c,
2187        libnetworking/rtems_webserver/sockGen.c,
2188        libnetworking/rtems_webserver/umui.c,
2189        libnetworking/rtems_webserver/websSSL.c,
2190        libnetworking/rtems_webserver/websSSL.h,
2191        libnetworking/rtems_webserver/websda.c,
2192        libnetworking/rtems_webserver/websda.h: New files. Not included in
2193        previous commit.
2194
21952003-04-10      Joel Sherrill <joel@OARcorp.com>
2196
2197        PR 371/pppd
2198        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2199        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2200        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2201        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2202        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2203        still global symbols in rtemspppd.h which might need to be changed or
2204        converted into member of a structure which is dereferenced with a
2205        pointer that is managed as a per task variable. But this patch should
2206        avoid many conflicts.
2207
22082003-03-27      Joel Sherrill <joel@OARcorp.com>
2209
2210        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2211        not allowed in the cpukit source code since it must be buildable
2212        independent of any BSP. These files were moved to libchip/ide.
2213        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2214        files.
2215
22162003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2217
2218        PR 368/filesystems
2219        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2220        improvements which now work on pc386 and mbx8xx.
2221        * libchip/ide/ide_controller.c: New file.
2222
22232003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2224
2225        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2226
22272003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2228
2229        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2230        * configure.ac: Add support/.
2231        * support/.cvsignore: New.
2232        * support/Makefile.am: New.
2233        * support/version.c: New.
2234        * wrapup/Makefile.am: Add support/libsupport.a.
2235        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2236        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2237        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2238        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2239
22402003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2241
2242        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2243
22442003-02-20      Till Straumann <strauman@slac.stanford.edu>
2245
2246        PR 354/networking
2247        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2248        chip against a table of supported chips. The untested ones are still
2249        commented out, however.
2250
22512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2252
2253        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2254        * configure.ac: AC_PREREQ(2.57).
2255        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2256        * optman/configure.ac: AC_PREREQ(2.57).
2257        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2258        * libchip/configure.ac: AC_PREREQ(2.57).
2259        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2260        * librdbg/configure.ac: AC_PREREQ(2.57).
2261        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2262        * libnetworking/configure.ac: AC_PREREQ(2.57).
2263
22642003-02-06      Joel Sherrill <joel@OARcorp.com>
2265
2266        * libnetworking/pppd/chat.c: Convert routines with common names to
2267        static. This included get_char(), put_char(), and character() among
2268        others.
2269
22702003-02-03      Joel Sherrill <joel@OARcorp.com>
2271
2272        PR 338/filesystem
2273        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2274        rtems_io_lookup_name() (API change).  Unused function removed.
2275
22762003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2277
2278        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2279        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2280        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2281        Eliminate *_O_FILES.
2282        * libnetworking/rtems_servers/Makefile.am,
2283        libnetworking/rtems_webserver/Makefile.am,
2284        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2285
22862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2287
2288        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2289        Let all-local: depend on $(LIB).
2290        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2291        * optman/Makefile.am: Apply install-data-local to install *.rels.
2292
22932002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2294
2295        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2296        %.c rules.
2297        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2298        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2299        * libchip/rtc/Makefile.am: Ditto.
2300        * libchip/serial/Makefile.am: Ditto.
2301
23022002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2303
2304        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2305        LIBC_DEFINES.
2306        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2307        LIBC_DEFINES.
2308        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2309        LIBC_DEFINES.
2310
23112002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2312
2313        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2314
23152002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2316
2317        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2318        cache-checking.
2319        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2320
23212002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2322
2323        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2324        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2325        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2326        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2327        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2328
23292002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2330
2331        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2332        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2333        Remove.
2334        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2335
23362002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2337
2338        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2339        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2340
23412002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2342
2343        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2344        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2345
23462002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2347
2348        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2349        * optman/rel.am: New.
2350
23512002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2352
2353        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2354        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2355        braino in comment on "exec". Extend --enable-ada handling.
2356
23572002-11-04      Joel Sherrill <joel@OARcorp.com>
2358
2359        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2360        tasks and rolling multiple loops into 1.
2361        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2362        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2363        Removed warnings.
2364
23652002-10-31      Joel Sherrill <joel@OARcorp.com>
2366
2367        * libchip/network/dec21140.c: Removed warnings.
2368        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2369        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2370        librdbg/src/m68k/any/remdeb_xdr.c,
2371        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2372        warnings.
2373        * libnetworking/rtems_webserver/socket.c,
2374        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2375
23762002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2377
2378        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2379        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2380        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2381        above.
2382
23832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2384
2385        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2386        * wrapup/.cvsignore: Remove autom4te.cache.
2387        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2388        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2389        autom4te.cache.
2390        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2391        autom4te.cache.
2392        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2393        autom4te.cache.
2394
23952002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2396
2397        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2398
23992002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2400
2401        * optman/.cvsignore: Add autom4te.cache.
2402
24032002-09-14      Joel Sherrill <joel@OARcorp.com>
2404
2405        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2406
24072002-09-07      Joel Sherrill <joel@OARcorp.com>
2408
2409        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2410        include files to resolve warnings.
2411
24122002-09-07      Chris Johns <ccj@acm.org>
2413
2414        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2415        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2416        which corrects the problem  where the cs8900.c file was actually the BSP
2417        glue.  Joel did some hacking so this file will compile.  Previously it
2418        required providing a target.h file to compile.
2419        * libchip/network/cs8900.c.bsp: New file.
2420
24212002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2422
2423        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2424
24252002-08-31      Joel Sherrill <joel@OARcorp.com>
2426
2427        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2428        eliminate warning.
2429
24302002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2431
2432        * configure.ac: Add ada-tests.
2433
24342002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2435
2436        * Makefile.am: Add preinstall-stamp.
2437
24382002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2439
2440        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2441        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2442        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2443        gcc31 happy.
2444        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2445        cp.
2446
24472002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2448
2449        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2450        make/bsp.mak.
2451        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2452        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2453
24542002-08-12      Joel Sherrill <joel@OARcorp.com>
2455
2456        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2457        avoid error.
2458
24592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2460
2461        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2462        * configure.ac: Add BSP_SUBDIRS.
2463        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2464        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2465        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2466        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2467        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2468        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2469        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2470        RTEMS_CHECK_BSP_CACHE.
2471        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2472        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2473        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2474        .$(OBJEXT) instead of .o.
2475        * libnetworking/pppd/Makefile.am,
2476        libnetworking/rtems_servers/Makefile.am,
2477        libnetworking/rtems_telnetd/Makefile.am,
2478        libnetworking/rtems_webserver/Makefile.am,
2479        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2480
24812002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2482
2483        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2484        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2485        ../libchip/serial/$(ARCH)/libserialio.a.
2486        * libchip/serial/Makefile.am: Don't tmp-install lib.
2487        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2488
24892002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2490
2491        * Makefile.am: Add rtems_makedir.
2492        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2493        * Makefile.am: Add wrapup-SUBDIR.
2494        * wrapup/ChangeLog: Remove.
2495        * wrapup/configure.ac: Remove.
2496        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2497        (Make the bare BSP happy).
2498        * configure.ac: Ditto.
2499        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2500        Create make/custom/default.cfg.
2501        * configure.ac: Add creation of make/custom/*.cfg. Create
2502        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2503
25042002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2505
2506        * Makefile.am: Clean $(PROJECT_RELEASE).
2507
25082002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2509
2510        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2511        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2512        prototype mismatches.
2513
25142002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2515
2516        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2517        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2518
25192002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2520
2521        * acinclude.m4: Add test "$multilib" != "yes".
2522        * config-ml.in: Remove.
2523        * acinclude.m4: Cleanups.
2524        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2525        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2526        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2527        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2528        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2529
25302002-07-16      Eric Norum <eric.norum@usask.ca>
2531
2532        * New driver for the Intel EtherExpressPro (82559ER) chip.
2533        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2534        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2535        * libchip/network/Makefile.am: Modified to reflect above.
2536
25372002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2538
2539        * acinclude.m4: New.
2540        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2541        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2542        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2543
25442002-07-01      Joel Sherrill <joel@OARcorp.com>
2545
2546        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2547        _Objects_Information_table now that it is a two dimensional array based
2548        upon API and class.
2549        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2550        of strnlen().
2551
25522002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2553
2554        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2555        preinstall libnetapps.a.
2556
25572002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2558
2559        * configure.ac: Remove librpc.
2560
25612002-06-25      Joel Sherrill <joel@OARcorp.com>
2562
2563        * Per PR233, moved librpc to exec.
2564        * configure.ac, wrapup/Makefile.am: Modified.
2565        * librpc, librpc/ChangeLog: Removed.
2566
25672002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2568
2569        * optman/Makefile.am: Remove multilib support.
2570        * optman/configure.ac: Ditto.
2571        * optman/sapi/Makefile.am: Ditto.
2572
25732002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2574
2575        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2576        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2577
25782002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2579
2580        Move networking libraries to c/src/exec/libnetworking
2581        * libnetworking/configure.ac, libnetworking/Makefile.am,
2582        libnetworking/wrapup/Makefile.am: Reflect Moval.
2583
25842002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2585
2586        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2587        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2588        <rtems/bspIo.h>.
2589
25902002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2591
2592        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2593        * libnetworking/rtems/mkrootfs.h: Ditto.
2594        * libnetworking/rtems/Makefile.am: Reflect changes above.
2595
25962002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2597
2598        * configure.ac: Remove lib.
2599
26002002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2601
2602        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2603        that exception stack frames on M68K members with VBR always are 6 byte
2604        long. The incorrect assumption resulted in some gdb commands like "next"
2605        to fail on the 68360.
2606
26072002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2608
2609        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2610        PR 220
2611        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2612        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2613        CVS.
2614        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2615        libnetworking/sys/filio.h: Remove.
2616        * libnetworking/sys/Makefile.am: Reflect changes above.
2617
26182002-05-07      Chris Johns <ccj@acm.org>
2619
2620        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2621        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2622        requires it to be stripped.
2623
26242002-05-01      Eric Norum <eric.norum@usask.ca>
2625
2626        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2627        assembly  to satisfy gcc 3.1 and newer.
2628
26292002-04-26      Eric Norum <eric.norum@usask.ca>
2630
2631        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2632        agressive optimization in gcc 3.1 does not reorder things.
2633
26342002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2635
2636        * libchip/network/dec21140.c: Reflect changes to powerpc's
2637        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2638        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2639        <rtems/score/cpu.h>.
2640        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2641        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2642
26432002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2644
2645        * optman/configure.ac: Remove ENABLE_GCC28.
2646
26472002-04-11      Chris Johns <ccj@acm.org>
2648
2649        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2650        driver control block field to the ifconfig network driver structure.
2651        This field is needed by the i82586 driver which was ported from NetBSD
2652        as it had better hardware abstraction.
2653        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2654        PR59, added the drv_ctrl driver control block field to the ifconfig
2655        network driver structure. This field is needed by the i82586 driver
2656        which was ported from NetBSD as it had better hardware abstraction.
2657
26582002-04-10      Mike Siers <mikes@poliac.com>
2659
2660        * libnetworking/rtems_webserver/NOTES,
2661        libnetworking/rtems_webserver/asp.c,
2662        libnetworking/rtems_webserver/balloc.c,
2663        libnetworking/rtems_webserver/default.c,
2664        libnetworking/rtems_webserver/ej.h,
2665        libnetworking/rtems_webserver/ejIntrn.h,
2666        libnetworking/rtems_webserver/ejlex.c,
2667        libnetworking/rtems_webserver/ejparse.c,
2668        libnetworking/rtems_webserver/emfdb.c,
2669        libnetworking/rtems_webserver/emfdb.h,
2670        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2671        libnetworking/rtems_webserver/handler.c,
2672        libnetworking/rtems_webserver/license.txt,
2673        libnetworking/rtems_webserver/md5.h,
2674        libnetworking/rtems_webserver/md5c.c,
2675        libnetworking/rtems_webserver/mime.c,
2676        libnetworking/rtems_webserver/misc.c,
2677        libnetworking/rtems_webserver/ringq.c,
2678        libnetworking/rtems_webserver/rom.c,
2679        libnetworking/rtems_webserver/security.c,
2680        libnetworking/rtems_webserver/sock.c,
2681        libnetworking/rtems_webserver/sym.c,
2682        libnetworking/rtems_webserver/uemf.c,
2683        libnetworking/rtems_webserver/uemf.h,
2684        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2685        libnetworking/rtems_webserver/url.c,
2686        libnetworking/rtems_webserver/value.c,
2687        libnetworking/rtems_webserver/wbase64.c,
2688        libnetworking/rtems_webserver/webcomp.c,
2689        libnetworking/rtems_webserver/webpage.c,
2690        libnetworking/rtems_webserver/webrom.c,
2691        libnetworking/rtems_webserver/webs.c,
2692        libnetworking/rtems_webserver/webs.h,
2693        libnetworking/rtems_webserver/websuemf.c,
2694        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2695        2.1.4.
2696
26972002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2698
2699        * libchip/network/i82586.c: Include <string.h>.
2700        * libchip/network/sonic.c: Ditto.
2701
27022002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2703
2704        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2705
27062002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2707
2708        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2709
27102002-03-27      Thomas.Doerfler@imd-systems.de
2711
2712        PR 144
2713        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2714        memory address 0 when called for the first time. This is done when
2715        trying to clear the variable "dhcp_hostname".
2716
27172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2718
2719        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2720        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2721        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2722        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2723        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2724        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2725        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2726        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2727        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2728        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2729        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2730        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2731        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2732        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2733        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2734        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2735        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2736        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2737        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2738        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2739        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2740        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2741        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2742        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2743        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2744        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2745        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2746        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2747        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2748        AUTOMAKE_OPTIONS.
2749        * libnetworking/configure.ac:
2750        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2751        foreign 1.6]).
2752        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2753        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2754        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2755        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2756        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2757        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2758        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2759        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2760        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2761        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2762        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2763        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2764        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2765        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2766        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2767        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2768        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2769
27702002-03-27      Ilya Alexeev <ilya@continuum.ru>
2771
2772        PR 162
2773        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2774        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2775        used in a device write routines.  Now ppp_softc structure have own
2776        character for writing to device (sc_outchar).  I think that converting
2777        local variables to static is not a right solution, because problems will
2778        occur in the case of two or more ppp instances.
2779        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2780        must be u_long, otherwise in the case of the big output packet endless
2781        loop may occur.
2782
27832002-03-21      Ilya Alexeev <ilya@continuum.ru>
2784
2785        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2786        preparations for multiple PPPD connections.
2787
27882002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2789
2790        PR 149
2791        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2792        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2793        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2794        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2795
27962002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2797
2798        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2799        * configure.ac: Modified to reflect addition.
2800
28012002-02-27      Ilya Alexeev <ilya@continuum.ru>
2802
2803        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2804        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2805        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2806        capabilities as well as eliminate some warnings.
2807
28082002-02-27      Eric Norum <eric.norum@usask.ca>
2809
2810        * libnetworking/net/radix.c: Properly handle fetching the default route
2811        when there is no route.  This was a bug in the original FreeBSD code and
2812        this fix is from an updated version of their code.
2813
28142002-02-16      Eric Norum <eric.norum@usask.ca>
2815
2816        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2817        checking.
2818
28192002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2820
2821        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2822        dodefaultroute.
2823
28242002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2825
2826        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2827        include <rtems/seterr.h>.
2828
28292002-02-01      Mike Siers <mikes@poliac.com>
2830
2831        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2832        avoid bringing the link down too fast. NOTE: Mike reports successfully
2833        running at 56K baud on a direct link.
2834
28352002-02-01      Eric Valette <valette@crf.canon.fr>
2836
2837        * librdbg/So many patches have been posted recently on the mailing list
2838        and  because we were unable to find correct solution to compile on
2839        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2840        because the coding  style of rdbg was rather inconsistant among various
2841        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2842        global coding style (using indent + manual edits), 2) incorporate/review
2843        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2844        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2845        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2846        after rdbg initialization is done, NB : the paches is huge but it is
2847        mainly due to coding styke chnages.  Only few lines of codes have been
2848        really changed and they do not impact  rdbg functionnality (AFAIKT).
2849        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2850        librdbg/include/rdbg/m68k/rdbg_f.h,
2851        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2852        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2853        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2854        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2855        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2856        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2857        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2858        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2859        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2860        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2861        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2862        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2863        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2864        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2865        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2866        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2867
28682002-01-31      Mike Siers <mikes@poliac.com>
2869
2870        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2871        * Nice Update of PPPD support which eliminates the requiremetn that
2872        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2873        and reports that it seems to be more stable and handle larger packets
2874        better.  This patch replaces the termios tasks with more general pppd
2875        network driver tasks.  The functions pppinput() and pppstart() get
2876        called from the interrupt service routine.
2877        * libnetworking/Makefile.am, libnetworking/configure.ac,
2878        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2879        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2880        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2881        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2882        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2883        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2884        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2885        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2886        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2887        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2888        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2889        libnetworking/net/route.c, libnetworking/net/route.h,
2890        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2891        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2892        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2893        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2894        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2895        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2896        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2897        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2898        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2899        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2900        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2901        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2902        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2903        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2904        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2905        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2906        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2907        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2908        libnetworking/pppd/example/README,
2909        libnetworking/pppd/example/netconfig.h,
2910        libnetworking/wrapup/Makefile.am: Modified.
2911        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2912        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2913        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2914        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2915        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2916        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2917        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2918        libnetworking/modem/pppcompress.c: Subdirectory removed.
2919
29202002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2921
2922        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2923        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2924
29252002-01-18      Till Straumann <strauman@slac.stanford.edu>
2926
2927        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2928        issues: - exception handler needs to enable MSR_FP if the interrupted
2929        thread is FP enabled. - printk message for MSR fixed and added
2930        stacktrace. NOTE: this requires the stacktrace patch to
2931        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2932        however).
2933
29342002-01-06      Joel Sherrill <joel@OARcorp.com>
2935
2936        * optman/.cvsignore: Added aclocal.m4 and configure.
2937        * optman/.cvsignore: New file.
2938
29392002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2940
2941        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2942
29432002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2944
2945        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2946        * optman/ChangeLog: New.
2947        * optman/configure.ac: New.
2948        * optman/Makefile.am: New.
2949        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2950        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2951
29522001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2953
2954        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2955
29562001-12-18      Eric Norum <eric.norum@usask.ca>
2957
2958        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2959        `directories' (path names with a / at the end) while disallowing open()
2960        operations on TFTP `directories'.
2961
29622001-12-07      Eric Norum <eric.norum@usask.ca>
2963
2964        * libnetworking/lib/tftpDriver.c: Restore write capability.
2965
29662001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2967
2968        * libchip/network/sonic.h: Fix typo.
2969        * libnetworking/arpa/Makefile.am: Remove stray lines.
2970
29712001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2972
2973        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2974
29752001-10-18      Eric Norum <eric.norum@usask.ca>
2976
2977        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2978        chdir() and open() operations within the TFTP file system.
2979
29802001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2981
2982        * librdbg/configure.ac: Fix latent bug exposed by removal of
2983        config.cache's which prevented powerpc targets librdbg from building.
2984
29852001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2986
2987        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2988        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2989        autoconf-2.52 happy.
2990
29912001-10-12      Mike Siers <mikes@poliac.com>
2992
2993        * libnetworking/Update to stable working state.  Congratulations Mike!
2994        :).
2995        * libnetworking/modem_example: Directory removed.
2996        * libnetworking/modem_example/16550.h,
2997        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2998        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2999        libnetworking/modem_example/ppp.h,
3000        libnetworking/modem_example/pppcompress.c: Files removed.
3001        * libnetworking/pppd/example/pppd.options: New file.
3002        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3003        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3004        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3005        libnetworking/pppd/rtemsmain.c: Updated.
3006
30072001-10-12      Joel Sherrill <joel@OARcorp.com>
3008
3009        * libchip/serial/z85c30.c: Fixed typo.
3010
30112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3012
3013        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3014        * configure.in: Remove.
3015        * configure.ac: New file, generated from configure.in by autoupdate.
3016        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3017        * libchip/configure.in: Remove.
3018        * libchip/configure.ac: New file, generated from configure.in by
3019        autoupdate.
3020        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3021        * librdbg/configure.in: Remove.
3022        * librdbg/configure.ac: New file, generated from configure.in by
3023        autoupdate.
3024        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3025        * libnetworking/configure.in: Remove.
3026        * libnetworking/configure.ac: New file, generated from configure.in by
3027        autoupdate.
3028
30292001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3030
3031        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3032        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3033        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3034
30352001-09-27      Joel Sherrill <joel@OARcorp.com>
3036
3037        * libchip/ChangeLog: Fixed typo in date.
3038
30392001-09-27      Eric Norum <eric.norum@usask.ca>
3040
3041        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3042        TFTP  filesystem.
3043
30442001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3045
3046        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3047        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3048        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3049        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3050        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3051        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3052        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3053        'PREINSTALL_FILES ='.
3054        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3055        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3056        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3057        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3058        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3059        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3060        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3061        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3062        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3063        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3064        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3065        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3066
30672001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3068
3069        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3070        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3071        * librdbg/src/m68k/any/Makefile.am: Ditto.
3072        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3073        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3074        happy.
3075
30762001-09-21      Joel Sherrill <joel@OARcorp.com>
3077
3078        * libchip/network/Makefile.am: Fixed typo on file name.
3079        * libchip/network/i82586.c: Commented out line 318 which is referencing
3080        a member of a structure that is not currently there.  This needs to be
3081        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3082        to C style.
3083
30842001-09-19      Eric Norum <eric.norum@usask.ca>
3085
3086        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3087
30882001-09-19      Chris Johns <ccj@acm.org>
3089
3090        * libchip/network/README.i82586, libchip/network/i82586.c,
3091        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3092        Network driver for Intel i82586.
3093        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3094        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3095        "root" filesystem with information obtained via the DHCP response.
3096
30972001-09-14      Eric Norum <eric.norum@usask.ca>
3098
3099        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3100        make gcc 3.x happy.
3101
31022001-08-16      Mike Siers <mikes@poliac.com>
3103
3104        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3105        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3106        These support callback functionality that has not even been compiled
3107        under RTEMS yet.
3108        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3109        example application.  Mike's notes on the modifications: - renamed
3110        error() function because of namespace problems - removed calls to the
3111        exit() funciton - removed extra files from the pppd source directory -
3112        defined pppd task constant values in rtemspppd.h - modifyied example
3113        code to get actual tick per second value - placed the pppd 2.3.11 man
3114        page file (pppd.8) into the pppd directory.
3115        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3116        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3117        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3118        libnetworking/pppd/rtems-ppp.c: Deleted.
3119        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3120        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3121        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3122        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3123        libnetworking/pppd/example/init.c,
3124        libnetworking/pppd/example/netconfig.h,
3125        libnetworking/pppd/example/ppp.conf,
3126        libnetworking/pppd/example/pppdapp.c,
3127        libnetworking/pppd/example/system.h: New files.
3128        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3129        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3130        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3131        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3132        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3133        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3134        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3135        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3136        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3137        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3138        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3139        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3140        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3141        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3142        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3143
31442001-08-16      Joel Sherrill <joel@OARcorp.com>
3145
3146        * libnetworking/pppd/example/Makefile: Removed.
3147        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3148        to avoid bootstrap -c clobbering it.
3149        * libnetworking/rtems_telnetd/.cvsignore: New file.
3150
31512001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3152
3153        * libnetworking/Makefile.am, libnetworking/configure.in,
3154        libnetworking/rtems_servers/Makefile.am,
3155        libnetworking/rtems_servers/telnetd.c,
3156        libnetworking/rtems_servers/telnetd.h,
3157        libnetworking/rtems_telnetd/Makefile.am,
3158        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3159        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3160        libnetworking/rtems_telnetd/telnetd.c,
3161        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3162        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3163        effect when ftpd change. - the tcp/ip stats have been implemented into
3164        icmds.c and started when telnetd daemon is started.
3165        * libnetworking/rtems_servers/telnetd.c,
3166        libnetworking/rtems_servers/telnetd.h: Removed.
3167        * libnetworking/rtems_telnetd: New directory.
3168        * libnetworking/rtems_telnetd/Makefile.am,
3169        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3170        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3171        libnetworking/rtems_telnetd/telnetd.c,
3172        libnetworking/rtems_telnetd/telnetd.h: New files.
3173
31742001-06-14      Joel Sherrill <joel@OARcorp.com>
3175
3176        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3177        Moved from libmisc/shell so the network stack to address network
3178        depenendency.
3179        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3180
31812001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3182
3183        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3184
31852001-05-15      Joel Sherrill <joel@OARcorp.com>
3186
3187        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3188        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3189        accidentally deleted the incorrectly empty versions.
3190
31912001-05-14      Till Straumann <strauman@slac.stanford.edu>
3192
3193        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3194        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3195        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3196        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3197        to know the values) - the affected BSP (shared/motorola) headers have
3198        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3199        driver (libchip/network/dec21140.c) has been fixed to use
3200        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3201        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3202        who is using this driver. - the DEC driver also has been fixed to use
3203        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3204        delay_in_bus_cycles().
3205
32062001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3207
3208        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3209
32102001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3211
3212        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3213
32142001-04-24      Eric Norum <eric.norum@usask.ca>
3215
3216        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3217        NTP synchronization a little more robust -- no NTP daemon yet, but at
3218        least it trys a little harder when the primary NTP server is down.
3219
32202001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3221
3222        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3223        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3224        libnetworking/pppd/modem_example/modem.c,
3225        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3226        other strings into English.
3227        * libnetworking/pppd/STATUS: updated to reflect the changes.
3228
32292001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3230
3231        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3232        again.
3233
32342001-04-20      Eric Valette <valette@crf.canon.fr>
3235
3236        * mcp750 directory renamed new_exception processing as it supports many
3237        more CPU models.
3238        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3239        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3240        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3241        formerly in mcp750 plus modifications.
3242        * librdbg/src/powerpc/mcp750/.cvsignore,
3243        librdbg/src/powerpc/mcp750/Makefile.am,
3244        librdbg/src/powerpc/mcp750/remdeb.h,
3245        librdbg/src/powerpc/mcp750/remdeb_f.x,
3246        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3247        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3248        new_exception_processing.
3249        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3250        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3251        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3252        part of this effort to add support for the MPC8xx.
3253
32542001-04-19      Joel Sherrill <joel@OARcorp.com>
3255
3256        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3257        internal include files.
3258
32592001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3260
3261        PR 158
3262        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3263        rcmd() library call by commenting out the parts that deal with signals.
3264        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3265        stdio. The 'server-side' parts of this file which deal with
3266        authentication are disabled since they are not needed.
3267
32682001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3269
3270        * libnetworking/include/.cvsignore: Remove dangling file.
3271
32722001-03-14      Joel Sherrill <joel@OARcorp.com>
3273
3274        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3275        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3276        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3277        libchip style serial drivers can be written in libcpu or libbsp.
3278
32792001-03-01      Joel Sherrill <joel@OARcorp.com>
3280
3281        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3282        libchip/network/sonic.c, libchip/network/sonic.h,
3283        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3284        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3285        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3286        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3287        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3288        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3289        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3290        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3291
32922001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3293
3294        * librdbg/include/rdbg/Makefile.am,
3295        librdbg/include/rdbg/i386/Makefile.am,
3296        librdbg/include/rdbg/m68k/Makefile.am,
3297        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3298        style on include files.
3299
33002001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3301
3302        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3303        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3304        replace ${..} with $(..).
3305        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3306        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3307        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3308        libnetworking/rtems/Makefile.am, libnetworking/
3309        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3310        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3311        include_*HEADERS instead of H_FILES.
3312        * libnetworking/include/Makefile.am: Remove.
3313        * libnetworking/Makefile.am: Add handling of *.h files.
3314        * libnetworking/configure.in: Remove include/Makefile.
3315
33162001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3317
3318        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3319
33202001-01-31      Sergei Organov <osv@javad.ru>
3321
3322        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3323        current dir and root dir removed in favor of new libio support for
3324        task-local current and root directories. - Bug in `close_data_socket()'
3325        introduced by previous change fixed. - `command_pasv()' changed to set
3326        timeout on socket we are listening on and code fixed to don't close
3327        socket twice on error. - `serr()' changed to clear `errno'. -
3328        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3329        changed to clear `errno' before processing session. -
3330        `close_data_socket()' fixed to close both active and passive sockets -
3331        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3332        empty string  in `exec_command()'.
3333
33342001-01-25      Eric Norum <eric.norum@usask.ca>
3335
3336        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3337        improves throughput on systems which are dropping packets.   Only the
3338        first timeout is reduced.  This keeps the number of extra packets down
3339        on networks that are very busy and dropping lots of packets.
3340
33412001-01-24      Sergei Organov <osv@javad.ru>
3342
3343        * libnetworking/rtems_servers/ftpd.c,
3344        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3345        - Timeouts on sockets implemented. 'idle' field added to configuration.
3346        No timeout by default to keep backward compatibility. Note: SITE IDLE
3347        command not implemented yet. - Basic global access control implemented.
3348        'access' field added to configuration. No access limitations by default
3349        to keep backward compatibility. - Anchor data socket for active mode
3350        (using self IP and port 20.) - Fixed default data port support (still
3351        not tested). - Don't allow IP address different from originating host in
3352        PORT command to improve security. - Fixed bug in MDTM command. - Check
3353        for correctness of parsing of argument in command_port(). - Fixed
3354        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3355        a directory. - Command parsing a little bit improved: command names are
3356        now converted to upper-case to be more compatible with RFC (command
3357        names are not case-sensitive.) - Reformat comments so that they have
3358        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3359        previous changes - True ASCII mode implemented (doesn't work for hooks
3360        and /dev/null) - Passive mode implemented, PASV command added. - Default
3361        port for data connection could be used (untested, can't find ftp client
3362        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3363        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3364
33652001-01-18      Joel Sherrill <joel@OARcorp.com>
3366
3367        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3368        macro using variable arguments.
3369        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3370        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3371        since I updated the main RTEMS development machine to RedHat 7.2 and
3372        apparently got a new version of rpcgen.
3373
33742001-01-12      Sergei Organov <osv@javad.ru>
3375
3376        * libnetworking/rtems_servers/ftpd.c,
3377        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3378        - use pool of pre-created threads to handle sessions instead of
3379        creating/deleting threads on the fly - LIST output is now similar to
3380        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3381        happy with it. - LIST NAME now works (both for files and directories) -
3382        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3383        clients happy  - keep track of CWD for every session separately -
3384        ability to specify root directory name for FTPD in configuration table.
3385        FTPD will then create illusion for FTP clients that this is actually
3386        root directory. - ignore options sent in commands, thus LIST -al FILE
3387        works and doesn't try to list "-al" directory. - buffers are allocated
3388        on stack instead of heap where possible to eliminate malloc/free calls
3389        (avoid possible heap fragmentation troubles). - drop using of task
3390        notepad to pass parameters - use function arguments instead - use
3391        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3392        in socket() instead of AF_INET.
3393
33942001-01-02      Joel Sherrill <joel@OARcorp.com>
3395
3396        * libnetworking/CHANGELOG: Removed.
3397        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3398
33992000-12-14      Eric Norum <eric.norum@usask.ca>
3400
3401        * libnetworking/lib/tftpDriver.c: Added write capability.
3402
34032000-12-08      Joel Sherrill <joel@OARcorp.com>
3404
3405        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3406        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3407        numerous variable declarations conditional on PPP_COMPRESS and
3408        PPP_FILTER.  Commented out variables that were not used because the code
3409        using them was commented out. Removed totally unused variables.
3410        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3411        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3412
34132000-11-30      Joel Sherrill <joel@OARcorp.com>
3414
3415        * libnetworking/modem/ppp_tty.c: Changed to include
3416        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3417        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3418        * libnetworking/Makefile.am: Modified to reflect above.
3419
34202000-11-27      Joel Sherrill <joel@OARcorp.com>
3421
3422        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3423
34242000-11-25      Eric Norum <eric.norum@usask.ca>
3425
3426        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3427        core.
3428
34292000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3430
3431        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3432        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3433        subdir.
3434        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3435        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3436        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3437        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3438        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3439        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3440        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3441        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3442        ppp_tty.c and the real pppd main is in pppmain.c.
3443
34442000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3445
3446        * libchip/network/sonic.c: Added ipalign() routine to align the received
3447        packet so that the ip header is on a 32-bit boundary. Necessary for
3448        cpu's that do not allow unaligned loads and stores and when the 32-bit
3449        DMA mode is used.
3450
34512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3452
3453        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3454        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3455        ACLOCAL_AMFLAGS.
3456        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3457        ACLOCAL_AMFLAGS.
3458        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3459        ACLOCAL_AMFLAGS.
3460
34612000-11-03      Chris Johns <ccj@acm.org>
3462
3463        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3464        libchip/network/cs8900.h: New files.
3465
34662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3467
3468        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3469        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3470        $(RTEMS_TOPdir)/aclocal.
3471        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3472        $(RTEMS_TOPdir)/aclocal.
3473        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3474        $(RTEMS_TOPdir)/aclocal.
3475
34762000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3477
3478        * configure.in: Switch to GNU-canonicalization.
3479        * Makefile.am: Reflect changes to configure.in.
3480        * acinclude.m4: Remove.
3481
34822000-10-30      Joel Sherrill <joel@OARcorp.com>
3483
3484        * POSIX include files merged into newlib.  This resulted in some
3485        definitions moving to other files and thus some secondary effects in
3486        RTEMS source code.
3487        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3488        in sync with newlib's <machine/types.h>.
3489        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3490        definition of struct itimerval in <sys/time.h>.
3491
34922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3493
3494        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3495        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3496        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3497        * ChangeLog: Fix typos.
3498        * configure.in: add tests to the GNU canonicalized subdirectories.
3499
35002000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3501
3502        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3503        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3504        the lib directory before configuring lib/.
3505
35062000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3507
3508        * configure.in, Makefile.am: add exec to the GNU canonicalized
3509        subdirectories.
3510        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3511        * configure.in: add libnetworking, librpc and librdb to the GNU
3512        canonicalized subdirectories.
3513        * configure.in: add libmisc and libchip to the GNU canonicalized
3514        subdirectories.
3515        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3516        Switch to GNU canonicalization.
3517        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3518        Switch to GNU canonicalization.
3519        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3520        Switch to GNU canonicalization.
3521
35222000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3523
3524        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3525        canonicalization to libfs/. The approach is currently a bit of a hack as
3526        GNU canonicalization does not support the per-BSP build some of the
3527        other directories require.  As more of the tree is converted, this will
3528        become less  of an issue.
3529
35302000-10-20      Joel Sherrill <joel@OARcorp.com>
3531
3532        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3533        parameter.
3534
35352000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3536
3537        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3538        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3539        * librdbg/configure.in: Add m68k support.
3540        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3541        subdirectory.
3542        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3543        failure.
3544        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3545        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3546        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3547        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3548        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3549        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3550        librdbg/src/m68k/.cvsignore: New files.
3551        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3552        function pointers.
3553        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3554        _after_ pointer has been checked against NULL.
3555
35562000-10-18      Joel Sherrill <joel@OARcorp.com>
3557
3558        * wrapup/Makefile.am: Added libfs.
3559
35602000-10-18      Chris Johns <ccj@acm.org>
3561
3562        * libfs created.
3563        * configure.in: Added libfs subdirectory.
3564        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3565
35662000-09-28      Joel Sherrill <joel@OARcorp.com>
3567
3568        * libnetworking/rtems_webserver/Makefile.am,
3569        libnetworking/rtems_webserver/base64.c,
3570        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3571        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3572
35732000-09-22      Joel Sherrill <joel@OARcorp.com>
3574
3575        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3576        libnetworking/rtems/rtems_bsdnet_internal.h,
3577        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3578        have included rtems.h.  It is now including precisely the  least amount
3579        of low level, yet portable .h files to get the basic RTEMS types
3580        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3581        used machine/types.h to include rtems.h.
3582
35832000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3584
3585        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3586
35872000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3588
3589        * libnetworking/ChangeLog: Cleanup.
3590
35912000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3592
3593        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3594        * libchip/ChangeLog: Fix formating.
3595
35962000-09-05      Joel Sherrill <joel@OARcorp.com>
3597
3598        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3599        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3600        confusion and to work with the converted flags.
3601
36022000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3603
3604        * wrapup/Makefile.am: Include compile.am.
3605        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3606        libchip/serial/Makefile.am: Include compile.am.
3607        * librdbg/src/i386/any/Makefile.am,
3608        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3609        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3610        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3611        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3612        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3613        libnetworking/rtems_servers/Makefile.am,
3614        libnetworking/rtems_webserver/Makefile.am,
3615        libnetworking/wrapup/Makefile.am: Include compile.am.
3616
36172000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3618
3619        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3620        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3621
36222000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3623
3624        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3625
36262000-08-31      Joel Sherrill <joel@OARcorp.com>
3627
3628        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3629        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3630        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3631        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3632        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3633        * libnetworking/wbase64.c: Removed.
3634        * libnetworking/Makefile.am, libnetworking/asp.c,
3635        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3636        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3637        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3638        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3639        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3640        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3641        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3642        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3643        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3644        Modified.
3645
36462000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3647
3648        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3649
36502000-08-30      Joel Sherrill <joel@OARcorp.com>
3651
3652        * libnetworking/rtems_webserver/license.txt: New file.
3653
36542000-08-10      Joel Sherrill <joel@OARcorp.com>
3655
3656        * ChangeLog: New file.
3657        * libchip/ChangeLog: New file.
3658        * librdbg/ChangeLog: New file.
3659        * libnetworking/ChangeLog: New file.
3660
Note: See TracBrowser for help on using the repository browser.