source: rtems/c/src/ChangeLog @ 2c0b598

4.104.114.95
Last change on this file since 2c0b598 was 2c0b598, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/07/08 at 03:35:43

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

  • libchip/ide/ata.c, libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
  • Property mode set to 100644
File size: 140.7 KB
Line 
12008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
4        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
5        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
6        Convert to "bool".
7        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
8        Convert to "bool".
9        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
10        Convert to "bool".
11
122008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
15        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
16        memory driver to not use the clock ioctl to install a method to poll
17        for input. It now uses a Class API Timer which means we can eliminate
18        this special IOCTL from all clock drivers.
19        * libchip/shmdr/setckvec.c: Removed.
20
212008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * libchip/network/sonic.c: Do not declare a variable just to hold an
24        ignored return value.
25
262008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
27
28        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
29
302008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
33        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
34
352008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * libchip/display/disp_hcms29xx.c: Do not make these static. They
38        appear to be unused that way.
39
402008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * libchip/shmdr/shm_driver.h: Correct prototypes.
43
442008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
45
46        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
47        variables and made methods static.
48
492008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * libchip/serial/ns16550.c: Fix warning.
52
532008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * aclocal/prog-cc.m4: Add -Wnested-externs.
56
572008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * libchip/network/dec21140.c: Add missing prototype.
60        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
61
622008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
65        -Wstrict-prototypes to RTEMS_CFLAGS.
66
672008-08-02      Chris Johns <chrisj@rtems.org>
68
69        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
70        rtems_blkdev_request count and start references. Use
71        RTEMS_BLKDEV_START_BLOCK.
72
732008-07-29      Chris Johns <chrisj@rtems.org>
74
75        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
76
77        * libchip/ide/ata.c: Change to use a mutex rather than disable
78        pre-emption. Updated to the libblock changes.
79
80        * libchip/ide/ata_internal.h: Updated to the new chains API.
81
82        * libchip/ide/ide_controller.c: Updated to the libblock
83        changes. Added come debug tracing.
84
85        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
86        to the libblock changes.
87
882008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * configure.ac: Remove RPCGEN, RPCTOOLS.
91
922008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
93
94        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
95        for output format specifiers.
96
972008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
98
99        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
100        Fixed some data types
101
1022008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
103
104        * libchip/i2c/spi-sd-card.c: Added missing header file.
105        * libchip/Makefile.am: Added SD Card driver.
106
1072008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
108
109        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
110        make glyphs non-constant, added file headers
111
1122008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
113
114        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
115        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
116        * libchip/display/font_hcms29xx.h
117        Creation of SPI display driver
118
1192008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
120
121        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
122        via SPI.
123
1242008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
127        AC_PREREQ(2.62).
128
1292008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
132
1332008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * libchip/Makefile.am: Move termios helper routines from libchip to
136        libcsupport. Add routine which makes it easy for a termios device
137        driver to inform termios of its default baud rate. This avoids
138        inconsistencies in later termios settings changes.
139        * libchip/serial/termios_baud2index.c,
140        libchip/serial/termios_baud2num.c: Removed.
141
1422008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
145
1462008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
149        not fail if there are none.
150
1512008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
152
153        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
154        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
155        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
156        * libchip/Makefile.am:
157        derived a generic spi memory driver from spi-flash-m25p40,
158        added descriptor for fram fm25l256
159
1602008-05-07      Till Straumann <strauman@slac.stanford.edu>
161
162        PR 649/bsps
163        * libchip/ide/ata.c: Give up if the interface does not become ready.
164
1652008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        Moved to cpukit.
168        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
169        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
170        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
171        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
172        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
173        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
174        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
175        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
176        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
177        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
178        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
179        nfsclient/src/xdr_mbuf.c: Removed.
180
1812008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
184
1852008-01-05      Chris Johns <chrisj@rtems.org>
186
187        * libchip/flash/am29lv160.c: Update the blank check error message
188        to say there is an error.
189       
1902007-12-22      Chris Johns <chrisj@rtems.org>
191
192        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
193        the hello message. Just one line but still a little too long.
194       
1952007-12-14      Chris Johns <chrisj@rtems.org>
196
197        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
198        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
199        * libchip/flash, libchip/flash/am29lv160.c,
200        libchip/flash/am29lv160.h: New.
201
2022007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * libchip/network/if_fxp.c: Spacing.
205
2062007-11-20      Till Straumann <strauman@slac.stanford.edu>
207
208        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
209        Avoid using 'stdio' before the system is up and fully
210        initialized.
211
2122007-11-20      Till Straumann <strauman@slac.stanford.edu>
213
214        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
215        * libchip/Makefile.am, libchip/preinstall.am:
216        added new driver for Maxim DS1375 i2c RTC.
217
2182007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
219
220        * libchip/i2c/spi-flash-m25p40.c:
221        added addressing call in write function
222
2232007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
224
225        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
226        * libchip/Makefile.am:
227        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
228
2292007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
230
231        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
232
2332007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
234
235        * nfsclient/Makefile.am: Fix errors.
236
2372007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
238
239        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
240
2412007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
242
243        * aclocal/version.m4: Bump RTEMS_API to 4.9.
244        Bump RTEMS_VERSION to 4.8.99.0.
245
2462007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
247
248        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
249
2502007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
251
252        * configure.ac: Remove AC_PROG_AWK (Unused).
253
2542007-09-14      Daron Chabot <djc915@mail.usask.ca>
255
256        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
257        rtems_interrupt_vector, to permit passing arbitrary arguments to the
258        ISR. Clean up of variables to silence compiler warnings.
259
2602007-09-13      Daniel Hellstrom <daniel@gaisler.com>
261
262        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
263
2642007-09-12      Daniel Hellstrom <daniel@gaisler.com>
265
266        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
267          - Odd bit bug in some chips taken care of.
268          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
269            alignment but failing to do so must have made the driver writer to make
270            some incorrect assumptions about MBUFs.
271          - Fixed MBUF handling to handle mbuf chains better. The Data length of
272            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
273          - Made while loop responsible for copying data to fifo port copy 16 shorts
274            per loop instead of 1 short, increasing the copying process.
275
2762007-09-07      Daniel Hellstrom <daniel@gaisler.com>
277
278        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
279        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
280
2812007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * configure.ac, wrapup/Makefile.am: Remove RDBG.
284        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
285        librdbg/Makefile.am, librdbg/preinstall.am,
286        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
287        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
288        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
289        librdbg/include/rdbg/powerpc/rdbg_f.h,
290        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
291        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
292        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
293        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
294        librdbg/src/servtsp.c, librdbg/src/servutil.c,
295        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
296        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
297        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
298        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
299        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
300        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
301        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
302        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
303        librdbg/src/powerpc/rdbg_f.c,
304        librdbg/src/powerpc/new_exception_processing/remdeb.h,
305        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
306        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
307        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
308
3092007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
310
311        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
312
3132007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
314
315        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
316          sizes.
317
3182007-07-27      Chris Johns <chrisj@rtems.org>
319
320        * wrapup/Makefile.am: Create archive from a file for hosts
321        with a limited command line size.
322
3232007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
324
325        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
326          sizes.
327
3282007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
329       
330        * configure.ac: Add nfsclient.
331        * nfsclient/Makefile.am: New.
332        * nfsclient/proto/Makefile, nfsclient/Makefile,
333          nfsclient/src/Makefile: Remove.
334        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
335        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
336
3372007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
338
339        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
340        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
341        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
342        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
343        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
344        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
345        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
346        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
347        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
348        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
349        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
350        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
351
3522007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
353
354        * libchip/serial/ns16550.c: removed timed out wait for transmitter
355        to become ready: This will not work for fast CPUs.
356
3572007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
358
359        * libchip/ide/ata.c: fixed warning
360
3612007-06-20      Ray Xu <rayx@gmail.com>
362
363        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
364        console, and libio. This shrinks the memory requirements but Joel has
365        not figured out how best to present this to application space.
366        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
367        New files.
368
3692007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
370
371        * optman/sapi/no-io.c: Split IO Manager into one function per file so
372        now we only need required initialization methods.
373
3742007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
375
376        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
377        parameter since it was used to configure a no longer used feature.
378        Device names are now part of the filesystem not in a table.
379
3802007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
381
382        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
383        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
384        optman/rtems/no-part.c, optman/rtems/no-region.c,
385        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
386        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
387        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
388        other optional managers so using them reduces application size
389        instead of increasing it.
390        * optman/rtems/no-barrier.c: New file.
391
3922007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
393
394        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
395        adjustments to pci-API changes.
396        * libchip/network/dec21140.c, libchip/network/elnk.c,
397        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
398        changes.
399
4002007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
401
402        * libchip/network/dec21140.c, libchip/network/if_dc.c,
403        libchip/network/if_fxp.c: Reflect changes to pci-API.
404
4052007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
406
407        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
408        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
409
4102007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
411
412        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
413          being used to compile "tools").
414
4152007-03-13      Joel Sherrill <joel@OARcorp.com>
416
417        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
418
4192007-03-12      Joel Sherrill <joel@OARcorp.com>
420
421        * libchip/network/cs8900.c, libchip/network/cs8900.h,
422        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
423        and/or fix mistake in copyright notice. Both of these mistakes appear
424        to be from code submitted after these changes were made previously.
425
4262007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
427
428        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
429
4302007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
431
432        * libchip/Makefile.am: Correct path to README.tulipclone.
433
4342007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
435
436        * libchip/ide/ata.c: Remove superfluous type casts.
437
4382007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
439
440        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
441        Use size_t for sizes.
442
4432007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
444
445        * libchip/ide/ata.c: in ata_request_done: moved call to free()
446        from preemption disabled region
447
4482007-01-16      Till Straumann <strauman@slac.stanford.edu>
449
450        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
451        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
452        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
453
4542006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
455
456        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
457          ioctl_command_t as ioctl argument.
458
4592006-12-13      Joel Sherrill <joel@OARcorp.com>
460
461        * librtems++/include/rtems++/rtemsEvent.h,
462        librtems++/include/rtems++/rtemsMessageQueue.h,
463        librtems++/include/rtems++/rtemsSemaphore.h,
464        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
465        librtems++/src/rtemsMessageQueue.cc,
466        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
467        rtems_unsigned32 to uint32_t.
468
4692006-12-13      Joel Sherrill <joel@OARcorp.com>
470
471        PR 1181/bsps
472        * optman/rtems/no-msg.c: Clean up dead code.
473
4742006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
475
476        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
477
4782006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
479
480        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
481        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
482        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
483
4842006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
485
486        * configure.ac: New BUG-REPORT address.
487
4882006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
489
490        * Makefile.am: Remove ampolish3.
491
4922006-11-17      Joel Sherrill <joel@OARcorp.com>
493
494        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
495        blank lines.
496
4972006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
498
499        * configure.ac: Remove RTEMS_AMPOLISH3.
500        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
501          Remove checks for AMPOLISH3.
502        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
503        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
504        * ampolish3: Remove.
505
5062006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
507
508        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
509        * aclocal/prog-cc.m4: Remove CFLAGS.
510        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
511        Compose CFLAGS. Append CFLAGS to ac_configure_args.
512
5132006-10-23      Joel Sherrill <joel@OARcorp.com>
514
515        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
516
5172006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
518
519        * automake/compile.am: Use hard-coded RTEMS_* flags.
520
5212006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
522
523        * aclocal/rtems-top.m4: Remove RTEMS_API.
524        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
525
5262006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
527
528        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
529
5302006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
531
532        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
533
5342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
535
536        * aclocal/version.m4: Bump version to 4.7.99.0.
537
5382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
539
540        * configure.ac: Require autoconf-2.60. Require automake-1.10.
541
5422006-09-11      Joel Sherrill <joel@OARcorp.com>
543
544        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
545
5462006-09-04      Joel Sherrill <joel@OARcorp.com>
547
548        * libchip/network/greth.c, libchip/network/open_eth.c,
549        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
550        introduced by warning removal.
551
5522006-09-01      Joel Sherrill <joel@OARcorp.com>
553
554        * libchip/network/greth.c, libchip/network/open_eth.c,
555        libchip/network/smc91111.c: Remove warnings and correct prototype
556        added earlier today.
557
5582006-09-01      Joel Sherrill <joel@OARcorp.com>
559
560        * libchip/network/cs8900.c, libchip/network/greth.c,
561        libchip/network/i82586.c, libchip/network/open_eth.c,
562        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
563        sized integers, and inttypes.h printf helpers.
564
5652006-08-09      Kolja Waschk <waschk@telos.de>
566
567        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
568
5692006-07-12      Joel Sherrill <joel@OARcorp.com>
570
571        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
572
5732006-07-11      Jerry Needell <jerry.needell@unh.edu>
574
575        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
576        4.6 branch.  Original modifications by Gaisler Enterprises.
577        * libchip/network/greth.c, libchip/network/greth.h: New files.
578
5792006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
580
581        * ide/ata.[ch]:
582        (PR1118) fetch priority for ATA task from a variable,
583        not a fixed configuration value.
584       
5852006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
586
587        * Makefile.am: Add ampolish3.
588
5892006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
590
591        * ampolish3: New.
592        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
593
5942006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
595
596        * aclocal/rtems-ampolish.m4: New.
597        * configure.ac: Use RTEMS_AMPOLISH3.
598
5992006-04-18  Joel Sherrill <joel@OARcorp.com>
600
601        * aclocal/version.m4: Updated to rtems-4.6.99.3.
602
6032006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
604
605        PR 853/filesystem
606        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
607        should be modified to support the new exception scheme and to use the
608        handle parameter.
609
6102006-02-a32     Eric Norum <norume@aps.anl.gov>
611
612        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
613        "newer" PCI access calls.  Minor cleanups.  Comments.
614
6152006-01-12      Eric Norum <norume@aps.anl.gov>
616
617        PR 861/networking
618        PR 863/networking
619        * libchip/network/smc91111.c: Fix illegal lvalue increments.
620
6212006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
622
623        * wrapup/Makefile.am: Add preinstall.am.
624        * libchip/Makefile.am: Build libchip/network/smc91111.
625        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
626        Eliminate cyg_int* crap.
627
6282006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
629
630        * librdbg/Makefile.am: Add preinstall.am.
631        * aclocal/bsp-configure.m4: Add ampolish3.
632        New header guards.
633
6342006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
635
636        * libchip/network/open_eth.c, libchip/network/open_eth.h:
637        Merger from rtems-4-6-branch.
638
6392006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
640
641        * libchip/network/smc91111.c
642        libchip/network/smc91111config.h
643        libchip/network/smc91111exp.h
644        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
645        * libchip/Makefile.am: Reflect adding smc91111*.
646
6472006-01-08      Joel Sherrill <joel@OARcorp.com>
648
649        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
650        char *.
651
6522006-01-08      Joel Sherrill <joel@OARcorp.com>
653
654        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
655        warnings.
656
6572005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
658
659        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
660        Add RTEMS_RELLDFLAGS.
661        * automake/compile.am: Remove RTEMS_USE_GCC.
662        Remove RTEMS_RELLDFLAGS.
663        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
664
6652005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
666
667        * libchip/network/if_media.h, libchip/network/mii.h:
668        Remove (Moved to cpukit).
669        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
670        and libchip/network/if_media.h.
671        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
672        if_media.h having moved.
673
6742005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
675
676        * automake/compile.am, automake/host.am, automake/local.am,
677        automake/subdirs.am: Remove depend.
678        * configure.ac: Explicitly pass --libdir and --includedir to
679        testsuites.
680
6812005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
682
683        * configure.ac: Reflect changes to testsuites.
684
6852005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
686
687        * automake/compile.am: Remove GCCSPECS.
688        * aclocal/prog-cc.m4: Add GCCSPECS.
689        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
690
6912005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
692
693        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
694        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
695
6962005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
697
698        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
699        libcpu/byteorder.h for i386.
700
7012005-11-02      Till Straumann <strauman@slac.stanford.edu>
702
703        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
704        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
705        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
706        added a simple API/library for i2c devices and drivers for i2c
707        2-byte eeproms and a ds1621 temperature sensor; API is documented
708        in libi2c.h.
709
7102005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
711
712        * libnetworking/pppd/ipxcp.c,
713        libnetworking/pppd/chat.c,
714        libnetworking/pppd/patchlevel.h,
715        libnetworking/pppd/upap.h,
716        libnetworking/pppd/md5.h,
717        libnetworking/pppd/pppd.8,
718        libnetworking/pppd/README,
719        libnetworking/pppd/preinstall.am,
720        libnetworking/pppd/md4.h,
721        libnetworking/pppd/magic.c,
722        libnetworking/pppd/pppd.h,
723        libnetworking/pppd/demand.c,
724        libnetworking/pppd/rtemsmain.c,
725        libnetworking/pppd/sys-rtems.c,
726        libnetworking/pppd/ipcp.h,
727        libnetworking/pppd/lcp.h,
728        libnetworking/pppd/chap_ms.c,
729        libnetworking/pppd/md4.c,
730        libnetworking/pppd/rtemspppd.h,
731        libnetworking/pppd/cbcp.h,
732        libnetworking/pppd/auth.c,
733        libnetworking/pppd/lcp.c,
734        libnetworking/pppd/example/README,
735        libnetworking/pppd/example/ppp.conf,
736        libnetworking/pppd/example/system.h,
737        libnetworking/pppd/example/netconfig.h,
738        libnetworking/pppd/example/pppdapp.c,
739        libnetworking/pppd/example/init.c,
740        libnetworking/pppd/example/Makefile-user,
741        libnetworking/pppd/example/pppd.options,
742        libnetworking/pppd/rtemspppd.c,
743        libnetworking/pppd/ipxcp.h,
744        libnetworking/pppd/chap_ms.h,
745        libnetworking/pppd/options.c,
746        libnetworking/pppd/magic.h,
747        libnetworking/pppd/chap.h,
748        libnetworking/pppd/cbcp.c,
749        libnetworking/pppd/upap.c,
750        libnetworking/pppd/chap.c,
751        libnetworking/pppd/Makefile.am,
752        libnetworking/pppd/ccp.h,
753        libnetworking/pppd/utils.c,
754        libnetworking/pppd/rtemsdialer.h,
755        libnetworking/pppd/fsm.h,
756        libnetworking/pppd/pathnames.h,
757        libnetworking/pppd/md5.c,
758        libnetworking/pppd/fsm.c,
759        libnetworking/pppd/ipcp.c,
760        libnetworking/pppd/STATUS,
761        libnetworking/pppd/ccp.c,
762        libnetworking/Makefile.am: Remove (Moved to cpukit).
763
7642005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
765
766        * configure.ac: Remove libnetworking, libnetworking/pppd.
767        * wrapup/Makefile.am: Remove libpppd.a.
768
7692005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
770
771        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
772        rtemsdialer.h to $(includedir)/rtems.
773
7742005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
775
776        * libnetworking/rtems_telnetd/icmds.c,
777        libnetworking/rtems_telnetd/Makefile.am,
778        libnetworking/rtems_telnetd/preinstall.am,
779        libnetworking/rtems_telnetd/pty.c,
780        libnetworking/rtems_telnetd/pty.h,
781        libnetworking/rtems_telnetd/README,
782        libnetworking/rtems_telnetd/telnetd.c,
783        libnetworking/rtems_telnetd/telnetd.h:
784        Remove (Moved to cpukit).
785
7862005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
787
788        * configure.ac: Remove libnetworking/rtems_telnetd.
789        * libnetworking/Makefile.am: Remove rtems_telnetd.
790        * libnetworking/README: Remove (Obsolete).
791        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
792
7932005-10-20  Eric Norum <norume@aps.anl.gov>
794
795        * libchip/network/dec21140.c: Clean up PCI mapping.
796
7972005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
798
799        * libnetworking/pppd/Makefile.am: Use preinstall.am.
800        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
801        librdbg/src/servrpc.c, librdbg/src/servtgt.c
802        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
803        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
804        * configure.ac: Move optman to the end of BSP_SUBDIRS.
805
8062005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
807
808        * aclocal/bspopts.m4: Add missing m4 quotes.
809
8102005-09-02  Joel Sherrill <joel@OARcorp.com>
811
812    * aclocal/version.m4: Updated to rtems-4.6.99.2.
813
8142005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
815
816        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
817        libchip/network/dec21140.c: Remove initialization of PCI bus.
818
8192005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
820
821        * optman/Makefile.am: Add preinstall.am.
822
8232005-07-18      Karel Gardas <kgardas@objectsecurity.com>
824
825        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
826        UNTESTED to tested.
827
8282005-06-17      Joel Sherrill <joel@OARcorp.com>
829
830        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
831        it is not supported by the MPC5xx.
832
8332005-06-17      Joel Sherrill <joel@OARcorp.com>
834
835        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
836        interface. Also correct attempting to build on other than PowerPC and
837        x86.
838
8392005-06-16      Daron Chabot <daron@nucleus.usask.ca>
840
841        * libchip/Makefile.am: Add driver for Tulip clones.
842        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
843        libchip/network/if_dcreg.h: New files.
844
8452005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
846
847        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
848        to enable rdbg.
849        * configure.ac: Reflect changes above.
850
8512005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
852
853        * configure.ac: Add ada/.
854
8552005-05-20      Sergei Organov  <osv@topconrd.ru>
856
857        PR 750/networking
858        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
859        wait_input().
860
8612005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
862
863        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
864        rtems/irq.h.
865
8662005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
867
868        * libchip/Makefile.am: Include preinstall.am.
869        * libchip/preinstall.am: New.
870
8712005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
872
873        * configure.ac: Add AMPOLISH3.
874        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
875        * libnetworking/rtems_telnetd/preinstall.am: New.
876        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
877
8782005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
879
880        * configure.ac: Let enable_rpcgen default to "no".
881
8822005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
883
884        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
885
8862005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
887
888        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
889        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
890
8912005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
892
893        * libchip/network/dec21140.c, libchip/network/elnk.c,
894        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
895
8962005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
897
898        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
899        of code as a result of the implementation of a common PCI interface.
900
9012005-05-04      Joel Sherrill <joel@OARcorp.com>
902
903        * libchip/network/open_eth.c: Remove prototype of set_vector.
904
9052005-05-03      Joel Sherrill <joel@OARcorp.com>
906
907        * librdbg/src/ptrace.c: Remove warning.
908
9092005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
910
911        * libchip/network/dec21140.c, libchip/network/elnk.c,
912        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
913        Modified parameter list to remove warnings.
914
9152005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
916
917        * libchip/network/cs8900.c, libchip/network/i82586.c,
918        libchip/network/open_eth.c, libchip/network/sonic.c,
919        libchip/serial/mc68681.c: Modified types to remove
920        warnings.  Added initialization to remove warnings.
921
9222005-04-28      Joel Sherrill <joel@OARcorp.com>
923
924        * libchip/network/README.sonic: Rewritten to account for removal of
925        dmv177.
926
9272005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
928
929        PR 781/rtems_misc
930        * libchip/serial/ns16550_p.h: Fix baud rate calculation
931
9322005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
933
934        * libchip/serial/ns16550.c:
935        Fixed warnings generated in various powerpc configurations
936
9372005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
938
939        * libchip/serial/ns16550.c: Modified
940        ISR to work with PPC new exception processing
941
9422005-03-14      Joel Sherrill <joel@OARcorp.com>
943
944        * libchip/network/dec21140.c, libchip/network/elnk.c,
945        libchip/network/if_fxp.c: Continue PCI API unification. All use
946        pci_find_device(). Network drivers manufacture a signature since all
947        calls have not been converted yet.
948
9492005-03-04      Joel Sherrill <joel@OARcorp.com>
950
951        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
952        initialize function part of the unified PCI API as pci_initialize().
953
9542005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
955
956        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
957        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
958
9592005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
960
961        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
962        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
963
9642005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
965
966        * aclocal/ppc.m4: Reflect changes to ppc exception processing
967        building procedures.
968
9692005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
970
971        * aclocal/prog-cc.m4:
972        Quote CFLAGS's RHS to accomodate Solaris broken sh.
973
9742005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
975
976        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
977
9782005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
979
980        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
981
9822005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
983
984        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
985
9862005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
987
988        * libnetworking/rtems_servers/ftp.c,
989        libnetworking/rtems_servers/ftp.h,
990        libnetworking/rtems_servers/Makefile.am:
991        Remove (relocated to cpukit/ftpd).
992        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
993        removed move libnetworking/rtems_servers.
994
9952005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
996
997        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
998
9992005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1000
1001        PR 755/rtems
1002        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1003        Remove local declarations of rtems_bsdnet_nameservers,
1004        rtems_bsdnet_nameservers_count.
1005
10062005-01-31      Sergei Organov <osv@topconrd.ru>
1007
1008        PR 751/pppd
1009        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1010        committed to fix PR736 breaks pppd. chat.c should have its own static
1011        ttyfd for pppd to work correctly. The symptom is that second
1012        invokation of chat (for connect script) fails due to pppd_ttyfd set
1013        to -1 by previous chat invokation (for init script). In addition,
1014        this patch fixes leaving of dangling pointer in the abort_stbring[]
1015        by chat_send().
1016
10172005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1018
1019        * configure.ac: Remove CFLAGS_DEBUG_V.
1020        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1021
10222005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1023
1024        * wrapup/Makefile.am: Remove rtems-ctor.o.
1025
10262005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1027
1028        * libchip/rtc/rtc.h: size_t RTC_Count.
1029
10302005-01-20      Joel Sherrill <joel@OARcorp.com>
1031
1032        PR 736/pppd
1033        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1034        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1035        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1036        should not be static and should have a name more specific to pppd.
1037
10382005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1039
1040        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1041        libnetworking/rtems_servers/Makefile.am,
1042        libnetworking/rtems_telnetd/Makefile.am,
1043        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1044        Eliminate CFLAGS_OPTIMIZE_V.
1045
10462005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1047
1048        * configure.ac: Pass CFLAGS to testsuites configure.
1049        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1050        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1051
10522005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1053
1054        * configure.ac: Pass CFLAGS to cpukit configure.
1055        * aclocal/rtems-flags.m4: Remove (Unused).
1056        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1057        * aclocal/env-rtemsbsp.m4:
1058        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1059        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1060        RTEMS_CFLAGS.
1061        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1062        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1063        Cleanup comments.
1064
10652005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1066
1067        * automake/compile.am: Remove build-variant support.
1068
10692005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1070
1071        * libnetworking/pppd/Makefile.am,
1072        libnetworking/rtems_servers/Makefile.am,
1073        libnetworking/rtems_telnetd/Makefile.am:
1074        Remove build-variant support.
1075
10762005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1077
1078        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1079        support/Makefile.am, wrapup/Makefile.am:
1080        Remove build-variant support.
1081
10822004-11-22      Joel Sherrill <joel@OARcorp.com>
1083
1084        * libchip/network/if_fxp.c: Add entry for another module ID code.
1085
10862004-11-22      Joel Sherrill <joel@OARcorp.com>
1087
1088        PR 693/misc
1089        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1090        in/outport routines.
1091
10922004-11-22      Joel Sherrill <joel@OARcorp.com>
1093
1094        PR 693/misc
1095        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1096        in/outport routines.
1097
10982004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1099
1100        * aclocal/enable-itron.m4: Remove (unused).
1101
11022004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1103
1104        * configure.ac: Misc. quoting cleanups.
1105        Enable ada-tests iff --enable-ada and --enable-tests.
1106
11072004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1108
1109        PR 703/filesystem
1110        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1111        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1112        libchip/ide/ide_controller.c:
1113        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1114        available for BSPS/device drivers.
1115        Extend the "modes_available" and "mode_active" parameters to
1116        uint16_t for UDMA support.
1117
11182004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1119
1120        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1121        not supported on PowerPC since it works on the MVME2100 BSP.
1122
11232004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1124
1125        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1126        Add dependency tracking for *.cfgs.
1127        * Makefile.am: Add dependency tracking for *.cfg.
1128
11292004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1130
1131        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1132        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1133
11342004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1135
1136        PR 707/make_build
1137        * configure.ac: Add --enable-rpcgen.
1138
11392004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1140
1141        PR 700/rtems_misc
1142        * libnetworking/rtems_webserver/asp.c,
1143        libnetworking/rtems_webserver/balloc.c,
1144        libnetworking/rtems_webserver/cgi.c,
1145        libnetworking/rtems_webserver/default.c,
1146        libnetworking/rtems_webserver/ej.h,
1147        libnetworking/rtems_webserver/ejIntrn.h,
1148        libnetworking/rtems_webserver/ejlex.c,
1149        libnetworking/rtems_webserver/ejparse.c,
1150        libnetworking/rtems_webserver/emfdb.c,
1151        libnetworking/rtems_webserver/emfdb.h,
1152        libnetworking/rtems_webserver/form.c,
1153        libnetworking/rtems_webserver/handler.c,
1154        libnetworking/rtems_webserver/h.c,
1155        libnetworking/rtems_webserver/license.txt,
1156        libnetworking/rtems_webserver/Makefile.am,
1157        libnetworking/rtems_webserver/md5c.c,
1158        libnetworking/rtems_webserver/md5.h,
1159        libnetworking/rtems_webserver/mime.c,
1160        libnetworking/rtems_webserver/misc.c,
1161        libnetworking/rtems_webserver/NOTES,
1162        libnetworking/rtems_webserver/ringq.c,
1163        libnetworking/rtems_webserver/rom.c,
1164        libnetworking/rtems_webserver/rtems_webserver.h,
1165        libnetworking/rtems_webserver/security.c,
1166        libnetworking/rtems_webserver/sock.c,
1167        libnetworking/rtems_webserver/socket.c,
1168        libnetworking/rtems_webserver/sockGen.c,
1169        libnetworking/rtems_webserver/sym.c,
1170        libnetworking/rtems_webserver/uemf.c,
1171        libnetworking/rtems_webserver/uemf.h,
1172        libnetworking/rtems_webserver/um.c,
1173        libnetworking/rtems_webserver/um.h,
1174        libnetworking/rtems_webserver/umui.c,
1175        libnetworking/rtems_webserver/url.c,
1176        libnetworking/rtems_webserver/value.c,
1177        libnetworking/rtems_webserver/wbase64.c,
1178        libnetworking/rtems_webserver/webcomp.c,
1179        libnetworking/rtems_webserver/webmain.c,
1180        libnetworking/rtems_webserver/webpage.c,
1181        libnetworking/rtems_webserver/webrom.c,
1182        libnetworking/rtems_webserver/webs.c,
1183        libnetworking/rtems_webserver/websda.c,
1184        libnetworking/rtems_webserver/websda.h,
1185        libnetworking/rtems_webserver/webs.h,
1186        libnetworking/rtems_webserver/websSSL.c,
1187        libnetworking/rtems_webserver/websSSL.h,
1188        libnetworking/rtems_webserver/websuemf.c,
1189        libnetworking/rtems_webserver/wsIntrn.h:
1190        Remove (Moved to cpukit/http).
1191
11922004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1193
1194        PR 700/rtems_misc
1195        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1196        Remove libnetworking/rtems_webserver.
1197
11982004-10-25      Eric Norum <norume@aps.anl.gov>
1199
1200        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1201
12022004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1203
1204        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1205
12062004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1207
1208        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1209        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1210
12112004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1212
1213        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1214
12152004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1216
1217        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1218        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1219
12202004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1221
1222        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1223        BITSPERBYTE.
1224
12252004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1226
1227        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1228        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1229
12302004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1231
1232        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1233
12342004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1235
1236        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1237        * aclocal/enable-bare.m4: Remove.
1238        * configure.ac: Remove BARE_CPU_MODEL.
1239
12402004-10-13      Eric Norum <norume@aps.anl.gov>
1241
1242        PR 688/bsps
1243        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1244        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1245        MC146818A (and several Dallas Semiconductor) TOD chips.
1246
12472004-10-13      Eric Norum <norume@aps.anl.gov>
1248
1249        PR 686/networking
1250        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1251        device code.
1252
12532004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1254
1255        * libchip/network/dec21140.c: include <rtems/pci.h>.
1256
12572004-09-29      Joel Sherrill <joel@OARcorp.com>
1258
1259        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1260        libnetworking/pppd/utils.c: i960 obsoleted and all references
1261        removed.
1262
12632004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1264
1265        PR 607/networking
1266        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1267        instead of fully specifying unused PCI features.
1268
12692004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1270
1271        * configure.ac: Require automake > 1.9.
1272
12732004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1274
1275        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1276
12772004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1278
1279        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1280        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1281
12822004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1283
1284        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1285        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1286
12872004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1288
1289        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1290
12912004-07-28  Joel Sherrill <joel@OARcorp.com>
1292
1293    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1294
12952004-07-25      Joel Sherrill <joel@OARcorp.com>
1296
1297        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1298
12992004-05-21  Till Strauman <strauman@slac.stanford.edu>
1300
1301        PR 625/networking
1302        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1303        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1304        an error rather than panic if no chip is detected (thus allowing
1305        for probing).
1306        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1307        instead of looping forever.  Avoid divide by zero (crashed my PC).
1308        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1309        they are UNTESTED.
1310
13112004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1312
1313        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1314
13152004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1316
1317        * libchip/network/dec21140.c, libchip/network/elnk.c:
1318        #include <errno.h>.
1319
13202004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1321
1322        * libchip/network/if_media.h: Update from FreeBSD.
1323        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1324        libchip/network/i82586.c: #include <errno.h>.
1325
13262004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1327
1328        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1329
13302004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1331
1332        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1333
13342004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1335
1336        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1337        automake).
1338
13392004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1340
1341        PR 599/pppd
1342        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1343
13442004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1345
1346        * optman/rtems/no-region.c: Reflect having changed
1347        rtems_region_get_segment_size.
1348
13492004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1350
1351        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1352        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1353        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1354        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1355        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1356        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1357        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1358
13592004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1360
1361        * libchip/ide/ata.c, libchip/network/dec21140.c,
1362        libchip/network/elnk.c, libchip/network/i82586.c,
1363        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1364        libchip/network/open_eth.c, libchip/network/sonic.c,
1365        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1366        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1367        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1368        libchip/shmdr/shm_driver.h: Cosmetics.
1369
13702004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1371
1372        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1373        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1374        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1375        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1376        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1377        fixed size types.
1378
13792004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1380
1381        * configure.ac: Explicitly pass --includedir and --libdir to
1382        cpukit/configure.
1383
13842004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1385
1386        * librdbg/Makefile.am: Fix rpcgen rules.
1387        * librdbg/src/i386/any/remdeb_xdr.c,
1388        librdbg/src/m68k/any/remdeb_xdr.c,
1389        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1390        Reflect changes to librdbg/Makefile.am.
1391
13922004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1393
1394        * configure.ac: Reflect changes testsuites/configure.ac and
1395        cpukit/configure.ac.
1396
13972004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1398
1399        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1400        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1401
14022004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1403
1404        * configure.ac: Reflect changes to testsuites's configuration.
1405
14062004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1407
1408        PR/589 rtems
1409        * libchip/network/pci.h: Remove (Moved to cpukit).
1410
14112004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1412
1413        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1414        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1415        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1416        libchip/network/dec21140.c, libchip/network/elnk.c,
1417        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1418        libchip/network/open_eth.h, libchip/network/sonic.c,
1419        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1420        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1421        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1422        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1423        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1424        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1425        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1426        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1427        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1428        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1429        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1430        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1431        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1432        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1433        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1434        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1435        fixed-size types.
1436
14372004-03-14      Chris Johns  <chrisj@rtems.org>
1438
1439        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1440        the BSP example code.
1441        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1442        support the DIMMPC. This is a pc386 target with IO port support. Minor
1443        formating clean up. Add documentation to the header file.
1444        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1445        cs8900.h header file.
1446
14472004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1448
1449        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1450        Cosmetics.
1451
14522004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1453
1454        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1455        There are no application level Makefiles in here.
1456
14572004-03-04      Joel Sherrill <joel@OARcorp.com>
1458
1459        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1460        they can be used in application level makefiles.
1461
14622004-03-05      Joel Sherrill <joel@OARcorp.com>
1463
1464        * libnetworking/rtems_webserver/ejparse.c,
1465        libnetworking/rtems_webserver/emfdb.c,
1466        libnetworking/rtems_webserver/sock.c,
1467        libnetworking/rtems_webserver/socket.c,
1468        libnetworking/rtems_webserver/sym.c,
1469        libnetworking/rtems_webserver/webs.c,
1470        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
14712004-03-05      Joel Sherrill <joel@OARcorp.com>
1472
1473        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1474        compiling this file only only those CPU families with supported
1475        exception models.
1476
14772004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1478
1479        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1480        testsuites (Was exposed with --enable-multilib, only).
1481        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1482         Add RTEMS_BSP_CONFIG_SUBDIR.
1483        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1484        testsuites's configure.
1485        * aclocal/rtems-top.m4: Remove ENDIF hack.
1486        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1487
14882004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1489
1490        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1491        wrapup/Makefile.am: Fix automake problems having been introduced
1492        in previous patch.
1493
14942004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1495
1496        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1497        Preinstall dirs.
1498        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1499        * aclocal/check-multiprocessing.m4: Cosmetics.
1500        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1501        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1502
15032004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1504
1505        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1506        librdbg/src/Makefile.am.
1507        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1508        * configure.ac: Reflect changes above.
1509        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1510        * wrapup/Makefile.am: Reflect changes above.
1511        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1512
15132004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1514
1515        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1516
15172004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1518
1519        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1520
15212004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1522
1523        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1524
15252004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1526
1527        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1528        librdbg/src/powerpc/Makefile.am: Remove.
1529        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1530        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1531        * configure.ac: Reflect changes above.
1532
15332004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1534
1535
15362004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1537
1538        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1539        STRIP.
1540
15412004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1542
1543        * librdbg/include/Makefile.am: Merge-in
1544        librdbg/include/rdbg/i386/Makefile.am,
1545        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1546        librdbg/include/rdbg/powerpc/Makefile.am.
1547        * librdbg/include/rdbg/i386/Makefile.am,
1548        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1549        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1550        * configure.ac: Reflect changes above.
1551
15522004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1553
1554        * configure.ac: Use AS_HELP_STRING(ada).
1555
15562004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1557
1558        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1559        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1560        Use AC_CONFIG_HEADERS.
1561        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1562        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1563
15642004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1565
1566        * Makefile.am: include local.am.
1567
15682004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1569
1570        * aclocal/version.m4: 4.6.99.0.
1571
15722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1573
1574        * Makefile.am: Don't include host.am.
1575        * automake/compile.am: Further cleanups.
1576
15772004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1578
1579        * automake/lib.am: Remove (Unused).
1580
15812004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1582
1583        * wrapup/Makefile.am: Don't include lib.am.
1584        * automake/compile.am: Use automake compilation rules.
1585
15862004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1587
1588        * libnetworking/pppd/Makefile.am,
1589        libnetworking/rtems_servers/Makefile.am,
1590        libnetworking/rtems_telnetd/Makefile.am,
1591        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1592        support/Makefile.am: Don't include lib.am.
1593
15942004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1595
1596        * libchip/Makefile.am: Don't include lib.am.
1597        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1598        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1599        unnecessary EXTRA_DISTs.
1600
16012004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1602
1603        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1604        hack.
1605
16062004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1607
1608        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1609        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1610        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1611        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1612
16132004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1614
1615        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1616        Add AM_CONDITIONAL(HAS_MP).
1617        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1618        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1619        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1620        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1621        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1622        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1623        (Deprecated by autoconf 2.59).
1624
16252004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1626
1627        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1628        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1629
16302004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1631
1632        * ChangeLog: Merge-in libnetworking/ChangeLog.
1633        * libnetworking/ChangeLog: Remove.
1634        * ChangeLog: Merge-in librdbg/ChangeLog.
1635        * librdbg/ChangeLog: Remove.
1636        * ChangeLog: Merge-in libchip/ChangeLog.
1637        * libchip/ChangeLog: Remove.
1638        * ChangeLog: Merge-in optman/ChangeLog.
1639        * optman/ChangeLog: Remove.
1640
16412004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1642
1643        * configure.ac: Reflect changes to cpukit.
1644        * wrapup/Makefile.am: Reflect changes to librdbg.
1645        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1646        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1647        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1648        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1649        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1650        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1651        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1652        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1653        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1654
16552004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1656
1657        * aclocal/rtems-top.m4: Remove check for version.m4.
1658        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1659
16602004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1661
1662        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1663        * wrapup/Makefile.am: Reflect changes to libchip/*.
1664        * support/Makefile.am: Use automake compilation rules.
1665        * wrapup/Makefile.am: Reflect changes to support/*.
1666        * configure.ac: Remove libnetworking/wrapup/Makefile.
1667        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1668        libnetworking/*/lib*.a instead of libnetapps.a.
1669        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1670        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1671        * optman/Makefile.am: Use automake compilation rules.
1672        * libchip/Makefile.am: Fix typo in previous patch.
1673        * libchip/Makefile.am: Use automake compilation rules.
1674        * libnetworking/Makefile.am: Remove wrapup.
1675        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1676        automake-compilation rules.
1677        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1678        automake-compilation rules.
1679        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1680        automake-compilation rules.
1681        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1682        automake-compilation rules.
1683        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1684
16852004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1686
1687        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1688        PRE/TMPINSTALL_FILES to CLEANFILES.
1689        * automake/lib.am: Remove TMPINSTALL_FILES.
1690        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1691        PRE/TMPINSTALL_FILES to CLEANFILES.
1692        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1693        PRE/TMPINSTALL_FILES to CLEANFILES.
1694        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1695        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1696        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1697        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1698        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1699        * librdbg/src/i386/Makefile.am: Ditto.
1700        * librdbg/src/m68k/Makefile.am: Ditto.
1701        * librdbg/src/powerpc/Makefile.am: Ditto.
1702        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1703        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1704        * libnetworking/rtems_servers/Makefile.am: Ditto.
1705        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1706        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1707
17082004-01-07      Joel Sherrill <joel@OARcorp.com>
1709
1710        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1711        more completely covers the MIPS family.
1712
17132003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1714
1715        * wrapup/Makefile.am: Reflect changes to shmdr.
1716        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1717
17182003-12-18      Joel Sherrill <joel@OARcorp.com>
1719
1720        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1721        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1722        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1723        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1724        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1725        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1726        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1727
17282003-12-17      Joel Sherrill <joel@OARcorp.com>
1729
1730        * aclocal/version.m4: Updated to rtems-20031217-test.
1731
17322003-12-17     
1733
1734        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1735        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1736
17372003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1738
1739        * automake/compile.am: Remove LINK_LIBS (Unused).
1740        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1741
17422003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1743
1744        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1745        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1746        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1747        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1748        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1749
17502003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1751
1752        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1753        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1754        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1755        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1756        * librdbg/src/i386/Makefile.am:
1757        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1758        * librdbg/src/m68k/Makefile.am:
1759        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1760        * librdbg/src/powerpc/Makefile.am:
1761        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1762
17632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1764
1765        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1766        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1767        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1768        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1769        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1770        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1771        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1772        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1773        * optman/Makefile.am: Remove project_libdir.
1774        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1775        PRE/TMPINSTALL_FILES.
1776        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1777        PRE/TMPINSTALL_FILES.
1778        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1779        PRE/TMPINSTALL_FILES.
1780        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1781        PRE/TMPINSTALL_FILES.
1782        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1783        from PRE/TMPINSTALL_FILES.
1784        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1785        PRE/TMPINSTALL_FILES.
1786        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1787        PRE/TMPINSTALL_FILES.
1788        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1789        PRE/TMPINSTALL_FILES.
1790        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1791        PRE/TMPINSTALL_FILES.
1792        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1793        PRE/TMPINSTALL_FILES.
1794        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1795        PRE/TMPINSTALL_FILES.
1796        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1797        from PRE/TMPINSTALL_FILES.
1798
17992003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1800
1801        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1802        * automake/lib.am: Remove project_libdir.
1803        * wrapup/Makefile.am: Reworked.
1804
18052003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1806
1807        * configure.ac: Reflect changes to librdbg.
1808        * optman/Makefile.am: Add tmpinstall dirstamp support.
1809        * libchip/Makefile.am: Fix variant-tmpinstall support.
1810        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1811        * librdbg/src/powerpc/Makefile.am: Merge-in former
1812        new_exception_processing/Makefile.am.
1813        * librdbg/src/m68k/any/Makefile.am: Remove.
1814        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1815        * librdbg/src/i386/any/Makefile.am: Remove.
1816        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1817        * librdbg/src/Makefile.am: Cosmetics.
1818        * librdbg/include/Makefile.am: Cosmetics.
1819        * librdbg/Makefile.am: Cosmetics.
1820        * libnetworking/Makefile.am: Cosmetics.
1821        * libnetworking/pppd/Makefile.am: Cosmetics.
1822        * libnetworking/wrapup/Makefile.am: Cosmetics.
1823
18242003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1825
1826        * Makefile.am: Cosmetics.
1827        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1828        support.
1829
18302003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1831
1832        * automake/compile.am: Remove $(ARCH):-rule.
1833
18342003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1835
1836        * configure.ac: Remove lib/libbsp/shared/Makefile,
1837        lib/libbsp/shmdr/Makefile.
1838
18392003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1840
1841        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1842        libchip/serial/Makefile, libchip/rtc/Makefile.
1843        * support/Makefile.am: Remove all-local: $(ARCH).
1844        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1845        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1846        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1847        * optman/Makefile.am: Remove all-local: $(ARCH).
1848        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1849        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1850        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1851        compilation dirstamp support.
1852        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1853        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1854        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1855        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1856        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1857        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1858        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1859        all-local: $(ARCH).
1860        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1861        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1862        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1863        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1864        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1865
18662003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1867
1868        * aclocal/lead-dot.m4: New (from automake-1.7f).
1869        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1870        AC_SUBST(dirstamp).
1871        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1872        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1873        libchip/serial/Makefile.am: Ditto.
1874        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1875        * librdbg/include/Makefile.am: Ditto.
1876        * librdbg/include/rdbg/Makefile.am: Ditto.
1877        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1878        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1879        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1880        * librdbg/src/Makefile.am: Ditto.
1881        * librdbg/src/i386/Makefile.am: Ditto.
1882        * librdbg/src/i386/any/Makefile.am: Ditto.
1883        * librdbg/src/m68k/Makefile.am: Ditto.
1884        * librdbg/src/m68k/any/Makefile.am: Ditto.
1885        * librdbg/src/powerpc/Makefile.am: Ditto.
1886        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1887        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1888        preinstallation.
1889        * libnetworking/pppd/Makefile.am: Ditto.
1890        * libnetworking/rtems_servers/Makefile.am: Ditto.
1891        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1892        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1893        * libnetworking/wrapup/Makefile.am: Ditto.
1894
18952003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1896
1897        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1898        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1899        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1900        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1901        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1902        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1903        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1904        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1905        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1906        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1907        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1908        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1909        underquoting to silence automake-1.8.
1910
19112003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1912
1913        * configure.ac: Reflect having moved tests to ../../testsuites.
1914
19152003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1916
1917        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1918        * aclocal/canonical-host.m4: Remove.
1919        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1920        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1921
19222003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1923
1924        * aclocal/check-cpu.m4: Remove.
1925        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1926        * aclocal/canonical-target-name.m4: Add m4-quotes.
1927        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1928        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1929        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1930        * aclocal/check-networking.m4: Add m4-quotes. Require
1931        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1932        * aclocal/check-posix.m4: Add m4-quotes. Require
1933        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1934        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1935        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1936        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1937
19382003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1939
1940        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1941        * aclocal/bsp-alias.m4: Remove.
1942
19432003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1944
1945        * configure.ac: Make presence of tests/ optional.
1946
19472003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1948
1949        * aclocal/path-perl.m4: Remove (Unused).
1950
19512003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1952
1953        * automake/force-preinstall.am: Remove.
1954
19552003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1956
1957        PR 499/rtems_misc
1958        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1959        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1960        Configuration (Odd was forced) - Correction of Stop Bit configuration
1961        (inversed) - Correction of ISR Handler to call
1962        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1963        CTS Hardware flow control Configuration.
1964
19652003-09-04      Joel Sherrill <joel@OARcorp.com>
1966
1967        * lib/libcpu/shared/include/cache.h,
1968        lib/libcpu/shared/src/cache_aligned_malloc.c,
1969        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1970        license changed.
1971        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1972        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1973        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1974        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1975        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1976        for license changed.
1977        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1978        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1979        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1980        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1981        libchip/network/cs8900.h, libchip/network/dec21140.c,
1982        libchip/network/elnk.c, libchip/network/open_eth.c,
1983        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1984        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1985        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1986        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1987        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1988        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1989        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1990        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1991        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1992        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1993        libchip/serial/serial.h, libchip/serial/z85c30.c,
1994        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1995        libchip/serial/z85c30_reg.c: URL for license changed.
1996
19972003-09-03      Jiri Gaisler <jiri@gaisler.com>
1998
1999        PR 477/networking
2000        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2001        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2002        libchip/network/open_eth.h: New files.
2003
20042003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2005
2006        * aclocal/rtems-top.m4: Add RTEMS_API.
2007        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2008
20092003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2010
2011        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2012        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2013        @RTEMS_BSP@.cfg.
2014
20152003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2016
2017        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2018
20192003-08-20      Joel Sherrill <joel@OARcorp.com>
2020
2021        * libchip/network/cs8900.c: Correct copyright statements.
2022
20232003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2024
2025        * aclocal/check-itron.m4: Remove.
2026        * aclocal/enable-inlines.m4: Remove.
2027        * Makefile.am: Reflect having moved aclocal/.
2028        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2029        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2030        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2031        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2032        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2033        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2034        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2035        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2036        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2037        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2038        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2039        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2040        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2041        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2042        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2043        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2044        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2045        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2046        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2047        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2048        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2049        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2050        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2051        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2052        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2053        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2054        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2055        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2056        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2057        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2058        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2059        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2060        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2061        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2062        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2063        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2064        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2065        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2066        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2067        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2068        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2069        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2070        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2071        * aclocal/target.m4: New (Copied from ../../aclocal).
2072        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2073        * aclocal/version.m4: New (Copied from ../../aclocal).
2074
20752003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2076
2077        * configure.ac: Remove stray comments.
2078        * automake/local.am, automake/host.am: Remove "debug".
2079
20802003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2081
2082        * Makefile.am: Reflect having moved automake/.
2083        * lib/Makefile.am: Reflect having moved automake/.
2084        * support/Makefile.am: Reflect having moved automake/.
2085        * wrapup/Makefile.am: Reflect having moved automake/.
2086        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2087        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2088        from ../../automake).
2089        * optman/Makefile.am: Reflect having moved automake/.
2090        * libchip/Makefile.am: Reflect having moved automake/.
2091        * libchip/ide/Makefile.am: Reflect having moved automake/.
2092        * libchip/network/Makefile.am: Reflect having moved automake/.
2093        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2094        * libchip/serial/Makefile.am: Reflect having moved automake/.
2095        * librdbg/Makefile.am: Reflect having moved automake/.
2096        * librdbg/include/Makefile.am: Reflect having moved automake/.
2097        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2098        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2099        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2100        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2101        automake/.
2102        * librdbg/src/Makefile.am: Reflect having moved automake/.
2103        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2104        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2105        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2106        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2107        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2108        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2109        having moved automake/.
2110        * libnetworking/Makefile.am: Reflect having moved automake/.
2111        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2112        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2113        automake/.
2114        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2115        automake/.
2116        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2117        automake/.
2118        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2119
21202003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2121
2122        * Makefile.am: Add bsp.pc.in.
2123        * bsp.pc.in: New (pkgconfig support).
2124
21252003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2126
2127        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2128
21292003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2130
2131        * lib/Makefile.am: New (Required by 'make dist').
2132        * lib/ChangeLog: Remove.
2133        * lib/.cvsignore: Cleanup.
2134        * configure.ac: Reflect having added lib/Makefile.am.
2135        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2136        lib/libbsp/configure.ac.
2137        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2138        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2139
21402003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2141
2142        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2143        * configure.ac: Merge-in librdbg/configure.ac.
2144        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2145        librdbg/configure.ac.
2146        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2147        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2148        LIBCHIP. Conditionally build include-dirs.
2149        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2150        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2151        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2152        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2153        librdbg/include/rdbg/m68k/Makefile.am,
2154        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2155        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2156        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2157        librdbg/src/powerpc/Makefile.am, librdbg/
2158        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2159        configure.ac into ../configure.ac.
2160        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2161        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2162        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2163        libnetworking/rtems_telnetd/Makefile.am,
2164        libnetworking/rtems_webserver/Makefile.am,
2165        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2166        into ../configure.ac.
2167
21682003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2169
2170        PR 427/rtems
2171        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2172        * librdbg/src/servtsp.c: Ditto.
2173
21742003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2175
2176        PR 429/bsps
2177        PR 432/bsps
2178        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2179        packets are queued onto an elnk board, the ISR will deadlock the device
2180        with a tx complete interrupt.  Lighter tx loads are not affected as they
2181        end up submitting single packets to the device.
2182
21832003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2184
2185        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2186        optman/configure.ac.
2187        * optman/configure.ac: Remove (Merged into ../configure.ac).
2188        * optman/Makefile.am: Reflect having merged configure.ac into
2189        ../configure.ac.
2190        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2191        * libchip/Makefile.am, libchip/ide/Makefile.am,
2192        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2193        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2194        ../configure.ac.
2195
21962003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2197
2198        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2199
22002003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2201
2202        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2203        on i386.
2204
22052003-06-13      Joel Sherrill <joel@OARcorp.com>
2206
2207        * libnetworking/pppd/chat.c: Removed warnings.
2208
22092003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2210
2211        * libchip/network/README.3com: New file missed in previous commit.
2212        PR 405/bsps
2213        PR 393/networking
2214        * libchip/network/dec21140.c: Fix leak also known as PR393.
2215        * libchip/network/elnk.c, libchip/network/if_media.h,
2216        libchip/network/mii.h: New files.
2217        * libchip/network/Makefile.am: Reflect new files.
2218
22192003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2220
2221        * configure.ac: Remove support for profile-variant.
2222
22232003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2224
2225        PR 397/pppd
2226        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2227        * libnetworking/pppd/magic.c: Remove *rand48.
2228        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2229
22302003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2231
2232        * wrapup/Makefile.am: Add libide.a.
2233
22342003-04-15      Joel Sherrill <joel@OARcorp.com>
2235
2236        PR 387/rtems_misc
2237        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2238        routines.
2239        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2240
22412003-04-11      Joel Sherrill <joel@OARcorp.com>
2242
2243        * libnetworking/rtems_webserver/cgi.c,
2244        libnetworking/rtems_webserver/sockGen.c,
2245        libnetworking/rtems_webserver/umui.c,
2246        libnetworking/rtems_webserver/websSSL.c,
2247        libnetworking/rtems_webserver/websSSL.h,
2248        libnetworking/rtems_webserver/websda.c,
2249        libnetworking/rtems_webserver/websda.h: New files. Not included in
2250        previous commit.
2251
22522003-04-10      Joel Sherrill <joel@OARcorp.com>
2253
2254        PR 371/pppd
2255        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2256        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2257        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2258        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2259        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2260        still global symbols in rtemspppd.h which might need to be changed or
2261        converted into member of a structure which is dereferenced with a
2262        pointer that is managed as a per task variable. But this patch should
2263        avoid many conflicts.
2264
22652003-03-27      Joel Sherrill <joel@OARcorp.com>
2266
2267        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2268        not allowed in the cpukit source code since it must be buildable
2269        independent of any BSP. These files were moved to libchip/ide.
2270        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2271        files.
2272
22732003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2274
2275        PR 368/filesystems
2276        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2277        improvements which now work on pc386 and mbx8xx.
2278        * libchip/ide/ide_controller.c: New file.
2279
22802003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2281
2282        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2283
22842003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2285
2286        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2287        * configure.ac: Add support/.
2288        * support/.cvsignore: New.
2289        * support/Makefile.am: New.
2290        * support/version.c: New.
2291        * wrapup/Makefile.am: Add support/libsupport.a.
2292        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2293        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2294        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2295        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2296
22972003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2298
2299        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2300
23012003-02-20      Till Straumann <strauman@slac.stanford.edu>
2302
2303        PR 354/networking
2304        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2305        chip against a table of supported chips. The untested ones are still
2306        commented out, however.
2307
23082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2309
2310        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2311        * configure.ac: AC_PREREQ(2.57).
2312        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2313        * optman/configure.ac: AC_PREREQ(2.57).
2314        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2315        * libchip/configure.ac: AC_PREREQ(2.57).
2316        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2317        * librdbg/configure.ac: AC_PREREQ(2.57).
2318        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2319        * libnetworking/configure.ac: AC_PREREQ(2.57).
2320
23212003-02-06      Joel Sherrill <joel@OARcorp.com>
2322
2323        * libnetworking/pppd/chat.c: Convert routines with common names to
2324        static. This included get_char(), put_char(), and character() among
2325        others.
2326
23272003-02-03      Joel Sherrill <joel@OARcorp.com>
2328
2329        PR 338/filesystem
2330        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2331        rtems_io_lookup_name() (API change).  Unused function removed.
2332
23332003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2334
2335        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2336        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2337        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2338        Eliminate *_O_FILES.
2339        * libnetworking/rtems_servers/Makefile.am,
2340        libnetworking/rtems_webserver/Makefile.am,
2341        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2342
23432002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2344
2345        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2346        Let all-local: depend on $(LIB).
2347        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2348        * optman/Makefile.am: Apply install-data-local to install *.rels.
2349
23502002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2351
2352        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2353        %.c rules.
2354        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2355        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2356        * libchip/rtc/Makefile.am: Ditto.
2357        * libchip/serial/Makefile.am: Ditto.
2358
23592002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2360
2361        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2362        LIBC_DEFINES.
2363        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2364        LIBC_DEFINES.
2365        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2366        LIBC_DEFINES.
2367
23682002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2369
2370        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2371
23722002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2373
2374        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2375        cache-checking.
2376        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2377
23782002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2379
2380        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2381        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2382        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2383        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2384        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2385
23862002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2387
2388        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2389        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2390        Remove.
2391        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2392
23932002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2394
2395        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2396        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2397
23982002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2399
2400        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2401        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2402
24032002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2404
2405        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2406        * optman/rel.am: New.
2407
24082002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2409
2410        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2411        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2412        braino in comment on "exec". Extend --enable-ada handling.
2413
24142002-11-04      Joel Sherrill <joel@OARcorp.com>
2415
2416        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2417        tasks and rolling multiple loops into 1.
2418        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2419        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2420        Removed warnings.
2421
24222002-10-31      Joel Sherrill <joel@OARcorp.com>
2423
2424        * libchip/network/dec21140.c: Removed warnings.
2425        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2426        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2427        librdbg/src/m68k/any/remdeb_xdr.c,
2428        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2429        warnings.
2430        * libnetworking/rtems_webserver/socket.c,
2431        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2432
24332002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2434
2435        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2436        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2437        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2438        above.
2439
24402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2441
2442        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2443        * wrapup/.cvsignore: Remove autom4te.cache.
2444        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2445        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2446        autom4te.cache.
2447        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2448        autom4te.cache.
2449        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2450        autom4te.cache.
2451
24522002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2453
2454        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2455
24562002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2457
2458        * optman/.cvsignore: Add autom4te.cache.
2459
24602002-09-14      Joel Sherrill <joel@OARcorp.com>
2461
2462        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2463
24642002-09-07      Joel Sherrill <joel@OARcorp.com>
2465
2466        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2467        include files to resolve warnings.
2468
24692002-09-07      Chris Johns <ccj@acm.org>
2470
2471        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2472        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2473        which corrects the problem  where the cs8900.c file was actually the BSP
2474        glue.  Joel did some hacking so this file will compile.  Previously it
2475        required providing a target.h file to compile.
2476        * libchip/network/cs8900.c.bsp: New file.
2477
24782002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2479
2480        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2481
24822002-08-31      Joel Sherrill <joel@OARcorp.com>
2483
2484        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2485        eliminate warning.
2486
24872002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2488
2489        * configure.ac: Add ada-tests.
2490
24912002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2492
2493        * Makefile.am: Add preinstall-stamp.
2494
24952002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2496
2497        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2498        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2499        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2500        gcc31 happy.
2501        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2502        cp.
2503
25042002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2505
2506        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2507        make/bsp.mak.
2508        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2509        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2510
25112002-08-12      Joel Sherrill <joel@OARcorp.com>
2512
2513        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2514        avoid error.
2515
25162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2517
2518        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2519        * configure.ac: Add BSP_SUBDIRS.
2520        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2521        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2522        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2523        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2524        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2525        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2526        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2527        RTEMS_CHECK_BSP_CACHE.
2528        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2529        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2530        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2531        .$(OBJEXT) instead of .o.
2532        * libnetworking/pppd/Makefile.am,
2533        libnetworking/rtems_servers/Makefile.am,
2534        libnetworking/rtems_telnetd/Makefile.am,
2535        libnetworking/rtems_webserver/Makefile.am,
2536        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2537
25382002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2539
2540        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2541        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2542        ../libchip/serial/$(ARCH)/libserialio.a.
2543        * libchip/serial/Makefile.am: Don't tmp-install lib.
2544        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2545
25462002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2547
2548        * Makefile.am: Add rtems_makedir.
2549        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2550        * Makefile.am: Add wrapup-SUBDIR.
2551        * wrapup/ChangeLog: Remove.
2552        * wrapup/configure.ac: Remove.
2553        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2554        (Make the bare BSP happy).
2555        * configure.ac: Ditto.
2556        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2557        Create make/custom/default.cfg.
2558        * configure.ac: Add creation of make/custom/*.cfg. Create
2559        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2560
25612002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2562
2563        * Makefile.am: Clean $(PROJECT_RELEASE).
2564
25652002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2566
2567        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2568        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2569        prototype mismatches.
2570
25712002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2572
2573        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2574        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2575
25762002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2577
2578        * acinclude.m4: Add test "$multilib" != "yes".
2579        * config-ml.in: Remove.
2580        * acinclude.m4: Cleanups.
2581        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2582        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2583        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2584        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2585        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2586
25872002-07-16      Eric Norum <eric.norum@usask.ca>
2588
2589        * New driver for the Intel EtherExpressPro (82559ER) chip.
2590        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2591        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2592        * libchip/network/Makefile.am: Modified to reflect above.
2593
25942002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2595
2596        * acinclude.m4: New.
2597        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2598        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2599        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2600
26012002-07-01      Joel Sherrill <joel@OARcorp.com>
2602
2603        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2604        _Objects_Information_table now that it is a two dimensional array based
2605        upon API and class.
2606        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2607        of strnlen().
2608
26092002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2610
2611        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2612        preinstall libnetapps.a.
2613
26142002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2615
2616        * configure.ac: Remove librpc.
2617
26182002-06-25      Joel Sherrill <joel@OARcorp.com>
2619
2620        * Per PR233, moved librpc to exec.
2621        * configure.ac, wrapup/Makefile.am: Modified.
2622        * librpc, librpc/ChangeLog: Removed.
2623
26242002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2625
2626        * optman/Makefile.am: Remove multilib support.
2627        * optman/configure.ac: Ditto.
2628        * optman/sapi/Makefile.am: Ditto.
2629
26302002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2631
2632        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2633        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2634
26352002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2636
2637        Move networking libraries to c/src/exec/libnetworking
2638        * libnetworking/configure.ac, libnetworking/Makefile.am,
2639        libnetworking/wrapup/Makefile.am: Reflect Moval.
2640
26412002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2642
2643        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2644        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2645        <rtems/bspIo.h>.
2646
26472002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2648
2649        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2650        * libnetworking/rtems/mkrootfs.h: Ditto.
2651        * libnetworking/rtems/Makefile.am: Reflect changes above.
2652
26532002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2654
2655        * configure.ac: Remove lib.
2656
26572002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2658
2659        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2660        that exception stack frames on M68K members with VBR always are 6 byte
2661        long. The incorrect assumption resulted in some gdb commands like "next"
2662        to fail on the 68360.
2663
26642002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2665
2666        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2667        PR 220
2668        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2669        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2670        CVS.
2671        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2672        libnetworking/sys/filio.h: Remove.
2673        * libnetworking/sys/Makefile.am: Reflect changes above.
2674
26752002-05-07      Chris Johns <ccj@acm.org>
2676
2677        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2678        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2679        requires it to be stripped.
2680
26812002-05-01      Eric Norum <eric.norum@usask.ca>
2682
2683        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2684        assembly  to satisfy gcc 3.1 and newer.
2685
26862002-04-26      Eric Norum <eric.norum@usask.ca>
2687
2688        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2689        agressive optimization in gcc 3.1 does not reorder things.
2690
26912002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2692
2693        * libchip/network/dec21140.c: Reflect changes to powerpc's
2694        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2695        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2696        <rtems/score/cpu.h>.
2697        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2698        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2699
27002002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2701
2702        * optman/configure.ac: Remove ENABLE_GCC28.
2703
27042002-04-11      Chris Johns <ccj@acm.org>
2705
2706        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2707        driver control block field to the ifconfig network driver structure.
2708        This field is needed by the i82586 driver which was ported from NetBSD
2709        as it had better hardware abstraction.
2710        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2711        PR59, added the drv_ctrl driver control block field to the ifconfig
2712        network driver structure. This field is needed by the i82586 driver
2713        which was ported from NetBSD as it had better hardware abstraction.
2714
27152002-04-10      Mike Siers <mikes@poliac.com>
2716
2717        * libnetworking/rtems_webserver/NOTES,
2718        libnetworking/rtems_webserver/asp.c,
2719        libnetworking/rtems_webserver/balloc.c,
2720        libnetworking/rtems_webserver/default.c,
2721        libnetworking/rtems_webserver/ej.h,
2722        libnetworking/rtems_webserver/ejIntrn.h,
2723        libnetworking/rtems_webserver/ejlex.c,
2724        libnetworking/rtems_webserver/ejparse.c,
2725        libnetworking/rtems_webserver/emfdb.c,
2726        libnetworking/rtems_webserver/emfdb.h,
2727        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2728        libnetworking/rtems_webserver/handler.c,
2729        libnetworking/rtems_webserver/license.txt,
2730        libnetworking/rtems_webserver/md5.h,
2731        libnetworking/rtems_webserver/md5c.c,
2732        libnetworking/rtems_webserver/mime.c,
2733        libnetworking/rtems_webserver/misc.c,
2734        libnetworking/rtems_webserver/ringq.c,
2735        libnetworking/rtems_webserver/rom.c,
2736        libnetworking/rtems_webserver/security.c,
2737        libnetworking/rtems_webserver/sock.c,
2738        libnetworking/rtems_webserver/sym.c,
2739        libnetworking/rtems_webserver/uemf.c,
2740        libnetworking/rtems_webserver/uemf.h,
2741        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2742        libnetworking/rtems_webserver/url.c,
2743        libnetworking/rtems_webserver/value.c,
2744        libnetworking/rtems_webserver/wbase64.c,
2745        libnetworking/rtems_webserver/webcomp.c,
2746        libnetworking/rtems_webserver/webpage.c,
2747        libnetworking/rtems_webserver/webrom.c,
2748        libnetworking/rtems_webserver/webs.c,
2749        libnetworking/rtems_webserver/webs.h,
2750        libnetworking/rtems_webserver/websuemf.c,
2751        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2752        2.1.4.
2753
27542002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2755
2756        * libchip/network/i82586.c: Include <string.h>.
2757        * libchip/network/sonic.c: Ditto.
2758
27592002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2760
2761        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2762
27632002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2764
2765        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2766
27672002-03-27      Thomas.Doerfler@imd-systems.de
2768
2769        PR 144
2770        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2771        memory address 0 when called for the first time. This is done when
2772        trying to clear the variable "dhcp_hostname".
2773
27742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2775
2776        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2777        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2778        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2779        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2780        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2781        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2782        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2783        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2784        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2785        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2786        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2787        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2788        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2789        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2790        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2791        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2792        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2793        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2794        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2795        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2796        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2797        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2798        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2799        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2800        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2801        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2802        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2803        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2804        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2805        AUTOMAKE_OPTIONS.
2806        * libnetworking/configure.ac:
2807        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2808        foreign 1.6]).
2809        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2810        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2811        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2812        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2813        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2814        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2815        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2816        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2817        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2818        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2819        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2820        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2821        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2822        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2823        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2824        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2825        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2826
28272002-03-27      Ilya Alexeev <ilya@continuum.ru>
2828
2829        PR 162
2830        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2831        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2832        used in a device write routines.  Now ppp_softc structure have own
2833        character for writing to device (sc_outchar).  I think that converting
2834        local variables to static is not a right solution, because problems will
2835        occur in the case of two or more ppp instances.
2836        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2837        must be u_long, otherwise in the case of the big output packet endless
2838        loop may occur.
2839
28402002-03-21      Ilya Alexeev <ilya@continuum.ru>
2841
2842        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2843        preparations for multiple PPPD connections.
2844
28452002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2846
2847        PR 149
2848        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2849        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2850        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2851        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2852
28532002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2854
2855        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2856        * configure.ac: Modified to reflect addition.
2857
28582002-02-27      Ilya Alexeev <ilya@continuum.ru>
2859
2860        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2861        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2862        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2863        capabilities as well as eliminate some warnings.
2864
28652002-02-27      Eric Norum <eric.norum@usask.ca>
2866
2867        * libnetworking/net/radix.c: Properly handle fetching the default route
2868        when there is no route.  This was a bug in the original FreeBSD code and
2869        this fix is from an updated version of their code.
2870
28712002-02-16      Eric Norum <eric.norum@usask.ca>
2872
2873        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2874        checking.
2875
28762002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2877
2878        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2879        dodefaultroute.
2880
28812002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2882
2883        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2884        include <rtems/seterr.h>.
2885
28862002-02-01      Mike Siers <mikes@poliac.com>
2887
2888        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2889        avoid bringing the link down too fast. NOTE: Mike reports successfully
2890        running at 56K baud on a direct link.
2891
28922002-02-01      Eric Valette <valette@crf.canon.fr>
2893
2894        * librdbg/So many patches have been posted recently on the mailing list
2895        and  because we were unable to find correct solution to compile on
2896        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2897        because the coding  style of rdbg was rather inconsistant among various
2898        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2899        global coding style (using indent + manual edits), 2) incorporate/review
2900        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2901        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2902        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2903        after rdbg initialization is done, NB : the paches is huge but it is
2904        mainly due to coding styke chnages.  Only few lines of codes have been
2905        really changed and they do not impact  rdbg functionnality (AFAIKT).
2906        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2907        librdbg/include/rdbg/m68k/rdbg_f.h,
2908        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2909        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2910        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2911        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2912        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2913        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2914        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2915        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2916        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2917        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2918        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2919        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2920        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2921        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2922        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2923        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2924
29252002-01-31      Mike Siers <mikes@poliac.com>
2926
2927        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2928        * Nice Update of PPPD support which eliminates the requiremetn that
2929        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2930        and reports that it seems to be more stable and handle larger packets
2931        better.  This patch replaces the termios tasks with more general pppd
2932        network driver tasks.  The functions pppinput() and pppstart() get
2933        called from the interrupt service routine.
2934        * libnetworking/Makefile.am, libnetworking/configure.ac,
2935        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2936        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2937        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2938        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2939        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2940        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2941        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2942        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2943        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2944        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2945        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2946        libnetworking/net/route.c, libnetworking/net/route.h,
2947        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2948        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2949        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2950        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2951        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2952        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2953        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2954        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2955        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2956        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2957        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2958        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2959        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2960        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2961        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2962        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2963        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2964        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2965        libnetworking/pppd/example/README,
2966        libnetworking/pppd/example/netconfig.h,
2967        libnetworking/wrapup/Makefile.am: Modified.
2968        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2969        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2970        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2971        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2972        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2973        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2974        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2975        libnetworking/modem/pppcompress.c: Subdirectory removed.
2976
29772002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2978
2979        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2980        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2981
29822002-01-18      Till Straumann <strauman@slac.stanford.edu>
2983
2984        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2985        issues: - exception handler needs to enable MSR_FP if the interrupted
2986        thread is FP enabled. - printk message for MSR fixed and added
2987        stacktrace. NOTE: this requires the stacktrace patch to
2988        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2989        however).
2990
29912002-01-06      Joel Sherrill <joel@OARcorp.com>
2992
2993        * optman/.cvsignore: Added aclocal.m4 and configure.
2994        * optman/.cvsignore: New file.
2995
29962002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2997
2998        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2999
30002002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3001
3002        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3003        * optman/ChangeLog: New.
3004        * optman/configure.ac: New.
3005        * optman/Makefile.am: New.
3006        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3007        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3008
30092001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3010
3011        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3012
30132001-12-18      Eric Norum <eric.norum@usask.ca>
3014
3015        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3016        `directories' (path names with a / at the end) while disallowing open()
3017        operations on TFTP `directories'.
3018
30192001-12-07      Eric Norum <eric.norum@usask.ca>
3020
3021        * libnetworking/lib/tftpDriver.c: Restore write capability.
3022
30232001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3024
3025        * libchip/network/sonic.h: Fix typo.
3026        * libnetworking/arpa/Makefile.am: Remove stray lines.
3027
30282001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3029
3030        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3031
30322001-10-18      Eric Norum <eric.norum@usask.ca>
3033
3034        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3035        chdir() and open() operations within the TFTP file system.
3036
30372001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3038
3039        * librdbg/configure.ac: Fix latent bug exposed by removal of
3040        config.cache's which prevented powerpc targets librdbg from building.
3041
30422001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3043
3044        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3045        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3046        autoconf-2.52 happy.
3047
30482001-10-12      Mike Siers <mikes@poliac.com>
3049
3050        * libnetworking/Update to stable working state.  Congratulations Mike!
3051        :).
3052        * libnetworking/modem_example: Directory removed.
3053        * libnetworking/modem_example/16550.h,
3054        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3055        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3056        libnetworking/modem_example/ppp.h,
3057        libnetworking/modem_example/pppcompress.c: Files removed.
3058        * libnetworking/pppd/example/pppd.options: New file.
3059        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3060        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3061        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3062        libnetworking/pppd/rtemsmain.c: Updated.
3063
30642001-10-12      Joel Sherrill <joel@OARcorp.com>
3065
3066        * libchip/serial/z85c30.c: Fixed typo.
3067
30682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3069
3070        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3071        * configure.in: Remove.
3072        * configure.ac: New file, generated from configure.in by autoupdate.
3073        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3074        * libchip/configure.in: Remove.
3075        * libchip/configure.ac: New file, generated from configure.in by
3076        autoupdate.
3077        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3078        * librdbg/configure.in: Remove.
3079        * librdbg/configure.ac: New file, generated from configure.in by
3080        autoupdate.
3081        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3082        * libnetworking/configure.in: Remove.
3083        * libnetworking/configure.ac: New file, generated from configure.in by
3084        autoupdate.
3085
30862001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3087
3088        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3089        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3090        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3091
30922001-09-27      Joel Sherrill <joel@OARcorp.com>
3093
3094        * libchip/ChangeLog: Fixed typo in date.
3095
30962001-09-27      Eric Norum <eric.norum@usask.ca>
3097
3098        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3099        TFTP  filesystem.
3100
31012001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3102
3103        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3104        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3105        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3106        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3107        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3108        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3109        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3110        'PREINSTALL_FILES ='.
3111        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3112        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3113        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3114        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3115        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3116        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3117        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3118        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3119        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3120        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3121        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3122        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3123
31242001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3125
3126        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3127        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3128        * librdbg/src/m68k/any/Makefile.am: Ditto.
3129        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3130        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3131        happy.
3132
31332001-09-21      Joel Sherrill <joel@OARcorp.com>
3134
3135        * libchip/network/Makefile.am: Fixed typo on file name.
3136        * libchip/network/i82586.c: Commented out line 318 which is referencing
3137        a member of a structure that is not currently there.  This needs to be
3138        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3139        to C style.
3140
31412001-09-19      Eric Norum <eric.norum@usask.ca>
3142
3143        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3144
31452001-09-19      Chris Johns <ccj@acm.org>
3146
3147        * libchip/network/README.i82586, libchip/network/i82586.c,
3148        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3149        Network driver for Intel i82586.
3150        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3151        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3152        "root" filesystem with information obtained via the DHCP response.
3153
31542001-09-14      Eric Norum <eric.norum@usask.ca>
3155
3156        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3157        make gcc 3.x happy.
3158
31592001-08-16      Mike Siers <mikes@poliac.com>
3160
3161        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3162        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3163        These support callback functionality that has not even been compiled
3164        under RTEMS yet.
3165        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3166        example application.  Mike's notes on the modifications: - renamed
3167        error() function because of namespace problems - removed calls to the
3168        exit() funciton - removed extra files from the pppd source directory -
3169        defined pppd task constant values in rtemspppd.h - modifyied example
3170        code to get actual tick per second value - placed the pppd 2.3.11 man
3171        page file (pppd.8) into the pppd directory.
3172        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3173        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3174        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3175        libnetworking/pppd/rtems-ppp.c: Deleted.
3176        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3177        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3178        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3179        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3180        libnetworking/pppd/example/init.c,
3181        libnetworking/pppd/example/netconfig.h,
3182        libnetworking/pppd/example/ppp.conf,
3183        libnetworking/pppd/example/pppdapp.c,
3184        libnetworking/pppd/example/system.h: New files.
3185        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3186        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3187        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3188        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3189        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3190        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3191        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3192        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3193        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3194        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3195        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3196        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3197        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3198        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3199        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3200
32012001-08-16      Joel Sherrill <joel@OARcorp.com>
3202
3203        * libnetworking/pppd/example/Makefile: Removed.
3204        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3205        to avoid bootstrap -c clobbering it.
3206        * libnetworking/rtems_telnetd/.cvsignore: New file.
3207
32082001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3209
3210        * libnetworking/Makefile.am, libnetworking/configure.in,
3211        libnetworking/rtems_servers/Makefile.am,
3212        libnetworking/rtems_servers/telnetd.c,
3213        libnetworking/rtems_servers/telnetd.h,
3214        libnetworking/rtems_telnetd/Makefile.am,
3215        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3216        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3217        libnetworking/rtems_telnetd/telnetd.c,
3218        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3219        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3220        effect when ftpd change. - the tcp/ip stats have been implemented into
3221        icmds.c and started when telnetd daemon is started.
3222        * libnetworking/rtems_servers/telnetd.c,
3223        libnetworking/rtems_servers/telnetd.h: Removed.
3224        * libnetworking/rtems_telnetd: New directory.
3225        * libnetworking/rtems_telnetd/Makefile.am,
3226        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3227        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3228        libnetworking/rtems_telnetd/telnetd.c,
3229        libnetworking/rtems_telnetd/telnetd.h: New files.
3230
32312001-06-14      Joel Sherrill <joel@OARcorp.com>
3232
3233        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3234        Moved from libmisc/shell so the network stack to address network
3235        depenendency.
3236        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3237
32382001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3239
3240        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3241
32422001-05-15      Joel Sherrill <joel@OARcorp.com>
3243
3244        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3245        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3246        accidentally deleted the incorrectly empty versions.
3247
32482001-05-14      Till Straumann <strauman@slac.stanford.edu>
3249
3250        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3251        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3252        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3253        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3254        to know the values) - the affected BSP (shared/motorola) headers have
3255        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3256        driver (libchip/network/dec21140.c) has been fixed to use
3257        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3258        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3259        who is using this driver. - the DEC driver also has been fixed to use
3260        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3261        delay_in_bus_cycles().
3262
32632001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3264
3265        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3266
32672001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3268
3269        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3270
32712001-04-24      Eric Norum <eric.norum@usask.ca>
3272
3273        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3274        NTP synchronization a little more robust -- no NTP daemon yet, but at
3275        least it trys a little harder when the primary NTP server is down.
3276
32772001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3278
3279        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3280        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3281        libnetworking/pppd/modem_example/modem.c,
3282        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3283        other strings into English.
3284        * libnetworking/pppd/STATUS: updated to reflect the changes.
3285
32862001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3287
3288        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3289        again.
3290
32912001-04-20      Eric Valette <valette@crf.canon.fr>
3292
3293        * mcp750 directory renamed new_exception processing as it supports many
3294        more CPU models.
3295        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3296        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3297        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3298        formerly in mcp750 plus modifications.
3299        * librdbg/src/powerpc/mcp750/.cvsignore,
3300        librdbg/src/powerpc/mcp750/Makefile.am,
3301        librdbg/src/powerpc/mcp750/remdeb.h,
3302        librdbg/src/powerpc/mcp750/remdeb_f.x,
3303        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3304        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3305        new_exception_processing.
3306        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3307        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3308        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3309        part of this effort to add support for the MPC8xx.
3310
33112001-04-19      Joel Sherrill <joel@OARcorp.com>
3312
3313        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3314        internal include files.
3315
33162001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3317
3318        PR 158
3319        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3320        rcmd() library call by commenting out the parts that deal with signals.
3321        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3322        stdio. The 'server-side' parts of this file which deal with
3323        authentication are disabled since they are not needed.
3324
33252001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3326
3327        * libnetworking/include/.cvsignore: Remove dangling file.
3328
33292001-03-14      Joel Sherrill <joel@OARcorp.com>
3330
3331        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3332        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3333        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3334        libchip style serial drivers can be written in libcpu or libbsp.
3335
33362001-03-01      Joel Sherrill <joel@OARcorp.com>
3337
3338        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3339        libchip/network/sonic.c, libchip/network/sonic.h,
3340        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3341        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3342        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3343        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3344        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3345        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3346        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3347        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3348
33492001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3350
3351        * librdbg/include/rdbg/Makefile.am,
3352        librdbg/include/rdbg/i386/Makefile.am,
3353        librdbg/include/rdbg/m68k/Makefile.am,
3354        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3355        style on include files.
3356
33572001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3358
3359        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3360        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3361        replace ${..} with $(..).
3362        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3363        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3364        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3365        libnetworking/rtems/Makefile.am, libnetworking/
3366        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3367        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3368        include_*HEADERS instead of H_FILES.
3369        * libnetworking/include/Makefile.am: Remove.
3370        * libnetworking/Makefile.am: Add handling of *.h files.
3371        * libnetworking/configure.in: Remove include/Makefile.
3372
33732001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3374
3375        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3376
33772001-01-31      Sergei Organov <osv@javad.ru>
3378
3379        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3380        current dir and root dir removed in favor of new libio support for
3381        task-local current and root directories. - Bug in `close_data_socket()'
3382        introduced by previous change fixed. - `command_pasv()' changed to set
3383        timeout on socket we are listening on and code fixed to don't close
3384        socket twice on error. - `serr()' changed to clear `errno'. -
3385        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3386        changed to clear `errno' before processing session. -
3387        `close_data_socket()' fixed to close both active and passive sockets -
3388        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3389        empty string  in `exec_command()'.
3390
33912001-01-25      Eric Norum <eric.norum@usask.ca>
3392
3393        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3394        improves throughput on systems which are dropping packets.   Only the
3395        first timeout is reduced.  This keeps the number of extra packets down
3396        on networks that are very busy and dropping lots of packets.
3397
33982001-01-24      Sergei Organov <osv@javad.ru>
3399
3400        * libnetworking/rtems_servers/ftpd.c,
3401        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3402        - Timeouts on sockets implemented. 'idle' field added to configuration.
3403        No timeout by default to keep backward compatibility. Note: SITE IDLE
3404        command not implemented yet. - Basic global access control implemented.
3405        'access' field added to configuration. No access limitations by default
3406        to keep backward compatibility. - Anchor data socket for active mode
3407        (using self IP and port 20.) - Fixed default data port support (still
3408        not tested). - Don't allow IP address different from originating host in
3409        PORT command to improve security. - Fixed bug in MDTM command. - Check
3410        for correctness of parsing of argument in command_port(). - Fixed
3411        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3412        a directory. - Command parsing a little bit improved: command names are
3413        now converted to upper-case to be more compatible with RFC (command
3414        names are not case-sensitive.) - Reformat comments so that they have
3415        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3416        previous changes - True ASCII mode implemented (doesn't work for hooks
3417        and /dev/null) - Passive mode implemented, PASV command added. - Default
3418        port for data connection could be used (untested, can't find ftp client
3419        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3420        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3421
34222001-01-18      Joel Sherrill <joel@OARcorp.com>
3423
3424        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3425        macro using variable arguments.
3426        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3427        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3428        since I updated the main RTEMS development machine to RedHat 7.2 and
3429        apparently got a new version of rpcgen.
3430
34312001-01-12      Sergei Organov <osv@javad.ru>
3432
3433        * libnetworking/rtems_servers/ftpd.c,
3434        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3435        - use pool of pre-created threads to handle sessions instead of
3436        creating/deleting threads on the fly - LIST output is now similar to
3437        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3438        happy with it. - LIST NAME now works (both for files and directories) -
3439        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3440        clients happy  - keep track of CWD for every session separately -
3441        ability to specify root directory name for FTPD in configuration table.
3442        FTPD will then create illusion for FTP clients that this is actually
3443        root directory. - ignore options sent in commands, thus LIST -al FILE
3444        works and doesn't try to list "-al" directory. - buffers are allocated
3445        on stack instead of heap where possible to eliminate malloc/free calls
3446        (avoid possible heap fragmentation troubles). - drop using of task
3447        notepad to pass parameters - use function arguments instead - use
3448        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3449        in socket() instead of AF_INET.
3450
34512001-01-02      Joel Sherrill <joel@OARcorp.com>
3452
3453        * libnetworking/CHANGELOG: Removed.
3454        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3455
34562000-12-14      Eric Norum <eric.norum@usask.ca>
3457
3458        * libnetworking/lib/tftpDriver.c: Added write capability.
3459
34602000-12-08      Joel Sherrill <joel@OARcorp.com>
3461
3462        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3463        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3464        numerous variable declarations conditional on PPP_COMPRESS and
3465        PPP_FILTER.  Commented out variables that were not used because the code
3466        using them was commented out. Removed totally unused variables.
3467        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3468        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3469
34702000-11-30      Joel Sherrill <joel@OARcorp.com>
3471
3472        * libnetworking/modem/ppp_tty.c: Changed to include
3473        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3474        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3475        * libnetworking/Makefile.am: Modified to reflect above.
3476
34772000-11-27      Joel Sherrill <joel@OARcorp.com>
3478
3479        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3480
34812000-11-25      Eric Norum <eric.norum@usask.ca>
3482
3483        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3484        core.
3485
34862000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3487
3488        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3489        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3490        subdir.
3491        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3492        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3493        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3494        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3495        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3496        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3497        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3498        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3499        ppp_tty.c and the real pppd main is in pppmain.c.
3500
35012000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3502
3503        * libchip/network/sonic.c: Added ipalign() routine to align the received
3504        packet so that the ip header is on a 32-bit boundary. Necessary for
3505        cpu's that do not allow unaligned loads and stores and when the 32-bit
3506        DMA mode is used.
3507
35082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3509
3510        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3511        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3512        ACLOCAL_AMFLAGS.
3513        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3514        ACLOCAL_AMFLAGS.
3515        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3516        ACLOCAL_AMFLAGS.
3517
35182000-11-03      Chris Johns <ccj@acm.org>
3519
3520        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3521        libchip/network/cs8900.h: New files.
3522
35232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3524
3525        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3526        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3527        $(RTEMS_TOPdir)/aclocal.
3528        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3529        $(RTEMS_TOPdir)/aclocal.
3530        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3531        $(RTEMS_TOPdir)/aclocal.
3532
35332000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3534
3535        * configure.in: Switch to GNU-canonicalization.
3536        * Makefile.am: Reflect changes to configure.in.
3537        * acinclude.m4: Remove.
3538
35392000-10-30      Joel Sherrill <joel@OARcorp.com>
3540
3541        * POSIX include files merged into newlib.  This resulted in some
3542        definitions moving to other files and thus some secondary effects in
3543        RTEMS source code.
3544        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3545        in sync with newlib's <machine/types.h>.
3546        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3547        definition of struct itimerval in <sys/time.h>.
3548
35492000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3550
3551        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3552        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3553        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3554        * ChangeLog: Fix typos.
3555        * configure.in: add tests to the GNU canonicalized subdirectories.
3556
35572000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3558
3559        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3560        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3561        the lib directory before configuring lib/.
3562
35632000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3564
3565        * configure.in, Makefile.am: add exec to the GNU canonicalized
3566        subdirectories.
3567        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3568        * configure.in: add libnetworking, librpc and librdb to the GNU
3569        canonicalized subdirectories.
3570        * configure.in: add libmisc and libchip to the GNU canonicalized
3571        subdirectories.
3572        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3573        Switch to GNU canonicalization.
3574        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3575        Switch to GNU canonicalization.
3576        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3577        Switch to GNU canonicalization.
3578
35792000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3580
3581        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3582        canonicalization to libfs/. The approach is currently a bit of a hack as
3583        GNU canonicalization does not support the per-BSP build some of the
3584        other directories require.  As more of the tree is converted, this will
3585        become less  of an issue.
3586
35872000-10-20      Joel Sherrill <joel@OARcorp.com>
3588
3589        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3590        parameter.
3591
35922000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3593
3594        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3595        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3596        * librdbg/configure.in: Add m68k support.
3597        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3598        subdirectory.
3599        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3600        failure.
3601        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3602        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3603        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3604        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3605        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3606        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3607        librdbg/src/m68k/.cvsignore: New files.
3608        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3609        function pointers.
3610        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3611        _after_ pointer has been checked against NULL.
3612
36132000-10-18      Joel Sherrill <joel@OARcorp.com>
3614
3615        * wrapup/Makefile.am: Added libfs.
3616
36172000-10-18      Chris Johns <ccj@acm.org>
3618
3619        * libfs created.
3620        * configure.in: Added libfs subdirectory.
3621        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3622
36232000-09-28      Joel Sherrill <joel@OARcorp.com>
3624
3625        * libnetworking/rtems_webserver/Makefile.am,
3626        libnetworking/rtems_webserver/base64.c,
3627        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3628        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3629
36302000-09-22      Joel Sherrill <joel@OARcorp.com>
3631
3632        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3633        libnetworking/rtems/rtems_bsdnet_internal.h,
3634        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3635        have included rtems.h.  It is now including precisely the  least amount
3636        of low level, yet portable .h files to get the basic RTEMS types
3637        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3638        used machine/types.h to include rtems.h.
3639
36402000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3641
3642        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3643
36442000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3645
3646        * libnetworking/ChangeLog: Cleanup.
3647
36482000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3649
3650        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3651        * libchip/ChangeLog: Fix formating.
3652
36532000-09-05      Joel Sherrill <joel@OARcorp.com>
3654
3655        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3656        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3657        confusion and to work with the converted flags.
3658
36592000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3660
3661        * wrapup/Makefile.am: Include compile.am.
3662        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3663        libchip/serial/Makefile.am: Include compile.am.
3664        * librdbg/src/i386/any/Makefile.am,
3665        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3666        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3667        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3668        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3669        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3670        libnetworking/rtems_servers/Makefile.am,
3671        libnetworking/rtems_webserver/Makefile.am,
3672        libnetworking/wrapup/Makefile.am: Include compile.am.
3673
36742000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3675
3676        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3677        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3678
36792000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3680
3681        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3682
36832000-08-31      Joel Sherrill <joel@OARcorp.com>
3684
3685        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3686        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3687        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3688        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3689        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3690        * libnetworking/wbase64.c: Removed.
3691        * libnetworking/Makefile.am, libnetworking/asp.c,
3692        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3693        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3694        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3695        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3696        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3697        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3698        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3699        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3700        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3701        Modified.
3702
37032000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3704
3705        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3706
37072000-08-30      Joel Sherrill <joel@OARcorp.com>
3708
3709        * libnetworking/rtems_webserver/license.txt: New file.
3710
37112000-08-10      Joel Sherrill <joel@OARcorp.com>
3712
3713        * ChangeLog: New file.
3714        * libchip/ChangeLog: New file.
3715        * librdbg/ChangeLog: New file.
3716        * libnetworking/ChangeLog: New file.
3717
Note: See TracBrowser for help on using the repository browser.