source: rtems/c/src/ChangeLog @ e00572f6

4.9
Last change on this file since e00572f6 was e00572f6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/10/08 at 19:53:40

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

  • aclocal/prog-cc.m4: Remove pre-production testing CFLAGS.
  • Property mode set to 100644
File size: 141.6 KB
Line 
12008-09-10      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * aclocal/prog-cc.m4: Remove pre-production testing CFLAGS.
4
52008-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * aclocal/canonical-target-name.m4, aclocal/rtems-cpu-subdirs.m4:
8        Remove TI C4x and NIOS2 ports from 4.9 branch.
9
102008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * libchip/ide/ata.h: Convert to Unix file format.
13
142008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
17        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
18        libchip/serial/serial.h, libchip/serial/serprobe.c,
19        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
20        Convert to "bool".
21        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
22        libchip/i2c/spi-memdrv.h: Convert to "bool".
23        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
24        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
25        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
26        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
27        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
28        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
29        Convert to "bool".
30        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
31        Convert to "bool".
32        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
33        Convert to "bool".
34
352008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
38        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
39        memory driver to not use the clock ioctl to install a method to poll
40        for input. It now uses a Class API Timer which means we can eliminate
41        this special IOCTL from all clock drivers.
42        * libchip/shmdr/setckvec.c: Removed.
43
442008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * libchip/network/sonic.c: Do not declare a variable just to hold an
47        ignored return value.
48
492008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
50
51        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
52
532008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
56        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
57
582008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * libchip/display/disp_hcms29xx.c: Do not make these static. They
61        appear to be unused that way.
62
632008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * libchip/shmdr/shm_driver.h: Correct prototypes.
66
672008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
68
69        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
70        variables and made methods static.
71
722008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * libchip/serial/ns16550.c: Fix warning.
75
762008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * aclocal/prog-cc.m4: Add -Wnested-externs.
79
802008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * libchip/network/dec21140.c: Add missing prototype.
83        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
84
852008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
88        -Wstrict-prototypes to RTEMS_CFLAGS.
89
902008-08-02      Chris Johns <chrisj@rtems.org>
91
92        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
93        rtems_blkdev_request count and start references. Use
94        RTEMS_BLKDEV_START_BLOCK.
95
962008-07-29      Chris Johns <chrisj@rtems.org>
97
98        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
99
100        * libchip/ide/ata.c: Change to use a mutex rather than disable
101        pre-emption. Updated to the libblock changes.
102
103        * libchip/ide/ata_internal.h: Updated to the new chains API.
104
105        * libchip/ide/ide_controller.c: Updated to the libblock
106        changes. Added come debug tracing.
107
108        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
109        to the libblock changes.
110
1112008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * configure.ac: Remove RPCGEN, RPCTOOLS.
114
1152008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
116
117        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
118        for output format specifiers.
119
1202008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
121
122        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
123        Fixed some data types
124
1252008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
126
127        * libchip/i2c/spi-sd-card.c: Added missing header file.
128        * libchip/Makefile.am: Added SD Card driver.
129
1302008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
131
132        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
133        make glyphs non-constant, added file headers
134
1352008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
136
137        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
138        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
139        * libchip/display/font_hcms29xx.h
140        Creation of SPI display driver
141
1422008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
143
144        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
145        via SPI.
146
1472008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
150        AC_PREREQ(2.62).
151
1522008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
155
1562008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * libchip/Makefile.am: Move termios helper routines from libchip to
159        libcsupport. Add routine which makes it easy for a termios device
160        driver to inform termios of its default baud rate. This avoids
161        inconsistencies in later termios settings changes.
162        * libchip/serial/termios_baud2index.c,
163        libchip/serial/termios_baud2num.c: Removed.
164
1652008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
168
1692008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
172        not fail if there are none.
173
1742008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
175
176        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
177        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
178        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
179        * libchip/Makefile.am:
180        derived a generic spi memory driver from spi-flash-m25p40,
181        added descriptor for fram fm25l256
182
1832008-05-07      Till Straumann <strauman@slac.stanford.edu>
184
185        PR 649/bsps
186        * libchip/ide/ata.c: Give up if the interface does not become ready.
187
1882008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        Moved to cpukit.
191        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
192        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
193        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
194        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
195        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
196        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
197        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
198        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
199        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
200        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
201        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
202        nfsclient/src/xdr_mbuf.c: Removed.
203
2042008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
205
206        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
207
2082008-01-05      Chris Johns <chrisj@rtems.org>
209
210        * libchip/flash/am29lv160.c: Update the blank check error message
211        to say there is an error.
212       
2132007-12-22      Chris Johns <chrisj@rtems.org>
214
215        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
216        the hello message. Just one line but still a little too long.
217       
2182007-12-14      Chris Johns <chrisj@rtems.org>
219
220        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
221        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
222        * libchip/flash, libchip/flash/am29lv160.c,
223        libchip/flash/am29lv160.h: New.
224
2252007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
226
227        * libchip/network/if_fxp.c: Spacing.
228
2292007-11-20      Till Straumann <strauman@slac.stanford.edu>
230
231        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
232        Avoid using 'stdio' before the system is up and fully
233        initialized.
234
2352007-11-20      Till Straumann <strauman@slac.stanford.edu>
236
237        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
238        * libchip/Makefile.am, libchip/preinstall.am:
239        added new driver for Maxim DS1375 i2c RTC.
240
2412007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
242
243        * libchip/i2c/spi-flash-m25p40.c:
244        added addressing call in write function
245
2462007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
247
248        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
249        * libchip/Makefile.am:
250        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
251
2522007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
253
254        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
255
2562007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
257
258        * nfsclient/Makefile.am: Fix errors.
259
2602007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
261
262        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
263
2642007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
265
266        * aclocal/version.m4: Bump RTEMS_API to 4.9.
267        Bump RTEMS_VERSION to 4.8.99.0.
268
2692007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
270
271        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
272
2732007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
274
275        * configure.ac: Remove AC_PROG_AWK (Unused).
276
2772007-09-14      Daron Chabot <djc915@mail.usask.ca>
278
279        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
280        rtems_interrupt_vector, to permit passing arbitrary arguments to the
281        ISR. Clean up of variables to silence compiler warnings.
282
2832007-09-13      Daniel Hellstrom <daniel@gaisler.com>
284
285        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
286
2872007-09-12      Daniel Hellstrom <daniel@gaisler.com>
288
289        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
290          - Odd bit bug in some chips taken care of.
291          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
292            alignment but failing to do so must have made the driver writer to make
293            some incorrect assumptions about MBUFs.
294          - Fixed MBUF handling to handle mbuf chains better. The Data length of
295            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
296          - Made while loop responsible for copying data to fifo port copy 16 shorts
297            per loop instead of 1 short, increasing the copying process.
298
2992007-09-07      Daniel Hellstrom <daniel@gaisler.com>
300
301        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
302        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
303
3042007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
305
306        * configure.ac, wrapup/Makefile.am: Remove RDBG.
307        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
308        librdbg/Makefile.am, librdbg/preinstall.am,
309        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
310        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
311        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
312        librdbg/include/rdbg/powerpc/rdbg_f.h,
313        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
314        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
315        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
316        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
317        librdbg/src/servtsp.c, librdbg/src/servutil.c,
318        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
319        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
320        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
321        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
322        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
323        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
324        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
325        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
326        librdbg/src/powerpc/rdbg_f.c,
327        librdbg/src/powerpc/new_exception_processing/remdeb.h,
328        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
329        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
330        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
331
3322007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
333
334        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
335
3362007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
337
338        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
339          sizes.
340
3412007-07-27      Chris Johns <chrisj@rtems.org>
342
343        * wrapup/Makefile.am: Create archive from a file for hosts
344        with a limited command line size.
345
3462007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
347
348        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
349          sizes.
350
3512007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
352       
353        * configure.ac: Add nfsclient.
354        * nfsclient/Makefile.am: New.
355        * nfsclient/proto/Makefile, nfsclient/Makefile,
356          nfsclient/src/Makefile: Remove.
357        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
358        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
359
3602007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
361
362        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
363        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
364        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
365        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
366        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
367        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
368        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
369        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
370        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
371        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
372        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
373        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
374
3752007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
376
377        * libchip/serial/ns16550.c: removed timed out wait for transmitter
378        to become ready: This will not work for fast CPUs.
379
3802007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
381
382        * libchip/ide/ata.c: fixed warning
383
3842007-06-20      Ray Xu <rayx@gmail.com>
385
386        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
387        console, and libio. This shrinks the memory requirements but Joel has
388        not figured out how best to present this to application space.
389        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
390        New files.
391
3922007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
393
394        * optman/sapi/no-io.c: Split IO Manager into one function per file so
395        now we only need required initialization methods.
396
3972007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
398
399        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
400        parameter since it was used to configure a no longer used feature.
401        Device names are now part of the filesystem not in a table.
402
4032007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
404
405        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
406        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
407        optman/rtems/no-part.c, optman/rtems/no-region.c,
408        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
409        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
410        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
411        other optional managers so using them reduces application size
412        instead of increasing it.
413        * optman/rtems/no-barrier.c: New file.
414
4152007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
416
417        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
418        adjustments to pci-API changes.
419        * libchip/network/dec21140.c, libchip/network/elnk.c,
420        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
421        changes.
422
4232007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
424
425        * libchip/network/dec21140.c, libchip/network/if_dc.c,
426        libchip/network/if_fxp.c: Reflect changes to pci-API.
427
4282007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
429
430        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
431        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
432
4332007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
434
435        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
436          being used to compile "tools").
437
4382007-03-13      Joel Sherrill <joel@OARcorp.com>
439
440        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
441
4422007-03-12      Joel Sherrill <joel@OARcorp.com>
443
444        * libchip/network/cs8900.c, libchip/network/cs8900.h,
445        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
446        and/or fix mistake in copyright notice. Both of these mistakes appear
447        to be from code submitted after these changes were made previously.
448
4492007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
450
451        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
452
4532007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
454
455        * libchip/Makefile.am: Correct path to README.tulipclone.
456
4572007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
458
459        * libchip/ide/ata.c: Remove superfluous type casts.
460
4612007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
462
463        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
464        Use size_t for sizes.
465
4662007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
467
468        * libchip/ide/ata.c: in ata_request_done: moved call to free()
469        from preemption disabled region
470
4712007-01-16      Till Straumann <strauman@slac.stanford.edu>
472
473        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
474        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
475        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
476
4772006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
478
479        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
480          ioctl_command_t as ioctl argument.
481
4822006-12-13      Joel Sherrill <joel@OARcorp.com>
483
484        * librtems++/include/rtems++/rtemsEvent.h,
485        librtems++/include/rtems++/rtemsMessageQueue.h,
486        librtems++/include/rtems++/rtemsSemaphore.h,
487        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
488        librtems++/src/rtemsMessageQueue.cc,
489        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
490        rtems_unsigned32 to uint32_t.
491
4922006-12-13      Joel Sherrill <joel@OARcorp.com>
493
494        PR 1181/bsps
495        * optman/rtems/no-msg.c: Clean up dead code.
496
4972006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
498
499        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
500
5012006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
502
503        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
504        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
505        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
506
5072006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
508
509        * configure.ac: New BUG-REPORT address.
510
5112006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
512
513        * Makefile.am: Remove ampolish3.
514
5152006-11-17      Joel Sherrill <joel@OARcorp.com>
516
517        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
518        blank lines.
519
5202006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
521
522        * configure.ac: Remove RTEMS_AMPOLISH3.
523        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
524          Remove checks for AMPOLISH3.
525        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
526        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
527        * ampolish3: Remove.
528
5292006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
530
531        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
532        * aclocal/prog-cc.m4: Remove CFLAGS.
533        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
534        Compose CFLAGS. Append CFLAGS to ac_configure_args.
535
5362006-10-23      Joel Sherrill <joel@OARcorp.com>
537
538        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
539
5402006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
541
542        * automake/compile.am: Use hard-coded RTEMS_* flags.
543
5442006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
545
546        * aclocal/rtems-top.m4: Remove RTEMS_API.
547        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
548
5492006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
550
551        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
552
5532006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
554
555        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
556
5572006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
558
559        * aclocal/version.m4: Bump version to 4.7.99.0.
560
5612006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
562
563        * configure.ac: Require autoconf-2.60. Require automake-1.10.
564
5652006-09-11      Joel Sherrill <joel@OARcorp.com>
566
567        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
568
5692006-09-04      Joel Sherrill <joel@OARcorp.com>
570
571        * libchip/network/greth.c, libchip/network/open_eth.c,
572        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
573        introduced by warning removal.
574
5752006-09-01      Joel Sherrill <joel@OARcorp.com>
576
577        * libchip/network/greth.c, libchip/network/open_eth.c,
578        libchip/network/smc91111.c: Remove warnings and correct prototype
579        added earlier today.
580
5812006-09-01      Joel Sherrill <joel@OARcorp.com>
582
583        * libchip/network/cs8900.c, libchip/network/greth.c,
584        libchip/network/i82586.c, libchip/network/open_eth.c,
585        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
586        sized integers, and inttypes.h printf helpers.
587
5882006-08-09      Kolja Waschk <waschk@telos.de>
589
590        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
591
5922006-07-12      Joel Sherrill <joel@OARcorp.com>
593
594        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
595
5962006-07-11      Jerry Needell <jerry.needell@unh.edu>
597
598        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
599        4.6 branch.  Original modifications by Gaisler Enterprises.
600        * libchip/network/greth.c, libchip/network/greth.h: New files.
601
6022006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
603
604        * ide/ata.[ch]:
605        (PR1118) fetch priority for ATA task from a variable,
606        not a fixed configuration value.
607       
6082006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
609
610        * Makefile.am: Add ampolish3.
611
6122006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
613
614        * ampolish3: New.
615        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
616
6172006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
618
619        * aclocal/rtems-ampolish.m4: New.
620        * configure.ac: Use RTEMS_AMPOLISH3.
621
6222006-04-18  Joel Sherrill <joel@OARcorp.com>
623
624        * aclocal/version.m4: Updated to rtems-4.6.99.3.
625
6262006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
627
628        PR 853/filesystem
629        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
630        should be modified to support the new exception scheme and to use the
631        handle parameter.
632
6332006-02-a32     Eric Norum <norume@aps.anl.gov>
634
635        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
636        "newer" PCI access calls.  Minor cleanups.  Comments.
637
6382006-01-12      Eric Norum <norume@aps.anl.gov>
639
640        PR 861/networking
641        PR 863/networking
642        * libchip/network/smc91111.c: Fix illegal lvalue increments.
643
6442006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
645
646        * wrapup/Makefile.am: Add preinstall.am.
647        * libchip/Makefile.am: Build libchip/network/smc91111.
648        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
649        Eliminate cyg_int* crap.
650
6512006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
652
653        * librdbg/Makefile.am: Add preinstall.am.
654        * aclocal/bsp-configure.m4: Add ampolish3.
655        New header guards.
656
6572006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
658
659        * libchip/network/open_eth.c, libchip/network/open_eth.h:
660        Merger from rtems-4-6-branch.
661
6622006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
663
664        * libchip/network/smc91111.c
665        libchip/network/smc91111config.h
666        libchip/network/smc91111exp.h
667        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
668        * libchip/Makefile.am: Reflect adding smc91111*.
669
6702006-01-08      Joel Sherrill <joel@OARcorp.com>
671
672        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
673        char *.
674
6752006-01-08      Joel Sherrill <joel@OARcorp.com>
676
677        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
678        warnings.
679
6802005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
681
682        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
683        Add RTEMS_RELLDFLAGS.
684        * automake/compile.am: Remove RTEMS_USE_GCC.
685        Remove RTEMS_RELLDFLAGS.
686        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
687
6882005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
689
690        * libchip/network/if_media.h, libchip/network/mii.h:
691        Remove (Moved to cpukit).
692        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
693        and libchip/network/if_media.h.
694        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
695        if_media.h having moved.
696
6972005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
698
699        * automake/compile.am, automake/host.am, automake/local.am,
700        automake/subdirs.am: Remove depend.
701        * configure.ac: Explicitly pass --libdir and --includedir to
702        testsuites.
703
7042005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
705
706        * configure.ac: Reflect changes to testsuites.
707
7082005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
709
710        * automake/compile.am: Remove GCCSPECS.
711        * aclocal/prog-cc.m4: Add GCCSPECS.
712        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
713
7142005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
715
716        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
717        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
718
7192005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
720
721        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
722        libcpu/byteorder.h for i386.
723
7242005-11-02      Till Straumann <strauman@slac.stanford.edu>
725
726        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
727        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
728        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
729        added a simple API/library for i2c devices and drivers for i2c
730        2-byte eeproms and a ds1621 temperature sensor; API is documented
731        in libi2c.h.
732
7332005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
734
735        * libnetworking/pppd/ipxcp.c,
736        libnetworking/pppd/chat.c,
737        libnetworking/pppd/patchlevel.h,
738        libnetworking/pppd/upap.h,
739        libnetworking/pppd/md5.h,
740        libnetworking/pppd/pppd.8,
741        libnetworking/pppd/README,
742        libnetworking/pppd/preinstall.am,
743        libnetworking/pppd/md4.h,
744        libnetworking/pppd/magic.c,
745        libnetworking/pppd/pppd.h,
746        libnetworking/pppd/demand.c,
747        libnetworking/pppd/rtemsmain.c,
748        libnetworking/pppd/sys-rtems.c,
749        libnetworking/pppd/ipcp.h,
750        libnetworking/pppd/lcp.h,
751        libnetworking/pppd/chap_ms.c,
752        libnetworking/pppd/md4.c,
753        libnetworking/pppd/rtemspppd.h,
754        libnetworking/pppd/cbcp.h,
755        libnetworking/pppd/auth.c,
756        libnetworking/pppd/lcp.c,
757        libnetworking/pppd/example/README,
758        libnetworking/pppd/example/ppp.conf,
759        libnetworking/pppd/example/system.h,
760        libnetworking/pppd/example/netconfig.h,
761        libnetworking/pppd/example/pppdapp.c,
762        libnetworking/pppd/example/init.c,
763        libnetworking/pppd/example/Makefile-user,
764        libnetworking/pppd/example/pppd.options,
765        libnetworking/pppd/rtemspppd.c,
766        libnetworking/pppd/ipxcp.h,
767        libnetworking/pppd/chap_ms.h,
768        libnetworking/pppd/options.c,
769        libnetworking/pppd/magic.h,
770        libnetworking/pppd/chap.h,
771        libnetworking/pppd/cbcp.c,
772        libnetworking/pppd/upap.c,
773        libnetworking/pppd/chap.c,
774        libnetworking/pppd/Makefile.am,
775        libnetworking/pppd/ccp.h,
776        libnetworking/pppd/utils.c,
777        libnetworking/pppd/rtemsdialer.h,
778        libnetworking/pppd/fsm.h,
779        libnetworking/pppd/pathnames.h,
780        libnetworking/pppd/md5.c,
781        libnetworking/pppd/fsm.c,
782        libnetworking/pppd/ipcp.c,
783        libnetworking/pppd/STATUS,
784        libnetworking/pppd/ccp.c,
785        libnetworking/Makefile.am: Remove (Moved to cpukit).
786
7872005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
788
789        * configure.ac: Remove libnetworking, libnetworking/pppd.
790        * wrapup/Makefile.am: Remove libpppd.a.
791
7922005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
793
794        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
795        rtemsdialer.h to $(includedir)/rtems.
796
7972005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
798
799        * libnetworking/rtems_telnetd/icmds.c,
800        libnetworking/rtems_telnetd/Makefile.am,
801        libnetworking/rtems_telnetd/preinstall.am,
802        libnetworking/rtems_telnetd/pty.c,
803        libnetworking/rtems_telnetd/pty.h,
804        libnetworking/rtems_telnetd/README,
805        libnetworking/rtems_telnetd/telnetd.c,
806        libnetworking/rtems_telnetd/telnetd.h:
807        Remove (Moved to cpukit).
808
8092005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
810
811        * configure.ac: Remove libnetworking/rtems_telnetd.
812        * libnetworking/Makefile.am: Remove rtems_telnetd.
813        * libnetworking/README: Remove (Obsolete).
814        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
815
8162005-10-20  Eric Norum <norume@aps.anl.gov>
817
818        * libchip/network/dec21140.c: Clean up PCI mapping.
819
8202005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
821
822        * libnetworking/pppd/Makefile.am: Use preinstall.am.
823        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
824        librdbg/src/servrpc.c, librdbg/src/servtgt.c
825        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
826        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
827        * configure.ac: Move optman to the end of BSP_SUBDIRS.
828
8292005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
830
831        * aclocal/bspopts.m4: Add missing m4 quotes.
832
8332005-09-02  Joel Sherrill <joel@OARcorp.com>
834
835    * aclocal/version.m4: Updated to rtems-4.6.99.2.
836
8372005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
838
839        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
840        libchip/network/dec21140.c: Remove initialization of PCI bus.
841
8422005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
843
844        * optman/Makefile.am: Add preinstall.am.
845
8462005-07-18      Karel Gardas <kgardas@objectsecurity.com>
847
848        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
849        UNTESTED to tested.
850
8512005-06-17      Joel Sherrill <joel@OARcorp.com>
852
853        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
854        it is not supported by the MPC5xx.
855
8562005-06-17      Joel Sherrill <joel@OARcorp.com>
857
858        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
859        interface. Also correct attempting to build on other than PowerPC and
860        x86.
861
8622005-06-16      Daron Chabot <daron@nucleus.usask.ca>
863
864        * libchip/Makefile.am: Add driver for Tulip clones.
865        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
866        libchip/network/if_dcreg.h: New files.
867
8682005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
869
870        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
871        to enable rdbg.
872        * configure.ac: Reflect changes above.
873
8742005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
875
876        * configure.ac: Add ada/.
877
8782005-05-20      Sergei Organov  <osv@topconrd.ru>
879
880        PR 750/networking
881        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
882        wait_input().
883
8842005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
885
886        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
887        rtems/irq.h.
888
8892005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
890
891        * libchip/Makefile.am: Include preinstall.am.
892        * libchip/preinstall.am: New.
893
8942005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
895
896        * configure.ac: Add AMPOLISH3.
897        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
898        * libnetworking/rtems_telnetd/preinstall.am: New.
899        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
900
9012005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
902
903        * configure.ac: Let enable_rpcgen default to "no".
904
9052005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
906
907        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
908
9092005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
910
911        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
912        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
913
9142005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
915
916        * libchip/network/dec21140.c, libchip/network/elnk.c,
917        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
918
9192005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
920
921        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
922        of code as a result of the implementation of a common PCI interface.
923
9242005-05-04      Joel Sherrill <joel@OARcorp.com>
925
926        * libchip/network/open_eth.c: Remove prototype of set_vector.
927
9282005-05-03      Joel Sherrill <joel@OARcorp.com>
929
930        * librdbg/src/ptrace.c: Remove warning.
931
9322005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
933
934        * libchip/network/dec21140.c, libchip/network/elnk.c,
935        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
936        Modified parameter list to remove warnings.
937
9382005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
939
940        * libchip/network/cs8900.c, libchip/network/i82586.c,
941        libchip/network/open_eth.c, libchip/network/sonic.c,
942        libchip/serial/mc68681.c: Modified types to remove
943        warnings.  Added initialization to remove warnings.
944
9452005-04-28      Joel Sherrill <joel@OARcorp.com>
946
947        * libchip/network/README.sonic: Rewritten to account for removal of
948        dmv177.
949
9502005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
951
952        PR 781/rtems_misc
953        * libchip/serial/ns16550_p.h: Fix baud rate calculation
954
9552005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
956
957        * libchip/serial/ns16550.c:
958        Fixed warnings generated in various powerpc configurations
959
9602005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
961
962        * libchip/serial/ns16550.c: Modified
963        ISR to work with PPC new exception processing
964
9652005-03-14      Joel Sherrill <joel@OARcorp.com>
966
967        * libchip/network/dec21140.c, libchip/network/elnk.c,
968        libchip/network/if_fxp.c: Continue PCI API unification. All use
969        pci_find_device(). Network drivers manufacture a signature since all
970        calls have not been converted yet.
971
9722005-03-04      Joel Sherrill <joel@OARcorp.com>
973
974        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
975        initialize function part of the unified PCI API as pci_initialize().
976
9772005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
978
979        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
980        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
981
9822005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
983
984        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
985        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
986
9872005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
988
989        * aclocal/ppc.m4: Reflect changes to ppc exception processing
990        building procedures.
991
9922005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
993
994        * aclocal/prog-cc.m4:
995        Quote CFLAGS's RHS to accomodate Solaris broken sh.
996
9972005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
998
999        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1000
10012005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1002
1003        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1004
10052005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1006
1007        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1008
10092005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1010
1011        * libnetworking/rtems_servers/ftp.c,
1012        libnetworking/rtems_servers/ftp.h,
1013        libnetworking/rtems_servers/Makefile.am:
1014        Remove (relocated to cpukit/ftpd).
1015        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1016        removed move libnetworking/rtems_servers.
1017
10182005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1019
1020        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1021
10222005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1023
1024        PR 755/rtems
1025        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1026        Remove local declarations of rtems_bsdnet_nameservers,
1027        rtems_bsdnet_nameservers_count.
1028
10292005-01-31      Sergei Organov <osv@topconrd.ru>
1030
1031        PR 751/pppd
1032        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1033        committed to fix PR736 breaks pppd. chat.c should have its own static
1034        ttyfd for pppd to work correctly. The symptom is that second
1035        invokation of chat (for connect script) fails due to pppd_ttyfd set
1036        to -1 by previous chat invokation (for init script). In addition,
1037        this patch fixes leaving of dangling pointer in the abort_stbring[]
1038        by chat_send().
1039
10402005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1041
1042        * configure.ac: Remove CFLAGS_DEBUG_V.
1043        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1044
10452005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1046
1047        * wrapup/Makefile.am: Remove rtems-ctor.o.
1048
10492005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1050
1051        * libchip/rtc/rtc.h: size_t RTC_Count.
1052
10532005-01-20      Joel Sherrill <joel@OARcorp.com>
1054
1055        PR 736/pppd
1056        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1057        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1058        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1059        should not be static and should have a name more specific to pppd.
1060
10612005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1062
1063        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1064        libnetworking/rtems_servers/Makefile.am,
1065        libnetworking/rtems_telnetd/Makefile.am,
1066        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1067        Eliminate CFLAGS_OPTIMIZE_V.
1068
10692005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1070
1071        * configure.ac: Pass CFLAGS to testsuites configure.
1072        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1073        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1074
10752005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1076
1077        * configure.ac: Pass CFLAGS to cpukit configure.
1078        * aclocal/rtems-flags.m4: Remove (Unused).
1079        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1080        * aclocal/env-rtemsbsp.m4:
1081        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1082        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1083        RTEMS_CFLAGS.
1084        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1085        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1086        Cleanup comments.
1087
10882005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1089
1090        * automake/compile.am: Remove build-variant support.
1091
10922005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1093
1094        * libnetworking/pppd/Makefile.am,
1095        libnetworking/rtems_servers/Makefile.am,
1096        libnetworking/rtems_telnetd/Makefile.am:
1097        Remove build-variant support.
1098
10992005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1100
1101        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1102        support/Makefile.am, wrapup/Makefile.am:
1103        Remove build-variant support.
1104
11052004-11-22      Joel Sherrill <joel@OARcorp.com>
1106
1107        * libchip/network/if_fxp.c: Add entry for another module ID code.
1108
11092004-11-22      Joel Sherrill <joel@OARcorp.com>
1110
1111        PR 693/misc
1112        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1113        in/outport routines.
1114
11152004-11-22      Joel Sherrill <joel@OARcorp.com>
1116
1117        PR 693/misc
1118        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1119        in/outport routines.
1120
11212004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1122
1123        * aclocal/enable-itron.m4: Remove (unused).
1124
11252004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1126
1127        * configure.ac: Misc. quoting cleanups.
1128        Enable ada-tests iff --enable-ada and --enable-tests.
1129
11302004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1131
1132        PR 703/filesystem
1133        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1134        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1135        libchip/ide/ide_controller.c:
1136        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1137        available for BSPS/device drivers.
1138        Extend the "modes_available" and "mode_active" parameters to
1139        uint16_t for UDMA support.
1140
11412004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1142
1143        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1144        not supported on PowerPC since it works on the MVME2100 BSP.
1145
11462004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1147
1148        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1149        Add dependency tracking for *.cfgs.
1150        * Makefile.am: Add dependency tracking for *.cfg.
1151
11522004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1153
1154        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1155        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1156
11572004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1158
1159        PR 707/make_build
1160        * configure.ac: Add --enable-rpcgen.
1161
11622004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1163
1164        PR 700/rtems_misc
1165        * libnetworking/rtems_webserver/asp.c,
1166        libnetworking/rtems_webserver/balloc.c,
1167        libnetworking/rtems_webserver/cgi.c,
1168        libnetworking/rtems_webserver/default.c,
1169        libnetworking/rtems_webserver/ej.h,
1170        libnetworking/rtems_webserver/ejIntrn.h,
1171        libnetworking/rtems_webserver/ejlex.c,
1172        libnetworking/rtems_webserver/ejparse.c,
1173        libnetworking/rtems_webserver/emfdb.c,
1174        libnetworking/rtems_webserver/emfdb.h,
1175        libnetworking/rtems_webserver/form.c,
1176        libnetworking/rtems_webserver/handler.c,
1177        libnetworking/rtems_webserver/h.c,
1178        libnetworking/rtems_webserver/license.txt,
1179        libnetworking/rtems_webserver/Makefile.am,
1180        libnetworking/rtems_webserver/md5c.c,
1181        libnetworking/rtems_webserver/md5.h,
1182        libnetworking/rtems_webserver/mime.c,
1183        libnetworking/rtems_webserver/misc.c,
1184        libnetworking/rtems_webserver/NOTES,
1185        libnetworking/rtems_webserver/ringq.c,
1186        libnetworking/rtems_webserver/rom.c,
1187        libnetworking/rtems_webserver/rtems_webserver.h,
1188        libnetworking/rtems_webserver/security.c,
1189        libnetworking/rtems_webserver/sock.c,
1190        libnetworking/rtems_webserver/socket.c,
1191        libnetworking/rtems_webserver/sockGen.c,
1192        libnetworking/rtems_webserver/sym.c,
1193        libnetworking/rtems_webserver/uemf.c,
1194        libnetworking/rtems_webserver/uemf.h,
1195        libnetworking/rtems_webserver/um.c,
1196        libnetworking/rtems_webserver/um.h,
1197        libnetworking/rtems_webserver/umui.c,
1198        libnetworking/rtems_webserver/url.c,
1199        libnetworking/rtems_webserver/value.c,
1200        libnetworking/rtems_webserver/wbase64.c,
1201        libnetworking/rtems_webserver/webcomp.c,
1202        libnetworking/rtems_webserver/webmain.c,
1203        libnetworking/rtems_webserver/webpage.c,
1204        libnetworking/rtems_webserver/webrom.c,
1205        libnetworking/rtems_webserver/webs.c,
1206        libnetworking/rtems_webserver/websda.c,
1207        libnetworking/rtems_webserver/websda.h,
1208        libnetworking/rtems_webserver/webs.h,
1209        libnetworking/rtems_webserver/websSSL.c,
1210        libnetworking/rtems_webserver/websSSL.h,
1211        libnetworking/rtems_webserver/websuemf.c,
1212        libnetworking/rtems_webserver/wsIntrn.h:
1213        Remove (Moved to cpukit/http).
1214
12152004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1216
1217        PR 700/rtems_misc
1218        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1219        Remove libnetworking/rtems_webserver.
1220
12212004-10-25      Eric Norum <norume@aps.anl.gov>
1222
1223        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1224
12252004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1226
1227        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1228
12292004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1230
1231        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1232        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1233
12342004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1235
1236        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1237
12382004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1239
1240        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1241        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1242
12432004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1244
1245        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1246        BITSPERBYTE.
1247
12482004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1249
1250        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1251        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1252
12532004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1254
1255        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1256
12572004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1258
1259        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1260        * aclocal/enable-bare.m4: Remove.
1261        * configure.ac: Remove BARE_CPU_MODEL.
1262
12632004-10-13      Eric Norum <norume@aps.anl.gov>
1264
1265        PR 688/bsps
1266        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1267        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1268        MC146818A (and several Dallas Semiconductor) TOD chips.
1269
12702004-10-13      Eric Norum <norume@aps.anl.gov>
1271
1272        PR 686/networking
1273        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1274        device code.
1275
12762004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1277
1278        * libchip/network/dec21140.c: include <rtems/pci.h>.
1279
12802004-09-29      Joel Sherrill <joel@OARcorp.com>
1281
1282        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1283        libnetworking/pppd/utils.c: i960 obsoleted and all references
1284        removed.
1285
12862004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1287
1288        PR 607/networking
1289        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1290        instead of fully specifying unused PCI features.
1291
12922004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1293
1294        * configure.ac: Require automake > 1.9.
1295
12962004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1297
1298        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1299
13002004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1301
1302        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1303        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1304
13052004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1306
1307        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1308        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1309
13102004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1311
1312        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1313
13142004-07-28  Joel Sherrill <joel@OARcorp.com>
1315
1316    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1317
13182004-07-25      Joel Sherrill <joel@OARcorp.com>
1319
1320        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1321
13222004-05-21  Till Strauman <strauman@slac.stanford.edu>
1323
1324        PR 625/networking
1325        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1326        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1327        an error rather than panic if no chip is detected (thus allowing
1328        for probing).
1329        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1330        instead of looping forever.  Avoid divide by zero (crashed my PC).
1331        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1332        they are UNTESTED.
1333
13342004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1335
1336        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1337
13382004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1339
1340        * libchip/network/dec21140.c, libchip/network/elnk.c:
1341        #include <errno.h>.
1342
13432004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1344
1345        * libchip/network/if_media.h: Update from FreeBSD.
1346        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1347        libchip/network/i82586.c: #include <errno.h>.
1348
13492004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1350
1351        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1352
13532004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1354
1355        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1356
13572004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1358
1359        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1360        automake).
1361
13622004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1363
1364        PR 599/pppd
1365        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1366
13672004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1368
1369        * optman/rtems/no-region.c: Reflect having changed
1370        rtems_region_get_segment_size.
1371
13722004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1373
1374        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1375        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1376        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1377        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1378        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1379        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1380        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1381
13822004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1383
1384        * libchip/ide/ata.c, libchip/network/dec21140.c,
1385        libchip/network/elnk.c, libchip/network/i82586.c,
1386        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1387        libchip/network/open_eth.c, libchip/network/sonic.c,
1388        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1389        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1390        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1391        libchip/shmdr/shm_driver.h: Cosmetics.
1392
13932004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1394
1395        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1396        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1397        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1398        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1399        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1400        fixed size types.
1401
14022004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1403
1404        * configure.ac: Explicitly pass --includedir and --libdir to
1405        cpukit/configure.
1406
14072004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1408
1409        * librdbg/Makefile.am: Fix rpcgen rules.
1410        * librdbg/src/i386/any/remdeb_xdr.c,
1411        librdbg/src/m68k/any/remdeb_xdr.c,
1412        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1413        Reflect changes to librdbg/Makefile.am.
1414
14152004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1416
1417        * configure.ac: Reflect changes testsuites/configure.ac and
1418        cpukit/configure.ac.
1419
14202004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1421
1422        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1423        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1424
14252004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1426
1427        * configure.ac: Reflect changes to testsuites's configuration.
1428
14292004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1430
1431        PR/589 rtems
1432        * libchip/network/pci.h: Remove (Moved to cpukit).
1433
14342004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1435
1436        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1437        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1438        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1439        libchip/network/dec21140.c, libchip/network/elnk.c,
1440        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1441        libchip/network/open_eth.h, libchip/network/sonic.c,
1442        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1443        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1444        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1445        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1446        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1447        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1448        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1449        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1450        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1451        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1452        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1453        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1454        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1455        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1456        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1457        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1458        fixed-size types.
1459
14602004-03-14      Chris Johns  <chrisj@rtems.org>
1461
1462        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1463        the BSP example code.
1464        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1465        support the DIMMPC. This is a pc386 target with IO port support. Minor
1466        formating clean up. Add documentation to the header file.
1467        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1468        cs8900.h header file.
1469
14702004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1471
1472        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1473        Cosmetics.
1474
14752004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1476
1477        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1478        There are no application level Makefiles in here.
1479
14802004-03-04      Joel Sherrill <joel@OARcorp.com>
1481
1482        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1483        they can be used in application level makefiles.
1484
14852004-03-05      Joel Sherrill <joel@OARcorp.com>
1486
1487        * libnetworking/rtems_webserver/ejparse.c,
1488        libnetworking/rtems_webserver/emfdb.c,
1489        libnetworking/rtems_webserver/sock.c,
1490        libnetworking/rtems_webserver/socket.c,
1491        libnetworking/rtems_webserver/sym.c,
1492        libnetworking/rtems_webserver/webs.c,
1493        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
14942004-03-05      Joel Sherrill <joel@OARcorp.com>
1495
1496        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1497        compiling this file only only those CPU families with supported
1498        exception models.
1499
15002004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1501
1502        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1503        testsuites (Was exposed with --enable-multilib, only).
1504        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1505         Add RTEMS_BSP_CONFIG_SUBDIR.
1506        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1507        testsuites's configure.
1508        * aclocal/rtems-top.m4: Remove ENDIF hack.
1509        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1510
15112004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1512
1513        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1514        wrapup/Makefile.am: Fix automake problems having been introduced
1515        in previous patch.
1516
15172004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1518
1519        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1520        Preinstall dirs.
1521        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1522        * aclocal/check-multiprocessing.m4: Cosmetics.
1523        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1524        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1525
15262004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1527
1528        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1529        librdbg/src/Makefile.am.
1530        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1531        * configure.ac: Reflect changes above.
1532        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1533        * wrapup/Makefile.am: Reflect changes above.
1534        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1535
15362004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1537
1538        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1539
15402004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1541
1542        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1543
15442004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1545
1546        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1547
15482004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1549
1550        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1551        librdbg/src/powerpc/Makefile.am: Remove.
1552        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1553        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1554        * configure.ac: Reflect changes above.
1555
15562004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1557
1558
15592004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1560
1561        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1562        STRIP.
1563
15642004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1565
1566        * librdbg/include/Makefile.am: Merge-in
1567        librdbg/include/rdbg/i386/Makefile.am,
1568        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1569        librdbg/include/rdbg/powerpc/Makefile.am.
1570        * librdbg/include/rdbg/i386/Makefile.am,
1571        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1572        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1573        * configure.ac: Reflect changes above.
1574
15752004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1576
1577        * configure.ac: Use AS_HELP_STRING(ada).
1578
15792004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1580
1581        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1582        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1583        Use AC_CONFIG_HEADERS.
1584        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1585        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1586
15872004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1588
1589        * Makefile.am: include local.am.
1590
15912004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1592
1593        * aclocal/version.m4: 4.6.99.0.
1594
15952004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1596
1597        * Makefile.am: Don't include host.am.
1598        * automake/compile.am: Further cleanups.
1599
16002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1601
1602        * automake/lib.am: Remove (Unused).
1603
16042004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1605
1606        * wrapup/Makefile.am: Don't include lib.am.
1607        * automake/compile.am: Use automake compilation rules.
1608
16092004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1610
1611        * libnetworking/pppd/Makefile.am,
1612        libnetworking/rtems_servers/Makefile.am,
1613        libnetworking/rtems_telnetd/Makefile.am,
1614        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1615        support/Makefile.am: Don't include lib.am.
1616
16172004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1618
1619        * libchip/Makefile.am: Don't include lib.am.
1620        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1621        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1622        unnecessary EXTRA_DISTs.
1623
16242004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1625
1626        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1627        hack.
1628
16292004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1630
1631        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1632        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1633        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1634        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1635
16362004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1637
1638        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1639        Add AM_CONDITIONAL(HAS_MP).
1640        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1641        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1642        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1643        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1644        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1645        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1646        (Deprecated by autoconf 2.59).
1647
16482004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1649
1650        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1651        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1652
16532004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1654
1655        * ChangeLog: Merge-in libnetworking/ChangeLog.
1656        * libnetworking/ChangeLog: Remove.
1657        * ChangeLog: Merge-in librdbg/ChangeLog.
1658        * librdbg/ChangeLog: Remove.
1659        * ChangeLog: Merge-in libchip/ChangeLog.
1660        * libchip/ChangeLog: Remove.
1661        * ChangeLog: Merge-in optman/ChangeLog.
1662        * optman/ChangeLog: Remove.
1663
16642004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1665
1666        * configure.ac: Reflect changes to cpukit.
1667        * wrapup/Makefile.am: Reflect changes to librdbg.
1668        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1669        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1670        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1671        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1672        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1673        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1674        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1675        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1676        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1677
16782004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1679
1680        * aclocal/rtems-top.m4: Remove check for version.m4.
1681        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1682
16832004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1684
1685        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1686        * wrapup/Makefile.am: Reflect changes to libchip/*.
1687        * support/Makefile.am: Use automake compilation rules.
1688        * wrapup/Makefile.am: Reflect changes to support/*.
1689        * configure.ac: Remove libnetworking/wrapup/Makefile.
1690        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1691        libnetworking/*/lib*.a instead of libnetapps.a.
1692        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1693        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1694        * optman/Makefile.am: Use automake compilation rules.
1695        * libchip/Makefile.am: Fix typo in previous patch.
1696        * libchip/Makefile.am: Use automake compilation rules.
1697        * libnetworking/Makefile.am: Remove wrapup.
1698        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1699        automake-compilation rules.
1700        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1701        automake-compilation rules.
1702        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1703        automake-compilation rules.
1704        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1705        automake-compilation rules.
1706        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1707
17082004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1709
1710        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1711        PRE/TMPINSTALL_FILES to CLEANFILES.
1712        * automake/lib.am: Remove TMPINSTALL_FILES.
1713        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1714        PRE/TMPINSTALL_FILES to CLEANFILES.
1715        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1716        PRE/TMPINSTALL_FILES to CLEANFILES.
1717        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1718        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1719        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1720        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1721        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1722        * librdbg/src/i386/Makefile.am: Ditto.
1723        * librdbg/src/m68k/Makefile.am: Ditto.
1724        * librdbg/src/powerpc/Makefile.am: Ditto.
1725        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1726        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1727        * libnetworking/rtems_servers/Makefile.am: Ditto.
1728        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1729        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1730
17312004-01-07      Joel Sherrill <joel@OARcorp.com>
1732
1733        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1734        more completely covers the MIPS family.
1735
17362003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1737
1738        * wrapup/Makefile.am: Reflect changes to shmdr.
1739        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1740
17412003-12-18      Joel Sherrill <joel@OARcorp.com>
1742
1743        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1744        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1745        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1746        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1747        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1748        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1749        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1750
17512003-12-17      Joel Sherrill <joel@OARcorp.com>
1752
1753        * aclocal/version.m4: Updated to rtems-20031217-test.
1754
17552003-12-17     
1756
1757        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1758        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1759
17602003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1761
1762        * automake/compile.am: Remove LINK_LIBS (Unused).
1763        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1764
17652003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1766
1767        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1768        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1769        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1770        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1771        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1772
17732003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1774
1775        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1776        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1777        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1778        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1779        * librdbg/src/i386/Makefile.am:
1780        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1781        * librdbg/src/m68k/Makefile.am:
1782        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1783        * librdbg/src/powerpc/Makefile.am:
1784        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1785
17862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1787
1788        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1789        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1790        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1791        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1792        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1793        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1794        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1795        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1796        * optman/Makefile.am: Remove project_libdir.
1797        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1798        PRE/TMPINSTALL_FILES.
1799        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1800        PRE/TMPINSTALL_FILES.
1801        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1802        PRE/TMPINSTALL_FILES.
1803        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1804        PRE/TMPINSTALL_FILES.
1805        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1806        from PRE/TMPINSTALL_FILES.
1807        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1808        PRE/TMPINSTALL_FILES.
1809        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1810        PRE/TMPINSTALL_FILES.
1811        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1812        PRE/TMPINSTALL_FILES.
1813        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1814        PRE/TMPINSTALL_FILES.
1815        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1816        PRE/TMPINSTALL_FILES.
1817        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1818        PRE/TMPINSTALL_FILES.
1819        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1820        from PRE/TMPINSTALL_FILES.
1821
18222003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1823
1824        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1825        * automake/lib.am: Remove project_libdir.
1826        * wrapup/Makefile.am: Reworked.
1827
18282003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1829
1830        * configure.ac: Reflect changes to librdbg.
1831        * optman/Makefile.am: Add tmpinstall dirstamp support.
1832        * libchip/Makefile.am: Fix variant-tmpinstall support.
1833        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1834        * librdbg/src/powerpc/Makefile.am: Merge-in former
1835        new_exception_processing/Makefile.am.
1836        * librdbg/src/m68k/any/Makefile.am: Remove.
1837        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1838        * librdbg/src/i386/any/Makefile.am: Remove.
1839        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1840        * librdbg/src/Makefile.am: Cosmetics.
1841        * librdbg/include/Makefile.am: Cosmetics.
1842        * librdbg/Makefile.am: Cosmetics.
1843        * libnetworking/Makefile.am: Cosmetics.
1844        * libnetworking/pppd/Makefile.am: Cosmetics.
1845        * libnetworking/wrapup/Makefile.am: Cosmetics.
1846
18472003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1848
1849        * Makefile.am: Cosmetics.
1850        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1851        support.
1852
18532003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1854
1855        * automake/compile.am: Remove $(ARCH):-rule.
1856
18572003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1858
1859        * configure.ac: Remove lib/libbsp/shared/Makefile,
1860        lib/libbsp/shmdr/Makefile.
1861
18622003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1863
1864        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1865        libchip/serial/Makefile, libchip/rtc/Makefile.
1866        * support/Makefile.am: Remove all-local: $(ARCH).
1867        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1868        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1869        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1870        * optman/Makefile.am: Remove all-local: $(ARCH).
1871        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1872        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1873        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1874        compilation dirstamp support.
1875        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1876        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1877        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1878        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1879        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1880        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1881        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1882        all-local: $(ARCH).
1883        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1884        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1885        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1886        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1887        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1888
18892003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1890
1891        * aclocal/lead-dot.m4: New (from automake-1.7f).
1892        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1893        AC_SUBST(dirstamp).
1894        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1895        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1896        libchip/serial/Makefile.am: Ditto.
1897        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1898        * librdbg/include/Makefile.am: Ditto.
1899        * librdbg/include/rdbg/Makefile.am: Ditto.
1900        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1901        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1902        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1903        * librdbg/src/Makefile.am: Ditto.
1904        * librdbg/src/i386/Makefile.am: Ditto.
1905        * librdbg/src/i386/any/Makefile.am: Ditto.
1906        * librdbg/src/m68k/Makefile.am: Ditto.
1907        * librdbg/src/m68k/any/Makefile.am: Ditto.
1908        * librdbg/src/powerpc/Makefile.am: Ditto.
1909        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1910        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1911        preinstallation.
1912        * libnetworking/pppd/Makefile.am: Ditto.
1913        * libnetworking/rtems_servers/Makefile.am: Ditto.
1914        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1915        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1916        * libnetworking/wrapup/Makefile.am: Ditto.
1917
19182003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1919
1920        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1921        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1922        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1923        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1924        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1925        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1926        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1927        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1928        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1929        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1930        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1931        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1932        underquoting to silence automake-1.8.
1933
19342003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1935
1936        * configure.ac: Reflect having moved tests to ../../testsuites.
1937
19382003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1939
1940        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1941        * aclocal/canonical-host.m4: Remove.
1942        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1943        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1944
19452003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1946
1947        * aclocal/check-cpu.m4: Remove.
1948        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1949        * aclocal/canonical-target-name.m4: Add m4-quotes.
1950        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1951        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1952        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1953        * aclocal/check-networking.m4: Add m4-quotes. Require
1954        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1955        * aclocal/check-posix.m4: Add m4-quotes. Require
1956        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1957        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1958        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1959        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1960
19612003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1962
1963        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1964        * aclocal/bsp-alias.m4: Remove.
1965
19662003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1967
1968        * configure.ac: Make presence of tests/ optional.
1969
19702003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1971
1972        * aclocal/path-perl.m4: Remove (Unused).
1973
19742003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1975
1976        * automake/force-preinstall.am: Remove.
1977
19782003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1979
1980        PR 499/rtems_misc
1981        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1982        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1983        Configuration (Odd was forced) - Correction of Stop Bit configuration
1984        (inversed) - Correction of ISR Handler to call
1985        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1986        CTS Hardware flow control Configuration.
1987
19882003-09-04      Joel Sherrill <joel@OARcorp.com>
1989
1990        * lib/libcpu/shared/include/cache.h,
1991        lib/libcpu/shared/src/cache_aligned_malloc.c,
1992        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1993        license changed.
1994        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1995        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1996        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1997        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1998        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1999        for license changed.
2000        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2001        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2002        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2003        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2004        libchip/network/cs8900.h, libchip/network/dec21140.c,
2005        libchip/network/elnk.c, libchip/network/open_eth.c,
2006        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2007        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2008        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2009        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2010        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2011        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2012        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2013        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2014        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2015        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2016        libchip/serial/serial.h, libchip/serial/z85c30.c,
2017        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2018        libchip/serial/z85c30_reg.c: URL for license changed.
2019
20202003-09-03      Jiri Gaisler <jiri@gaisler.com>
2021
2022        PR 477/networking
2023        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2024        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2025        libchip/network/open_eth.h: New files.
2026
20272003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2028
2029        * aclocal/rtems-top.m4: Add RTEMS_API.
2030        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2031
20322003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2033
2034        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2035        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2036        @RTEMS_BSP@.cfg.
2037
20382003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2039
2040        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2041
20422003-08-20      Joel Sherrill <joel@OARcorp.com>
2043
2044        * libchip/network/cs8900.c: Correct copyright statements.
2045
20462003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2047
2048        * aclocal/check-itron.m4: Remove.
2049        * aclocal/enable-inlines.m4: Remove.
2050        * Makefile.am: Reflect having moved aclocal/.
2051        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2052        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2053        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2054        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2055        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2056        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2057        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2058        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2059        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2060        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2061        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2062        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2063        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2064        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2065        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2066        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2067        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2068        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2069        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2070        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2071        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2072        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2073        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2074        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2075        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2076        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2077        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2078        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2079        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2080        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2081        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2082        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2083        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2084        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2085        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2086        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2087        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2088        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2089        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2090        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2091        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2092        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2093        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2094        * aclocal/target.m4: New (Copied from ../../aclocal).
2095        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2096        * aclocal/version.m4: New (Copied from ../../aclocal).
2097
20982003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2099
2100        * configure.ac: Remove stray comments.
2101        * automake/local.am, automake/host.am: Remove "debug".
2102
21032003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2104
2105        * Makefile.am: Reflect having moved automake/.
2106        * lib/Makefile.am: Reflect having moved automake/.
2107        * support/Makefile.am: Reflect having moved automake/.
2108        * wrapup/Makefile.am: Reflect having moved automake/.
2109        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2110        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2111        from ../../automake).
2112        * optman/Makefile.am: Reflect having moved automake/.
2113        * libchip/Makefile.am: Reflect having moved automake/.
2114        * libchip/ide/Makefile.am: Reflect having moved automake/.
2115        * libchip/network/Makefile.am: Reflect having moved automake/.
2116        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2117        * libchip/serial/Makefile.am: Reflect having moved automake/.
2118        * librdbg/Makefile.am: Reflect having moved automake/.
2119        * librdbg/include/Makefile.am: Reflect having moved automake/.
2120        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2121        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2122        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2123        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2124        automake/.
2125        * librdbg/src/Makefile.am: Reflect having moved automake/.
2126        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2127        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2128        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2129        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2130        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2131        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2132        having moved automake/.
2133        * libnetworking/Makefile.am: Reflect having moved automake/.
2134        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2135        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2136        automake/.
2137        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2138        automake/.
2139        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2140        automake/.
2141        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2142
21432003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2144
2145        * Makefile.am: Add bsp.pc.in.
2146        * bsp.pc.in: New (pkgconfig support).
2147
21482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2149
2150        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2151
21522003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2153
2154        * lib/Makefile.am: New (Required by 'make dist').
2155        * lib/ChangeLog: Remove.
2156        * lib/.cvsignore: Cleanup.
2157        * configure.ac: Reflect having added lib/Makefile.am.
2158        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2159        lib/libbsp/configure.ac.
2160        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2161        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2162
21632003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2164
2165        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2166        * configure.ac: Merge-in librdbg/configure.ac.
2167        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2168        librdbg/configure.ac.
2169        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2170        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2171        LIBCHIP. Conditionally build include-dirs.
2172        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2173        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2174        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2175        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2176        librdbg/include/rdbg/m68k/Makefile.am,
2177        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2178        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2179        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2180        librdbg/src/powerpc/Makefile.am, librdbg/
2181        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2182        configure.ac into ../configure.ac.
2183        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2184        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2185        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2186        libnetworking/rtems_telnetd/Makefile.am,
2187        libnetworking/rtems_webserver/Makefile.am,
2188        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2189        into ../configure.ac.
2190
21912003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2192
2193        PR 427/rtems
2194        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2195        * librdbg/src/servtsp.c: Ditto.
2196
21972003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2198
2199        PR 429/bsps
2200        PR 432/bsps
2201        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2202        packets are queued onto an elnk board, the ISR will deadlock the device
2203        with a tx complete interrupt.  Lighter tx loads are not affected as they
2204        end up submitting single packets to the device.
2205
22062003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2207
2208        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2209        optman/configure.ac.
2210        * optman/configure.ac: Remove (Merged into ../configure.ac).
2211        * optman/Makefile.am: Reflect having merged configure.ac into
2212        ../configure.ac.
2213        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2214        * libchip/Makefile.am, libchip/ide/Makefile.am,
2215        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2216        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2217        ../configure.ac.
2218
22192003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2220
2221        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2222
22232003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2224
2225        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2226        on i386.
2227
22282003-06-13      Joel Sherrill <joel@OARcorp.com>
2229
2230        * libnetworking/pppd/chat.c: Removed warnings.
2231
22322003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2233
2234        * libchip/network/README.3com: New file missed in previous commit.
2235        PR 405/bsps
2236        PR 393/networking
2237        * libchip/network/dec21140.c: Fix leak also known as PR393.
2238        * libchip/network/elnk.c, libchip/network/if_media.h,
2239        libchip/network/mii.h: New files.
2240        * libchip/network/Makefile.am: Reflect new files.
2241
22422003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2243
2244        * configure.ac: Remove support for profile-variant.
2245
22462003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2247
2248        PR 397/pppd
2249        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2250        * libnetworking/pppd/magic.c: Remove *rand48.
2251        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2252
22532003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2254
2255        * wrapup/Makefile.am: Add libide.a.
2256
22572003-04-15      Joel Sherrill <joel@OARcorp.com>
2258
2259        PR 387/rtems_misc
2260        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2261        routines.
2262        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2263
22642003-04-11      Joel Sherrill <joel@OARcorp.com>
2265
2266        * libnetworking/rtems_webserver/cgi.c,
2267        libnetworking/rtems_webserver/sockGen.c,
2268        libnetworking/rtems_webserver/umui.c,
2269        libnetworking/rtems_webserver/websSSL.c,
2270        libnetworking/rtems_webserver/websSSL.h,
2271        libnetworking/rtems_webserver/websda.c,
2272        libnetworking/rtems_webserver/websda.h: New files. Not included in
2273        previous commit.
2274
22752003-04-10      Joel Sherrill <joel@OARcorp.com>
2276
2277        PR 371/pppd
2278        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2279        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2280        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2281        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2282        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2283        still global symbols in rtemspppd.h which might need to be changed or
2284        converted into member of a structure which is dereferenced with a
2285        pointer that is managed as a per task variable. But this patch should
2286        avoid many conflicts.
2287
22882003-03-27      Joel Sherrill <joel@OARcorp.com>
2289
2290        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2291        not allowed in the cpukit source code since it must be buildable
2292        independent of any BSP. These files were moved to libchip/ide.
2293        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2294        files.
2295
22962003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2297
2298        PR 368/filesystems
2299        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2300        improvements which now work on pc386 and mbx8xx.
2301        * libchip/ide/ide_controller.c: New file.
2302
23032003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2304
2305        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2306
23072003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2308
2309        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2310        * configure.ac: Add support/.
2311        * support/.cvsignore: New.
2312        * support/Makefile.am: New.
2313        * support/version.c: New.
2314        * wrapup/Makefile.am: Add support/libsupport.a.
2315        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2316        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2317        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2318        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2319
23202003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2321
2322        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2323
23242003-02-20      Till Straumann <strauman@slac.stanford.edu>
2325
2326        PR 354/networking
2327        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2328        chip against a table of supported chips. The untested ones are still
2329        commented out, however.
2330
23312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2332
2333        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2334        * configure.ac: AC_PREREQ(2.57).
2335        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2336        * optman/configure.ac: AC_PREREQ(2.57).
2337        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2338        * libchip/configure.ac: AC_PREREQ(2.57).
2339        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2340        * librdbg/configure.ac: AC_PREREQ(2.57).
2341        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2342        * libnetworking/configure.ac: AC_PREREQ(2.57).
2343
23442003-02-06      Joel Sherrill <joel@OARcorp.com>
2345
2346        * libnetworking/pppd/chat.c: Convert routines with common names to
2347        static. This included get_char(), put_char(), and character() among
2348        others.
2349
23502003-02-03      Joel Sherrill <joel@OARcorp.com>
2351
2352        PR 338/filesystem
2353        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2354        rtems_io_lookup_name() (API change).  Unused function removed.
2355
23562003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2357
2358        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2359        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2360        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2361        Eliminate *_O_FILES.
2362        * libnetworking/rtems_servers/Makefile.am,
2363        libnetworking/rtems_webserver/Makefile.am,
2364        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2365
23662002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2367
2368        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2369        Let all-local: depend on $(LIB).
2370        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2371        * optman/Makefile.am: Apply install-data-local to install *.rels.
2372
23732002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2374
2375        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2376        %.c rules.
2377        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2378        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2379        * libchip/rtc/Makefile.am: Ditto.
2380        * libchip/serial/Makefile.am: Ditto.
2381
23822002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2383
2384        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2385        LIBC_DEFINES.
2386        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2387        LIBC_DEFINES.
2388        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2389        LIBC_DEFINES.
2390
23912002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2392
2393        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2394
23952002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2396
2397        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2398        cache-checking.
2399        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2400
24012002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2402
2403        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2404        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2405        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2406        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2407        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2408
24092002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2410
2411        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2412        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2413        Remove.
2414        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2415
24162002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2417
2418        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2419        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2420
24212002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2422
2423        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2424        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2425
24262002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2427
2428        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2429        * optman/rel.am: New.
2430
24312002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2432
2433        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2434        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2435        braino in comment on "exec". Extend --enable-ada handling.
2436
24372002-11-04      Joel Sherrill <joel@OARcorp.com>
2438
2439        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2440        tasks and rolling multiple loops into 1.
2441        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2442        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2443        Removed warnings.
2444
24452002-10-31      Joel Sherrill <joel@OARcorp.com>
2446
2447        * libchip/network/dec21140.c: Removed warnings.
2448        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2449        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2450        librdbg/src/m68k/any/remdeb_xdr.c,
2451        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2452        warnings.
2453        * libnetworking/rtems_webserver/socket.c,
2454        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2455
24562002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2457
2458        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2459        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2460        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2461        above.
2462
24632002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2464
2465        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2466        * wrapup/.cvsignore: Remove autom4te.cache.
2467        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2468        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2469        autom4te.cache.
2470        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2471        autom4te.cache.
2472        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2473        autom4te.cache.
2474
24752002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2476
2477        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2478
24792002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2480
2481        * optman/.cvsignore: Add autom4te.cache.
2482
24832002-09-14      Joel Sherrill <joel@OARcorp.com>
2484
2485        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2486
24872002-09-07      Joel Sherrill <joel@OARcorp.com>
2488
2489        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2490        include files to resolve warnings.
2491
24922002-09-07      Chris Johns <ccj@acm.org>
2493
2494        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2495        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2496        which corrects the problem  where the cs8900.c file was actually the BSP
2497        glue.  Joel did some hacking so this file will compile.  Previously it
2498        required providing a target.h file to compile.
2499        * libchip/network/cs8900.c.bsp: New file.
2500
25012002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2502
2503        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2504
25052002-08-31      Joel Sherrill <joel@OARcorp.com>
2506
2507        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2508        eliminate warning.
2509
25102002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2511
2512        * configure.ac: Add ada-tests.
2513
25142002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2515
2516        * Makefile.am: Add preinstall-stamp.
2517
25182002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2519
2520        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2521        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2522        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2523        gcc31 happy.
2524        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2525        cp.
2526
25272002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2528
2529        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2530        make/bsp.mak.
2531        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2532        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2533
25342002-08-12      Joel Sherrill <joel@OARcorp.com>
2535
2536        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2537        avoid error.
2538
25392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2540
2541        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2542        * configure.ac: Add BSP_SUBDIRS.
2543        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2544        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2545        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2546        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2547        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2548        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2549        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2550        RTEMS_CHECK_BSP_CACHE.
2551        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2552        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2553        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2554        .$(OBJEXT) instead of .o.
2555        * libnetworking/pppd/Makefile.am,
2556        libnetworking/rtems_servers/Makefile.am,
2557        libnetworking/rtems_telnetd/Makefile.am,
2558        libnetworking/rtems_webserver/Makefile.am,
2559        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2560
25612002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2562
2563        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2564        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2565        ../libchip/serial/$(ARCH)/libserialio.a.
2566        * libchip/serial/Makefile.am: Don't tmp-install lib.
2567        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2568
25692002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2570
2571        * Makefile.am: Add rtems_makedir.
2572        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2573        * Makefile.am: Add wrapup-SUBDIR.
2574        * wrapup/ChangeLog: Remove.
2575        * wrapup/configure.ac: Remove.
2576        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2577        (Make the bare BSP happy).
2578        * configure.ac: Ditto.
2579        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2580        Create make/custom/default.cfg.
2581        * configure.ac: Add creation of make/custom/*.cfg. Create
2582        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2583
25842002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2585
2586        * Makefile.am: Clean $(PROJECT_RELEASE).
2587
25882002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2589
2590        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2591        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2592        prototype mismatches.
2593
25942002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2595
2596        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2597        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2598
25992002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2600
2601        * acinclude.m4: Add test "$multilib" != "yes".
2602        * config-ml.in: Remove.
2603        * acinclude.m4: Cleanups.
2604        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2605        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2606        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2607        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2608        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2609
26102002-07-16      Eric Norum <eric.norum@usask.ca>
2611
2612        * New driver for the Intel EtherExpressPro (82559ER) chip.
2613        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2614        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2615        * libchip/network/Makefile.am: Modified to reflect above.
2616
26172002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2618
2619        * acinclude.m4: New.
2620        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2621        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2622        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2623
26242002-07-01      Joel Sherrill <joel@OARcorp.com>
2625
2626        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2627        _Objects_Information_table now that it is a two dimensional array based
2628        upon API and class.
2629        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2630        of strnlen().
2631
26322002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2633
2634        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2635        preinstall libnetapps.a.
2636
26372002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2638
2639        * configure.ac: Remove librpc.
2640
26412002-06-25      Joel Sherrill <joel@OARcorp.com>
2642
2643        * Per PR233, moved librpc to exec.
2644        * configure.ac, wrapup/Makefile.am: Modified.
2645        * librpc, librpc/ChangeLog: Removed.
2646
26472002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2648
2649        * optman/Makefile.am: Remove multilib support.
2650        * optman/configure.ac: Ditto.
2651        * optman/sapi/Makefile.am: Ditto.
2652
26532002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2654
2655        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2656        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2657
26582002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2659
2660        Move networking libraries to c/src/exec/libnetworking
2661        * libnetworking/configure.ac, libnetworking/Makefile.am,
2662        libnetworking/wrapup/Makefile.am: Reflect Moval.
2663
26642002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2665
2666        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2667        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2668        <rtems/bspIo.h>.
2669
26702002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2671
2672        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2673        * libnetworking/rtems/mkrootfs.h: Ditto.
2674        * libnetworking/rtems/Makefile.am: Reflect changes above.
2675
26762002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2677
2678        * configure.ac: Remove lib.
2679
26802002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2681
2682        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2683        that exception stack frames on M68K members with VBR always are 6 byte
2684        long. The incorrect assumption resulted in some gdb commands like "next"
2685        to fail on the 68360.
2686
26872002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2688
2689        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2690        PR 220
2691        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2692        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2693        CVS.
2694        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2695        libnetworking/sys/filio.h: Remove.
2696        * libnetworking/sys/Makefile.am: Reflect changes above.
2697
26982002-05-07      Chris Johns <ccj@acm.org>
2699
2700        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2701        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2702        requires it to be stripped.
2703
27042002-05-01      Eric Norum <eric.norum@usask.ca>
2705
2706        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2707        assembly  to satisfy gcc 3.1 and newer.
2708
27092002-04-26      Eric Norum <eric.norum@usask.ca>
2710
2711        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2712        agressive optimization in gcc 3.1 does not reorder things.
2713
27142002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2715
2716        * libchip/network/dec21140.c: Reflect changes to powerpc's
2717        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2718        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2719        <rtems/score/cpu.h>.
2720        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2721        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2722
27232002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2724
2725        * optman/configure.ac: Remove ENABLE_GCC28.
2726
27272002-04-11      Chris Johns <ccj@acm.org>
2728
2729        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2730        driver control block field to the ifconfig network driver structure.
2731        This field is needed by the i82586 driver which was ported from NetBSD
2732        as it had better hardware abstraction.
2733        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2734        PR59, added the drv_ctrl driver control block field to the ifconfig
2735        network driver structure. This field is needed by the i82586 driver
2736        which was ported from NetBSD as it had better hardware abstraction.
2737
27382002-04-10      Mike Siers <mikes@poliac.com>
2739
2740        * libnetworking/rtems_webserver/NOTES,
2741        libnetworking/rtems_webserver/asp.c,
2742        libnetworking/rtems_webserver/balloc.c,
2743        libnetworking/rtems_webserver/default.c,
2744        libnetworking/rtems_webserver/ej.h,
2745        libnetworking/rtems_webserver/ejIntrn.h,
2746        libnetworking/rtems_webserver/ejlex.c,
2747        libnetworking/rtems_webserver/ejparse.c,
2748        libnetworking/rtems_webserver/emfdb.c,
2749        libnetworking/rtems_webserver/emfdb.h,
2750        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2751        libnetworking/rtems_webserver/handler.c,
2752        libnetworking/rtems_webserver/license.txt,
2753        libnetworking/rtems_webserver/md5.h,
2754        libnetworking/rtems_webserver/md5c.c,
2755        libnetworking/rtems_webserver/mime.c,
2756        libnetworking/rtems_webserver/misc.c,
2757        libnetworking/rtems_webserver/ringq.c,
2758        libnetworking/rtems_webserver/rom.c,
2759        libnetworking/rtems_webserver/security.c,
2760        libnetworking/rtems_webserver/sock.c,
2761        libnetworking/rtems_webserver/sym.c,
2762        libnetworking/rtems_webserver/uemf.c,
2763        libnetworking/rtems_webserver/uemf.h,
2764        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2765        libnetworking/rtems_webserver/url.c,
2766        libnetworking/rtems_webserver/value.c,
2767        libnetworking/rtems_webserver/wbase64.c,
2768        libnetworking/rtems_webserver/webcomp.c,
2769        libnetworking/rtems_webserver/webpage.c,
2770        libnetworking/rtems_webserver/webrom.c,
2771        libnetworking/rtems_webserver/webs.c,
2772        libnetworking/rtems_webserver/webs.h,
2773        libnetworking/rtems_webserver/websuemf.c,
2774        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2775        2.1.4.
2776
27772002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2778
2779        * libchip/network/i82586.c: Include <string.h>.
2780        * libchip/network/sonic.c: Ditto.
2781
27822002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2783
2784        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2785
27862002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2787
2788        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2789
27902002-03-27      Thomas.Doerfler@imd-systems.de
2791
2792        PR 144
2793        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2794        memory address 0 when called for the first time. This is done when
2795        trying to clear the variable "dhcp_hostname".
2796
27972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2798
2799        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2800        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2801        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2802        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2803        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2804        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2805        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2806        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2807        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2808        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2809        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2810        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2811        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2812        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2813        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2814        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2815        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2816        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2817        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2818        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2819        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2820        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2821        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2822        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2823        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2824        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2825        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2826        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2827        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2828        AUTOMAKE_OPTIONS.
2829        * libnetworking/configure.ac:
2830        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2831        foreign 1.6]).
2832        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2833        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2834        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2835        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2836        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2837        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2838        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2839        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2840        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2841        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2842        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2843        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2844        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2845        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2846        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2847        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2848        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2849
28502002-03-27      Ilya Alexeev <ilya@continuum.ru>
2851
2852        PR 162
2853        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2854        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2855        used in a device write routines.  Now ppp_softc structure have own
2856        character for writing to device (sc_outchar).  I think that converting
2857        local variables to static is not a right solution, because problems will
2858        occur in the case of two or more ppp instances.
2859        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2860        must be u_long, otherwise in the case of the big output packet endless
2861        loop may occur.
2862
28632002-03-21      Ilya Alexeev <ilya@continuum.ru>
2864
2865        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2866        preparations for multiple PPPD connections.
2867
28682002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2869
2870        PR 149
2871        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2872        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2873        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2874        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2875
28762002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2877
2878        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2879        * configure.ac: Modified to reflect addition.
2880
28812002-02-27      Ilya Alexeev <ilya@continuum.ru>
2882
2883        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2884        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2885        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2886        capabilities as well as eliminate some warnings.
2887
28882002-02-27      Eric Norum <eric.norum@usask.ca>
2889
2890        * libnetworking/net/radix.c: Properly handle fetching the default route
2891        when there is no route.  This was a bug in the original FreeBSD code and
2892        this fix is from an updated version of their code.
2893
28942002-02-16      Eric Norum <eric.norum@usask.ca>
2895
2896        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2897        checking.
2898
28992002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2900
2901        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2902        dodefaultroute.
2903
29042002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2905
2906        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2907        include <rtems/seterr.h>.
2908
29092002-02-01      Mike Siers <mikes@poliac.com>
2910
2911        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2912        avoid bringing the link down too fast. NOTE: Mike reports successfully
2913        running at 56K baud on a direct link.
2914
29152002-02-01      Eric Valette <valette@crf.canon.fr>
2916
2917        * librdbg/So many patches have been posted recently on the mailing list
2918        and  because we were unable to find correct solution to compile on
2919        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2920        because the coding  style of rdbg was rather inconsistant among various
2921        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2922        global coding style (using indent + manual edits), 2) incorporate/review
2923        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2924        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2925        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2926        after rdbg initialization is done, NB : the paches is huge but it is
2927        mainly due to coding styke chnages.  Only few lines of codes have been
2928        really changed and they do not impact  rdbg functionnality (AFAIKT).
2929        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2930        librdbg/include/rdbg/m68k/rdbg_f.h,
2931        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2932        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2933        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2934        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2935        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2936        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2937        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2938        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2939        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2940        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2941        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2942        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2943        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2944        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2945        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2946        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2947
29482002-01-31      Mike Siers <mikes@poliac.com>
2949
2950        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2951        * Nice Update of PPPD support which eliminates the requiremetn that
2952        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2953        and reports that it seems to be more stable and handle larger packets
2954        better.  This patch replaces the termios tasks with more general pppd
2955        network driver tasks.  The functions pppinput() and pppstart() get
2956        called from the interrupt service routine.
2957        * libnetworking/Makefile.am, libnetworking/configure.ac,
2958        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2959        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2960        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2961        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2962        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2963        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2964        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2965        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2966        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2967        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2968        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2969        libnetworking/net/route.c, libnetworking/net/route.h,
2970        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2971        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2972        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2973        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2974        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2975        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2976        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2977        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2978        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2979        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2980        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2981        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2982        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2983        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2984        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2985        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2986        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2987        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2988        libnetworking/pppd/example/README,
2989        libnetworking/pppd/example/netconfig.h,
2990        libnetworking/wrapup/Makefile.am: Modified.
2991        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2992        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2993        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2994        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2995        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2996        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2997        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2998        libnetworking/modem/pppcompress.c: Subdirectory removed.
2999
30002002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3001
3002        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3003        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3004
30052002-01-18      Till Straumann <strauman@slac.stanford.edu>
3006
3007        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3008        issues: - exception handler needs to enable MSR_FP if the interrupted
3009        thread is FP enabled. - printk message for MSR fixed and added
3010        stacktrace. NOTE: this requires the stacktrace patch to
3011        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3012        however).
3013
30142002-01-06      Joel Sherrill <joel@OARcorp.com>
3015
3016        * optman/.cvsignore: Added aclocal.m4 and configure.
3017        * optman/.cvsignore: New file.
3018
30192002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3020
3021        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3022
30232002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3024
3025        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3026        * optman/ChangeLog: New.
3027        * optman/configure.ac: New.
3028        * optman/Makefile.am: New.
3029        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3030        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3031
30322001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3033
3034        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3035
30362001-12-18      Eric Norum <eric.norum@usask.ca>
3037
3038        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3039        `directories' (path names with a / at the end) while disallowing open()
3040        operations on TFTP `directories'.
3041
30422001-12-07      Eric Norum <eric.norum@usask.ca>
3043
3044        * libnetworking/lib/tftpDriver.c: Restore write capability.
3045
30462001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3047
3048        * libchip/network/sonic.h: Fix typo.
3049        * libnetworking/arpa/Makefile.am: Remove stray lines.
3050
30512001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3052
3053        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3054
30552001-10-18      Eric Norum <eric.norum@usask.ca>
3056
3057        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3058        chdir() and open() operations within the TFTP file system.
3059
30602001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3061
3062        * librdbg/configure.ac: Fix latent bug exposed by removal of
3063        config.cache's which prevented powerpc targets librdbg from building.
3064
30652001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3066
3067        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3068        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3069        autoconf-2.52 happy.
3070
30712001-10-12      Mike Siers <mikes@poliac.com>
3072
3073        * libnetworking/Update to stable working state.  Congratulations Mike!
3074        :).
3075        * libnetworking/modem_example: Directory removed.
3076        * libnetworking/modem_example/16550.h,
3077        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3078        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3079        libnetworking/modem_example/ppp.h,
3080        libnetworking/modem_example/pppcompress.c: Files removed.
3081        * libnetworking/pppd/example/pppd.options: New file.
3082        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3083        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3084        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3085        libnetworking/pppd/rtemsmain.c: Updated.
3086
30872001-10-12      Joel Sherrill <joel@OARcorp.com>
3088
3089        * libchip/serial/z85c30.c: Fixed typo.
3090
30912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3092
3093        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3094        * configure.in: Remove.
3095        * configure.ac: New file, generated from configure.in by autoupdate.
3096        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3097        * libchip/configure.in: Remove.
3098        * libchip/configure.ac: New file, generated from configure.in by
3099        autoupdate.
3100        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3101        * librdbg/configure.in: Remove.
3102        * librdbg/configure.ac: New file, generated from configure.in by
3103        autoupdate.
3104        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3105        * libnetworking/configure.in: Remove.
3106        * libnetworking/configure.ac: New file, generated from configure.in by
3107        autoupdate.
3108
31092001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3110
3111        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3112        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3113        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3114
31152001-09-27      Joel Sherrill <joel@OARcorp.com>
3116
3117        * libchip/ChangeLog: Fixed typo in date.
3118
31192001-09-27      Eric Norum <eric.norum@usask.ca>
3120
3121        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3122        TFTP  filesystem.
3123
31242001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3125
3126        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3127        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3128        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3129        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3130        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3131        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3132        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3133        'PREINSTALL_FILES ='.
3134        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3135        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3136        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3137        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3138        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3139        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3140        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3141        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3142        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3143        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3144        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3145        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3146
31472001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3148
3149        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3150        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3151        * librdbg/src/m68k/any/Makefile.am: Ditto.
3152        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3153        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3154        happy.
3155
31562001-09-21      Joel Sherrill <joel@OARcorp.com>
3157
3158        * libchip/network/Makefile.am: Fixed typo on file name.
3159        * libchip/network/i82586.c: Commented out line 318 which is referencing
3160        a member of a structure that is not currently there.  This needs to be
3161        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3162        to C style.
3163
31642001-09-19      Eric Norum <eric.norum@usask.ca>
3165
3166        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3167
31682001-09-19      Chris Johns <ccj@acm.org>
3169
3170        * libchip/network/README.i82586, libchip/network/i82586.c,
3171        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3172        Network driver for Intel i82586.
3173        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3174        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3175        "root" filesystem with information obtained via the DHCP response.
3176
31772001-09-14      Eric Norum <eric.norum@usask.ca>
3178
3179        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3180        make gcc 3.x happy.
3181
31822001-08-16      Mike Siers <mikes@poliac.com>
3183
3184        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3185        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3186        These support callback functionality that has not even been compiled
3187        under RTEMS yet.
3188        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3189        example application.  Mike's notes on the modifications: - renamed
3190        error() function because of namespace problems - removed calls to the
3191        exit() funciton - removed extra files from the pppd source directory -
3192        defined pppd task constant values in rtemspppd.h - modifyied example
3193        code to get actual tick per second value - placed the pppd 2.3.11 man
3194        page file (pppd.8) into the pppd directory.
3195        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3196        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3197        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3198        libnetworking/pppd/rtems-ppp.c: Deleted.
3199        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3200        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3201        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3202        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3203        libnetworking/pppd/example/init.c,
3204        libnetworking/pppd/example/netconfig.h,
3205        libnetworking/pppd/example/ppp.conf,
3206        libnetworking/pppd/example/pppdapp.c,
3207        libnetworking/pppd/example/system.h: New files.
3208        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3209        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3210        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3211        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3212        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3213        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3214        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3215        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3216        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3217        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3218        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3219        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3220        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3221        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3222        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3223
32242001-08-16      Joel Sherrill <joel@OARcorp.com>
3225
3226        * libnetworking/pppd/example/Makefile: Removed.
3227        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3228        to avoid bootstrap -c clobbering it.
3229        * libnetworking/rtems_telnetd/.cvsignore: New file.
3230
32312001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3232
3233        * libnetworking/Makefile.am, libnetworking/configure.in,
3234        libnetworking/rtems_servers/Makefile.am,
3235        libnetworking/rtems_servers/telnetd.c,
3236        libnetworking/rtems_servers/telnetd.h,
3237        libnetworking/rtems_telnetd/Makefile.am,
3238        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3239        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3240        libnetworking/rtems_telnetd/telnetd.c,
3241        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3242        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3243        effect when ftpd change. - the tcp/ip stats have been implemented into
3244        icmds.c and started when telnetd daemon is started.
3245        * libnetworking/rtems_servers/telnetd.c,
3246        libnetworking/rtems_servers/telnetd.h: Removed.
3247        * libnetworking/rtems_telnetd: New directory.
3248        * libnetworking/rtems_telnetd/Makefile.am,
3249        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3250        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3251        libnetworking/rtems_telnetd/telnetd.c,
3252        libnetworking/rtems_telnetd/telnetd.h: New files.
3253
32542001-06-14      Joel Sherrill <joel@OARcorp.com>
3255
3256        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3257        Moved from libmisc/shell so the network stack to address network
3258        depenendency.
3259        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3260
32612001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3262
3263        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3264
32652001-05-15      Joel Sherrill <joel@OARcorp.com>
3266
3267        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3268        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3269        accidentally deleted the incorrectly empty versions.
3270
32712001-05-14      Till Straumann <strauman@slac.stanford.edu>
3272
3273        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3274        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3275        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3276        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3277        to know the values) - the affected BSP (shared/motorola) headers have
3278        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3279        driver (libchip/network/dec21140.c) has been fixed to use
3280        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3281        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3282        who is using this driver. - the DEC driver also has been fixed to use
3283        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3284        delay_in_bus_cycles().
3285
32862001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3287
3288        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3289
32902001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3291
3292        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3293
32942001-04-24      Eric Norum <eric.norum@usask.ca>
3295
3296        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3297        NTP synchronization a little more robust -- no NTP daemon yet, but at
3298        least it trys a little harder when the primary NTP server is down.
3299
33002001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3301
3302        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3303        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3304        libnetworking/pppd/modem_example/modem.c,
3305        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3306        other strings into English.
3307        * libnetworking/pppd/STATUS: updated to reflect the changes.
3308
33092001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3310
3311        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3312        again.
3313
33142001-04-20      Eric Valette <valette@crf.canon.fr>
3315
3316        * mcp750 directory renamed new_exception processing as it supports many
3317        more CPU models.
3318        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3319        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3320        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3321        formerly in mcp750 plus modifications.
3322        * librdbg/src/powerpc/mcp750/.cvsignore,
3323        librdbg/src/powerpc/mcp750/Makefile.am,
3324        librdbg/src/powerpc/mcp750/remdeb.h,
3325        librdbg/src/powerpc/mcp750/remdeb_f.x,
3326        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3327        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3328        new_exception_processing.
3329        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3330        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3331        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3332        part of this effort to add support for the MPC8xx.
3333
33342001-04-19      Joel Sherrill <joel@OARcorp.com>
3335
3336        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3337        internal include files.
3338
33392001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3340
3341        PR 158
3342        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3343        rcmd() library call by commenting out the parts that deal with signals.
3344        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3345        stdio. The 'server-side' parts of this file which deal with
3346        authentication are disabled since they are not needed.
3347
33482001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3349
3350        * libnetworking/include/.cvsignore: Remove dangling file.
3351
33522001-03-14      Joel Sherrill <joel@OARcorp.com>
3353
3354        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3355        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3356        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3357        libchip style serial drivers can be written in libcpu or libbsp.
3358
33592001-03-01      Joel Sherrill <joel@OARcorp.com>
3360
3361        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3362        libchip/network/sonic.c, libchip/network/sonic.h,
3363        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3364        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3365        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3366        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3367        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3368        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3369        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3370        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3371
33722001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3373
3374        * librdbg/include/rdbg/Makefile.am,
3375        librdbg/include/rdbg/i386/Makefile.am,
3376        librdbg/include/rdbg/m68k/Makefile.am,
3377        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3378        style on include files.
3379
33802001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3381
3382        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3383        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3384        replace ${..} with $(..).
3385        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3386        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3387        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3388        libnetworking/rtems/Makefile.am, libnetworking/
3389        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3390        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3391        include_*HEADERS instead of H_FILES.
3392        * libnetworking/include/Makefile.am: Remove.
3393        * libnetworking/Makefile.am: Add handling of *.h files.
3394        * libnetworking/configure.in: Remove include/Makefile.
3395
33962001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3397
3398        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3399
34002001-01-31      Sergei Organov <osv@javad.ru>
3401
3402        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3403        current dir and root dir removed in favor of new libio support for
3404        task-local current and root directories. - Bug in `close_data_socket()'
3405        introduced by previous change fixed. - `command_pasv()' changed to set
3406        timeout on socket we are listening on and code fixed to don't close
3407        socket twice on error. - `serr()' changed to clear `errno'. -
3408        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3409        changed to clear `errno' before processing session. -
3410        `close_data_socket()' fixed to close both active and passive sockets -
3411        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3412        empty string  in `exec_command()'.
3413
34142001-01-25      Eric Norum <eric.norum@usask.ca>
3415
3416        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3417        improves throughput on systems which are dropping packets.   Only the
3418        first timeout is reduced.  This keeps the number of extra packets down
3419        on networks that are very busy and dropping lots of packets.
3420
34212001-01-24      Sergei Organov <osv@javad.ru>
3422
3423        * libnetworking/rtems_servers/ftpd.c,
3424        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3425        - Timeouts on sockets implemented. 'idle' field added to configuration.
3426        No timeout by default to keep backward compatibility. Note: SITE IDLE
3427        command not implemented yet. - Basic global access control implemented.
3428        'access' field added to configuration. No access limitations by default
3429        to keep backward compatibility. - Anchor data socket for active mode
3430        (using self IP and port 20.) - Fixed default data port support (still
3431        not tested). - Don't allow IP address different from originating host in
3432        PORT command to improve security. - Fixed bug in MDTM command. - Check
3433        for correctness of parsing of argument in command_port(). - Fixed
3434        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3435        a directory. - Command parsing a little bit improved: command names are
3436        now converted to upper-case to be more compatible with RFC (command
3437        names are not case-sensitive.) - Reformat comments so that they have
3438        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3439        previous changes - True ASCII mode implemented (doesn't work for hooks
3440        and /dev/null) - Passive mode implemented, PASV command added. - Default
3441        port for data connection could be used (untested, can't find ftp client
3442        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3443        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3444
34452001-01-18      Joel Sherrill <joel@OARcorp.com>
3446
3447        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3448        macro using variable arguments.
3449        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3450        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3451        since I updated the main RTEMS development machine to RedHat 7.2 and
3452        apparently got a new version of rpcgen.
3453
34542001-01-12      Sergei Organov <osv@javad.ru>
3455
3456        * libnetworking/rtems_servers/ftpd.c,
3457        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3458        - use pool of pre-created threads to handle sessions instead of
3459        creating/deleting threads on the fly - LIST output is now similar to
3460        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3461        happy with it. - LIST NAME now works (both for files and directories) -
3462        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3463        clients happy  - keep track of CWD for every session separately -
3464        ability to specify root directory name for FTPD in configuration table.
3465        FTPD will then create illusion for FTP clients that this is actually
3466        root directory. - ignore options sent in commands, thus LIST -al FILE
3467        works and doesn't try to list "-al" directory. - buffers are allocated
3468        on stack instead of heap where possible to eliminate malloc/free calls
3469        (avoid possible heap fragmentation troubles). - drop using of task
3470        notepad to pass parameters - use function arguments instead - use
3471        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3472        in socket() instead of AF_INET.
3473
34742001-01-02      Joel Sherrill <joel@OARcorp.com>
3475
3476        * libnetworking/CHANGELOG: Removed.
3477        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3478
34792000-12-14      Eric Norum <eric.norum@usask.ca>
3480
3481        * libnetworking/lib/tftpDriver.c: Added write capability.
3482
34832000-12-08      Joel Sherrill <joel@OARcorp.com>
3484
3485        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3486        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3487        numerous variable declarations conditional on PPP_COMPRESS and
3488        PPP_FILTER.  Commented out variables that were not used because the code
3489        using them was commented out. Removed totally unused variables.
3490        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3491        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3492
34932000-11-30      Joel Sherrill <joel@OARcorp.com>
3494
3495        * libnetworking/modem/ppp_tty.c: Changed to include
3496        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3497        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3498        * libnetworking/Makefile.am: Modified to reflect above.
3499
35002000-11-27      Joel Sherrill <joel@OARcorp.com>
3501
3502        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3503
35042000-11-25      Eric Norum <eric.norum@usask.ca>
3505
3506        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3507        core.
3508
35092000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3510
3511        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3512        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3513        subdir.
3514        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3515        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3516        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3517        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3518        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3519        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3520        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3521        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3522        ppp_tty.c and the real pppd main is in pppmain.c.
3523
35242000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3525
3526        * libchip/network/sonic.c: Added ipalign() routine to align the received
3527        packet so that the ip header is on a 32-bit boundary. Necessary for
3528        cpu's that do not allow unaligned loads and stores and when the 32-bit
3529        DMA mode is used.
3530
35312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3532
3533        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3534        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3535        ACLOCAL_AMFLAGS.
3536        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3537        ACLOCAL_AMFLAGS.
3538        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3539        ACLOCAL_AMFLAGS.
3540
35412000-11-03      Chris Johns <ccj@acm.org>
3542
3543        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3544        libchip/network/cs8900.h: New files.
3545
35462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3547
3548        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3549        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3550        $(RTEMS_TOPdir)/aclocal.
3551        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3552        $(RTEMS_TOPdir)/aclocal.
3553        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3554        $(RTEMS_TOPdir)/aclocal.
3555
35562000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3557
3558        * configure.in: Switch to GNU-canonicalization.
3559        * Makefile.am: Reflect changes to configure.in.
3560        * acinclude.m4: Remove.
3561
35622000-10-30      Joel Sherrill <joel@OARcorp.com>
3563
3564        * POSIX include files merged into newlib.  This resulted in some
3565        definitions moving to other files and thus some secondary effects in
3566        RTEMS source code.
3567        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3568        in sync with newlib's <machine/types.h>.
3569        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3570        definition of struct itimerval in <sys/time.h>.
3571
35722000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3573
3574        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3575        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3576        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3577        * ChangeLog: Fix typos.
3578        * configure.in: add tests to the GNU canonicalized subdirectories.
3579
35802000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3581
3582        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3583        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3584        the lib directory before configuring lib/.
3585
35862000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3587
3588        * configure.in, Makefile.am: add exec to the GNU canonicalized
3589        subdirectories.
3590        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3591        * configure.in: add libnetworking, librpc and librdb to the GNU
3592        canonicalized subdirectories.
3593        * configure.in: add libmisc and libchip to the GNU canonicalized
3594        subdirectories.
3595        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3596        Switch to GNU canonicalization.
3597        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3598        Switch to GNU canonicalization.
3599        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3600        Switch to GNU canonicalization.
3601
36022000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3603
3604        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3605        canonicalization to libfs/. The approach is currently a bit of a hack as
3606        GNU canonicalization does not support the per-BSP build some of the
3607        other directories require.  As more of the tree is converted, this will
3608        become less  of an issue.
3609
36102000-10-20      Joel Sherrill <joel@OARcorp.com>
3611
3612        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3613        parameter.
3614
36152000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3616
3617        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3618        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3619        * librdbg/configure.in: Add m68k support.
3620        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3621        subdirectory.
3622        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3623        failure.
3624        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3625        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3626        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3627        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3628        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3629        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3630        librdbg/src/m68k/.cvsignore: New files.
3631        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3632        function pointers.
3633        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3634        _after_ pointer has been checked against NULL.
3635
36362000-10-18      Joel Sherrill <joel@OARcorp.com>
3637
3638        * wrapup/Makefile.am: Added libfs.
3639
36402000-10-18      Chris Johns <ccj@acm.org>
3641
3642        * libfs created.
3643        * configure.in: Added libfs subdirectory.
3644        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3645
36462000-09-28      Joel Sherrill <joel@OARcorp.com>
3647
3648        * libnetworking/rtems_webserver/Makefile.am,
3649        libnetworking/rtems_webserver/base64.c,
3650        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3651        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3652
36532000-09-22      Joel Sherrill <joel@OARcorp.com>
3654
3655        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3656        libnetworking/rtems/rtems_bsdnet_internal.h,
3657        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3658        have included rtems.h.  It is now including precisely the  least amount
3659        of low level, yet portable .h files to get the basic RTEMS types
3660        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3661        used machine/types.h to include rtems.h.
3662
36632000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3664
3665        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3666
36672000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3668
3669        * libnetworking/ChangeLog: Cleanup.
3670
36712000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3672
3673        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3674        * libchip/ChangeLog: Fix formating.
3675
36762000-09-05      Joel Sherrill <joel@OARcorp.com>
3677
3678        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3679        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3680        confusion and to work with the converted flags.
3681
36822000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3683
3684        * wrapup/Makefile.am: Include compile.am.
3685        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3686        libchip/serial/Makefile.am: Include compile.am.
3687        * librdbg/src/i386/any/Makefile.am,
3688        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3689        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3690        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3691        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3692        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3693        libnetworking/rtems_servers/Makefile.am,
3694        libnetworking/rtems_webserver/Makefile.am,
3695        libnetworking/wrapup/Makefile.am: Include compile.am.
3696
36972000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3698
3699        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3700        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3701
37022000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3703
3704        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3705
37062000-08-31      Joel Sherrill <joel@OARcorp.com>
3707
3708        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3709        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3710        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3711        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3712        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3713        * libnetworking/wbase64.c: Removed.
3714        * libnetworking/Makefile.am, libnetworking/asp.c,
3715        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3716        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3717        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3718        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3719        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3720        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3721        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3722        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3723        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3724        Modified.
3725
37262000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3727
3728        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3729
37302000-08-30      Joel Sherrill <joel@OARcorp.com>
3731
3732        * libnetworking/rtems_webserver/license.txt: New file.
3733
37342000-08-10      Joel Sherrill <joel@OARcorp.com>
3735
3736        * ChangeLog: New file.
3737        * libchip/ChangeLog: New file.
3738        * librdbg/ChangeLog: New file.
3739        * libnetworking/ChangeLog: New file.
3740
Note: See TracBrowser for help on using the repository browser.