source: rtems/c/src/ChangeLog @ 686f66d

4.104.114.95
Last change on this file since 686f66d was 686f66d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/07/08 at 03:18:40

2008-09-07 Ralf Corsépius <ralf.corsepius@…>

  • libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h: Convert to "bool".
  • Property mode set to 100644
File size: 140.5 KB
Line 
12008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
4        Convert to "bool".
5
62008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
9        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
10        memory driver to not use the clock ioctl to install a method to poll
11        for input. It now uses a Class API Timer which means we can eliminate
12        this special IOCTL from all clock drivers.
13        * libchip/shmdr/setckvec.c: Removed.
14
152008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * libchip/network/sonic.c: Do not declare a variable just to hold an
18        ignored return value.
19
202008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
21
22        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
23
242008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
27        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
28
292008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * libchip/display/disp_hcms29xx.c: Do not make these static. They
32        appear to be unused that way.
33
342008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * libchip/shmdr/shm_driver.h: Correct prototypes.
37
382008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
39
40        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
41        variables and made methods static.
42
432008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * libchip/serial/ns16550.c: Fix warning.
46
472008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * aclocal/prog-cc.m4: Add -Wnested-externs.
50
512008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * libchip/network/dec21140.c: Add missing prototype.
54        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
55
562008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
59        -Wstrict-prototypes to RTEMS_CFLAGS.
60
612008-08-02      Chris Johns <chrisj@rtems.org>
62
63        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
64        rtems_blkdev_request count and start references. Use
65        RTEMS_BLKDEV_START_BLOCK.
66
672008-07-29      Chris Johns <chrisj@rtems.org>
68
69        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
70
71        * libchip/ide/ata.c: Change to use a mutex rather than disable
72        pre-emption. Updated to the libblock changes.
73
74        * libchip/ide/ata_internal.h: Updated to the new chains API.
75
76        * libchip/ide/ide_controller.c: Updated to the libblock
77        changes. Added come debug tracing.
78
79        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
80        to the libblock changes.
81
822008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * configure.ac: Remove RPCGEN, RPCTOOLS.
85
862008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
87
88        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
89        for output format specifiers.
90
912008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
92
93        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
94        Fixed some data types
95
962008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
97
98        * libchip/i2c/spi-sd-card.c: Added missing header file.
99        * libchip/Makefile.am: Added SD Card driver.
100
1012008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
102
103        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
104        make glyphs non-constant, added file headers
105
1062008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
107
108        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
109        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
110        * libchip/display/font_hcms29xx.h
111        Creation of SPI display driver
112
1132008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
114
115        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
116        via SPI.
117
1182008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
121        AC_PREREQ(2.62).
122
1232008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
126
1272008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * libchip/Makefile.am: Move termios helper routines from libchip to
130        libcsupport. Add routine which makes it easy for a termios device
131        driver to inform termios of its default baud rate. This avoids
132        inconsistencies in later termios settings changes.
133        * libchip/serial/termios_baud2index.c,
134        libchip/serial/termios_baud2num.c: Removed.
135
1362008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
139
1402008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
143        not fail if there are none.
144
1452008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
146
147        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
148        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
149        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
150        * libchip/Makefile.am:
151        derived a generic spi memory driver from spi-flash-m25p40,
152        added descriptor for fram fm25l256
153
1542008-05-07      Till Straumann <strauman@slac.stanford.edu>
155
156        PR 649/bsps
157        * libchip/ide/ata.c: Give up if the interface does not become ready.
158
1592008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        Moved to cpukit.
162        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
163        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
164        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
165        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
166        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
167        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
168        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
169        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
170        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
171        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
172        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
173        nfsclient/src/xdr_mbuf.c: Removed.
174
1752008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
178
1792008-01-05      Chris Johns <chrisj@rtems.org>
180
181        * libchip/flash/am29lv160.c: Update the blank check error message
182        to say there is an error.
183       
1842007-12-22      Chris Johns <chrisj@rtems.org>
185
186        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
187        the hello message. Just one line but still a little too long.
188       
1892007-12-14      Chris Johns <chrisj@rtems.org>
190
191        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
192        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
193        * libchip/flash, libchip/flash/am29lv160.c,
194        libchip/flash/am29lv160.h: New.
195
1962007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
197
198        * libchip/network/if_fxp.c: Spacing.
199
2002007-11-20      Till Straumann <strauman@slac.stanford.edu>
201
202        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
203        Avoid using 'stdio' before the system is up and fully
204        initialized.
205
2062007-11-20      Till Straumann <strauman@slac.stanford.edu>
207
208        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
209        * libchip/Makefile.am, libchip/preinstall.am:
210        added new driver for Maxim DS1375 i2c RTC.
211
2122007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
213
214        * libchip/i2c/spi-flash-m25p40.c:
215        added addressing call in write function
216
2172007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
218
219        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
220        * libchip/Makefile.am:
221        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
222
2232007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
224
225        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
226
2272007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
228
229        * nfsclient/Makefile.am: Fix errors.
230
2312007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
232
233        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
234
2352007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
236
237        * aclocal/version.m4: Bump RTEMS_API to 4.9.
238        Bump RTEMS_VERSION to 4.8.99.0.
239
2402007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
241
242        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
243
2442007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
245
246        * configure.ac: Remove AC_PROG_AWK (Unused).
247
2482007-09-14      Daron Chabot <djc915@mail.usask.ca>
249
250        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
251        rtems_interrupt_vector, to permit passing arbitrary arguments to the
252        ISR. Clean up of variables to silence compiler warnings.
253
2542007-09-13      Daniel Hellstrom <daniel@gaisler.com>
255
256        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
257
2582007-09-12      Daniel Hellstrom <daniel@gaisler.com>
259
260        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
261          - Odd bit bug in some chips taken care of.
262          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
263            alignment but failing to do so must have made the driver writer to make
264            some incorrect assumptions about MBUFs.
265          - Fixed MBUF handling to handle mbuf chains better. The Data length of
266            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
267          - Made while loop responsible for copying data to fifo port copy 16 shorts
268            per loop instead of 1 short, increasing the copying process.
269
2702007-09-07      Daniel Hellstrom <daniel@gaisler.com>
271
272        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
273        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
274
2752007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
276
277        * configure.ac, wrapup/Makefile.am: Remove RDBG.
278        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
279        librdbg/Makefile.am, librdbg/preinstall.am,
280        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
281        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
282        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
283        librdbg/include/rdbg/powerpc/rdbg_f.h,
284        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
285        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
286        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
287        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
288        librdbg/src/servtsp.c, librdbg/src/servutil.c,
289        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
290        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
291        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
292        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
293        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
294        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
295        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
296        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
297        librdbg/src/powerpc/rdbg_f.c,
298        librdbg/src/powerpc/new_exception_processing/remdeb.h,
299        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
300        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
301        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
302
3032007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
304
305        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
306
3072007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
308
309        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
310          sizes.
311
3122007-07-27      Chris Johns <chrisj@rtems.org>
313
314        * wrapup/Makefile.am: Create archive from a file for hosts
315        with a limited command line size.
316
3172007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
318
319        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
320          sizes.
321
3222007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
323       
324        * configure.ac: Add nfsclient.
325        * nfsclient/Makefile.am: New.
326        * nfsclient/proto/Makefile, nfsclient/Makefile,
327          nfsclient/src/Makefile: Remove.
328        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
329        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
330
3312007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
332
333        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
334        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
335        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
336        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
337        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
338        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
339        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
340        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
341        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
342        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
343        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
344        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
345
3462007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
347
348        * libchip/serial/ns16550.c: removed timed out wait for transmitter
349        to become ready: This will not work for fast CPUs.
350
3512007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
352
353        * libchip/ide/ata.c: fixed warning
354
3552007-06-20      Ray Xu <rayx@gmail.com>
356
357        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
358        console, and libio. This shrinks the memory requirements but Joel has
359        not figured out how best to present this to application space.
360        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
361        New files.
362
3632007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
364
365        * optman/sapi/no-io.c: Split IO Manager into one function per file so
366        now we only need required initialization methods.
367
3682007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
369
370        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
371        parameter since it was used to configure a no longer used feature.
372        Device names are now part of the filesystem not in a table.
373
3742007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
375
376        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
377        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
378        optman/rtems/no-part.c, optman/rtems/no-region.c,
379        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
380        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
381        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
382        other optional managers so using them reduces application size
383        instead of increasing it.
384        * optman/rtems/no-barrier.c: New file.
385
3862007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
387
388        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
389        adjustments to pci-API changes.
390        * libchip/network/dec21140.c, libchip/network/elnk.c,
391        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
392        changes.
393
3942007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
395
396        * libchip/network/dec21140.c, libchip/network/if_dc.c,
397        libchip/network/if_fxp.c: Reflect changes to pci-API.
398
3992007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
400
401        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
402        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
403
4042007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
405
406        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
407          being used to compile "tools").
408
4092007-03-13      Joel Sherrill <joel@OARcorp.com>
410
411        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
412
4132007-03-12      Joel Sherrill <joel@OARcorp.com>
414
415        * libchip/network/cs8900.c, libchip/network/cs8900.h,
416        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
417        and/or fix mistake in copyright notice. Both of these mistakes appear
418        to be from code submitted after these changes were made previously.
419
4202007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
421
422        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
423
4242007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
425
426        * libchip/Makefile.am: Correct path to README.tulipclone.
427
4282007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
429
430        * libchip/ide/ata.c: Remove superfluous type casts.
431
4322007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
433
434        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
435        Use size_t for sizes.
436
4372007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
438
439        * libchip/ide/ata.c: in ata_request_done: moved call to free()
440        from preemption disabled region
441
4422007-01-16      Till Straumann <strauman@slac.stanford.edu>
443
444        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
445        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
446        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
447
4482006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
449
450        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
451          ioctl_command_t as ioctl argument.
452
4532006-12-13      Joel Sherrill <joel@OARcorp.com>
454
455        * librtems++/include/rtems++/rtemsEvent.h,
456        librtems++/include/rtems++/rtemsMessageQueue.h,
457        librtems++/include/rtems++/rtemsSemaphore.h,
458        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
459        librtems++/src/rtemsMessageQueue.cc,
460        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
461        rtems_unsigned32 to uint32_t.
462
4632006-12-13      Joel Sherrill <joel@OARcorp.com>
464
465        PR 1181/bsps
466        * optman/rtems/no-msg.c: Clean up dead code.
467
4682006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
469
470        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
471
4722006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
473
474        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
475        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
476        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
477
4782006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
479
480        * configure.ac: New BUG-REPORT address.
481
4822006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
483
484        * Makefile.am: Remove ampolish3.
485
4862006-11-17      Joel Sherrill <joel@OARcorp.com>
487
488        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
489        blank lines.
490
4912006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
492
493        * configure.ac: Remove RTEMS_AMPOLISH3.
494        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
495          Remove checks for AMPOLISH3.
496        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
497        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
498        * ampolish3: Remove.
499
5002006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
501
502        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
503        * aclocal/prog-cc.m4: Remove CFLAGS.
504        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
505        Compose CFLAGS. Append CFLAGS to ac_configure_args.
506
5072006-10-23      Joel Sherrill <joel@OARcorp.com>
508
509        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
510
5112006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
512
513        * automake/compile.am: Use hard-coded RTEMS_* flags.
514
5152006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
516
517        * aclocal/rtems-top.m4: Remove RTEMS_API.
518        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
519
5202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
521
522        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
523
5242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
525
526        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
527
5282006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
529
530        * aclocal/version.m4: Bump version to 4.7.99.0.
531
5322006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
533
534        * configure.ac: Require autoconf-2.60. Require automake-1.10.
535
5362006-09-11      Joel Sherrill <joel@OARcorp.com>
537
538        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
539
5402006-09-04      Joel Sherrill <joel@OARcorp.com>
541
542        * libchip/network/greth.c, libchip/network/open_eth.c,
543        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
544        introduced by warning removal.
545
5462006-09-01      Joel Sherrill <joel@OARcorp.com>
547
548        * libchip/network/greth.c, libchip/network/open_eth.c,
549        libchip/network/smc91111.c: Remove warnings and correct prototype
550        added earlier today.
551
5522006-09-01      Joel Sherrill <joel@OARcorp.com>
553
554        * libchip/network/cs8900.c, libchip/network/greth.c,
555        libchip/network/i82586.c, libchip/network/open_eth.c,
556        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
557        sized integers, and inttypes.h printf helpers.
558
5592006-08-09      Kolja Waschk <waschk@telos.de>
560
561        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
562
5632006-07-12      Joel Sherrill <joel@OARcorp.com>
564
565        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
566
5672006-07-11      Jerry Needell <jerry.needell@unh.edu>
568
569        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
570        4.6 branch.  Original modifications by Gaisler Enterprises.
571        * libchip/network/greth.c, libchip/network/greth.h: New files.
572
5732006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
574
575        * ide/ata.[ch]:
576        (PR1118) fetch priority for ATA task from a variable,
577        not a fixed configuration value.
578       
5792006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
580
581        * Makefile.am: Add ampolish3.
582
5832006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
584
585        * ampolish3: New.
586        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
587
5882006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
589
590        * aclocal/rtems-ampolish.m4: New.
591        * configure.ac: Use RTEMS_AMPOLISH3.
592
5932006-04-18  Joel Sherrill <joel@OARcorp.com>
594
595        * aclocal/version.m4: Updated to rtems-4.6.99.3.
596
5972006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
598
599        PR 853/filesystem
600        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
601        should be modified to support the new exception scheme and to use the
602        handle parameter.
603
6042006-02-a32     Eric Norum <norume@aps.anl.gov>
605
606        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
607        "newer" PCI access calls.  Minor cleanups.  Comments.
608
6092006-01-12      Eric Norum <norume@aps.anl.gov>
610
611        PR 861/networking
612        PR 863/networking
613        * libchip/network/smc91111.c: Fix illegal lvalue increments.
614
6152006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
616
617        * wrapup/Makefile.am: Add preinstall.am.
618        * libchip/Makefile.am: Build libchip/network/smc91111.
619        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
620        Eliminate cyg_int* crap.
621
6222006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
623
624        * librdbg/Makefile.am: Add preinstall.am.
625        * aclocal/bsp-configure.m4: Add ampolish3.
626        New header guards.
627
6282006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
629
630        * libchip/network/open_eth.c, libchip/network/open_eth.h:
631        Merger from rtems-4-6-branch.
632
6332006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
634
635        * libchip/network/smc91111.c
636        libchip/network/smc91111config.h
637        libchip/network/smc91111exp.h
638        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
639        * libchip/Makefile.am: Reflect adding smc91111*.
640
6412006-01-08      Joel Sherrill <joel@OARcorp.com>
642
643        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
644        char *.
645
6462006-01-08      Joel Sherrill <joel@OARcorp.com>
647
648        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
649        warnings.
650
6512005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
652
653        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
654        Add RTEMS_RELLDFLAGS.
655        * automake/compile.am: Remove RTEMS_USE_GCC.
656        Remove RTEMS_RELLDFLAGS.
657        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
658
6592005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
660
661        * libchip/network/if_media.h, libchip/network/mii.h:
662        Remove (Moved to cpukit).
663        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
664        and libchip/network/if_media.h.
665        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
666        if_media.h having moved.
667
6682005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
669
670        * automake/compile.am, automake/host.am, automake/local.am,
671        automake/subdirs.am: Remove depend.
672        * configure.ac: Explicitly pass --libdir and --includedir to
673        testsuites.
674
6752005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
676
677        * configure.ac: Reflect changes to testsuites.
678
6792005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
680
681        * automake/compile.am: Remove GCCSPECS.
682        * aclocal/prog-cc.m4: Add GCCSPECS.
683        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
684
6852005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
686
687        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
688        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
689
6902005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
691
692        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
693        libcpu/byteorder.h for i386.
694
6952005-11-02      Till Straumann <strauman@slac.stanford.edu>
696
697        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
698        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
699        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
700        added a simple API/library for i2c devices and drivers for i2c
701        2-byte eeproms and a ds1621 temperature sensor; API is documented
702        in libi2c.h.
703
7042005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
705
706        * libnetworking/pppd/ipxcp.c,
707        libnetworking/pppd/chat.c,
708        libnetworking/pppd/patchlevel.h,
709        libnetworking/pppd/upap.h,
710        libnetworking/pppd/md5.h,
711        libnetworking/pppd/pppd.8,
712        libnetworking/pppd/README,
713        libnetworking/pppd/preinstall.am,
714        libnetworking/pppd/md4.h,
715        libnetworking/pppd/magic.c,
716        libnetworking/pppd/pppd.h,
717        libnetworking/pppd/demand.c,
718        libnetworking/pppd/rtemsmain.c,
719        libnetworking/pppd/sys-rtems.c,
720        libnetworking/pppd/ipcp.h,
721        libnetworking/pppd/lcp.h,
722        libnetworking/pppd/chap_ms.c,
723        libnetworking/pppd/md4.c,
724        libnetworking/pppd/rtemspppd.h,
725        libnetworking/pppd/cbcp.h,
726        libnetworking/pppd/auth.c,
727        libnetworking/pppd/lcp.c,
728        libnetworking/pppd/example/README,
729        libnetworking/pppd/example/ppp.conf,
730        libnetworking/pppd/example/system.h,
731        libnetworking/pppd/example/netconfig.h,
732        libnetworking/pppd/example/pppdapp.c,
733        libnetworking/pppd/example/init.c,
734        libnetworking/pppd/example/Makefile-user,
735        libnetworking/pppd/example/pppd.options,
736        libnetworking/pppd/rtemspppd.c,
737        libnetworking/pppd/ipxcp.h,
738        libnetworking/pppd/chap_ms.h,
739        libnetworking/pppd/options.c,
740        libnetworking/pppd/magic.h,
741        libnetworking/pppd/chap.h,
742        libnetworking/pppd/cbcp.c,
743        libnetworking/pppd/upap.c,
744        libnetworking/pppd/chap.c,
745        libnetworking/pppd/Makefile.am,
746        libnetworking/pppd/ccp.h,
747        libnetworking/pppd/utils.c,
748        libnetworking/pppd/rtemsdialer.h,
749        libnetworking/pppd/fsm.h,
750        libnetworking/pppd/pathnames.h,
751        libnetworking/pppd/md5.c,
752        libnetworking/pppd/fsm.c,
753        libnetworking/pppd/ipcp.c,
754        libnetworking/pppd/STATUS,
755        libnetworking/pppd/ccp.c,
756        libnetworking/Makefile.am: Remove (Moved to cpukit).
757
7582005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
759
760        * configure.ac: Remove libnetworking, libnetworking/pppd.
761        * wrapup/Makefile.am: Remove libpppd.a.
762
7632005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
764
765        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
766        rtemsdialer.h to $(includedir)/rtems.
767
7682005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
769
770        * libnetworking/rtems_telnetd/icmds.c,
771        libnetworking/rtems_telnetd/Makefile.am,
772        libnetworking/rtems_telnetd/preinstall.am,
773        libnetworking/rtems_telnetd/pty.c,
774        libnetworking/rtems_telnetd/pty.h,
775        libnetworking/rtems_telnetd/README,
776        libnetworking/rtems_telnetd/telnetd.c,
777        libnetworking/rtems_telnetd/telnetd.h:
778        Remove (Moved to cpukit).
779
7802005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
781
782        * configure.ac: Remove libnetworking/rtems_telnetd.
783        * libnetworking/Makefile.am: Remove rtems_telnetd.
784        * libnetworking/README: Remove (Obsolete).
785        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
786
7872005-10-20  Eric Norum <norume@aps.anl.gov>
788
789        * libchip/network/dec21140.c: Clean up PCI mapping.
790
7912005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
792
793        * libnetworking/pppd/Makefile.am: Use preinstall.am.
794        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
795        librdbg/src/servrpc.c, librdbg/src/servtgt.c
796        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
797        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
798        * configure.ac: Move optman to the end of BSP_SUBDIRS.
799
8002005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
801
802        * aclocal/bspopts.m4: Add missing m4 quotes.
803
8042005-09-02  Joel Sherrill <joel@OARcorp.com>
805
806    * aclocal/version.m4: Updated to rtems-4.6.99.2.
807
8082005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
809
810        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
811        libchip/network/dec21140.c: Remove initialization of PCI bus.
812
8132005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
814
815        * optman/Makefile.am: Add preinstall.am.
816
8172005-07-18      Karel Gardas <kgardas@objectsecurity.com>
818
819        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
820        UNTESTED to tested.
821
8222005-06-17      Joel Sherrill <joel@OARcorp.com>
823
824        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
825        it is not supported by the MPC5xx.
826
8272005-06-17      Joel Sherrill <joel@OARcorp.com>
828
829        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
830        interface. Also correct attempting to build on other than PowerPC and
831        x86.
832
8332005-06-16      Daron Chabot <daron@nucleus.usask.ca>
834
835        * libchip/Makefile.am: Add driver for Tulip clones.
836        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
837        libchip/network/if_dcreg.h: New files.
838
8392005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
840
841        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
842        to enable rdbg.
843        * configure.ac: Reflect changes above.
844
8452005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
846
847        * configure.ac: Add ada/.
848
8492005-05-20      Sergei Organov  <osv@topconrd.ru>
850
851        PR 750/networking
852        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
853        wait_input().
854
8552005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
856
857        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
858        rtems/irq.h.
859
8602005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
861
862        * libchip/Makefile.am: Include preinstall.am.
863        * libchip/preinstall.am: New.
864
8652005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
866
867        * configure.ac: Add AMPOLISH3.
868        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
869        * libnetworking/rtems_telnetd/preinstall.am: New.
870        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
871
8722005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
873
874        * configure.ac: Let enable_rpcgen default to "no".
875
8762005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
877
878        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
879
8802005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
881
882        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
883        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
884
8852005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
886
887        * libchip/network/dec21140.c, libchip/network/elnk.c,
888        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
889
8902005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
891
892        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
893        of code as a result of the implementation of a common PCI interface.
894
8952005-05-04      Joel Sherrill <joel@OARcorp.com>
896
897        * libchip/network/open_eth.c: Remove prototype of set_vector.
898
8992005-05-03      Joel Sherrill <joel@OARcorp.com>
900
901        * librdbg/src/ptrace.c: Remove warning.
902
9032005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
904
905        * libchip/network/dec21140.c, libchip/network/elnk.c,
906        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
907        Modified parameter list to remove warnings.
908
9092005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
910
911        * libchip/network/cs8900.c, libchip/network/i82586.c,
912        libchip/network/open_eth.c, libchip/network/sonic.c,
913        libchip/serial/mc68681.c: Modified types to remove
914        warnings.  Added initialization to remove warnings.
915
9162005-04-28      Joel Sherrill <joel@OARcorp.com>
917
918        * libchip/network/README.sonic: Rewritten to account for removal of
919        dmv177.
920
9212005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
922
923        PR 781/rtems_misc
924        * libchip/serial/ns16550_p.h: Fix baud rate calculation
925
9262005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
927
928        * libchip/serial/ns16550.c:
929        Fixed warnings generated in various powerpc configurations
930
9312005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
932
933        * libchip/serial/ns16550.c: Modified
934        ISR to work with PPC new exception processing
935
9362005-03-14      Joel Sherrill <joel@OARcorp.com>
937
938        * libchip/network/dec21140.c, libchip/network/elnk.c,
939        libchip/network/if_fxp.c: Continue PCI API unification. All use
940        pci_find_device(). Network drivers manufacture a signature since all
941        calls have not been converted yet.
942
9432005-03-04      Joel Sherrill <joel@OARcorp.com>
944
945        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
946        initialize function part of the unified PCI API as pci_initialize().
947
9482005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
949
950        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
951        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
952
9532005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
954
955        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
956        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
957
9582005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
959
960        * aclocal/ppc.m4: Reflect changes to ppc exception processing
961        building procedures.
962
9632005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
964
965        * aclocal/prog-cc.m4:
966        Quote CFLAGS's RHS to accomodate Solaris broken sh.
967
9682005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
969
970        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
971
9722005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
973
974        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
975
9762005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
977
978        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
979
9802005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
981
982        * libnetworking/rtems_servers/ftp.c,
983        libnetworking/rtems_servers/ftp.h,
984        libnetworking/rtems_servers/Makefile.am:
985        Remove (relocated to cpukit/ftpd).
986        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
987        removed move libnetworking/rtems_servers.
988
9892005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
990
991        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
992
9932005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
994
995        PR 755/rtems
996        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
997        Remove local declarations of rtems_bsdnet_nameservers,
998        rtems_bsdnet_nameservers_count.
999
10002005-01-31      Sergei Organov <osv@topconrd.ru>
1001
1002        PR 751/pppd
1003        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1004        committed to fix PR736 breaks pppd. chat.c should have its own static
1005        ttyfd for pppd to work correctly. The symptom is that second
1006        invokation of chat (for connect script) fails due to pppd_ttyfd set
1007        to -1 by previous chat invokation (for init script). In addition,
1008        this patch fixes leaving of dangling pointer in the abort_stbring[]
1009        by chat_send().
1010
10112005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1012
1013        * configure.ac: Remove CFLAGS_DEBUG_V.
1014        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1015
10162005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1017
1018        * wrapup/Makefile.am: Remove rtems-ctor.o.
1019
10202005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1021
1022        * libchip/rtc/rtc.h: size_t RTC_Count.
1023
10242005-01-20      Joel Sherrill <joel@OARcorp.com>
1025
1026        PR 736/pppd
1027        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1028        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1029        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1030        should not be static and should have a name more specific to pppd.
1031
10322005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1033
1034        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1035        libnetworking/rtems_servers/Makefile.am,
1036        libnetworking/rtems_telnetd/Makefile.am,
1037        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1038        Eliminate CFLAGS_OPTIMIZE_V.
1039
10402005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1041
1042        * configure.ac: Pass CFLAGS to testsuites configure.
1043        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1044        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1045
10462005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1047
1048        * configure.ac: Pass CFLAGS to cpukit configure.
1049        * aclocal/rtems-flags.m4: Remove (Unused).
1050        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1051        * aclocal/env-rtemsbsp.m4:
1052        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1053        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1054        RTEMS_CFLAGS.
1055        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1056        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1057        Cleanup comments.
1058
10592005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1060
1061        * automake/compile.am: Remove build-variant support.
1062
10632005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1064
1065        * libnetworking/pppd/Makefile.am,
1066        libnetworking/rtems_servers/Makefile.am,
1067        libnetworking/rtems_telnetd/Makefile.am:
1068        Remove build-variant support.
1069
10702005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1071
1072        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1073        support/Makefile.am, wrapup/Makefile.am:
1074        Remove build-variant support.
1075
10762004-11-22      Joel Sherrill <joel@OARcorp.com>
1077
1078        * libchip/network/if_fxp.c: Add entry for another module ID code.
1079
10802004-11-22      Joel Sherrill <joel@OARcorp.com>
1081
1082        PR 693/misc
1083        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1084        in/outport routines.
1085
10862004-11-22      Joel Sherrill <joel@OARcorp.com>
1087
1088        PR 693/misc
1089        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1090        in/outport routines.
1091
10922004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1093
1094        * aclocal/enable-itron.m4: Remove (unused).
1095
10962004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1097
1098        * configure.ac: Misc. quoting cleanups.
1099        Enable ada-tests iff --enable-ada and --enable-tests.
1100
11012004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1102
1103        PR 703/filesystem
1104        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1105        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1106        libchip/ide/ide_controller.c:
1107        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1108        available for BSPS/device drivers.
1109        Extend the "modes_available" and "mode_active" parameters to
1110        uint16_t for UDMA support.
1111
11122004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1113
1114        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1115        not supported on PowerPC since it works on the MVME2100 BSP.
1116
11172004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1118
1119        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1120        Add dependency tracking for *.cfgs.
1121        * Makefile.am: Add dependency tracking for *.cfg.
1122
11232004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1124
1125        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1126        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1127
11282004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1129
1130        PR 707/make_build
1131        * configure.ac: Add --enable-rpcgen.
1132
11332004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1134
1135        PR 700/rtems_misc
1136        * libnetworking/rtems_webserver/asp.c,
1137        libnetworking/rtems_webserver/balloc.c,
1138        libnetworking/rtems_webserver/cgi.c,
1139        libnetworking/rtems_webserver/default.c,
1140        libnetworking/rtems_webserver/ej.h,
1141        libnetworking/rtems_webserver/ejIntrn.h,
1142        libnetworking/rtems_webserver/ejlex.c,
1143        libnetworking/rtems_webserver/ejparse.c,
1144        libnetworking/rtems_webserver/emfdb.c,
1145        libnetworking/rtems_webserver/emfdb.h,
1146        libnetworking/rtems_webserver/form.c,
1147        libnetworking/rtems_webserver/handler.c,
1148        libnetworking/rtems_webserver/h.c,
1149        libnetworking/rtems_webserver/license.txt,
1150        libnetworking/rtems_webserver/Makefile.am,
1151        libnetworking/rtems_webserver/md5c.c,
1152        libnetworking/rtems_webserver/md5.h,
1153        libnetworking/rtems_webserver/mime.c,
1154        libnetworking/rtems_webserver/misc.c,
1155        libnetworking/rtems_webserver/NOTES,
1156        libnetworking/rtems_webserver/ringq.c,
1157        libnetworking/rtems_webserver/rom.c,
1158        libnetworking/rtems_webserver/rtems_webserver.h,
1159        libnetworking/rtems_webserver/security.c,
1160        libnetworking/rtems_webserver/sock.c,
1161        libnetworking/rtems_webserver/socket.c,
1162        libnetworking/rtems_webserver/sockGen.c,
1163        libnetworking/rtems_webserver/sym.c,
1164        libnetworking/rtems_webserver/uemf.c,
1165        libnetworking/rtems_webserver/uemf.h,
1166        libnetworking/rtems_webserver/um.c,
1167        libnetworking/rtems_webserver/um.h,
1168        libnetworking/rtems_webserver/umui.c,
1169        libnetworking/rtems_webserver/url.c,
1170        libnetworking/rtems_webserver/value.c,
1171        libnetworking/rtems_webserver/wbase64.c,
1172        libnetworking/rtems_webserver/webcomp.c,
1173        libnetworking/rtems_webserver/webmain.c,
1174        libnetworking/rtems_webserver/webpage.c,
1175        libnetworking/rtems_webserver/webrom.c,
1176        libnetworking/rtems_webserver/webs.c,
1177        libnetworking/rtems_webserver/websda.c,
1178        libnetworking/rtems_webserver/websda.h,
1179        libnetworking/rtems_webserver/webs.h,
1180        libnetworking/rtems_webserver/websSSL.c,
1181        libnetworking/rtems_webserver/websSSL.h,
1182        libnetworking/rtems_webserver/websuemf.c,
1183        libnetworking/rtems_webserver/wsIntrn.h:
1184        Remove (Moved to cpukit/http).
1185
11862004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1187
1188        PR 700/rtems_misc
1189        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1190        Remove libnetworking/rtems_webserver.
1191
11922004-10-25      Eric Norum <norume@aps.anl.gov>
1193
1194        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1195
11962004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1197
1198        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1199
12002004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1201
1202        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1203        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1204
12052004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1206
1207        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1208
12092004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1210
1211        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1212        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1213
12142004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1215
1216        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1217        BITSPERBYTE.
1218
12192004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1220
1221        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1222        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1223
12242004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1225
1226        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1227
12282004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1229
1230        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1231        * aclocal/enable-bare.m4: Remove.
1232        * configure.ac: Remove BARE_CPU_MODEL.
1233
12342004-10-13      Eric Norum <norume@aps.anl.gov>
1235
1236        PR 688/bsps
1237        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1238        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1239        MC146818A (and several Dallas Semiconductor) TOD chips.
1240
12412004-10-13      Eric Norum <norume@aps.anl.gov>
1242
1243        PR 686/networking
1244        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1245        device code.
1246
12472004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1248
1249        * libchip/network/dec21140.c: include <rtems/pci.h>.
1250
12512004-09-29      Joel Sherrill <joel@OARcorp.com>
1252
1253        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1254        libnetworking/pppd/utils.c: i960 obsoleted and all references
1255        removed.
1256
12572004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1258
1259        PR 607/networking
1260        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1261        instead of fully specifying unused PCI features.
1262
12632004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1264
1265        * configure.ac: Require automake > 1.9.
1266
12672004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1268
1269        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1270
12712004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1272
1273        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1274        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1275
12762004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1277
1278        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1279        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1280
12812004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1282
1283        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1284
12852004-07-28  Joel Sherrill <joel@OARcorp.com>
1286
1287    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1288
12892004-07-25      Joel Sherrill <joel@OARcorp.com>
1290
1291        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1292
12932004-05-21  Till Strauman <strauman@slac.stanford.edu>
1294
1295        PR 625/networking
1296        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1297        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1298        an error rather than panic if no chip is detected (thus allowing
1299        for probing).
1300        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1301        instead of looping forever.  Avoid divide by zero (crashed my PC).
1302        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1303        they are UNTESTED.
1304
13052004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1306
1307        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1308
13092004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1310
1311        * libchip/network/dec21140.c, libchip/network/elnk.c:
1312        #include <errno.h>.
1313
13142004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1315
1316        * libchip/network/if_media.h: Update from FreeBSD.
1317        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1318        libchip/network/i82586.c: #include <errno.h>.
1319
13202004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1321
1322        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1323
13242004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1325
1326        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1327
13282004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1329
1330        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1331        automake).
1332
13332004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1334
1335        PR 599/pppd
1336        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1337
13382004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1339
1340        * optman/rtems/no-region.c: Reflect having changed
1341        rtems_region_get_segment_size.
1342
13432004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1344
1345        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1346        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1347        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1348        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1349        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1350        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1351        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1352
13532004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1354
1355        * libchip/ide/ata.c, libchip/network/dec21140.c,
1356        libchip/network/elnk.c, libchip/network/i82586.c,
1357        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1358        libchip/network/open_eth.c, libchip/network/sonic.c,
1359        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1360        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1361        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1362        libchip/shmdr/shm_driver.h: Cosmetics.
1363
13642004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1365
1366        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1367        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1368        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1369        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1370        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1371        fixed size types.
1372
13732004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1374
1375        * configure.ac: Explicitly pass --includedir and --libdir to
1376        cpukit/configure.
1377
13782004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1379
1380        * librdbg/Makefile.am: Fix rpcgen rules.
1381        * librdbg/src/i386/any/remdeb_xdr.c,
1382        librdbg/src/m68k/any/remdeb_xdr.c,
1383        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1384        Reflect changes to librdbg/Makefile.am.
1385
13862004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1387
1388        * configure.ac: Reflect changes testsuites/configure.ac and
1389        cpukit/configure.ac.
1390
13912004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1392
1393        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1394        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1395
13962004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1397
1398        * configure.ac: Reflect changes to testsuites's configuration.
1399
14002004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1401
1402        PR/589 rtems
1403        * libchip/network/pci.h: Remove (Moved to cpukit).
1404
14052004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1406
1407        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1408        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1409        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1410        libchip/network/dec21140.c, libchip/network/elnk.c,
1411        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1412        libchip/network/open_eth.h, libchip/network/sonic.c,
1413        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1414        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1415        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1416        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1417        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1418        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1419        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1420        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1421        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1422        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1423        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1424        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1425        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1426        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1427        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1428        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1429        fixed-size types.
1430
14312004-03-14      Chris Johns  <chrisj@rtems.org>
1432
1433        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1434        the BSP example code.
1435        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1436        support the DIMMPC. This is a pc386 target with IO port support. Minor
1437        formating clean up. Add documentation to the header file.
1438        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1439        cs8900.h header file.
1440
14412004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1442
1443        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1444        Cosmetics.
1445
14462004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1447
1448        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1449        There are no application level Makefiles in here.
1450
14512004-03-04      Joel Sherrill <joel@OARcorp.com>
1452
1453        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1454        they can be used in application level makefiles.
1455
14562004-03-05      Joel Sherrill <joel@OARcorp.com>
1457
1458        * libnetworking/rtems_webserver/ejparse.c,
1459        libnetworking/rtems_webserver/emfdb.c,
1460        libnetworking/rtems_webserver/sock.c,
1461        libnetworking/rtems_webserver/socket.c,
1462        libnetworking/rtems_webserver/sym.c,
1463        libnetworking/rtems_webserver/webs.c,
1464        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
14652004-03-05      Joel Sherrill <joel@OARcorp.com>
1466
1467        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1468        compiling this file only only those CPU families with supported
1469        exception models.
1470
14712004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1472
1473        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1474        testsuites (Was exposed with --enable-multilib, only).
1475        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1476         Add RTEMS_BSP_CONFIG_SUBDIR.
1477        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1478        testsuites's configure.
1479        * aclocal/rtems-top.m4: Remove ENDIF hack.
1480        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1481
14822004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1483
1484        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1485        wrapup/Makefile.am: Fix automake problems having been introduced
1486        in previous patch.
1487
14882004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1489
1490        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1491        Preinstall dirs.
1492        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1493        * aclocal/check-multiprocessing.m4: Cosmetics.
1494        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1495        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1496
14972004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1498
1499        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1500        librdbg/src/Makefile.am.
1501        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1502        * configure.ac: Reflect changes above.
1503        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1504        * wrapup/Makefile.am: Reflect changes above.
1505        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1506
15072004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1508
1509        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1510
15112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1512
1513        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1514
15152004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1516
1517        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1518
15192004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1520
1521        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1522        librdbg/src/powerpc/Makefile.am: Remove.
1523        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1524        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1525        * configure.ac: Reflect changes above.
1526
15272004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1528
1529
15302004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1531
1532        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1533        STRIP.
1534
15352004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1536
1537        * librdbg/include/Makefile.am: Merge-in
1538        librdbg/include/rdbg/i386/Makefile.am,
1539        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1540        librdbg/include/rdbg/powerpc/Makefile.am.
1541        * librdbg/include/rdbg/i386/Makefile.am,
1542        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1543        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1544        * configure.ac: Reflect changes above.
1545
15462004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1547
1548        * configure.ac: Use AS_HELP_STRING(ada).
1549
15502004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1551
1552        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1553        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1554        Use AC_CONFIG_HEADERS.
1555        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1556        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1557
15582004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1559
1560        * Makefile.am: include local.am.
1561
15622004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1563
1564        * aclocal/version.m4: 4.6.99.0.
1565
15662004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1567
1568        * Makefile.am: Don't include host.am.
1569        * automake/compile.am: Further cleanups.
1570
15712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1572
1573        * automake/lib.am: Remove (Unused).
1574
15752004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1576
1577        * wrapup/Makefile.am: Don't include lib.am.
1578        * automake/compile.am: Use automake compilation rules.
1579
15802004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1581
1582        * libnetworking/pppd/Makefile.am,
1583        libnetworking/rtems_servers/Makefile.am,
1584        libnetworking/rtems_telnetd/Makefile.am,
1585        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1586        support/Makefile.am: Don't include lib.am.
1587
15882004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1589
1590        * libchip/Makefile.am: Don't include lib.am.
1591        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1592        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1593        unnecessary EXTRA_DISTs.
1594
15952004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1596
1597        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1598        hack.
1599
16002004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1601
1602        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1603        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1604        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1605        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1606
16072004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1608
1609        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1610        Add AM_CONDITIONAL(HAS_MP).
1611        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1612        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1613        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1614        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1615        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1616        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1617        (Deprecated by autoconf 2.59).
1618
16192004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1620
1621        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1622        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1623
16242004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1625
1626        * ChangeLog: Merge-in libnetworking/ChangeLog.
1627        * libnetworking/ChangeLog: Remove.
1628        * ChangeLog: Merge-in librdbg/ChangeLog.
1629        * librdbg/ChangeLog: Remove.
1630        * ChangeLog: Merge-in libchip/ChangeLog.
1631        * libchip/ChangeLog: Remove.
1632        * ChangeLog: Merge-in optman/ChangeLog.
1633        * optman/ChangeLog: Remove.
1634
16352004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1636
1637        * configure.ac: Reflect changes to cpukit.
1638        * wrapup/Makefile.am: Reflect changes to librdbg.
1639        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1640        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1641        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1642        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1643        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1644        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1645        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1646        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1647        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1648
16492004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1650
1651        * aclocal/rtems-top.m4: Remove check for version.m4.
1652        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1653
16542004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1655
1656        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1657        * wrapup/Makefile.am: Reflect changes to libchip/*.
1658        * support/Makefile.am: Use automake compilation rules.
1659        * wrapup/Makefile.am: Reflect changes to support/*.
1660        * configure.ac: Remove libnetworking/wrapup/Makefile.
1661        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1662        libnetworking/*/lib*.a instead of libnetapps.a.
1663        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1664        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1665        * optman/Makefile.am: Use automake compilation rules.
1666        * libchip/Makefile.am: Fix typo in previous patch.
1667        * libchip/Makefile.am: Use automake compilation rules.
1668        * libnetworking/Makefile.am: Remove wrapup.
1669        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1670        automake-compilation rules.
1671        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1672        automake-compilation rules.
1673        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1674        automake-compilation rules.
1675        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1676        automake-compilation rules.
1677        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1678
16792004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1680
1681        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1682        PRE/TMPINSTALL_FILES to CLEANFILES.
1683        * automake/lib.am: Remove TMPINSTALL_FILES.
1684        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1685        PRE/TMPINSTALL_FILES to CLEANFILES.
1686        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1687        PRE/TMPINSTALL_FILES to CLEANFILES.
1688        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1689        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1690        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1691        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1692        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1693        * librdbg/src/i386/Makefile.am: Ditto.
1694        * librdbg/src/m68k/Makefile.am: Ditto.
1695        * librdbg/src/powerpc/Makefile.am: Ditto.
1696        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1697        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1698        * libnetworking/rtems_servers/Makefile.am: Ditto.
1699        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1700        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1701
17022004-01-07      Joel Sherrill <joel@OARcorp.com>
1703
1704        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1705        more completely covers the MIPS family.
1706
17072003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1708
1709        * wrapup/Makefile.am: Reflect changes to shmdr.
1710        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1711
17122003-12-18      Joel Sherrill <joel@OARcorp.com>
1713
1714        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1715        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1716        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1717        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1718        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1719        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1720        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1721
17222003-12-17      Joel Sherrill <joel@OARcorp.com>
1723
1724        * aclocal/version.m4: Updated to rtems-20031217-test.
1725
17262003-12-17     
1727
1728        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1729        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1730
17312003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1732
1733        * automake/compile.am: Remove LINK_LIBS (Unused).
1734        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1735
17362003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1737
1738        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1739        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1740        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1741        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1742        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1743
17442003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1745
1746        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1747        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1748        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1749        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1750        * librdbg/src/i386/Makefile.am:
1751        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1752        * librdbg/src/m68k/Makefile.am:
1753        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1754        * librdbg/src/powerpc/Makefile.am:
1755        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1756
17572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1758
1759        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1760        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1761        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1762        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1763        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1764        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1765        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1766        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1767        * optman/Makefile.am: Remove project_libdir.
1768        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1769        PRE/TMPINSTALL_FILES.
1770        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1771        PRE/TMPINSTALL_FILES.
1772        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1773        PRE/TMPINSTALL_FILES.
1774        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1775        PRE/TMPINSTALL_FILES.
1776        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1777        from PRE/TMPINSTALL_FILES.
1778        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1779        PRE/TMPINSTALL_FILES.
1780        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1781        PRE/TMPINSTALL_FILES.
1782        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1783        PRE/TMPINSTALL_FILES.
1784        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1785        PRE/TMPINSTALL_FILES.
1786        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1787        PRE/TMPINSTALL_FILES.
1788        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1789        PRE/TMPINSTALL_FILES.
1790        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1791        from PRE/TMPINSTALL_FILES.
1792
17932003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1794
1795        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1796        * automake/lib.am: Remove project_libdir.
1797        * wrapup/Makefile.am: Reworked.
1798
17992003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1800
1801        * configure.ac: Reflect changes to librdbg.
1802        * optman/Makefile.am: Add tmpinstall dirstamp support.
1803        * libchip/Makefile.am: Fix variant-tmpinstall support.
1804        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1805        * librdbg/src/powerpc/Makefile.am: Merge-in former
1806        new_exception_processing/Makefile.am.
1807        * librdbg/src/m68k/any/Makefile.am: Remove.
1808        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1809        * librdbg/src/i386/any/Makefile.am: Remove.
1810        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1811        * librdbg/src/Makefile.am: Cosmetics.
1812        * librdbg/include/Makefile.am: Cosmetics.
1813        * librdbg/Makefile.am: Cosmetics.
1814        * libnetworking/Makefile.am: Cosmetics.
1815        * libnetworking/pppd/Makefile.am: Cosmetics.
1816        * libnetworking/wrapup/Makefile.am: Cosmetics.
1817
18182003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1819
1820        * Makefile.am: Cosmetics.
1821        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1822        support.
1823
18242003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1825
1826        * automake/compile.am: Remove $(ARCH):-rule.
1827
18282003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1829
1830        * configure.ac: Remove lib/libbsp/shared/Makefile,
1831        lib/libbsp/shmdr/Makefile.
1832
18332003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1834
1835        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1836        libchip/serial/Makefile, libchip/rtc/Makefile.
1837        * support/Makefile.am: Remove all-local: $(ARCH).
1838        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1839        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1840        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1841        * optman/Makefile.am: Remove all-local: $(ARCH).
1842        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1843        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1844        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1845        compilation dirstamp support.
1846        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1847        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1848        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1849        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1850        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1851        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1852        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1853        all-local: $(ARCH).
1854        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1855        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1856        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1857        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1858        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1859
18602003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1861
1862        * aclocal/lead-dot.m4: New (from automake-1.7f).
1863        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1864        AC_SUBST(dirstamp).
1865        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1866        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1867        libchip/serial/Makefile.am: Ditto.
1868        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1869        * librdbg/include/Makefile.am: Ditto.
1870        * librdbg/include/rdbg/Makefile.am: Ditto.
1871        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1872        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1873        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1874        * librdbg/src/Makefile.am: Ditto.
1875        * librdbg/src/i386/Makefile.am: Ditto.
1876        * librdbg/src/i386/any/Makefile.am: Ditto.
1877        * librdbg/src/m68k/Makefile.am: Ditto.
1878        * librdbg/src/m68k/any/Makefile.am: Ditto.
1879        * librdbg/src/powerpc/Makefile.am: Ditto.
1880        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1881        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1882        preinstallation.
1883        * libnetworking/pppd/Makefile.am: Ditto.
1884        * libnetworking/rtems_servers/Makefile.am: Ditto.
1885        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1886        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1887        * libnetworking/wrapup/Makefile.am: Ditto.
1888
18892003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1890
1891        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1892        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1893        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1894        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1895        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1896        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1897        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1898        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1899        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1900        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1901        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1902        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1903        underquoting to silence automake-1.8.
1904
19052003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1906
1907        * configure.ac: Reflect having moved tests to ../../testsuites.
1908
19092003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1910
1911        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1912        * aclocal/canonical-host.m4: Remove.
1913        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1914        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1915
19162003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1917
1918        * aclocal/check-cpu.m4: Remove.
1919        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1920        * aclocal/canonical-target-name.m4: Add m4-quotes.
1921        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1922        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1923        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1924        * aclocal/check-networking.m4: Add m4-quotes. Require
1925        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1926        * aclocal/check-posix.m4: Add m4-quotes. Require
1927        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1928        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1929        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1930        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1931
19322003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1933
1934        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1935        * aclocal/bsp-alias.m4: Remove.
1936
19372003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1938
1939        * configure.ac: Make presence of tests/ optional.
1940
19412003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1942
1943        * aclocal/path-perl.m4: Remove (Unused).
1944
19452003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1946
1947        * automake/force-preinstall.am: Remove.
1948
19492003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1950
1951        PR 499/rtems_misc
1952        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1953        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1954        Configuration (Odd was forced) - Correction of Stop Bit configuration
1955        (inversed) - Correction of ISR Handler to call
1956        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1957        CTS Hardware flow control Configuration.
1958
19592003-09-04      Joel Sherrill <joel@OARcorp.com>
1960
1961        * lib/libcpu/shared/include/cache.h,
1962        lib/libcpu/shared/src/cache_aligned_malloc.c,
1963        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1964        license changed.
1965        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1966        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1967        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1968        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1969        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1970        for license changed.
1971        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1972        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1973        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1974        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1975        libchip/network/cs8900.h, libchip/network/dec21140.c,
1976        libchip/network/elnk.c, libchip/network/open_eth.c,
1977        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1978        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1979        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1980        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1981        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1982        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1983        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1984        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1985        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1986        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1987        libchip/serial/serial.h, libchip/serial/z85c30.c,
1988        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1989        libchip/serial/z85c30_reg.c: URL for license changed.
1990
19912003-09-03      Jiri Gaisler <jiri@gaisler.com>
1992
1993        PR 477/networking
1994        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1995        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1996        libchip/network/open_eth.h: New files.
1997
19982003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1999
2000        * aclocal/rtems-top.m4: Add RTEMS_API.
2001        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2002
20032003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2004
2005        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2006        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2007        @RTEMS_BSP@.cfg.
2008
20092003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2010
2011        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2012
20132003-08-20      Joel Sherrill <joel@OARcorp.com>
2014
2015        * libchip/network/cs8900.c: Correct copyright statements.
2016
20172003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2018
2019        * aclocal/check-itron.m4: Remove.
2020        * aclocal/enable-inlines.m4: Remove.
2021        * Makefile.am: Reflect having moved aclocal/.
2022        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2023        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2024        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2025        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2026        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2027        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2028        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2029        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2030        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2031        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2032        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2033        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2034        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2035        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2036        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2037        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2038        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2039        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2040        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2041        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2042        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2043        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2044        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2045        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2046        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2047        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2048        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2049        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2050        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2051        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2052        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2053        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2054        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2055        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2056        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2057        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2058        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2059        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2060        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2061        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2062        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2063        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2064        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2065        * aclocal/target.m4: New (Copied from ../../aclocal).
2066        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2067        * aclocal/version.m4: New (Copied from ../../aclocal).
2068
20692003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2070
2071        * configure.ac: Remove stray comments.
2072        * automake/local.am, automake/host.am: Remove "debug".
2073
20742003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2075
2076        * Makefile.am: Reflect having moved automake/.
2077        * lib/Makefile.am: Reflect having moved automake/.
2078        * support/Makefile.am: Reflect having moved automake/.
2079        * wrapup/Makefile.am: Reflect having moved automake/.
2080        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2081        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2082        from ../../automake).
2083        * optman/Makefile.am: Reflect having moved automake/.
2084        * libchip/Makefile.am: Reflect having moved automake/.
2085        * libchip/ide/Makefile.am: Reflect having moved automake/.
2086        * libchip/network/Makefile.am: Reflect having moved automake/.
2087        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2088        * libchip/serial/Makefile.am: Reflect having moved automake/.
2089        * librdbg/Makefile.am: Reflect having moved automake/.
2090        * librdbg/include/Makefile.am: Reflect having moved automake/.
2091        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2092        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2093        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2094        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2095        automake/.
2096        * librdbg/src/Makefile.am: Reflect having moved automake/.
2097        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2098        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2099        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2100        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2101        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2102        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2103        having moved automake/.
2104        * libnetworking/Makefile.am: Reflect having moved automake/.
2105        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2106        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2107        automake/.
2108        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2109        automake/.
2110        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2111        automake/.
2112        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2113
21142003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2115
2116        * Makefile.am: Add bsp.pc.in.
2117        * bsp.pc.in: New (pkgconfig support).
2118
21192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2120
2121        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2122
21232003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2124
2125        * lib/Makefile.am: New (Required by 'make dist').
2126        * lib/ChangeLog: Remove.
2127        * lib/.cvsignore: Cleanup.
2128        * configure.ac: Reflect having added lib/Makefile.am.
2129        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2130        lib/libbsp/configure.ac.
2131        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2132        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2133
21342003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2135
2136        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2137        * configure.ac: Merge-in librdbg/configure.ac.
2138        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2139        librdbg/configure.ac.
2140        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2141        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2142        LIBCHIP. Conditionally build include-dirs.
2143        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2144        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2145        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2146        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2147        librdbg/include/rdbg/m68k/Makefile.am,
2148        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2149        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2150        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2151        librdbg/src/powerpc/Makefile.am, librdbg/
2152        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2153        configure.ac into ../configure.ac.
2154        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2155        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2156        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2157        libnetworking/rtems_telnetd/Makefile.am,
2158        libnetworking/rtems_webserver/Makefile.am,
2159        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2160        into ../configure.ac.
2161
21622003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2163
2164        PR 427/rtems
2165        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2166        * librdbg/src/servtsp.c: Ditto.
2167
21682003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2169
2170        PR 429/bsps
2171        PR 432/bsps
2172        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2173        packets are queued onto an elnk board, the ISR will deadlock the device
2174        with a tx complete interrupt.  Lighter tx loads are not affected as they
2175        end up submitting single packets to the device.
2176
21772003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2178
2179        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2180        optman/configure.ac.
2181        * optman/configure.ac: Remove (Merged into ../configure.ac).
2182        * optman/Makefile.am: Reflect having merged configure.ac into
2183        ../configure.ac.
2184        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2185        * libchip/Makefile.am, libchip/ide/Makefile.am,
2186        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2187        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2188        ../configure.ac.
2189
21902003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2191
2192        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2193
21942003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2195
2196        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2197        on i386.
2198
21992003-06-13      Joel Sherrill <joel@OARcorp.com>
2200
2201        * libnetworking/pppd/chat.c: Removed warnings.
2202
22032003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2204
2205        * libchip/network/README.3com: New file missed in previous commit.
2206        PR 405/bsps
2207        PR 393/networking
2208        * libchip/network/dec21140.c: Fix leak also known as PR393.
2209        * libchip/network/elnk.c, libchip/network/if_media.h,
2210        libchip/network/mii.h: New files.
2211        * libchip/network/Makefile.am: Reflect new files.
2212
22132003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2214
2215        * configure.ac: Remove support for profile-variant.
2216
22172003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2218
2219        PR 397/pppd
2220        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2221        * libnetworking/pppd/magic.c: Remove *rand48.
2222        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2223
22242003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2225
2226        * wrapup/Makefile.am: Add libide.a.
2227
22282003-04-15      Joel Sherrill <joel@OARcorp.com>
2229
2230        PR 387/rtems_misc
2231        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2232        routines.
2233        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2234
22352003-04-11      Joel Sherrill <joel@OARcorp.com>
2236
2237        * libnetworking/rtems_webserver/cgi.c,
2238        libnetworking/rtems_webserver/sockGen.c,
2239        libnetworking/rtems_webserver/umui.c,
2240        libnetworking/rtems_webserver/websSSL.c,
2241        libnetworking/rtems_webserver/websSSL.h,
2242        libnetworking/rtems_webserver/websda.c,
2243        libnetworking/rtems_webserver/websda.h: New files. Not included in
2244        previous commit.
2245
22462003-04-10      Joel Sherrill <joel@OARcorp.com>
2247
2248        PR 371/pppd
2249        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2250        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2251        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2252        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2253        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2254        still global symbols in rtemspppd.h which might need to be changed or
2255        converted into member of a structure which is dereferenced with a
2256        pointer that is managed as a per task variable. But this patch should
2257        avoid many conflicts.
2258
22592003-03-27      Joel Sherrill <joel@OARcorp.com>
2260
2261        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2262        not allowed in the cpukit source code since it must be buildable
2263        independent of any BSP. These files were moved to libchip/ide.
2264        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2265        files.
2266
22672003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2268
2269        PR 368/filesystems
2270        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2271        improvements which now work on pc386 and mbx8xx.
2272        * libchip/ide/ide_controller.c: New file.
2273
22742003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2275
2276        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2277
22782003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2279
2280        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2281        * configure.ac: Add support/.
2282        * support/.cvsignore: New.
2283        * support/Makefile.am: New.
2284        * support/version.c: New.
2285        * wrapup/Makefile.am: Add support/libsupport.a.
2286        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2287        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2288        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2289        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2290
22912003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2292
2293        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2294
22952003-02-20      Till Straumann <strauman@slac.stanford.edu>
2296
2297        PR 354/networking
2298        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2299        chip against a table of supported chips. The untested ones are still
2300        commented out, however.
2301
23022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2303
2304        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2305        * configure.ac: AC_PREREQ(2.57).
2306        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2307        * optman/configure.ac: AC_PREREQ(2.57).
2308        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2309        * libchip/configure.ac: AC_PREREQ(2.57).
2310        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2311        * librdbg/configure.ac: AC_PREREQ(2.57).
2312        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2313        * libnetworking/configure.ac: AC_PREREQ(2.57).
2314
23152003-02-06      Joel Sherrill <joel@OARcorp.com>
2316
2317        * libnetworking/pppd/chat.c: Convert routines with common names to
2318        static. This included get_char(), put_char(), and character() among
2319        others.
2320
23212003-02-03      Joel Sherrill <joel@OARcorp.com>
2322
2323        PR 338/filesystem
2324        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2325        rtems_io_lookup_name() (API change).  Unused function removed.
2326
23272003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2328
2329        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2330        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2331        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2332        Eliminate *_O_FILES.
2333        * libnetworking/rtems_servers/Makefile.am,
2334        libnetworking/rtems_webserver/Makefile.am,
2335        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2336
23372002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2338
2339        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2340        Let all-local: depend on $(LIB).
2341        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2342        * optman/Makefile.am: Apply install-data-local to install *.rels.
2343
23442002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2345
2346        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2347        %.c rules.
2348        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2349        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2350        * libchip/rtc/Makefile.am: Ditto.
2351        * libchip/serial/Makefile.am: Ditto.
2352
23532002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2354
2355        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2356        LIBC_DEFINES.
2357        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2358        LIBC_DEFINES.
2359        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2360        LIBC_DEFINES.
2361
23622002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2363
2364        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2365
23662002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2367
2368        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2369        cache-checking.
2370        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2371
23722002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2373
2374        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2375        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2376        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2377        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2378        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2379
23802002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2381
2382        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2383        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2384        Remove.
2385        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2386
23872002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2388
2389        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2390        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2391
23922002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2393
2394        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2395        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2396
23972002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2398
2399        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2400        * optman/rel.am: New.
2401
24022002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2403
2404        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2405        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2406        braino in comment on "exec". Extend --enable-ada handling.
2407
24082002-11-04      Joel Sherrill <joel@OARcorp.com>
2409
2410        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2411        tasks and rolling multiple loops into 1.
2412        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2413        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2414        Removed warnings.
2415
24162002-10-31      Joel Sherrill <joel@OARcorp.com>
2417
2418        * libchip/network/dec21140.c: Removed warnings.
2419        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2420        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2421        librdbg/src/m68k/any/remdeb_xdr.c,
2422        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2423        warnings.
2424        * libnetworking/rtems_webserver/socket.c,
2425        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2426
24272002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2428
2429        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2430        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2431        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2432        above.
2433
24342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2435
2436        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2437        * wrapup/.cvsignore: Remove autom4te.cache.
2438        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2439        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2440        autom4te.cache.
2441        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2442        autom4te.cache.
2443        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2444        autom4te.cache.
2445
24462002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2447
2448        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2449
24502002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2451
2452        * optman/.cvsignore: Add autom4te.cache.
2453
24542002-09-14      Joel Sherrill <joel@OARcorp.com>
2455
2456        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2457
24582002-09-07      Joel Sherrill <joel@OARcorp.com>
2459
2460        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2461        include files to resolve warnings.
2462
24632002-09-07      Chris Johns <ccj@acm.org>
2464
2465        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2466        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2467        which corrects the problem  where the cs8900.c file was actually the BSP
2468        glue.  Joel did some hacking so this file will compile.  Previously it
2469        required providing a target.h file to compile.
2470        * libchip/network/cs8900.c.bsp: New file.
2471
24722002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2473
2474        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2475
24762002-08-31      Joel Sherrill <joel@OARcorp.com>
2477
2478        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2479        eliminate warning.
2480
24812002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2482
2483        * configure.ac: Add ada-tests.
2484
24852002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2486
2487        * Makefile.am: Add preinstall-stamp.
2488
24892002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2490
2491        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2492        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2493        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2494        gcc31 happy.
2495        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2496        cp.
2497
24982002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2499
2500        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2501        make/bsp.mak.
2502        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2503        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2504
25052002-08-12      Joel Sherrill <joel@OARcorp.com>
2506
2507        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2508        avoid error.
2509
25102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2511
2512        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2513        * configure.ac: Add BSP_SUBDIRS.
2514        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2515        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2516        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2517        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2518        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2519        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2520        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2521        RTEMS_CHECK_BSP_CACHE.
2522        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2523        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2524        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2525        .$(OBJEXT) instead of .o.
2526        * libnetworking/pppd/Makefile.am,
2527        libnetworking/rtems_servers/Makefile.am,
2528        libnetworking/rtems_telnetd/Makefile.am,
2529        libnetworking/rtems_webserver/Makefile.am,
2530        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2531
25322002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2533
2534        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2535        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2536        ../libchip/serial/$(ARCH)/libserialio.a.
2537        * libchip/serial/Makefile.am: Don't tmp-install lib.
2538        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2539
25402002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2541
2542        * Makefile.am: Add rtems_makedir.
2543        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2544        * Makefile.am: Add wrapup-SUBDIR.
2545        * wrapup/ChangeLog: Remove.
2546        * wrapup/configure.ac: Remove.
2547        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2548        (Make the bare BSP happy).
2549        * configure.ac: Ditto.
2550        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2551        Create make/custom/default.cfg.
2552        * configure.ac: Add creation of make/custom/*.cfg. Create
2553        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2554
25552002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2556
2557        * Makefile.am: Clean $(PROJECT_RELEASE).
2558
25592002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2560
2561        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2562        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2563        prototype mismatches.
2564
25652002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2566
2567        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2568        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2569
25702002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2571
2572        * acinclude.m4: Add test "$multilib" != "yes".
2573        * config-ml.in: Remove.
2574        * acinclude.m4: Cleanups.
2575        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2576        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2577        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2578        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2579        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2580
25812002-07-16      Eric Norum <eric.norum@usask.ca>
2582
2583        * New driver for the Intel EtherExpressPro (82559ER) chip.
2584        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2585        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2586        * libchip/network/Makefile.am: Modified to reflect above.
2587
25882002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2589
2590        * acinclude.m4: New.
2591        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2592        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2593        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2594
25952002-07-01      Joel Sherrill <joel@OARcorp.com>
2596
2597        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2598        _Objects_Information_table now that it is a two dimensional array based
2599        upon API and class.
2600        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2601        of strnlen().
2602
26032002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2604
2605        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2606        preinstall libnetapps.a.
2607
26082002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2609
2610        * configure.ac: Remove librpc.
2611
26122002-06-25      Joel Sherrill <joel@OARcorp.com>
2613
2614        * Per PR233, moved librpc to exec.
2615        * configure.ac, wrapup/Makefile.am: Modified.
2616        * librpc, librpc/ChangeLog: Removed.
2617
26182002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2619
2620        * optman/Makefile.am: Remove multilib support.
2621        * optman/configure.ac: Ditto.
2622        * optman/sapi/Makefile.am: Ditto.
2623
26242002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2625
2626        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2627        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2628
26292002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2630
2631        Move networking libraries to c/src/exec/libnetworking
2632        * libnetworking/configure.ac, libnetworking/Makefile.am,
2633        libnetworking/wrapup/Makefile.am: Reflect Moval.
2634
26352002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2636
2637        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2638        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2639        <rtems/bspIo.h>.
2640
26412002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2642
2643        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2644        * libnetworking/rtems/mkrootfs.h: Ditto.
2645        * libnetworking/rtems/Makefile.am: Reflect changes above.
2646
26472002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2648
2649        * configure.ac: Remove lib.
2650
26512002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2652
2653        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2654        that exception stack frames on M68K members with VBR always are 6 byte
2655        long. The incorrect assumption resulted in some gdb commands like "next"
2656        to fail on the 68360.
2657
26582002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2659
2660        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2661        PR 220
2662        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2663        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2664        CVS.
2665        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2666        libnetworking/sys/filio.h: Remove.
2667        * libnetworking/sys/Makefile.am: Reflect changes above.
2668
26692002-05-07      Chris Johns <ccj@acm.org>
2670
2671        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2672        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2673        requires it to be stripped.
2674
26752002-05-01      Eric Norum <eric.norum@usask.ca>
2676
2677        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2678        assembly  to satisfy gcc 3.1 and newer.
2679
26802002-04-26      Eric Norum <eric.norum@usask.ca>
2681
2682        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2683        agressive optimization in gcc 3.1 does not reorder things.
2684
26852002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2686
2687        * libchip/network/dec21140.c: Reflect changes to powerpc's
2688        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2689        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2690        <rtems/score/cpu.h>.
2691        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2692        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2693
26942002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2695
2696        * optman/configure.ac: Remove ENABLE_GCC28.
2697
26982002-04-11      Chris Johns <ccj@acm.org>
2699
2700        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2701        driver control block field to the ifconfig network driver structure.
2702        This field is needed by the i82586 driver which was ported from NetBSD
2703        as it had better hardware abstraction.
2704        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2705        PR59, added the drv_ctrl driver control block field to the ifconfig
2706        network driver structure. This field is needed by the i82586 driver
2707        which was ported from NetBSD as it had better hardware abstraction.
2708
27092002-04-10      Mike Siers <mikes@poliac.com>
2710
2711        * libnetworking/rtems_webserver/NOTES,
2712        libnetworking/rtems_webserver/asp.c,
2713        libnetworking/rtems_webserver/balloc.c,
2714        libnetworking/rtems_webserver/default.c,
2715        libnetworking/rtems_webserver/ej.h,
2716        libnetworking/rtems_webserver/ejIntrn.h,
2717        libnetworking/rtems_webserver/ejlex.c,
2718        libnetworking/rtems_webserver/ejparse.c,
2719        libnetworking/rtems_webserver/emfdb.c,
2720        libnetworking/rtems_webserver/emfdb.h,
2721        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2722        libnetworking/rtems_webserver/handler.c,
2723        libnetworking/rtems_webserver/license.txt,
2724        libnetworking/rtems_webserver/md5.h,
2725        libnetworking/rtems_webserver/md5c.c,
2726        libnetworking/rtems_webserver/mime.c,
2727        libnetworking/rtems_webserver/misc.c,
2728        libnetworking/rtems_webserver/ringq.c,
2729        libnetworking/rtems_webserver/rom.c,
2730        libnetworking/rtems_webserver/security.c,
2731        libnetworking/rtems_webserver/sock.c,
2732        libnetworking/rtems_webserver/sym.c,
2733        libnetworking/rtems_webserver/uemf.c,
2734        libnetworking/rtems_webserver/uemf.h,
2735        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2736        libnetworking/rtems_webserver/url.c,
2737        libnetworking/rtems_webserver/value.c,
2738        libnetworking/rtems_webserver/wbase64.c,
2739        libnetworking/rtems_webserver/webcomp.c,
2740        libnetworking/rtems_webserver/webpage.c,
2741        libnetworking/rtems_webserver/webrom.c,
2742        libnetworking/rtems_webserver/webs.c,
2743        libnetworking/rtems_webserver/webs.h,
2744        libnetworking/rtems_webserver/websuemf.c,
2745        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2746        2.1.4.
2747
27482002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2749
2750        * libchip/network/i82586.c: Include <string.h>.
2751        * libchip/network/sonic.c: Ditto.
2752
27532002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2754
2755        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2756
27572002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2758
2759        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2760
27612002-03-27      Thomas.Doerfler@imd-systems.de
2762
2763        PR 144
2764        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2765        memory address 0 when called for the first time. This is done when
2766        trying to clear the variable "dhcp_hostname".
2767
27682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2769
2770        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2771        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2772        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2773        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2774        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2775        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2776        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2777        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2778        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2779        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2780        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2781        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2782        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2783        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2784        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2785        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2786        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2787        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2788        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2789        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2790        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2791        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2792        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2793        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2794        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2795        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2796        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2797        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2798        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2799        AUTOMAKE_OPTIONS.
2800        * libnetworking/configure.ac:
2801        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2802        foreign 1.6]).
2803        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2804        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2805        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2806        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2807        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2808        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2809        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2810        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2811        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2812        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2813        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2814        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2815        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2816        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2817        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2818        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2819        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2820
28212002-03-27      Ilya Alexeev <ilya@continuum.ru>
2822
2823        PR 162
2824        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2825        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2826        used in a device write routines.  Now ppp_softc structure have own
2827        character for writing to device (sc_outchar).  I think that converting
2828        local variables to static is not a right solution, because problems will
2829        occur in the case of two or more ppp instances.
2830        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2831        must be u_long, otherwise in the case of the big output packet endless
2832        loop may occur.
2833
28342002-03-21      Ilya Alexeev <ilya@continuum.ru>
2835
2836        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2837        preparations for multiple PPPD connections.
2838
28392002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2840
2841        PR 149
2842        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2843        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2844        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2845        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2846
28472002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2848
2849        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2850        * configure.ac: Modified to reflect addition.
2851
28522002-02-27      Ilya Alexeev <ilya@continuum.ru>
2853
2854        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2855        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2856        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2857        capabilities as well as eliminate some warnings.
2858
28592002-02-27      Eric Norum <eric.norum@usask.ca>
2860
2861        * libnetworking/net/radix.c: Properly handle fetching the default route
2862        when there is no route.  This was a bug in the original FreeBSD code and
2863        this fix is from an updated version of their code.
2864
28652002-02-16      Eric Norum <eric.norum@usask.ca>
2866
2867        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2868        checking.
2869
28702002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2871
2872        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2873        dodefaultroute.
2874
28752002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2876
2877        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2878        include <rtems/seterr.h>.
2879
28802002-02-01      Mike Siers <mikes@poliac.com>
2881
2882        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2883        avoid bringing the link down too fast. NOTE: Mike reports successfully
2884        running at 56K baud on a direct link.
2885
28862002-02-01      Eric Valette <valette@crf.canon.fr>
2887
2888        * librdbg/So many patches have been posted recently on the mailing list
2889        and  because we were unable to find correct solution to compile on
2890        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2891        because the coding  style of rdbg was rather inconsistant among various
2892        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2893        global coding style (using indent + manual edits), 2) incorporate/review
2894        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2895        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2896        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2897        after rdbg initialization is done, NB : the paches is huge but it is
2898        mainly due to coding styke chnages.  Only few lines of codes have been
2899        really changed and they do not impact  rdbg functionnality (AFAIKT).
2900        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2901        librdbg/include/rdbg/m68k/rdbg_f.h,
2902        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2903        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2904        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2905        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2906        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2907        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2908        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2909        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2910        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2911        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2912        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2913        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2914        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2915        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2916        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2917        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2918
29192002-01-31      Mike Siers <mikes@poliac.com>
2920
2921        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2922        * Nice Update of PPPD support which eliminates the requiremetn that
2923        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2924        and reports that it seems to be more stable and handle larger packets
2925        better.  This patch replaces the termios tasks with more general pppd
2926        network driver tasks.  The functions pppinput() and pppstart() get
2927        called from the interrupt service routine.
2928        * libnetworking/Makefile.am, libnetworking/configure.ac,
2929        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2930        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2931        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2932        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2933        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2934        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2935        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2936        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2937        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2938        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2939        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2940        libnetworking/net/route.c, libnetworking/net/route.h,
2941        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2942        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2943        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2944        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2945        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2946        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2947        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2948        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2949        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2950        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2951        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2952        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2953        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2954        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2955        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2956        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2957        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2958        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2959        libnetworking/pppd/example/README,
2960        libnetworking/pppd/example/netconfig.h,
2961        libnetworking/wrapup/Makefile.am: Modified.
2962        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2963        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2964        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2965        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2966        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2967        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2968        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2969        libnetworking/modem/pppcompress.c: Subdirectory removed.
2970
29712002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2972
2973        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2974        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2975
29762002-01-18      Till Straumann <strauman@slac.stanford.edu>
2977
2978        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2979        issues: - exception handler needs to enable MSR_FP if the interrupted
2980        thread is FP enabled. - printk message for MSR fixed and added
2981        stacktrace. NOTE: this requires the stacktrace patch to
2982        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2983        however).
2984
29852002-01-06      Joel Sherrill <joel@OARcorp.com>
2986
2987        * optman/.cvsignore: Added aclocal.m4 and configure.
2988        * optman/.cvsignore: New file.
2989
29902002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2991
2992        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2993
29942002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2995
2996        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2997        * optman/ChangeLog: New.
2998        * optman/configure.ac: New.
2999        * optman/Makefile.am: New.
3000        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3001        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3002
30032001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3004
3005        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3006
30072001-12-18      Eric Norum <eric.norum@usask.ca>
3008
3009        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3010        `directories' (path names with a / at the end) while disallowing open()
3011        operations on TFTP `directories'.
3012
30132001-12-07      Eric Norum <eric.norum@usask.ca>
3014
3015        * libnetworking/lib/tftpDriver.c: Restore write capability.
3016
30172001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3018
3019        * libchip/network/sonic.h: Fix typo.
3020        * libnetworking/arpa/Makefile.am: Remove stray lines.
3021
30222001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3023
3024        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3025
30262001-10-18      Eric Norum <eric.norum@usask.ca>
3027
3028        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3029        chdir() and open() operations within the TFTP file system.
3030
30312001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3032
3033        * librdbg/configure.ac: Fix latent bug exposed by removal of
3034        config.cache's which prevented powerpc targets librdbg from building.
3035
30362001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3037
3038        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3039        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3040        autoconf-2.52 happy.
3041
30422001-10-12      Mike Siers <mikes@poliac.com>
3043
3044        * libnetworking/Update to stable working state.  Congratulations Mike!
3045        :).
3046        * libnetworking/modem_example: Directory removed.
3047        * libnetworking/modem_example/16550.h,
3048        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3049        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3050        libnetworking/modem_example/ppp.h,
3051        libnetworking/modem_example/pppcompress.c: Files removed.
3052        * libnetworking/pppd/example/pppd.options: New file.
3053        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3054        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3055        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3056        libnetworking/pppd/rtemsmain.c: Updated.
3057
30582001-10-12      Joel Sherrill <joel@OARcorp.com>
3059
3060        * libchip/serial/z85c30.c: Fixed typo.
3061
30622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3063
3064        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3065        * configure.in: Remove.
3066        * configure.ac: New file, generated from configure.in by autoupdate.
3067        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3068        * libchip/configure.in: Remove.
3069        * libchip/configure.ac: New file, generated from configure.in by
3070        autoupdate.
3071        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3072        * librdbg/configure.in: Remove.
3073        * librdbg/configure.ac: New file, generated from configure.in by
3074        autoupdate.
3075        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3076        * libnetworking/configure.in: Remove.
3077        * libnetworking/configure.ac: New file, generated from configure.in by
3078        autoupdate.
3079
30802001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3081
3082        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3083        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3084        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3085
30862001-09-27      Joel Sherrill <joel@OARcorp.com>
3087
3088        * libchip/ChangeLog: Fixed typo in date.
3089
30902001-09-27      Eric Norum <eric.norum@usask.ca>
3091
3092        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3093        TFTP  filesystem.
3094
30952001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3096
3097        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3098        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3099        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3100        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3101        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3102        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3103        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3104        'PREINSTALL_FILES ='.
3105        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3106        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3107        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3108        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3109        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3110        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3111        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3112        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3113        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3114        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3115        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3116        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3117
31182001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3119
3120        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3121        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3122        * librdbg/src/m68k/any/Makefile.am: Ditto.
3123        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3124        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3125        happy.
3126
31272001-09-21      Joel Sherrill <joel@OARcorp.com>
3128
3129        * libchip/network/Makefile.am: Fixed typo on file name.
3130        * libchip/network/i82586.c: Commented out line 318 which is referencing
3131        a member of a structure that is not currently there.  This needs to be
3132        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3133        to C style.
3134
31352001-09-19      Eric Norum <eric.norum@usask.ca>
3136
3137        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3138
31392001-09-19      Chris Johns <ccj@acm.org>
3140
3141        * libchip/network/README.i82586, libchip/network/i82586.c,
3142        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3143        Network driver for Intel i82586.
3144        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3145        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3146        "root" filesystem with information obtained via the DHCP response.
3147
31482001-09-14      Eric Norum <eric.norum@usask.ca>
3149
3150        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3151        make gcc 3.x happy.
3152
31532001-08-16      Mike Siers <mikes@poliac.com>
3154
3155        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3156        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3157        These support callback functionality that has not even been compiled
3158        under RTEMS yet.
3159        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3160        example application.  Mike's notes on the modifications: - renamed
3161        error() function because of namespace problems - removed calls to the
3162        exit() funciton - removed extra files from the pppd source directory -
3163        defined pppd task constant values in rtemspppd.h - modifyied example
3164        code to get actual tick per second value - placed the pppd 2.3.11 man
3165        page file (pppd.8) into the pppd directory.
3166        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3167        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3168        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3169        libnetworking/pppd/rtems-ppp.c: Deleted.
3170        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3171        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3172        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3173        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3174        libnetworking/pppd/example/init.c,
3175        libnetworking/pppd/example/netconfig.h,
3176        libnetworking/pppd/example/ppp.conf,
3177        libnetworking/pppd/example/pppdapp.c,
3178        libnetworking/pppd/example/system.h: New files.
3179        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3180        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3181        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3182        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3183        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3184        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3185        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3186        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3187        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3188        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3189        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3190        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3191        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3192        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3193        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3194
31952001-08-16      Joel Sherrill <joel@OARcorp.com>
3196
3197        * libnetworking/pppd/example/Makefile: Removed.
3198        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3199        to avoid bootstrap -c clobbering it.
3200        * libnetworking/rtems_telnetd/.cvsignore: New file.
3201
32022001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3203
3204        * libnetworking/Makefile.am, libnetworking/configure.in,
3205        libnetworking/rtems_servers/Makefile.am,
3206        libnetworking/rtems_servers/telnetd.c,
3207        libnetworking/rtems_servers/telnetd.h,
3208        libnetworking/rtems_telnetd/Makefile.am,
3209        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3210        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3211        libnetworking/rtems_telnetd/telnetd.c,
3212        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3213        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3214        effect when ftpd change. - the tcp/ip stats have been implemented into
3215        icmds.c and started when telnetd daemon is started.
3216        * libnetworking/rtems_servers/telnetd.c,
3217        libnetworking/rtems_servers/telnetd.h: Removed.
3218        * libnetworking/rtems_telnetd: New directory.
3219        * libnetworking/rtems_telnetd/Makefile.am,
3220        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3221        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3222        libnetworking/rtems_telnetd/telnetd.c,
3223        libnetworking/rtems_telnetd/telnetd.h: New files.
3224
32252001-06-14      Joel Sherrill <joel@OARcorp.com>
3226
3227        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3228        Moved from libmisc/shell so the network stack to address network
3229        depenendency.
3230        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3231
32322001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3233
3234        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3235
32362001-05-15      Joel Sherrill <joel@OARcorp.com>
3237
3238        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3239        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3240        accidentally deleted the incorrectly empty versions.
3241
32422001-05-14      Till Straumann <strauman@slac.stanford.edu>
3243
3244        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3245        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3246        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3247        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3248        to know the values) - the affected BSP (shared/motorola) headers have
3249        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3250        driver (libchip/network/dec21140.c) has been fixed to use
3251        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3252        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3253        who is using this driver. - the DEC driver also has been fixed to use
3254        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3255        delay_in_bus_cycles().
3256
32572001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3258
3259        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3260
32612001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3262
3263        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3264
32652001-04-24      Eric Norum <eric.norum@usask.ca>
3266
3267        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3268        NTP synchronization a little more robust -- no NTP daemon yet, but at
3269        least it trys a little harder when the primary NTP server is down.
3270
32712001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3272
3273        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3274        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3275        libnetworking/pppd/modem_example/modem.c,
3276        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3277        other strings into English.
3278        * libnetworking/pppd/STATUS: updated to reflect the changes.
3279
32802001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3281
3282        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3283        again.
3284
32852001-04-20      Eric Valette <valette@crf.canon.fr>
3286
3287        * mcp750 directory renamed new_exception processing as it supports many
3288        more CPU models.
3289        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3290        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3291        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3292        formerly in mcp750 plus modifications.
3293        * librdbg/src/powerpc/mcp750/.cvsignore,
3294        librdbg/src/powerpc/mcp750/Makefile.am,
3295        librdbg/src/powerpc/mcp750/remdeb.h,
3296        librdbg/src/powerpc/mcp750/remdeb_f.x,
3297        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3298        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3299        new_exception_processing.
3300        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3301        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3302        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3303        part of this effort to add support for the MPC8xx.
3304
33052001-04-19      Joel Sherrill <joel@OARcorp.com>
3306
3307        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3308        internal include files.
3309
33102001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3311
3312        PR 158
3313        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3314        rcmd() library call by commenting out the parts that deal with signals.
3315        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3316        stdio. The 'server-side' parts of this file which deal with
3317        authentication are disabled since they are not needed.
3318
33192001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3320
3321        * libnetworking/include/.cvsignore: Remove dangling file.
3322
33232001-03-14      Joel Sherrill <joel@OARcorp.com>
3324
3325        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3326        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3327        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3328        libchip style serial drivers can be written in libcpu or libbsp.
3329
33302001-03-01      Joel Sherrill <joel@OARcorp.com>
3331
3332        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3333        libchip/network/sonic.c, libchip/network/sonic.h,
3334        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3335        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3336        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3337        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3338        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3339        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3340        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3341        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3342
33432001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3344
3345        * librdbg/include/rdbg/Makefile.am,
3346        librdbg/include/rdbg/i386/Makefile.am,
3347        librdbg/include/rdbg/m68k/Makefile.am,
3348        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3349        style on include files.
3350
33512001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3352
3353        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3354        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3355        replace ${..} with $(..).
3356        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3357        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3358        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3359        libnetworking/rtems/Makefile.am, libnetworking/
3360        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3361        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3362        include_*HEADERS instead of H_FILES.
3363        * libnetworking/include/Makefile.am: Remove.
3364        * libnetworking/Makefile.am: Add handling of *.h files.
3365        * libnetworking/configure.in: Remove include/Makefile.
3366
33672001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3368
3369        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3370
33712001-01-31      Sergei Organov <osv@javad.ru>
3372
3373        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3374        current dir and root dir removed in favor of new libio support for
3375        task-local current and root directories. - Bug in `close_data_socket()'
3376        introduced by previous change fixed. - `command_pasv()' changed to set
3377        timeout on socket we are listening on and code fixed to don't close
3378        socket twice on error. - `serr()' changed to clear `errno'. -
3379        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3380        changed to clear `errno' before processing session. -
3381        `close_data_socket()' fixed to close both active and passive sockets -
3382        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3383        empty string  in `exec_command()'.
3384
33852001-01-25      Eric Norum <eric.norum@usask.ca>
3386
3387        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3388        improves throughput on systems which are dropping packets.   Only the
3389        first timeout is reduced.  This keeps the number of extra packets down
3390        on networks that are very busy and dropping lots of packets.
3391
33922001-01-24      Sergei Organov <osv@javad.ru>
3393
3394        * libnetworking/rtems_servers/ftpd.c,
3395        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3396        - Timeouts on sockets implemented. 'idle' field added to configuration.
3397        No timeout by default to keep backward compatibility. Note: SITE IDLE
3398        command not implemented yet. - Basic global access control implemented.
3399        'access' field added to configuration. No access limitations by default
3400        to keep backward compatibility. - Anchor data socket for active mode
3401        (using self IP and port 20.) - Fixed default data port support (still
3402        not tested). - Don't allow IP address different from originating host in
3403        PORT command to improve security. - Fixed bug in MDTM command. - Check
3404        for correctness of parsing of argument in command_port(). - Fixed
3405        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3406        a directory. - Command parsing a little bit improved: command names are
3407        now converted to upper-case to be more compatible with RFC (command
3408        names are not case-sensitive.) - Reformat comments so that they have
3409        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3410        previous changes - True ASCII mode implemented (doesn't work for hooks
3411        and /dev/null) - Passive mode implemented, PASV command added. - Default
3412        port for data connection could be used (untested, can't find ftp client
3413        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3414        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3415
34162001-01-18      Joel Sherrill <joel@OARcorp.com>
3417
3418        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3419        macro using variable arguments.
3420        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3421        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3422        since I updated the main RTEMS development machine to RedHat 7.2 and
3423        apparently got a new version of rpcgen.
3424
34252001-01-12      Sergei Organov <osv@javad.ru>
3426
3427        * libnetworking/rtems_servers/ftpd.c,
3428        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3429        - use pool of pre-created threads to handle sessions instead of
3430        creating/deleting threads on the fly - LIST output is now similar to
3431        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3432        happy with it. - LIST NAME now works (both for files and directories) -
3433        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3434        clients happy  - keep track of CWD for every session separately -
3435        ability to specify root directory name for FTPD in configuration table.
3436        FTPD will then create illusion for FTP clients that this is actually
3437        root directory. - ignore options sent in commands, thus LIST -al FILE
3438        works and doesn't try to list "-al" directory. - buffers are allocated
3439        on stack instead of heap where possible to eliminate malloc/free calls
3440        (avoid possible heap fragmentation troubles). - drop using of task
3441        notepad to pass parameters - use function arguments instead - use
3442        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3443        in socket() instead of AF_INET.
3444
34452001-01-02      Joel Sherrill <joel@OARcorp.com>
3446
3447        * libnetworking/CHANGELOG: Removed.
3448        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3449
34502000-12-14      Eric Norum <eric.norum@usask.ca>
3451
3452        * libnetworking/lib/tftpDriver.c: Added write capability.
3453
34542000-12-08      Joel Sherrill <joel@OARcorp.com>
3455
3456        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3457        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3458        numerous variable declarations conditional on PPP_COMPRESS and
3459        PPP_FILTER.  Commented out variables that were not used because the code
3460        using them was commented out. Removed totally unused variables.
3461        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3462        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3463
34642000-11-30      Joel Sherrill <joel@OARcorp.com>
3465
3466        * libnetworking/modem/ppp_tty.c: Changed to include
3467        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3468        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3469        * libnetworking/Makefile.am: Modified to reflect above.
3470
34712000-11-27      Joel Sherrill <joel@OARcorp.com>
3472
3473        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3474
34752000-11-25      Eric Norum <eric.norum@usask.ca>
3476
3477        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3478        core.
3479
34802000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3481
3482        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3483        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3484        subdir.
3485        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3486        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3487        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3488        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3489        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3490        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3491        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3492        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3493        ppp_tty.c and the real pppd main is in pppmain.c.
3494
34952000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3496
3497        * libchip/network/sonic.c: Added ipalign() routine to align the received
3498        packet so that the ip header is on a 32-bit boundary. Necessary for
3499        cpu's that do not allow unaligned loads and stores and when the 32-bit
3500        DMA mode is used.
3501
35022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3503
3504        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3505        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3506        ACLOCAL_AMFLAGS.
3507        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3508        ACLOCAL_AMFLAGS.
3509        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3510        ACLOCAL_AMFLAGS.
3511
35122000-11-03      Chris Johns <ccj@acm.org>
3513
3514        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3515        libchip/network/cs8900.h: New files.
3516
35172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3518
3519        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3520        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3521        $(RTEMS_TOPdir)/aclocal.
3522        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3523        $(RTEMS_TOPdir)/aclocal.
3524        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3525        $(RTEMS_TOPdir)/aclocal.
3526
35272000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3528
3529        * configure.in: Switch to GNU-canonicalization.
3530        * Makefile.am: Reflect changes to configure.in.
3531        * acinclude.m4: Remove.
3532
35332000-10-30      Joel Sherrill <joel@OARcorp.com>
3534
3535        * POSIX include files merged into newlib.  This resulted in some
3536        definitions moving to other files and thus some secondary effects in
3537        RTEMS source code.
3538        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3539        in sync with newlib's <machine/types.h>.
3540        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3541        definition of struct itimerval in <sys/time.h>.
3542
35432000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3544
3545        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3546        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3547        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3548        * ChangeLog: Fix typos.
3549        * configure.in: add tests to the GNU canonicalized subdirectories.
3550
35512000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3552
3553        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3554        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3555        the lib directory before configuring lib/.
3556
35572000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3558
3559        * configure.in, Makefile.am: add exec to the GNU canonicalized
3560        subdirectories.
3561        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3562        * configure.in: add libnetworking, librpc and librdb to the GNU
3563        canonicalized subdirectories.
3564        * configure.in: add libmisc and libchip to the GNU canonicalized
3565        subdirectories.
3566        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3567        Switch to GNU canonicalization.
3568        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3569        Switch to GNU canonicalization.
3570        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3571        Switch to GNU canonicalization.
3572
35732000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3574
3575        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3576        canonicalization to libfs/. The approach is currently a bit of a hack as
3577        GNU canonicalization does not support the per-BSP build some of the
3578        other directories require.  As more of the tree is converted, this will
3579        become less  of an issue.
3580
35812000-10-20      Joel Sherrill <joel@OARcorp.com>
3582
3583        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3584        parameter.
3585
35862000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3587
3588        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3589        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3590        * librdbg/configure.in: Add m68k support.
3591        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3592        subdirectory.
3593        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3594        failure.
3595        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3596        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3597        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3598        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3599        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3600        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3601        librdbg/src/m68k/.cvsignore: New files.
3602        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3603        function pointers.
3604        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3605        _after_ pointer has been checked against NULL.
3606
36072000-10-18      Joel Sherrill <joel@OARcorp.com>
3608
3609        * wrapup/Makefile.am: Added libfs.
3610
36112000-10-18      Chris Johns <ccj@acm.org>
3612
3613        * libfs created.
3614        * configure.in: Added libfs subdirectory.
3615        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3616
36172000-09-28      Joel Sherrill <joel@OARcorp.com>
3618
3619        * libnetworking/rtems_webserver/Makefile.am,
3620        libnetworking/rtems_webserver/base64.c,
3621        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3622        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3623
36242000-09-22      Joel Sherrill <joel@OARcorp.com>
3625
3626        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3627        libnetworking/rtems/rtems_bsdnet_internal.h,
3628        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3629        have included rtems.h.  It is now including precisely the  least amount
3630        of low level, yet portable .h files to get the basic RTEMS types
3631        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3632        used machine/types.h to include rtems.h.
3633
36342000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3635
3636        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3637
36382000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3639
3640        * libnetworking/ChangeLog: Cleanup.
3641
36422000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3643
3644        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3645        * libchip/ChangeLog: Fix formating.
3646
36472000-09-05      Joel Sherrill <joel@OARcorp.com>
3648
3649        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3650        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3651        confusion and to work with the converted flags.
3652
36532000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3654
3655        * wrapup/Makefile.am: Include compile.am.
3656        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3657        libchip/serial/Makefile.am: Include compile.am.
3658        * librdbg/src/i386/any/Makefile.am,
3659        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3660        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3661        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3662        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3663        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3664        libnetworking/rtems_servers/Makefile.am,
3665        libnetworking/rtems_webserver/Makefile.am,
3666        libnetworking/wrapup/Makefile.am: Include compile.am.
3667
36682000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3669
3670        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3671        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3672
36732000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3674
3675        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3676
36772000-08-31      Joel Sherrill <joel@OARcorp.com>
3678
3679        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3680        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3681        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3682        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3683        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3684        * libnetworking/wbase64.c: Removed.
3685        * libnetworking/Makefile.am, libnetworking/asp.c,
3686        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3687        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3688        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3689        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3690        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3691        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3692        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3693        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3694        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3695        Modified.
3696
36972000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3698
3699        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3700
37012000-08-30      Joel Sherrill <joel@OARcorp.com>
3702
3703        * libnetworking/rtems_webserver/license.txt: New file.
3704
37052000-08-10      Joel Sherrill <joel@OARcorp.com>
3706
3707        * ChangeLog: New file.
3708        * libchip/ChangeLog: New file.
3709        * librdbg/ChangeLog: New file.
3710        * libnetworking/ChangeLog: New file.
3711
Note: See TracBrowser for help on using the repository browser.