source: rtems/c/src/ChangeLog @ 54c7a7f

4.104.114.95
Last change on this file since 54c7a7f was 54c7a7f, checked in by Joel Sherrill <joel.sherrill@…>, on 08/19/08 at 12:27:47

2008-08-19 Sebastian Huber <sebastian.huber@…>

  • libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized variables and made methods static.
  • Property mode set to 100644
File size: 139.2 KB
Line 
12008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
4        variables and made methods static.
5
62008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * libchip/serial/ns16550.c: Fix warning.
9
102008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * aclocal/prog-cc.m4: Add -Wnested-externs.
13
142008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * libchip/network/dec21140.c: Add missing prototype.
17        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
18
192008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
22        -Wstrict-prototypes to RTEMS_CFLAGS.
23
242008-08-02      Chris Johns <chrisj@rtems.org>
25
26        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
27        rtems_blkdev_request count and start references. Use
28        RTEMS_BLKDEV_START_BLOCK.
29
302008-07-29      Chris Johns <chrisj@rtems.org>
31
32        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
33
34        * libchip/ide/ata.c: Change to use a mutex rather than disable
35        pre-emption. Updated to the libblock changes.
36
37        * libchip/ide/ata_internal.h: Updated to the new chains API.
38
39        * libchip/ide/ide_controller.c: Updated to the libblock
40        changes. Added come debug tracing.
41
42        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
43        to the libblock changes.
44
452008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * configure.ac: Remove RPCGEN, RPCTOOLS.
48
492008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
50
51        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
52        for output format specifiers.
53
542008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
55
56        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
57        Fixed some data types
58
592008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
60
61        * libchip/i2c/spi-sd-card.c: Added missing header file.
62        * libchip/Makefile.am: Added SD Card driver.
63
642008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
65
66        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
67        make glyphs non-constant, added file headers
68
692008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
70
71        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
72        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
73        * libchip/display/font_hcms29xx.h
74        Creation of SPI display driver
75
762008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
77
78        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
79        via SPI.
80
812008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
84        AC_PREREQ(2.62).
85
862008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
89
902008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * libchip/Makefile.am: Move termios helper routines from libchip to
93        libcsupport. Add routine which makes it easy for a termios device
94        driver to inform termios of its default baud rate. This avoids
95        inconsistencies in later termios settings changes.
96        * libchip/serial/termios_baud2index.c,
97        libchip/serial/termios_baud2num.c: Removed.
98
992008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
102
1032008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
106        not fail if there are none.
107
1082008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
109
110        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
111        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
112        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
113        * libchip/Makefile.am:
114        derived a generic spi memory driver from spi-flash-m25p40,
115        added descriptor for fram fm25l256
116
1172008-05-07      Till Straumann <strauman@slac.stanford.edu>
118
119        PR 649/bsps
120        * libchip/ide/ata.c: Give up if the interface does not become ready.
121
1222008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        Moved to cpukit.
125        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
126        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
127        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
128        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
129        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
130        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
131        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
132        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
133        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
134        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
135        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
136        nfsclient/src/xdr_mbuf.c: Removed.
137
1382008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
141
1422008-01-05      Chris Johns <chrisj@rtems.org>
143
144        * libchip/flash/am29lv160.c: Update the blank check error message
145        to say there is an error.
146       
1472007-12-22      Chris Johns <chrisj@rtems.org>
148
149        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
150        the hello message. Just one line but still a little too long.
151       
1522007-12-14      Chris Johns <chrisj@rtems.org>
153
154        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
155        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
156        * libchip/flash, libchip/flash/am29lv160.c,
157        libchip/flash/am29lv160.h: New.
158
1592007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
160
161        * libchip/network/if_fxp.c: Spacing.
162
1632007-11-20      Till Straumann <strauman@slac.stanford.edu>
164
165        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
166        Avoid using 'stdio' before the system is up and fully
167        initialized.
168
1692007-11-20      Till Straumann <strauman@slac.stanford.edu>
170
171        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
172        * libchip/Makefile.am, libchip/preinstall.am:
173        added new driver for Maxim DS1375 i2c RTC.
174
1752007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
176
177        * libchip/i2c/spi-flash-m25p40.c:
178        added addressing call in write function
179
1802007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
181
182        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
183        * libchip/Makefile.am:
184        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
185
1862007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
189
1902007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * nfsclient/Makefile.am: Fix errors.
193
1942007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
197
1982007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * aclocal/version.m4: Bump RTEMS_API to 4.9.
201        Bump RTEMS_VERSION to 4.8.99.0.
202
2032007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
204
205        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
206
2072007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * configure.ac: Remove AC_PROG_AWK (Unused).
210
2112007-09-14      Daron Chabot <djc915@mail.usask.ca>
212
213        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
214        rtems_interrupt_vector, to permit passing arbitrary arguments to the
215        ISR. Clean up of variables to silence compiler warnings.
216
2172007-09-13      Daniel Hellstrom <daniel@gaisler.com>
218
219        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
220
2212007-09-12      Daniel Hellstrom <daniel@gaisler.com>
222
223        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
224          - Odd bit bug in some chips taken care of.
225          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
226            alignment but failing to do so must have made the driver writer to make
227            some incorrect assumptions about MBUFs.
228          - Fixed MBUF handling to handle mbuf chains better. The Data length of
229            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
230          - Made while loop responsible for copying data to fifo port copy 16 shorts
231            per loop instead of 1 short, increasing the copying process.
232
2332007-09-07      Daniel Hellstrom <daniel@gaisler.com>
234
235        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
236        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
237
2382007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
239
240        * configure.ac, wrapup/Makefile.am: Remove RDBG.
241        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
242        librdbg/Makefile.am, librdbg/preinstall.am,
243        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
244        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
245        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
246        librdbg/include/rdbg/powerpc/rdbg_f.h,
247        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
248        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
249        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
250        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
251        librdbg/src/servtsp.c, librdbg/src/servutil.c,
252        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
253        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
254        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
255        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
256        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
257        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
258        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
259        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
260        librdbg/src/powerpc/rdbg_f.c,
261        librdbg/src/powerpc/new_exception_processing/remdeb.h,
262        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
263        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
264        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
265
2662007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
267
268        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
269
2702007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
271
272        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
273          sizes.
274
2752007-07-27      Chris Johns <chrisj@rtems.org>
276
277        * wrapup/Makefile.am: Create archive from a file for hosts
278        with a limited command line size.
279
2802007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
281
282        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
283          sizes.
284
2852007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
286       
287        * configure.ac: Add nfsclient.
288        * nfsclient/Makefile.am: New.
289        * nfsclient/proto/Makefile, nfsclient/Makefile,
290          nfsclient/src/Makefile: Remove.
291        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
292        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
293
2942007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
297        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
298        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
299        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
300        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
301        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
302        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
303        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
304        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
305        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
306        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
307        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
308
3092007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
310
311        * libchip/serial/ns16550.c: removed timed out wait for transmitter
312        to become ready: This will not work for fast CPUs.
313
3142007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
315
316        * libchip/ide/ata.c: fixed warning
317
3182007-06-20      Ray Xu <rayx@gmail.com>
319
320        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
321        console, and libio. This shrinks the memory requirements but Joel has
322        not figured out how best to present this to application space.
323        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
324        New files.
325
3262007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
327
328        * optman/sapi/no-io.c: Split IO Manager into one function per file so
329        now we only need required initialization methods.
330
3312007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
332
333        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
334        parameter since it was used to configure a no longer used feature.
335        Device names are now part of the filesystem not in a table.
336
3372007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
338
339        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
340        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
341        optman/rtems/no-part.c, optman/rtems/no-region.c,
342        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
343        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
344        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
345        other optional managers so using them reduces application size
346        instead of increasing it.
347        * optman/rtems/no-barrier.c: New file.
348
3492007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
350
351        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
352        adjustments to pci-API changes.
353        * libchip/network/dec21140.c, libchip/network/elnk.c,
354        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
355        changes.
356
3572007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
358
359        * libchip/network/dec21140.c, libchip/network/if_dc.c,
360        libchip/network/if_fxp.c: Reflect changes to pci-API.
361
3622007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
363
364        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
365        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
366
3672007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
368
369        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
370          being used to compile "tools").
371
3722007-03-13      Joel Sherrill <joel@OARcorp.com>
373
374        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
375
3762007-03-12      Joel Sherrill <joel@OARcorp.com>
377
378        * libchip/network/cs8900.c, libchip/network/cs8900.h,
379        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
380        and/or fix mistake in copyright notice. Both of these mistakes appear
381        to be from code submitted after these changes were made previously.
382
3832007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
384
385        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
386
3872007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
388
389        * libchip/Makefile.am: Correct path to README.tulipclone.
390
3912007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
392
393        * libchip/ide/ata.c: Remove superfluous type casts.
394
3952007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
396
397        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
398        Use size_t for sizes.
399
4002007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
401
402        * libchip/ide/ata.c: in ata_request_done: moved call to free()
403        from preemption disabled region
404
4052007-01-16      Till Straumann <strauman@slac.stanford.edu>
406
407        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
408        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
409        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
410
4112006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
412
413        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
414          ioctl_command_t as ioctl argument.
415
4162006-12-13      Joel Sherrill <joel@OARcorp.com>
417
418        * librtems++/include/rtems++/rtemsEvent.h,
419        librtems++/include/rtems++/rtemsMessageQueue.h,
420        librtems++/include/rtems++/rtemsSemaphore.h,
421        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
422        librtems++/src/rtemsMessageQueue.cc,
423        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
424        rtems_unsigned32 to uint32_t.
425
4262006-12-13      Joel Sherrill <joel@OARcorp.com>
427
428        PR 1181/bsps
429        * optman/rtems/no-msg.c: Clean up dead code.
430
4312006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
432
433        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
434
4352006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
436
437        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
438        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
439        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
440
4412006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
442
443        * configure.ac: New BUG-REPORT address.
444
4452006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
446
447        * Makefile.am: Remove ampolish3.
448
4492006-11-17      Joel Sherrill <joel@OARcorp.com>
450
451        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
452        blank lines.
453
4542006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
455
456        * configure.ac: Remove RTEMS_AMPOLISH3.
457        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
458          Remove checks for AMPOLISH3.
459        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
460        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
461        * ampolish3: Remove.
462
4632006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
464
465        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
466        * aclocal/prog-cc.m4: Remove CFLAGS.
467        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
468        Compose CFLAGS. Append CFLAGS to ac_configure_args.
469
4702006-10-23      Joel Sherrill <joel@OARcorp.com>
471
472        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
473
4742006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
475
476        * automake/compile.am: Use hard-coded RTEMS_* flags.
477
4782006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
479
480        * aclocal/rtems-top.m4: Remove RTEMS_API.
481        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
482
4832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
484
485        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
486
4872006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
488
489        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
490
4912006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
492
493        * aclocal/version.m4: Bump version to 4.7.99.0.
494
4952006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
496
497        * configure.ac: Require autoconf-2.60. Require automake-1.10.
498
4992006-09-11      Joel Sherrill <joel@OARcorp.com>
500
501        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
502
5032006-09-04      Joel Sherrill <joel@OARcorp.com>
504
505        * libchip/network/greth.c, libchip/network/open_eth.c,
506        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
507        introduced by warning removal.
508
5092006-09-01      Joel Sherrill <joel@OARcorp.com>
510
511        * libchip/network/greth.c, libchip/network/open_eth.c,
512        libchip/network/smc91111.c: Remove warnings and correct prototype
513        added earlier today.
514
5152006-09-01      Joel Sherrill <joel@OARcorp.com>
516
517        * libchip/network/cs8900.c, libchip/network/greth.c,
518        libchip/network/i82586.c, libchip/network/open_eth.c,
519        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
520        sized integers, and inttypes.h printf helpers.
521
5222006-08-09      Kolja Waschk <waschk@telos.de>
523
524        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
525
5262006-07-12      Joel Sherrill <joel@OARcorp.com>
527
528        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
529
5302006-07-11      Jerry Needell <jerry.needell@unh.edu>
531
532        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
533        4.6 branch.  Original modifications by Gaisler Enterprises.
534        * libchip/network/greth.c, libchip/network/greth.h: New files.
535
5362006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
537
538        * ide/ata.[ch]:
539        (PR1118) fetch priority for ATA task from a variable,
540        not a fixed configuration value.
541       
5422006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
543
544        * Makefile.am: Add ampolish3.
545
5462006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
547
548        * ampolish3: New.
549        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
550
5512006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
552
553        * aclocal/rtems-ampolish.m4: New.
554        * configure.ac: Use RTEMS_AMPOLISH3.
555
5562006-04-18  Joel Sherrill <joel@OARcorp.com>
557
558        * aclocal/version.m4: Updated to rtems-4.6.99.3.
559
5602006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
561
562        PR 853/filesystem
563        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
564        should be modified to support the new exception scheme and to use the
565        handle parameter.
566
5672006-02-a32     Eric Norum <norume@aps.anl.gov>
568
569        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
570        "newer" PCI access calls.  Minor cleanups.  Comments.
571
5722006-01-12      Eric Norum <norume@aps.anl.gov>
573
574        PR 861/networking
575        PR 863/networking
576        * libchip/network/smc91111.c: Fix illegal lvalue increments.
577
5782006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
579
580        * wrapup/Makefile.am: Add preinstall.am.
581        * libchip/Makefile.am: Build libchip/network/smc91111.
582        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
583        Eliminate cyg_int* crap.
584
5852006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
586
587        * librdbg/Makefile.am: Add preinstall.am.
588        * aclocal/bsp-configure.m4: Add ampolish3.
589        New header guards.
590
5912006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
592
593        * libchip/network/open_eth.c, libchip/network/open_eth.h:
594        Merger from rtems-4-6-branch.
595
5962006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
597
598        * libchip/network/smc91111.c
599        libchip/network/smc91111config.h
600        libchip/network/smc91111exp.h
601        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
602        * libchip/Makefile.am: Reflect adding smc91111*.
603
6042006-01-08      Joel Sherrill <joel@OARcorp.com>
605
606        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
607        char *.
608
6092006-01-08      Joel Sherrill <joel@OARcorp.com>
610
611        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
612        warnings.
613
6142005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
615
616        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
617        Add RTEMS_RELLDFLAGS.
618        * automake/compile.am: Remove RTEMS_USE_GCC.
619        Remove RTEMS_RELLDFLAGS.
620        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
621
6222005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
623
624        * libchip/network/if_media.h, libchip/network/mii.h:
625        Remove (Moved to cpukit).
626        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
627        and libchip/network/if_media.h.
628        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
629        if_media.h having moved.
630
6312005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
632
633        * automake/compile.am, automake/host.am, automake/local.am,
634        automake/subdirs.am: Remove depend.
635        * configure.ac: Explicitly pass --libdir and --includedir to
636        testsuites.
637
6382005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
639
640        * configure.ac: Reflect changes to testsuites.
641
6422005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
643
644        * automake/compile.am: Remove GCCSPECS.
645        * aclocal/prog-cc.m4: Add GCCSPECS.
646        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
647
6482005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
649
650        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
651        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
652
6532005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
654
655        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
656        libcpu/byteorder.h for i386.
657
6582005-11-02      Till Straumann <strauman@slac.stanford.edu>
659
660        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
661        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
662        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
663        added a simple API/library for i2c devices and drivers for i2c
664        2-byte eeproms and a ds1621 temperature sensor; API is documented
665        in libi2c.h.
666
6672005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
668
669        * libnetworking/pppd/ipxcp.c,
670        libnetworking/pppd/chat.c,
671        libnetworking/pppd/patchlevel.h,
672        libnetworking/pppd/upap.h,
673        libnetworking/pppd/md5.h,
674        libnetworking/pppd/pppd.8,
675        libnetworking/pppd/README,
676        libnetworking/pppd/preinstall.am,
677        libnetworking/pppd/md4.h,
678        libnetworking/pppd/magic.c,
679        libnetworking/pppd/pppd.h,
680        libnetworking/pppd/demand.c,
681        libnetworking/pppd/rtemsmain.c,
682        libnetworking/pppd/sys-rtems.c,
683        libnetworking/pppd/ipcp.h,
684        libnetworking/pppd/lcp.h,
685        libnetworking/pppd/chap_ms.c,
686        libnetworking/pppd/md4.c,
687        libnetworking/pppd/rtemspppd.h,
688        libnetworking/pppd/cbcp.h,
689        libnetworking/pppd/auth.c,
690        libnetworking/pppd/lcp.c,
691        libnetworking/pppd/example/README,
692        libnetworking/pppd/example/ppp.conf,
693        libnetworking/pppd/example/system.h,
694        libnetworking/pppd/example/netconfig.h,
695        libnetworking/pppd/example/pppdapp.c,
696        libnetworking/pppd/example/init.c,
697        libnetworking/pppd/example/Makefile-user,
698        libnetworking/pppd/example/pppd.options,
699        libnetworking/pppd/rtemspppd.c,
700        libnetworking/pppd/ipxcp.h,
701        libnetworking/pppd/chap_ms.h,
702        libnetworking/pppd/options.c,
703        libnetworking/pppd/magic.h,
704        libnetworking/pppd/chap.h,
705        libnetworking/pppd/cbcp.c,
706        libnetworking/pppd/upap.c,
707        libnetworking/pppd/chap.c,
708        libnetworking/pppd/Makefile.am,
709        libnetworking/pppd/ccp.h,
710        libnetworking/pppd/utils.c,
711        libnetworking/pppd/rtemsdialer.h,
712        libnetworking/pppd/fsm.h,
713        libnetworking/pppd/pathnames.h,
714        libnetworking/pppd/md5.c,
715        libnetworking/pppd/fsm.c,
716        libnetworking/pppd/ipcp.c,
717        libnetworking/pppd/STATUS,
718        libnetworking/pppd/ccp.c,
719        libnetworking/Makefile.am: Remove (Moved to cpukit).
720
7212005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
722
723        * configure.ac: Remove libnetworking, libnetworking/pppd.
724        * wrapup/Makefile.am: Remove libpppd.a.
725
7262005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
727
728        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
729        rtemsdialer.h to $(includedir)/rtems.
730
7312005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
732
733        * libnetworking/rtems_telnetd/icmds.c,
734        libnetworking/rtems_telnetd/Makefile.am,
735        libnetworking/rtems_telnetd/preinstall.am,
736        libnetworking/rtems_telnetd/pty.c,
737        libnetworking/rtems_telnetd/pty.h,
738        libnetworking/rtems_telnetd/README,
739        libnetworking/rtems_telnetd/telnetd.c,
740        libnetworking/rtems_telnetd/telnetd.h:
741        Remove (Moved to cpukit).
742
7432005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
744
745        * configure.ac: Remove libnetworking/rtems_telnetd.
746        * libnetworking/Makefile.am: Remove rtems_telnetd.
747        * libnetworking/README: Remove (Obsolete).
748        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
749
7502005-10-20  Eric Norum <norume@aps.anl.gov>
751
752        * libchip/network/dec21140.c: Clean up PCI mapping.
753
7542005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
755
756        * libnetworking/pppd/Makefile.am: Use preinstall.am.
757        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
758        librdbg/src/servrpc.c, librdbg/src/servtgt.c
759        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
760        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
761        * configure.ac: Move optman to the end of BSP_SUBDIRS.
762
7632005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
764
765        * aclocal/bspopts.m4: Add missing m4 quotes.
766
7672005-09-02  Joel Sherrill <joel@OARcorp.com>
768
769    * aclocal/version.m4: Updated to rtems-4.6.99.2.
770
7712005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
772
773        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
774        libchip/network/dec21140.c: Remove initialization of PCI bus.
775
7762005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
777
778        * optman/Makefile.am: Add preinstall.am.
779
7802005-07-18      Karel Gardas <kgardas@objectsecurity.com>
781
782        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
783        UNTESTED to tested.
784
7852005-06-17      Joel Sherrill <joel@OARcorp.com>
786
787        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
788        it is not supported by the MPC5xx.
789
7902005-06-17      Joel Sherrill <joel@OARcorp.com>
791
792        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
793        interface. Also correct attempting to build on other than PowerPC and
794        x86.
795
7962005-06-16      Daron Chabot <daron@nucleus.usask.ca>
797
798        * libchip/Makefile.am: Add driver for Tulip clones.
799        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
800        libchip/network/if_dcreg.h: New files.
801
8022005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
803
804        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
805        to enable rdbg.
806        * configure.ac: Reflect changes above.
807
8082005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
809
810        * configure.ac: Add ada/.
811
8122005-05-20      Sergei Organov  <osv@topconrd.ru>
813
814        PR 750/networking
815        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
816        wait_input().
817
8182005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
819
820        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
821        rtems/irq.h.
822
8232005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
824
825        * libchip/Makefile.am: Include preinstall.am.
826        * libchip/preinstall.am: New.
827
8282005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
829
830        * configure.ac: Add AMPOLISH3.
831        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
832        * libnetworking/rtems_telnetd/preinstall.am: New.
833        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
834
8352005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
836
837        * configure.ac: Let enable_rpcgen default to "no".
838
8392005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
840
841        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
842
8432005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
844
845        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
846        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
847
8482005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
849
850        * libchip/network/dec21140.c, libchip/network/elnk.c,
851        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
852
8532005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
854
855        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
856        of code as a result of the implementation of a common PCI interface.
857
8582005-05-04      Joel Sherrill <joel@OARcorp.com>
859
860        * libchip/network/open_eth.c: Remove prototype of set_vector.
861
8622005-05-03      Joel Sherrill <joel@OARcorp.com>
863
864        * librdbg/src/ptrace.c: Remove warning.
865
8662005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
867
868        * libchip/network/dec21140.c, libchip/network/elnk.c,
869        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
870        Modified parameter list to remove warnings.
871
8722005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
873
874        * libchip/network/cs8900.c, libchip/network/i82586.c,
875        libchip/network/open_eth.c, libchip/network/sonic.c,
876        libchip/serial/mc68681.c: Modified types to remove
877        warnings.  Added initialization to remove warnings.
878
8792005-04-28      Joel Sherrill <joel@OARcorp.com>
880
881        * libchip/network/README.sonic: Rewritten to account for removal of
882        dmv177.
883
8842005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
885
886        PR 781/rtems_misc
887        * libchip/serial/ns16550_p.h: Fix baud rate calculation
888
8892005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
890
891        * libchip/serial/ns16550.c:
892        Fixed warnings generated in various powerpc configurations
893
8942005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
895
896        * libchip/serial/ns16550.c: Modified
897        ISR to work with PPC new exception processing
898
8992005-03-14      Joel Sherrill <joel@OARcorp.com>
900
901        * libchip/network/dec21140.c, libchip/network/elnk.c,
902        libchip/network/if_fxp.c: Continue PCI API unification. All use
903        pci_find_device(). Network drivers manufacture a signature since all
904        calls have not been converted yet.
905
9062005-03-04      Joel Sherrill <joel@OARcorp.com>
907
908        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
909        initialize function part of the unified PCI API as pci_initialize().
910
9112005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
912
913        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
914        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
915
9162005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
917
918        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
919        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
920
9212005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
922
923        * aclocal/ppc.m4: Reflect changes to ppc exception processing
924        building procedures.
925
9262005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
927
928        * aclocal/prog-cc.m4:
929        Quote CFLAGS's RHS to accomodate Solaris broken sh.
930
9312005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
932
933        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
934
9352005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
936
937        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
938
9392005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
940
941        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
942
9432005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
944
945        * libnetworking/rtems_servers/ftp.c,
946        libnetworking/rtems_servers/ftp.h,
947        libnetworking/rtems_servers/Makefile.am:
948        Remove (relocated to cpukit/ftpd).
949        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
950        removed move libnetworking/rtems_servers.
951
9522005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
953
954        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
955
9562005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
957
958        PR 755/rtems
959        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
960        Remove local declarations of rtems_bsdnet_nameservers,
961        rtems_bsdnet_nameservers_count.
962
9632005-01-31      Sergei Organov <osv@topconrd.ru>
964
965        PR 751/pppd
966        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
967        committed to fix PR736 breaks pppd. chat.c should have its own static
968        ttyfd for pppd to work correctly. The symptom is that second
969        invokation of chat (for connect script) fails due to pppd_ttyfd set
970        to -1 by previous chat invokation (for init script). In addition,
971        this patch fixes leaving of dangling pointer in the abort_stbring[]
972        by chat_send().
973
9742005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
975
976        * configure.ac: Remove CFLAGS_DEBUG_V.
977        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
978
9792005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
980
981        * wrapup/Makefile.am: Remove rtems-ctor.o.
982
9832005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
984
985        * libchip/rtc/rtc.h: size_t RTC_Count.
986
9872005-01-20      Joel Sherrill <joel@OARcorp.com>
988
989        PR 736/pppd
990        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
991        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
992        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
993        should not be static and should have a name more specific to pppd.
994
9952005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
996
997        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
998        libnetworking/rtems_servers/Makefile.am,
999        libnetworking/rtems_telnetd/Makefile.am,
1000        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1001        Eliminate CFLAGS_OPTIMIZE_V.
1002
10032005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1004
1005        * configure.ac: Pass CFLAGS to testsuites configure.
1006        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1007        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1008
10092005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1010
1011        * configure.ac: Pass CFLAGS to cpukit configure.
1012        * aclocal/rtems-flags.m4: Remove (Unused).
1013        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1014        * aclocal/env-rtemsbsp.m4:
1015        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1016        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1017        RTEMS_CFLAGS.
1018        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1019        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1020        Cleanup comments.
1021
10222005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1023
1024        * automake/compile.am: Remove build-variant support.
1025
10262005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1027
1028        * libnetworking/pppd/Makefile.am,
1029        libnetworking/rtems_servers/Makefile.am,
1030        libnetworking/rtems_telnetd/Makefile.am:
1031        Remove build-variant support.
1032
10332005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1034
1035        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1036        support/Makefile.am, wrapup/Makefile.am:
1037        Remove build-variant support.
1038
10392004-11-22      Joel Sherrill <joel@OARcorp.com>
1040
1041        * libchip/network/if_fxp.c: Add entry for another module ID code.
1042
10432004-11-22      Joel Sherrill <joel@OARcorp.com>
1044
1045        PR 693/misc
1046        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1047        in/outport routines.
1048
10492004-11-22      Joel Sherrill <joel@OARcorp.com>
1050
1051        PR 693/misc
1052        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1053        in/outport routines.
1054
10552004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1056
1057        * aclocal/enable-itron.m4: Remove (unused).
1058
10592004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1060
1061        * configure.ac: Misc. quoting cleanups.
1062        Enable ada-tests iff --enable-ada and --enable-tests.
1063
10642004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1065
1066        PR 703/filesystem
1067        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1068        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1069        libchip/ide/ide_controller.c:
1070        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1071        available for BSPS/device drivers.
1072        Extend the "modes_available" and "mode_active" parameters to
1073        uint16_t for UDMA support.
1074
10752004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1076
1077        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1078        not supported on PowerPC since it works on the MVME2100 BSP.
1079
10802004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1081
1082        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1083        Add dependency tracking for *.cfgs.
1084        * Makefile.am: Add dependency tracking for *.cfg.
1085
10862004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1087
1088        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1089        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1090
10912004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1092
1093        PR 707/make_build
1094        * configure.ac: Add --enable-rpcgen.
1095
10962004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1097
1098        PR 700/rtems_misc
1099        * libnetworking/rtems_webserver/asp.c,
1100        libnetworking/rtems_webserver/balloc.c,
1101        libnetworking/rtems_webserver/cgi.c,
1102        libnetworking/rtems_webserver/default.c,
1103        libnetworking/rtems_webserver/ej.h,
1104        libnetworking/rtems_webserver/ejIntrn.h,
1105        libnetworking/rtems_webserver/ejlex.c,
1106        libnetworking/rtems_webserver/ejparse.c,
1107        libnetworking/rtems_webserver/emfdb.c,
1108        libnetworking/rtems_webserver/emfdb.h,
1109        libnetworking/rtems_webserver/form.c,
1110        libnetworking/rtems_webserver/handler.c,
1111        libnetworking/rtems_webserver/h.c,
1112        libnetworking/rtems_webserver/license.txt,
1113        libnetworking/rtems_webserver/Makefile.am,
1114        libnetworking/rtems_webserver/md5c.c,
1115        libnetworking/rtems_webserver/md5.h,
1116        libnetworking/rtems_webserver/mime.c,
1117        libnetworking/rtems_webserver/misc.c,
1118        libnetworking/rtems_webserver/NOTES,
1119        libnetworking/rtems_webserver/ringq.c,
1120        libnetworking/rtems_webserver/rom.c,
1121        libnetworking/rtems_webserver/rtems_webserver.h,
1122        libnetworking/rtems_webserver/security.c,
1123        libnetworking/rtems_webserver/sock.c,
1124        libnetworking/rtems_webserver/socket.c,
1125        libnetworking/rtems_webserver/sockGen.c,
1126        libnetworking/rtems_webserver/sym.c,
1127        libnetworking/rtems_webserver/uemf.c,
1128        libnetworking/rtems_webserver/uemf.h,
1129        libnetworking/rtems_webserver/um.c,
1130        libnetworking/rtems_webserver/um.h,
1131        libnetworking/rtems_webserver/umui.c,
1132        libnetworking/rtems_webserver/url.c,
1133        libnetworking/rtems_webserver/value.c,
1134        libnetworking/rtems_webserver/wbase64.c,
1135        libnetworking/rtems_webserver/webcomp.c,
1136        libnetworking/rtems_webserver/webmain.c,
1137        libnetworking/rtems_webserver/webpage.c,
1138        libnetworking/rtems_webserver/webrom.c,
1139        libnetworking/rtems_webserver/webs.c,
1140        libnetworking/rtems_webserver/websda.c,
1141        libnetworking/rtems_webserver/websda.h,
1142        libnetworking/rtems_webserver/webs.h,
1143        libnetworking/rtems_webserver/websSSL.c,
1144        libnetworking/rtems_webserver/websSSL.h,
1145        libnetworking/rtems_webserver/websuemf.c,
1146        libnetworking/rtems_webserver/wsIntrn.h:
1147        Remove (Moved to cpukit/http).
1148
11492004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1150
1151        PR 700/rtems_misc
1152        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1153        Remove libnetworking/rtems_webserver.
1154
11552004-10-25      Eric Norum <norume@aps.anl.gov>
1156
1157        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1158
11592004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1160
1161        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1162
11632004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1164
1165        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1166        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1167
11682004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1169
1170        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1171
11722004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1173
1174        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1175        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1176
11772004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1178
1179        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1180        BITSPERBYTE.
1181
11822004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1183
1184        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1185        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1186
11872004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1188
1189        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1190
11912004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1192
1193        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1194        * aclocal/enable-bare.m4: Remove.
1195        * configure.ac: Remove BARE_CPU_MODEL.
1196
11972004-10-13      Eric Norum <norume@aps.anl.gov>
1198
1199        PR 688/bsps
1200        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1201        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1202        MC146818A (and several Dallas Semiconductor) TOD chips.
1203
12042004-10-13      Eric Norum <norume@aps.anl.gov>
1205
1206        PR 686/networking
1207        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1208        device code.
1209
12102004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1211
1212        * libchip/network/dec21140.c: include <rtems/pci.h>.
1213
12142004-09-29      Joel Sherrill <joel@OARcorp.com>
1215
1216        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1217        libnetworking/pppd/utils.c: i960 obsoleted and all references
1218        removed.
1219
12202004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1221
1222        PR 607/networking
1223        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1224        instead of fully specifying unused PCI features.
1225
12262004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1227
1228        * configure.ac: Require automake > 1.9.
1229
12302004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1231
1232        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1233
12342004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1235
1236        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1237        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1238
12392004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1240
1241        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1242        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1243
12442004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1245
1246        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1247
12482004-07-28  Joel Sherrill <joel@OARcorp.com>
1249
1250    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1251
12522004-07-25      Joel Sherrill <joel@OARcorp.com>
1253
1254        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1255
12562004-05-21  Till Strauman <strauman@slac.stanford.edu>
1257
1258        PR 625/networking
1259        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1260        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1261        an error rather than panic if no chip is detected (thus allowing
1262        for probing).
1263        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1264        instead of looping forever.  Avoid divide by zero (crashed my PC).
1265        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1266        they are UNTESTED.
1267
12682004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1269
1270        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1271
12722004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1273
1274        * libchip/network/dec21140.c, libchip/network/elnk.c:
1275        #include <errno.h>.
1276
12772004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1278
1279        * libchip/network/if_media.h: Update from FreeBSD.
1280        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1281        libchip/network/i82586.c: #include <errno.h>.
1282
12832004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1284
1285        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1286
12872004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1288
1289        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1290
12912004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1292
1293        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1294        automake).
1295
12962004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1297
1298        PR 599/pppd
1299        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1300
13012004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1302
1303        * optman/rtems/no-region.c: Reflect having changed
1304        rtems_region_get_segment_size.
1305
13062004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1307
1308        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1309        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1310        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1311        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1312        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1313        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1314        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1315
13162004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1317
1318        * libchip/ide/ata.c, libchip/network/dec21140.c,
1319        libchip/network/elnk.c, libchip/network/i82586.c,
1320        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1321        libchip/network/open_eth.c, libchip/network/sonic.c,
1322        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1323        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1324        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1325        libchip/shmdr/shm_driver.h: Cosmetics.
1326
13272004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1328
1329        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1330        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1331        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1332        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1333        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1334        fixed size types.
1335
13362004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1337
1338        * configure.ac: Explicitly pass --includedir and --libdir to
1339        cpukit/configure.
1340
13412004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1342
1343        * librdbg/Makefile.am: Fix rpcgen rules.
1344        * librdbg/src/i386/any/remdeb_xdr.c,
1345        librdbg/src/m68k/any/remdeb_xdr.c,
1346        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1347        Reflect changes to librdbg/Makefile.am.
1348
13492004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1350
1351        * configure.ac: Reflect changes testsuites/configure.ac and
1352        cpukit/configure.ac.
1353
13542004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1355
1356        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1357        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1358
13592004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1360
1361        * configure.ac: Reflect changes to testsuites's configuration.
1362
13632004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1364
1365        PR/589 rtems
1366        * libchip/network/pci.h: Remove (Moved to cpukit).
1367
13682004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1369
1370        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1371        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1372        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1373        libchip/network/dec21140.c, libchip/network/elnk.c,
1374        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1375        libchip/network/open_eth.h, libchip/network/sonic.c,
1376        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1377        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1378        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1379        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1380        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1381        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1382        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1383        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1384        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1385        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1386        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1387        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1388        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1389        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1390        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1391        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1392        fixed-size types.
1393
13942004-03-14      Chris Johns  <chrisj@rtems.org>
1395
1396        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1397        the BSP example code.
1398        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1399        support the DIMMPC. This is a pc386 target with IO port support. Minor
1400        formating clean up. Add documentation to the header file.
1401        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1402        cs8900.h header file.
1403
14042004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1405
1406        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1407        Cosmetics.
1408
14092004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1410
1411        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1412        There are no application level Makefiles in here.
1413
14142004-03-04      Joel Sherrill <joel@OARcorp.com>
1415
1416        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1417        they can be used in application level makefiles.
1418
14192004-03-05      Joel Sherrill <joel@OARcorp.com>
1420
1421        * libnetworking/rtems_webserver/ejparse.c,
1422        libnetworking/rtems_webserver/emfdb.c,
1423        libnetworking/rtems_webserver/sock.c,
1424        libnetworking/rtems_webserver/socket.c,
1425        libnetworking/rtems_webserver/sym.c,
1426        libnetworking/rtems_webserver/webs.c,
1427        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
14282004-03-05      Joel Sherrill <joel@OARcorp.com>
1429
1430        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1431        compiling this file only only those CPU families with supported
1432        exception models.
1433
14342004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1435
1436        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1437        testsuites (Was exposed with --enable-multilib, only).
1438        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1439         Add RTEMS_BSP_CONFIG_SUBDIR.
1440        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1441        testsuites's configure.
1442        * aclocal/rtems-top.m4: Remove ENDIF hack.
1443        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1444
14452004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1446
1447        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1448        wrapup/Makefile.am: Fix automake problems having been introduced
1449        in previous patch.
1450
14512004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1452
1453        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1454        Preinstall dirs.
1455        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1456        * aclocal/check-multiprocessing.m4: Cosmetics.
1457        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1458        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1459
14602004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1461
1462        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1463        librdbg/src/Makefile.am.
1464        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1465        * configure.ac: Reflect changes above.
1466        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1467        * wrapup/Makefile.am: Reflect changes above.
1468        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1469
14702004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1471
1472        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1473
14742004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1475
1476        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1477
14782004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1479
1480        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1481
14822004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1483
1484        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1485        librdbg/src/powerpc/Makefile.am: Remove.
1486        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1487        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1488        * configure.ac: Reflect changes above.
1489
14902004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1491
1492
14932004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1494
1495        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1496        STRIP.
1497
14982004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1499
1500        * librdbg/include/Makefile.am: Merge-in
1501        librdbg/include/rdbg/i386/Makefile.am,
1502        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1503        librdbg/include/rdbg/powerpc/Makefile.am.
1504        * librdbg/include/rdbg/i386/Makefile.am,
1505        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1506        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1507        * configure.ac: Reflect changes above.
1508
15092004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1510
1511        * configure.ac: Use AS_HELP_STRING(ada).
1512
15132004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1514
1515        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1516        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1517        Use AC_CONFIG_HEADERS.
1518        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1519        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1520
15212004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1522
1523        * Makefile.am: include local.am.
1524
15252004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1526
1527        * aclocal/version.m4: 4.6.99.0.
1528
15292004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1530
1531        * Makefile.am: Don't include host.am.
1532        * automake/compile.am: Further cleanups.
1533
15342004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1535
1536        * automake/lib.am: Remove (Unused).
1537
15382004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1539
1540        * wrapup/Makefile.am: Don't include lib.am.
1541        * automake/compile.am: Use automake compilation rules.
1542
15432004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1544
1545        * libnetworking/pppd/Makefile.am,
1546        libnetworking/rtems_servers/Makefile.am,
1547        libnetworking/rtems_telnetd/Makefile.am,
1548        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1549        support/Makefile.am: Don't include lib.am.
1550
15512004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1552
1553        * libchip/Makefile.am: Don't include lib.am.
1554        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1555        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1556        unnecessary EXTRA_DISTs.
1557
15582004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1559
1560        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1561        hack.
1562
15632004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1564
1565        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1566        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1567        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1568        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1569
15702004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1571
1572        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1573        Add AM_CONDITIONAL(HAS_MP).
1574        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1575        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1576        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1577        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1578        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1579        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1580        (Deprecated by autoconf 2.59).
1581
15822004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1583
1584        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1585        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1586
15872004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1588
1589        * ChangeLog: Merge-in libnetworking/ChangeLog.
1590        * libnetworking/ChangeLog: Remove.
1591        * ChangeLog: Merge-in librdbg/ChangeLog.
1592        * librdbg/ChangeLog: Remove.
1593        * ChangeLog: Merge-in libchip/ChangeLog.
1594        * libchip/ChangeLog: Remove.
1595        * ChangeLog: Merge-in optman/ChangeLog.
1596        * optman/ChangeLog: Remove.
1597
15982004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1599
1600        * configure.ac: Reflect changes to cpukit.
1601        * wrapup/Makefile.am: Reflect changes to librdbg.
1602        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1603        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1604        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1605        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1606        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1607        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1608        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1609        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1610        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1611
16122004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1613
1614        * aclocal/rtems-top.m4: Remove check for version.m4.
1615        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1616
16172004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1618
1619        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1620        * wrapup/Makefile.am: Reflect changes to libchip/*.
1621        * support/Makefile.am: Use automake compilation rules.
1622        * wrapup/Makefile.am: Reflect changes to support/*.
1623        * configure.ac: Remove libnetworking/wrapup/Makefile.
1624        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1625        libnetworking/*/lib*.a instead of libnetapps.a.
1626        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1627        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1628        * optman/Makefile.am: Use automake compilation rules.
1629        * libchip/Makefile.am: Fix typo in previous patch.
1630        * libchip/Makefile.am: Use automake compilation rules.
1631        * libnetworking/Makefile.am: Remove wrapup.
1632        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1633        automake-compilation rules.
1634        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1635        automake-compilation rules.
1636        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1637        automake-compilation rules.
1638        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1639        automake-compilation rules.
1640        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1641
16422004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1643
1644        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1645        PRE/TMPINSTALL_FILES to CLEANFILES.
1646        * automake/lib.am: Remove TMPINSTALL_FILES.
1647        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1648        PRE/TMPINSTALL_FILES to CLEANFILES.
1649        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1650        PRE/TMPINSTALL_FILES to CLEANFILES.
1651        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1652        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1653        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1654        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1655        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1656        * librdbg/src/i386/Makefile.am: Ditto.
1657        * librdbg/src/m68k/Makefile.am: Ditto.
1658        * librdbg/src/powerpc/Makefile.am: Ditto.
1659        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1660        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1661        * libnetworking/rtems_servers/Makefile.am: Ditto.
1662        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1663        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1664
16652004-01-07      Joel Sherrill <joel@OARcorp.com>
1666
1667        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1668        more completely covers the MIPS family.
1669
16702003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1671
1672        * wrapup/Makefile.am: Reflect changes to shmdr.
1673        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1674
16752003-12-18      Joel Sherrill <joel@OARcorp.com>
1676
1677        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1678        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1679        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1680        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1681        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1682        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1683        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1684
16852003-12-17      Joel Sherrill <joel@OARcorp.com>
1686
1687        * aclocal/version.m4: Updated to rtems-20031217-test.
1688
16892003-12-17     
1690
1691        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1692        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1693
16942003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1695
1696        * automake/compile.am: Remove LINK_LIBS (Unused).
1697        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1698
16992003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1700
1701        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1702        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1703        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1704        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1705        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1706
17072003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1708
1709        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1710        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1711        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1712        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1713        * librdbg/src/i386/Makefile.am:
1714        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1715        * librdbg/src/m68k/Makefile.am:
1716        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1717        * librdbg/src/powerpc/Makefile.am:
1718        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1719
17202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1721
1722        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1723        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1724        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1725        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1726        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1727        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1728        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1729        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1730        * optman/Makefile.am: Remove project_libdir.
1731        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1732        PRE/TMPINSTALL_FILES.
1733        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1734        PRE/TMPINSTALL_FILES.
1735        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1736        PRE/TMPINSTALL_FILES.
1737        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1738        PRE/TMPINSTALL_FILES.
1739        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1740        from PRE/TMPINSTALL_FILES.
1741        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1742        PRE/TMPINSTALL_FILES.
1743        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1744        PRE/TMPINSTALL_FILES.
1745        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1746        PRE/TMPINSTALL_FILES.
1747        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1748        PRE/TMPINSTALL_FILES.
1749        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1750        PRE/TMPINSTALL_FILES.
1751        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1752        PRE/TMPINSTALL_FILES.
1753        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1754        from PRE/TMPINSTALL_FILES.
1755
17562003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1757
1758        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1759        * automake/lib.am: Remove project_libdir.
1760        * wrapup/Makefile.am: Reworked.
1761
17622003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1763
1764        * configure.ac: Reflect changes to librdbg.
1765        * optman/Makefile.am: Add tmpinstall dirstamp support.
1766        * libchip/Makefile.am: Fix variant-tmpinstall support.
1767        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1768        * librdbg/src/powerpc/Makefile.am: Merge-in former
1769        new_exception_processing/Makefile.am.
1770        * librdbg/src/m68k/any/Makefile.am: Remove.
1771        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1772        * librdbg/src/i386/any/Makefile.am: Remove.
1773        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1774        * librdbg/src/Makefile.am: Cosmetics.
1775        * librdbg/include/Makefile.am: Cosmetics.
1776        * librdbg/Makefile.am: Cosmetics.
1777        * libnetworking/Makefile.am: Cosmetics.
1778        * libnetworking/pppd/Makefile.am: Cosmetics.
1779        * libnetworking/wrapup/Makefile.am: Cosmetics.
1780
17812003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1782
1783        * Makefile.am: Cosmetics.
1784        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1785        support.
1786
17872003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1788
1789        * automake/compile.am: Remove $(ARCH):-rule.
1790
17912003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1792
1793        * configure.ac: Remove lib/libbsp/shared/Makefile,
1794        lib/libbsp/shmdr/Makefile.
1795
17962003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1797
1798        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1799        libchip/serial/Makefile, libchip/rtc/Makefile.
1800        * support/Makefile.am: Remove all-local: $(ARCH).
1801        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1802        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1803        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1804        * optman/Makefile.am: Remove all-local: $(ARCH).
1805        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1806        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1807        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1808        compilation dirstamp support.
1809        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1810        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1811        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1812        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1813        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1814        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1815        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1816        all-local: $(ARCH).
1817        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1818        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1819        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1820        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1821        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1822
18232003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1824
1825        * aclocal/lead-dot.m4: New (from automake-1.7f).
1826        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1827        AC_SUBST(dirstamp).
1828        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1829        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1830        libchip/serial/Makefile.am: Ditto.
1831        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1832        * librdbg/include/Makefile.am: Ditto.
1833        * librdbg/include/rdbg/Makefile.am: Ditto.
1834        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1835        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1836        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1837        * librdbg/src/Makefile.am: Ditto.
1838        * librdbg/src/i386/Makefile.am: Ditto.
1839        * librdbg/src/i386/any/Makefile.am: Ditto.
1840        * librdbg/src/m68k/Makefile.am: Ditto.
1841        * librdbg/src/m68k/any/Makefile.am: Ditto.
1842        * librdbg/src/powerpc/Makefile.am: Ditto.
1843        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1844        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1845        preinstallation.
1846        * libnetworking/pppd/Makefile.am: Ditto.
1847        * libnetworking/rtems_servers/Makefile.am: Ditto.
1848        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1849        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1850        * libnetworking/wrapup/Makefile.am: Ditto.
1851
18522003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1853
1854        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1855        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1856        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1857        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1858        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1859        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1860        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1861        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1862        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1863        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1864        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1865        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1866        underquoting to silence automake-1.8.
1867
18682003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1869
1870        * configure.ac: Reflect having moved tests to ../../testsuites.
1871
18722003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1873
1874        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1875        * aclocal/canonical-host.m4: Remove.
1876        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1877        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1878
18792003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1880
1881        * aclocal/check-cpu.m4: Remove.
1882        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1883        * aclocal/canonical-target-name.m4: Add m4-quotes.
1884        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1885        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1886        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1887        * aclocal/check-networking.m4: Add m4-quotes. Require
1888        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1889        * aclocal/check-posix.m4: Add m4-quotes. Require
1890        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1891        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1892        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1893        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1894
18952003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1896
1897        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1898        * aclocal/bsp-alias.m4: Remove.
1899
19002003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1901
1902        * configure.ac: Make presence of tests/ optional.
1903
19042003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1905
1906        * aclocal/path-perl.m4: Remove (Unused).
1907
19082003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1909
1910        * automake/force-preinstall.am: Remove.
1911
19122003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1913
1914        PR 499/rtems_misc
1915        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1916        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1917        Configuration (Odd was forced) - Correction of Stop Bit configuration
1918        (inversed) - Correction of ISR Handler to call
1919        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1920        CTS Hardware flow control Configuration.
1921
19222003-09-04      Joel Sherrill <joel@OARcorp.com>
1923
1924        * lib/libcpu/shared/include/cache.h,
1925        lib/libcpu/shared/src/cache_aligned_malloc.c,
1926        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1927        license changed.
1928        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1929        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1930        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1931        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1932        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1933        for license changed.
1934        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1935        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1936        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1937        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1938        libchip/network/cs8900.h, libchip/network/dec21140.c,
1939        libchip/network/elnk.c, libchip/network/open_eth.c,
1940        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1941        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1942        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1943        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1944        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1945        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1946        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1947        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1948        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1949        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1950        libchip/serial/serial.h, libchip/serial/z85c30.c,
1951        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1952        libchip/serial/z85c30_reg.c: URL for license changed.
1953
19542003-09-03      Jiri Gaisler <jiri@gaisler.com>
1955
1956        PR 477/networking
1957        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1958        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1959        libchip/network/open_eth.h: New files.
1960
19612003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1962
1963        * aclocal/rtems-top.m4: Add RTEMS_API.
1964        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1965
19662003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1967
1968        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1969        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1970        @RTEMS_BSP@.cfg.
1971
19722003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1973
1974        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1975
19762003-08-20      Joel Sherrill <joel@OARcorp.com>
1977
1978        * libchip/network/cs8900.c: Correct copyright statements.
1979
19802003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1981
1982        * aclocal/check-itron.m4: Remove.
1983        * aclocal/enable-inlines.m4: Remove.
1984        * Makefile.am: Reflect having moved aclocal/.
1985        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1986        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1987        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1988        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1989        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1990        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1991        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1992        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1993        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1994        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1995        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1996        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1997        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1998        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1999        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2000        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2001        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2002        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2003        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2004        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2005        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2006        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2007        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2008        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2009        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2010        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2011        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2012        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2013        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2014        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2015        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2016        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2017        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2018        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2019        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2020        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2021        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2022        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2023        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2024        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2025        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2026        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2027        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2028        * aclocal/target.m4: New (Copied from ../../aclocal).
2029        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2030        * aclocal/version.m4: New (Copied from ../../aclocal).
2031
20322003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2033
2034        * configure.ac: Remove stray comments.
2035        * automake/local.am, automake/host.am: Remove "debug".
2036
20372003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2038
2039        * Makefile.am: Reflect having moved automake/.
2040        * lib/Makefile.am: Reflect having moved automake/.
2041        * support/Makefile.am: Reflect having moved automake/.
2042        * wrapup/Makefile.am: Reflect having moved automake/.
2043        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2044        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2045        from ../../automake).
2046        * optman/Makefile.am: Reflect having moved automake/.
2047        * libchip/Makefile.am: Reflect having moved automake/.
2048        * libchip/ide/Makefile.am: Reflect having moved automake/.
2049        * libchip/network/Makefile.am: Reflect having moved automake/.
2050        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2051        * libchip/serial/Makefile.am: Reflect having moved automake/.
2052        * librdbg/Makefile.am: Reflect having moved automake/.
2053        * librdbg/include/Makefile.am: Reflect having moved automake/.
2054        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2055        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2056        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2057        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2058        automake/.
2059        * librdbg/src/Makefile.am: Reflect having moved automake/.
2060        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2061        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2062        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2063        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2064        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2065        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2066        having moved automake/.
2067        * libnetworking/Makefile.am: Reflect having moved automake/.
2068        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2069        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2070        automake/.
2071        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2072        automake/.
2073        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2074        automake/.
2075        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2076
20772003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2078
2079        * Makefile.am: Add bsp.pc.in.
2080        * bsp.pc.in: New (pkgconfig support).
2081
20822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2083
2084        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2085
20862003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2087
2088        * lib/Makefile.am: New (Required by 'make dist').
2089        * lib/ChangeLog: Remove.
2090        * lib/.cvsignore: Cleanup.
2091        * configure.ac: Reflect having added lib/Makefile.am.
2092        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2093        lib/libbsp/configure.ac.
2094        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2095        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2096
20972003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2098
2099        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2100        * configure.ac: Merge-in librdbg/configure.ac.
2101        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2102        librdbg/configure.ac.
2103        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2104        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2105        LIBCHIP. Conditionally build include-dirs.
2106        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2107        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2108        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2109        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2110        librdbg/include/rdbg/m68k/Makefile.am,
2111        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2112        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2113        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2114        librdbg/src/powerpc/Makefile.am, librdbg/
2115        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2116        configure.ac into ../configure.ac.
2117        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2118        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2119        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2120        libnetworking/rtems_telnetd/Makefile.am,
2121        libnetworking/rtems_webserver/Makefile.am,
2122        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2123        into ../configure.ac.
2124
21252003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2126
2127        PR 427/rtems
2128        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2129        * librdbg/src/servtsp.c: Ditto.
2130
21312003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2132
2133        PR 429/bsps
2134        PR 432/bsps
2135        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2136        packets are queued onto an elnk board, the ISR will deadlock the device
2137        with a tx complete interrupt.  Lighter tx loads are not affected as they
2138        end up submitting single packets to the device.
2139
21402003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2141
2142        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2143        optman/configure.ac.
2144        * optman/configure.ac: Remove (Merged into ../configure.ac).
2145        * optman/Makefile.am: Reflect having merged configure.ac into
2146        ../configure.ac.
2147        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2148        * libchip/Makefile.am, libchip/ide/Makefile.am,
2149        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2150        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2151        ../configure.ac.
2152
21532003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2154
2155        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2156
21572003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2158
2159        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2160        on i386.
2161
21622003-06-13      Joel Sherrill <joel@OARcorp.com>
2163
2164        * libnetworking/pppd/chat.c: Removed warnings.
2165
21662003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2167
2168        * libchip/network/README.3com: New file missed in previous commit.
2169        PR 405/bsps
2170        PR 393/networking
2171        * libchip/network/dec21140.c: Fix leak also known as PR393.
2172        * libchip/network/elnk.c, libchip/network/if_media.h,
2173        libchip/network/mii.h: New files.
2174        * libchip/network/Makefile.am: Reflect new files.
2175
21762003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2177
2178        * configure.ac: Remove support for profile-variant.
2179
21802003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2181
2182        PR 397/pppd
2183        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2184        * libnetworking/pppd/magic.c: Remove *rand48.
2185        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2186
21872003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2188
2189        * wrapup/Makefile.am: Add libide.a.
2190
21912003-04-15      Joel Sherrill <joel@OARcorp.com>
2192
2193        PR 387/rtems_misc
2194        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2195        routines.
2196        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2197
21982003-04-11      Joel Sherrill <joel@OARcorp.com>
2199
2200        * libnetworking/rtems_webserver/cgi.c,
2201        libnetworking/rtems_webserver/sockGen.c,
2202        libnetworking/rtems_webserver/umui.c,
2203        libnetworking/rtems_webserver/websSSL.c,
2204        libnetworking/rtems_webserver/websSSL.h,
2205        libnetworking/rtems_webserver/websda.c,
2206        libnetworking/rtems_webserver/websda.h: New files. Not included in
2207        previous commit.
2208
22092003-04-10      Joel Sherrill <joel@OARcorp.com>
2210
2211        PR 371/pppd
2212        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2213        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2214        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2215        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2216        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2217        still global symbols in rtemspppd.h which might need to be changed or
2218        converted into member of a structure which is dereferenced with a
2219        pointer that is managed as a per task variable. But this patch should
2220        avoid many conflicts.
2221
22222003-03-27      Joel Sherrill <joel@OARcorp.com>
2223
2224        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2225        not allowed in the cpukit source code since it must be buildable
2226        independent of any BSP. These files were moved to libchip/ide.
2227        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2228        files.
2229
22302003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2231
2232        PR 368/filesystems
2233        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2234        improvements which now work on pc386 and mbx8xx.
2235        * libchip/ide/ide_controller.c: New file.
2236
22372003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2238
2239        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2240
22412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2242
2243        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2244        * configure.ac: Add support/.
2245        * support/.cvsignore: New.
2246        * support/Makefile.am: New.
2247        * support/version.c: New.
2248        * wrapup/Makefile.am: Add support/libsupport.a.
2249        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2250        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2251        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2252        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2253
22542003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2255
2256        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2257
22582003-02-20      Till Straumann <strauman@slac.stanford.edu>
2259
2260        PR 354/networking
2261        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2262        chip against a table of supported chips. The untested ones are still
2263        commented out, however.
2264
22652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2266
2267        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2268        * configure.ac: AC_PREREQ(2.57).
2269        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2270        * optman/configure.ac: AC_PREREQ(2.57).
2271        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2272        * libchip/configure.ac: AC_PREREQ(2.57).
2273        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2274        * librdbg/configure.ac: AC_PREREQ(2.57).
2275        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2276        * libnetworking/configure.ac: AC_PREREQ(2.57).
2277
22782003-02-06      Joel Sherrill <joel@OARcorp.com>
2279
2280        * libnetworking/pppd/chat.c: Convert routines with common names to
2281        static. This included get_char(), put_char(), and character() among
2282        others.
2283
22842003-02-03      Joel Sherrill <joel@OARcorp.com>
2285
2286        PR 338/filesystem
2287        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2288        rtems_io_lookup_name() (API change).  Unused function removed.
2289
22902003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2291
2292        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2293        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2294        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2295        Eliminate *_O_FILES.
2296        * libnetworking/rtems_servers/Makefile.am,
2297        libnetworking/rtems_webserver/Makefile.am,
2298        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2299
23002002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2301
2302        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2303        Let all-local: depend on $(LIB).
2304        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2305        * optman/Makefile.am: Apply install-data-local to install *.rels.
2306
23072002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2308
2309        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2310        %.c rules.
2311        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2312        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2313        * libchip/rtc/Makefile.am: Ditto.
2314        * libchip/serial/Makefile.am: Ditto.
2315
23162002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2317
2318        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2319        LIBC_DEFINES.
2320        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2321        LIBC_DEFINES.
2322        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2323        LIBC_DEFINES.
2324
23252002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2326
2327        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2328
23292002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2330
2331        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2332        cache-checking.
2333        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2334
23352002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2336
2337        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2338        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2339        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2340        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2341        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2342
23432002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2344
2345        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2346        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2347        Remove.
2348        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2349
23502002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2351
2352        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2353        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2354
23552002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2356
2357        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2358        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2359
23602002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2361
2362        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2363        * optman/rel.am: New.
2364
23652002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2366
2367        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2368        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2369        braino in comment on "exec". Extend --enable-ada handling.
2370
23712002-11-04      Joel Sherrill <joel@OARcorp.com>
2372
2373        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2374        tasks and rolling multiple loops into 1.
2375        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2376        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2377        Removed warnings.
2378
23792002-10-31      Joel Sherrill <joel@OARcorp.com>
2380
2381        * libchip/network/dec21140.c: Removed warnings.
2382        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2383        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2384        librdbg/src/m68k/any/remdeb_xdr.c,
2385        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2386        warnings.
2387        * libnetworking/rtems_webserver/socket.c,
2388        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2389
23902002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2391
2392        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2393        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2394        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2395        above.
2396
23972002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2398
2399        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2400        * wrapup/.cvsignore: Remove autom4te.cache.
2401        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2402        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2403        autom4te.cache.
2404        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2405        autom4te.cache.
2406        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2407        autom4te.cache.
2408
24092002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2410
2411        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2412
24132002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2414
2415        * optman/.cvsignore: Add autom4te.cache.
2416
24172002-09-14      Joel Sherrill <joel@OARcorp.com>
2418
2419        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2420
24212002-09-07      Joel Sherrill <joel@OARcorp.com>
2422
2423        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2424        include files to resolve warnings.
2425
24262002-09-07      Chris Johns <ccj@acm.org>
2427
2428        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2429        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2430        which corrects the problem  where the cs8900.c file was actually the BSP
2431        glue.  Joel did some hacking so this file will compile.  Previously it
2432        required providing a target.h file to compile.
2433        * libchip/network/cs8900.c.bsp: New file.
2434
24352002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2436
2437        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2438
24392002-08-31      Joel Sherrill <joel@OARcorp.com>
2440
2441        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2442        eliminate warning.
2443
24442002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2445
2446        * configure.ac: Add ada-tests.
2447
24482002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2449
2450        * Makefile.am: Add preinstall-stamp.
2451
24522002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2453
2454        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2455        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2456        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2457        gcc31 happy.
2458        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2459        cp.
2460
24612002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2462
2463        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2464        make/bsp.mak.
2465        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2466        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2467
24682002-08-12      Joel Sherrill <joel@OARcorp.com>
2469
2470        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2471        avoid error.
2472
24732002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2474
2475        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2476        * configure.ac: Add BSP_SUBDIRS.
2477        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2478        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2479        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2480        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2481        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2482        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2483        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2484        RTEMS_CHECK_BSP_CACHE.
2485        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2486        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2487        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2488        .$(OBJEXT) instead of .o.
2489        * libnetworking/pppd/Makefile.am,
2490        libnetworking/rtems_servers/Makefile.am,
2491        libnetworking/rtems_telnetd/Makefile.am,
2492        libnetworking/rtems_webserver/Makefile.am,
2493        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2494
24952002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2496
2497        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2498        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2499        ../libchip/serial/$(ARCH)/libserialio.a.
2500        * libchip/serial/Makefile.am: Don't tmp-install lib.
2501        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2502
25032002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2504
2505        * Makefile.am: Add rtems_makedir.
2506        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2507        * Makefile.am: Add wrapup-SUBDIR.
2508        * wrapup/ChangeLog: Remove.
2509        * wrapup/configure.ac: Remove.
2510        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2511        (Make the bare BSP happy).
2512        * configure.ac: Ditto.
2513        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2514        Create make/custom/default.cfg.
2515        * configure.ac: Add creation of make/custom/*.cfg. Create
2516        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2517
25182002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2519
2520        * Makefile.am: Clean $(PROJECT_RELEASE).
2521
25222002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2523
2524        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2525        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2526        prototype mismatches.
2527
25282002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2529
2530        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2531        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2532
25332002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2534
2535        * acinclude.m4: Add test "$multilib" != "yes".
2536        * config-ml.in: Remove.
2537        * acinclude.m4: Cleanups.
2538        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2539        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2540        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2541        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2542        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2543
25442002-07-16      Eric Norum <eric.norum@usask.ca>
2545
2546        * New driver for the Intel EtherExpressPro (82559ER) chip.
2547        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2548        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2549        * libchip/network/Makefile.am: Modified to reflect above.
2550
25512002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2552
2553        * acinclude.m4: New.
2554        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2555        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2556        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2557
25582002-07-01      Joel Sherrill <joel@OARcorp.com>
2559
2560        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2561        _Objects_Information_table now that it is a two dimensional array based
2562        upon API and class.
2563        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2564        of strnlen().
2565
25662002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2567
2568        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2569        preinstall libnetapps.a.
2570
25712002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2572
2573        * configure.ac: Remove librpc.
2574
25752002-06-25      Joel Sherrill <joel@OARcorp.com>
2576
2577        * Per PR233, moved librpc to exec.
2578        * configure.ac, wrapup/Makefile.am: Modified.
2579        * librpc, librpc/ChangeLog: Removed.
2580
25812002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2582
2583        * optman/Makefile.am: Remove multilib support.
2584        * optman/configure.ac: Ditto.
2585        * optman/sapi/Makefile.am: Ditto.
2586
25872002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2588
2589        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2590        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2591
25922002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2593
2594        Move networking libraries to c/src/exec/libnetworking
2595        * libnetworking/configure.ac, libnetworking/Makefile.am,
2596        libnetworking/wrapup/Makefile.am: Reflect Moval.
2597
25982002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2599
2600        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2601        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2602        <rtems/bspIo.h>.
2603
26042002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2605
2606        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2607        * libnetworking/rtems/mkrootfs.h: Ditto.
2608        * libnetworking/rtems/Makefile.am: Reflect changes above.
2609
26102002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2611
2612        * configure.ac: Remove lib.
2613
26142002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2615
2616        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2617        that exception stack frames on M68K members with VBR always are 6 byte
2618        long. The incorrect assumption resulted in some gdb commands like "next"
2619        to fail on the 68360.
2620
26212002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2622
2623        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2624        PR 220
2625        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2626        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2627        CVS.
2628        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2629        libnetworking/sys/filio.h: Remove.
2630        * libnetworking/sys/Makefile.am: Reflect changes above.
2631
26322002-05-07      Chris Johns <ccj@acm.org>
2633
2634        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2635        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2636        requires it to be stripped.
2637
26382002-05-01      Eric Norum <eric.norum@usask.ca>
2639
2640        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2641        assembly  to satisfy gcc 3.1 and newer.
2642
26432002-04-26      Eric Norum <eric.norum@usask.ca>
2644
2645        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2646        agressive optimization in gcc 3.1 does not reorder things.
2647
26482002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2649
2650        * libchip/network/dec21140.c: Reflect changes to powerpc's
2651        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2652        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2653        <rtems/score/cpu.h>.
2654        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2655        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2656
26572002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2658
2659        * optman/configure.ac: Remove ENABLE_GCC28.
2660
26612002-04-11      Chris Johns <ccj@acm.org>
2662
2663        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2664        driver control block field to the ifconfig network driver structure.
2665        This field is needed by the i82586 driver which was ported from NetBSD
2666        as it had better hardware abstraction.
2667        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2668        PR59, added the drv_ctrl driver control block field to the ifconfig
2669        network driver structure. This field is needed by the i82586 driver
2670        which was ported from NetBSD as it had better hardware abstraction.
2671
26722002-04-10      Mike Siers <mikes@poliac.com>
2673
2674        * libnetworking/rtems_webserver/NOTES,
2675        libnetworking/rtems_webserver/asp.c,
2676        libnetworking/rtems_webserver/balloc.c,
2677        libnetworking/rtems_webserver/default.c,
2678        libnetworking/rtems_webserver/ej.h,
2679        libnetworking/rtems_webserver/ejIntrn.h,
2680        libnetworking/rtems_webserver/ejlex.c,
2681        libnetworking/rtems_webserver/ejparse.c,
2682        libnetworking/rtems_webserver/emfdb.c,
2683        libnetworking/rtems_webserver/emfdb.h,
2684        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2685        libnetworking/rtems_webserver/handler.c,
2686        libnetworking/rtems_webserver/license.txt,
2687        libnetworking/rtems_webserver/md5.h,
2688        libnetworking/rtems_webserver/md5c.c,
2689        libnetworking/rtems_webserver/mime.c,
2690        libnetworking/rtems_webserver/misc.c,
2691        libnetworking/rtems_webserver/ringq.c,
2692        libnetworking/rtems_webserver/rom.c,
2693        libnetworking/rtems_webserver/security.c,
2694        libnetworking/rtems_webserver/sock.c,
2695        libnetworking/rtems_webserver/sym.c,
2696        libnetworking/rtems_webserver/uemf.c,
2697        libnetworking/rtems_webserver/uemf.h,
2698        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2699        libnetworking/rtems_webserver/url.c,
2700        libnetworking/rtems_webserver/value.c,
2701        libnetworking/rtems_webserver/wbase64.c,
2702        libnetworking/rtems_webserver/webcomp.c,
2703        libnetworking/rtems_webserver/webpage.c,
2704        libnetworking/rtems_webserver/webrom.c,
2705        libnetworking/rtems_webserver/webs.c,
2706        libnetworking/rtems_webserver/webs.h,
2707        libnetworking/rtems_webserver/websuemf.c,
2708        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2709        2.1.4.
2710
27112002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2712
2713        * libchip/network/i82586.c: Include <string.h>.
2714        * libchip/network/sonic.c: Ditto.
2715
27162002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2717
2718        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2719
27202002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2721
2722        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2723
27242002-03-27      Thomas.Doerfler@imd-systems.de
2725
2726        PR 144
2727        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2728        memory address 0 when called for the first time. This is done when
2729        trying to clear the variable "dhcp_hostname".
2730
27312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2732
2733        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2734        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2735        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2736        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2737        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2738        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2739        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2740        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2741        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2742        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2743        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2744        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2745        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2746        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2747        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2748        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2749        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2750        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2751        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2752        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2753        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2754        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2755        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2756        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2757        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2758        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2759        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2760        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2761        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2762        AUTOMAKE_OPTIONS.
2763        * libnetworking/configure.ac:
2764        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2765        foreign 1.6]).
2766        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2767        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2768        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2769        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2770        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2771        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2772        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2773        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2774        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2775        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2776        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2777        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2778        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2779        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2780        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2781        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2782        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2783
27842002-03-27      Ilya Alexeev <ilya@continuum.ru>
2785
2786        PR 162
2787        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2788        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2789        used in a device write routines.  Now ppp_softc structure have own
2790        character for writing to device (sc_outchar).  I think that converting
2791        local variables to static is not a right solution, because problems will
2792        occur in the case of two or more ppp instances.
2793        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2794        must be u_long, otherwise in the case of the big output packet endless
2795        loop may occur.
2796
27972002-03-21      Ilya Alexeev <ilya@continuum.ru>
2798
2799        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2800        preparations for multiple PPPD connections.
2801
28022002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2803
2804        PR 149
2805        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2806        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2807        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2808        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2809
28102002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2811
2812        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2813        * configure.ac: Modified to reflect addition.
2814
28152002-02-27      Ilya Alexeev <ilya@continuum.ru>
2816
2817        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2818        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2819        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2820        capabilities as well as eliminate some warnings.
2821
28222002-02-27      Eric Norum <eric.norum@usask.ca>
2823
2824        * libnetworking/net/radix.c: Properly handle fetching the default route
2825        when there is no route.  This was a bug in the original FreeBSD code and
2826        this fix is from an updated version of their code.
2827
28282002-02-16      Eric Norum <eric.norum@usask.ca>
2829
2830        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2831        checking.
2832
28332002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2834
2835        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2836        dodefaultroute.
2837
28382002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2839
2840        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2841        include <rtems/seterr.h>.
2842
28432002-02-01      Mike Siers <mikes@poliac.com>
2844
2845        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2846        avoid bringing the link down too fast. NOTE: Mike reports successfully
2847        running at 56K baud on a direct link.
2848
28492002-02-01      Eric Valette <valette@crf.canon.fr>
2850
2851        * librdbg/So many patches have been posted recently on the mailing list
2852        and  because we were unable to find correct solution to compile on
2853        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2854        because the coding  style of rdbg was rather inconsistant among various
2855        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2856        global coding style (using indent + manual edits), 2) incorporate/review
2857        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2858        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2859        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2860        after rdbg initialization is done, NB : the paches is huge but it is
2861        mainly due to coding styke chnages.  Only few lines of codes have been
2862        really changed and they do not impact  rdbg functionnality (AFAIKT).
2863        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2864        librdbg/include/rdbg/m68k/rdbg_f.h,
2865        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2866        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2867        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2868        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2869        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2870        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2871        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2872        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2873        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2874        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2875        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2876        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2877        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2878        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2879        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2880        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2881
28822002-01-31      Mike Siers <mikes@poliac.com>
2883
2884        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2885        * Nice Update of PPPD support which eliminates the requiremetn that
2886        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2887        and reports that it seems to be more stable and handle larger packets
2888        better.  This patch replaces the termios tasks with more general pppd
2889        network driver tasks.  The functions pppinput() and pppstart() get
2890        called from the interrupt service routine.
2891        * libnetworking/Makefile.am, libnetworking/configure.ac,
2892        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2893        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2894        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2895        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2896        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2897        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2898        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2899        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2900        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2901        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2902        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2903        libnetworking/net/route.c, libnetworking/net/route.h,
2904        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2905        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2906        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2907        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2908        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2909        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2910        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2911        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2912        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2913        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2914        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2915        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2916        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2917        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2918        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2919        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2920        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2921        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2922        libnetworking/pppd/example/README,
2923        libnetworking/pppd/example/netconfig.h,
2924        libnetworking/wrapup/Makefile.am: Modified.
2925        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2926        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2927        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2928        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2929        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2930        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2931        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2932        libnetworking/modem/pppcompress.c: Subdirectory removed.
2933
29342002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2935
2936        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2937        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2938
29392002-01-18      Till Straumann <strauman@slac.stanford.edu>
2940
2941        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2942        issues: - exception handler needs to enable MSR_FP if the interrupted
2943        thread is FP enabled. - printk message for MSR fixed and added
2944        stacktrace. NOTE: this requires the stacktrace patch to
2945        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2946        however).
2947
29482002-01-06      Joel Sherrill <joel@OARcorp.com>
2949
2950        * optman/.cvsignore: Added aclocal.m4 and configure.
2951        * optman/.cvsignore: New file.
2952
29532002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2954
2955        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2956
29572002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2958
2959        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2960        * optman/ChangeLog: New.
2961        * optman/configure.ac: New.
2962        * optman/Makefile.am: New.
2963        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2964        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2965
29662001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2967
2968        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2969
29702001-12-18      Eric Norum <eric.norum@usask.ca>
2971
2972        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2973        `directories' (path names with a / at the end) while disallowing open()
2974        operations on TFTP `directories'.
2975
29762001-12-07      Eric Norum <eric.norum@usask.ca>
2977
2978        * libnetworking/lib/tftpDriver.c: Restore write capability.
2979
29802001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2981
2982        * libchip/network/sonic.h: Fix typo.
2983        * libnetworking/arpa/Makefile.am: Remove stray lines.
2984
29852001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2986
2987        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2988
29892001-10-18      Eric Norum <eric.norum@usask.ca>
2990
2991        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2992        chdir() and open() operations within the TFTP file system.
2993
29942001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2995
2996        * librdbg/configure.ac: Fix latent bug exposed by removal of
2997        config.cache's which prevented powerpc targets librdbg from building.
2998
29992001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3000
3001        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3002        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3003        autoconf-2.52 happy.
3004
30052001-10-12      Mike Siers <mikes@poliac.com>
3006
3007        * libnetworking/Update to stable working state.  Congratulations Mike!
3008        :).
3009        * libnetworking/modem_example: Directory removed.
3010        * libnetworking/modem_example/16550.h,
3011        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3012        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3013        libnetworking/modem_example/ppp.h,
3014        libnetworking/modem_example/pppcompress.c: Files removed.
3015        * libnetworking/pppd/example/pppd.options: New file.
3016        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3017        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3018        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3019        libnetworking/pppd/rtemsmain.c: Updated.
3020
30212001-10-12      Joel Sherrill <joel@OARcorp.com>
3022
3023        * libchip/serial/z85c30.c: Fixed typo.
3024
30252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3026
3027        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3028        * configure.in: Remove.
3029        * configure.ac: New file, generated from configure.in by autoupdate.
3030        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3031        * libchip/configure.in: Remove.
3032        * libchip/configure.ac: New file, generated from configure.in by
3033        autoupdate.
3034        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3035        * librdbg/configure.in: Remove.
3036        * librdbg/configure.ac: New file, generated from configure.in by
3037        autoupdate.
3038        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3039        * libnetworking/configure.in: Remove.
3040        * libnetworking/configure.ac: New file, generated from configure.in by
3041        autoupdate.
3042
30432001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3044
3045        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3046        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3047        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3048
30492001-09-27      Joel Sherrill <joel@OARcorp.com>
3050
3051        * libchip/ChangeLog: Fixed typo in date.
3052
30532001-09-27      Eric Norum <eric.norum@usask.ca>
3054
3055        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3056        TFTP  filesystem.
3057
30582001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3059
3060        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3061        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3062        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3063        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3064        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3065        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3066        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3067        'PREINSTALL_FILES ='.
3068        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3069        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3070        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3071        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3072        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3073        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3074        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3075        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3076        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3077        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3078        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3079        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3080
30812001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3082
3083        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3084        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3085        * librdbg/src/m68k/any/Makefile.am: Ditto.
3086        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3087        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3088        happy.
3089
30902001-09-21      Joel Sherrill <joel@OARcorp.com>
3091
3092        * libchip/network/Makefile.am: Fixed typo on file name.
3093        * libchip/network/i82586.c: Commented out line 318 which is referencing
3094        a member of a structure that is not currently there.  This needs to be
3095        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3096        to C style.
3097
30982001-09-19      Eric Norum <eric.norum@usask.ca>
3099
3100        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3101
31022001-09-19      Chris Johns <ccj@acm.org>
3103
3104        * libchip/network/README.i82586, libchip/network/i82586.c,
3105        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3106        Network driver for Intel i82586.
3107        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3108        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3109        "root" filesystem with information obtained via the DHCP response.
3110
31112001-09-14      Eric Norum <eric.norum@usask.ca>
3112
3113        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3114        make gcc 3.x happy.
3115
31162001-08-16      Mike Siers <mikes@poliac.com>
3117
3118        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3119        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3120        These support callback functionality that has not even been compiled
3121        under RTEMS yet.
3122        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3123        example application.  Mike's notes on the modifications: - renamed
3124        error() function because of namespace problems - removed calls to the
3125        exit() funciton - removed extra files from the pppd source directory -
3126        defined pppd task constant values in rtemspppd.h - modifyied example
3127        code to get actual tick per second value - placed the pppd 2.3.11 man
3128        page file (pppd.8) into the pppd directory.
3129        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3130        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3131        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3132        libnetworking/pppd/rtems-ppp.c: Deleted.
3133        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3134        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3135        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3136        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3137        libnetworking/pppd/example/init.c,
3138        libnetworking/pppd/example/netconfig.h,
3139        libnetworking/pppd/example/ppp.conf,
3140        libnetworking/pppd/example/pppdapp.c,
3141        libnetworking/pppd/example/system.h: New files.
3142        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3143        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3144        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3145        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3146        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3147        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3148        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3149        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3150        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3151        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3152        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3153        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3154        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3155        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3156        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3157
31582001-08-16      Joel Sherrill <joel@OARcorp.com>
3159
3160        * libnetworking/pppd/example/Makefile: Removed.
3161        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3162        to avoid bootstrap -c clobbering it.
3163        * libnetworking/rtems_telnetd/.cvsignore: New file.
3164
31652001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3166
3167        * libnetworking/Makefile.am, libnetworking/configure.in,
3168        libnetworking/rtems_servers/Makefile.am,
3169        libnetworking/rtems_servers/telnetd.c,
3170        libnetworking/rtems_servers/telnetd.h,
3171        libnetworking/rtems_telnetd/Makefile.am,
3172        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3173        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3174        libnetworking/rtems_telnetd/telnetd.c,
3175        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3176        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3177        effect when ftpd change. - the tcp/ip stats have been implemented into
3178        icmds.c and started when telnetd daemon is started.
3179        * libnetworking/rtems_servers/telnetd.c,
3180        libnetworking/rtems_servers/telnetd.h: Removed.
3181        * libnetworking/rtems_telnetd: New directory.
3182        * libnetworking/rtems_telnetd/Makefile.am,
3183        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3184        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3185        libnetworking/rtems_telnetd/telnetd.c,
3186        libnetworking/rtems_telnetd/telnetd.h: New files.
3187
31882001-06-14      Joel Sherrill <joel@OARcorp.com>
3189
3190        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3191        Moved from libmisc/shell so the network stack to address network
3192        depenendency.
3193        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3194
31952001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3196
3197        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3198
31992001-05-15      Joel Sherrill <joel@OARcorp.com>
3200
3201        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3202        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3203        accidentally deleted the incorrectly empty versions.
3204
32052001-05-14      Till Straumann <strauman@slac.stanford.edu>
3206
3207        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3208        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3209        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3210        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3211        to know the values) - the affected BSP (shared/motorola) headers have
3212        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3213        driver (libchip/network/dec21140.c) has been fixed to use
3214        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3215        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3216        who is using this driver. - the DEC driver also has been fixed to use
3217        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3218        delay_in_bus_cycles().
3219
32202001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3221
3222        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3223
32242001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3225
3226        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3227
32282001-04-24      Eric Norum <eric.norum@usask.ca>
3229
3230        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3231        NTP synchronization a little more robust -- no NTP daemon yet, but at
3232        least it trys a little harder when the primary NTP server is down.
3233
32342001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3235
3236        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3237        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3238        libnetworking/pppd/modem_example/modem.c,
3239        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3240        other strings into English.
3241        * libnetworking/pppd/STATUS: updated to reflect the changes.
3242
32432001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3244
3245        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3246        again.
3247
32482001-04-20      Eric Valette <valette@crf.canon.fr>
3249
3250        * mcp750 directory renamed new_exception processing as it supports many
3251        more CPU models.
3252        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3253        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3254        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3255        formerly in mcp750 plus modifications.
3256        * librdbg/src/powerpc/mcp750/.cvsignore,
3257        librdbg/src/powerpc/mcp750/Makefile.am,
3258        librdbg/src/powerpc/mcp750/remdeb.h,
3259        librdbg/src/powerpc/mcp750/remdeb_f.x,
3260        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3261        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3262        new_exception_processing.
3263        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3264        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3265        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3266        part of this effort to add support for the MPC8xx.
3267
32682001-04-19      Joel Sherrill <joel@OARcorp.com>
3269
3270        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3271        internal include files.
3272
32732001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3274
3275        PR 158
3276        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3277        rcmd() library call by commenting out the parts that deal with signals.
3278        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3279        stdio. The 'server-side' parts of this file which deal with
3280        authentication are disabled since they are not needed.
3281
32822001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3283
3284        * libnetworking/include/.cvsignore: Remove dangling file.
3285
32862001-03-14      Joel Sherrill <joel@OARcorp.com>
3287
3288        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3289        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3290        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3291        libchip style serial drivers can be written in libcpu or libbsp.
3292
32932001-03-01      Joel Sherrill <joel@OARcorp.com>
3294
3295        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3296        libchip/network/sonic.c, libchip/network/sonic.h,
3297        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3298        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3299        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3300        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3301        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3302        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3303        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3304        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3305
33062001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3307
3308        * librdbg/include/rdbg/Makefile.am,
3309        librdbg/include/rdbg/i386/Makefile.am,
3310        librdbg/include/rdbg/m68k/Makefile.am,
3311        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3312        style on include files.
3313
33142001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3315
3316        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3317        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3318        replace ${..} with $(..).
3319        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3320        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3321        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3322        libnetworking/rtems/Makefile.am, libnetworking/
3323        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3324        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3325        include_*HEADERS instead of H_FILES.
3326        * libnetworking/include/Makefile.am: Remove.
3327        * libnetworking/Makefile.am: Add handling of *.h files.
3328        * libnetworking/configure.in: Remove include/Makefile.
3329
33302001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3331
3332        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3333
33342001-01-31      Sergei Organov <osv@javad.ru>
3335
3336        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3337        current dir and root dir removed in favor of new libio support for
3338        task-local current and root directories. - Bug in `close_data_socket()'
3339        introduced by previous change fixed. - `command_pasv()' changed to set
3340        timeout on socket we are listening on and code fixed to don't close
3341        socket twice on error. - `serr()' changed to clear `errno'. -
3342        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3343        changed to clear `errno' before processing session. -
3344        `close_data_socket()' fixed to close both active and passive sockets -
3345        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3346        empty string  in `exec_command()'.
3347
33482001-01-25      Eric Norum <eric.norum@usask.ca>
3349
3350        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3351        improves throughput on systems which are dropping packets.   Only the
3352        first timeout is reduced.  This keeps the number of extra packets down
3353        on networks that are very busy and dropping lots of packets.
3354
33552001-01-24      Sergei Organov <osv@javad.ru>
3356
3357        * libnetworking/rtems_servers/ftpd.c,
3358        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3359        - Timeouts on sockets implemented. 'idle' field added to configuration.
3360        No timeout by default to keep backward compatibility. Note: SITE IDLE
3361        command not implemented yet. - Basic global access control implemented.
3362        'access' field added to configuration. No access limitations by default
3363        to keep backward compatibility. - Anchor data socket for active mode
3364        (using self IP and port 20.) - Fixed default data port support (still
3365        not tested). - Don't allow IP address different from originating host in
3366        PORT command to improve security. - Fixed bug in MDTM command. - Check
3367        for correctness of parsing of argument in command_port(). - Fixed
3368        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3369        a directory. - Command parsing a little bit improved: command names are
3370        now converted to upper-case to be more compatible with RFC (command
3371        names are not case-sensitive.) - Reformat comments so that they have
3372        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3373        previous changes - True ASCII mode implemented (doesn't work for hooks
3374        and /dev/null) - Passive mode implemented, PASV command added. - Default
3375        port for data connection could be used (untested, can't find ftp client
3376        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3377        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3378
33792001-01-18      Joel Sherrill <joel@OARcorp.com>
3380
3381        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3382        macro using variable arguments.
3383        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3384        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3385        since I updated the main RTEMS development machine to RedHat 7.2 and
3386        apparently got a new version of rpcgen.
3387
33882001-01-12      Sergei Organov <osv@javad.ru>
3389
3390        * libnetworking/rtems_servers/ftpd.c,
3391        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3392        - use pool of pre-created threads to handle sessions instead of
3393        creating/deleting threads on the fly - LIST output is now similar to
3394        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3395        happy with it. - LIST NAME now works (both for files and directories) -
3396        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3397        clients happy  - keep track of CWD for every session separately -
3398        ability to specify root directory name for FTPD in configuration table.
3399        FTPD will then create illusion for FTP clients that this is actually
3400        root directory. - ignore options sent in commands, thus LIST -al FILE
3401        works and doesn't try to list "-al" directory. - buffers are allocated
3402        on stack instead of heap where possible to eliminate malloc/free calls
3403        (avoid possible heap fragmentation troubles). - drop using of task
3404        notepad to pass parameters - use function arguments instead - use
3405        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3406        in socket() instead of AF_INET.
3407
34082001-01-02      Joel Sherrill <joel@OARcorp.com>
3409
3410        * libnetworking/CHANGELOG: Removed.
3411        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3412
34132000-12-14      Eric Norum <eric.norum@usask.ca>
3414
3415        * libnetworking/lib/tftpDriver.c: Added write capability.
3416
34172000-12-08      Joel Sherrill <joel@OARcorp.com>
3418
3419        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3420        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3421        numerous variable declarations conditional on PPP_COMPRESS and
3422        PPP_FILTER.  Commented out variables that were not used because the code
3423        using them was commented out. Removed totally unused variables.
3424        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3425        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3426
34272000-11-30      Joel Sherrill <joel@OARcorp.com>
3428
3429        * libnetworking/modem/ppp_tty.c: Changed to include
3430        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3431        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3432        * libnetworking/Makefile.am: Modified to reflect above.
3433
34342000-11-27      Joel Sherrill <joel@OARcorp.com>
3435
3436        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3437
34382000-11-25      Eric Norum <eric.norum@usask.ca>
3439
3440        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3441        core.
3442
34432000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3444
3445        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3446        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3447        subdir.
3448        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3449        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3450        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3451        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3452        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3453        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3454        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3455        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3456        ppp_tty.c and the real pppd main is in pppmain.c.
3457
34582000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3459
3460        * libchip/network/sonic.c: Added ipalign() routine to align the received
3461        packet so that the ip header is on a 32-bit boundary. Necessary for
3462        cpu's that do not allow unaligned loads and stores and when the 32-bit
3463        DMA mode is used.
3464
34652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3466
3467        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3468        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3469        ACLOCAL_AMFLAGS.
3470        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3471        ACLOCAL_AMFLAGS.
3472        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3473        ACLOCAL_AMFLAGS.
3474
34752000-11-03      Chris Johns <ccj@acm.org>
3476
3477        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3478        libchip/network/cs8900.h: New files.
3479
34802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3481
3482        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3483        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3484        $(RTEMS_TOPdir)/aclocal.
3485        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3486        $(RTEMS_TOPdir)/aclocal.
3487        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3488        $(RTEMS_TOPdir)/aclocal.
3489
34902000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3491
3492        * configure.in: Switch to GNU-canonicalization.
3493        * Makefile.am: Reflect changes to configure.in.
3494        * acinclude.m4: Remove.
3495
34962000-10-30      Joel Sherrill <joel@OARcorp.com>
3497
3498        * POSIX include files merged into newlib.  This resulted in some
3499        definitions moving to other files and thus some secondary effects in
3500        RTEMS source code.
3501        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3502        in sync with newlib's <machine/types.h>.
3503        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3504        definition of struct itimerval in <sys/time.h>.
3505
35062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3507
3508        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3509        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3510        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3511        * ChangeLog: Fix typos.
3512        * configure.in: add tests to the GNU canonicalized subdirectories.
3513
35142000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3515
3516        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3517        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3518        the lib directory before configuring lib/.
3519
35202000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3521
3522        * configure.in, Makefile.am: add exec to the GNU canonicalized
3523        subdirectories.
3524        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3525        * configure.in: add libnetworking, librpc and librdb to the GNU
3526        canonicalized subdirectories.
3527        * configure.in: add libmisc and libchip to the GNU canonicalized
3528        subdirectories.
3529        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3530        Switch to GNU canonicalization.
3531        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3532        Switch to GNU canonicalization.
3533        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3534        Switch to GNU canonicalization.
3535
35362000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3537
3538        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3539        canonicalization to libfs/. The approach is currently a bit of a hack as
3540        GNU canonicalization does not support the per-BSP build some of the
3541        other directories require.  As more of the tree is converted, this will
3542        become less  of an issue.
3543
35442000-10-20      Joel Sherrill <joel@OARcorp.com>
3545
3546        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3547        parameter.
3548
35492000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3550
3551        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3552        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3553        * librdbg/configure.in: Add m68k support.
3554        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3555        subdirectory.
3556        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3557        failure.
3558        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3559        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3560        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3561        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3562        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3563        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3564        librdbg/src/m68k/.cvsignore: New files.
3565        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3566        function pointers.
3567        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3568        _after_ pointer has been checked against NULL.
3569
35702000-10-18      Joel Sherrill <joel@OARcorp.com>
3571
3572        * wrapup/Makefile.am: Added libfs.
3573
35742000-10-18      Chris Johns <ccj@acm.org>
3575
3576        * libfs created.
3577        * configure.in: Added libfs subdirectory.
3578        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3579
35802000-09-28      Joel Sherrill <joel@OARcorp.com>
3581
3582        * libnetworking/rtems_webserver/Makefile.am,
3583        libnetworking/rtems_webserver/base64.c,
3584        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3585        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3586
35872000-09-22      Joel Sherrill <joel@OARcorp.com>
3588
3589        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3590        libnetworking/rtems/rtems_bsdnet_internal.h,
3591        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3592        have included rtems.h.  It is now including precisely the  least amount
3593        of low level, yet portable .h files to get the basic RTEMS types
3594        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3595        used machine/types.h to include rtems.h.
3596
35972000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3598
3599        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3600
36012000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3602
3603        * libnetworking/ChangeLog: Cleanup.
3604
36052000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3606
3607        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3608        * libchip/ChangeLog: Fix formating.
3609
36102000-09-05      Joel Sherrill <joel@OARcorp.com>
3611
3612        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3613        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3614        confusion and to work with the converted flags.
3615
36162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3617
3618        * wrapup/Makefile.am: Include compile.am.
3619        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3620        libchip/serial/Makefile.am: Include compile.am.
3621        * librdbg/src/i386/any/Makefile.am,
3622        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3623        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3624        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3625        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3626        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3627        libnetworking/rtems_servers/Makefile.am,
3628        libnetworking/rtems_webserver/Makefile.am,
3629        libnetworking/wrapup/Makefile.am: Include compile.am.
3630
36312000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3632
3633        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3634        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3635
36362000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3637
3638        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3639
36402000-08-31      Joel Sherrill <joel@OARcorp.com>
3641
3642        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3643        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3644        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3645        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3646        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3647        * libnetworking/wbase64.c: Removed.
3648        * libnetworking/Makefile.am, libnetworking/asp.c,
3649        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3650        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3651        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3652        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3653        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3654        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3655        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3656        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3657        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3658        Modified.
3659
36602000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3661
3662        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3663
36642000-08-30      Joel Sherrill <joel@OARcorp.com>
3665
3666        * libnetworking/rtems_webserver/license.txt: New file.
3667
36682000-08-10      Joel Sherrill <joel@OARcorp.com>
3669
3670        * ChangeLog: New file.
3671        * libchip/ChangeLog: New file.
3672        * librdbg/ChangeLog: New file.
3673        * libnetworking/ChangeLog: New file.
3674
Note: See TracBrowser for help on using the repository browser.