source: rtems/c/src/ChangeLog @ 224aebb3

4.104.114.95
Last change on this file since 224aebb3 was 224aebb3, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/11/08 at 10:07:00

added BSP to m68k
adapted PPC exception code

  • Property mode set to 100644
File size: 137.2 KB
Line 
12008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
4        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
5        * libchip/display/font_hcms29xx.h
6        Creation of SPI display driver
7
82008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
9
10        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
11        via SPI.
12
132008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
16        AC_PREREQ(2.62).
17
182008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
21
222008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * libchip/Makefile.am: Move termios helper routines from libchip to
25        libcsupport. Add routine which makes it easy for a termios device
26        driver to inform termios of its default baud rate. This avoids
27        inconsistencies in later termios settings changes.
28        * libchip/serial/termios_baud2index.c,
29        libchip/serial/termios_baud2num.c: Removed.
30
312008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
34
352008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
38        not fail if there are none.
39
402008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
41
42        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
43        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
44        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
45        * libchip/Makefile.am:
46        derived a generic spi memory driver from spi-flash-m25p40,
47        added descriptor for fram fm25l256
48
492008-05-07      Till Straumann <strauman@slac.stanford.edu>
50
51        PR 649/bsps
52        * libchip/ide/ata.c: Give up if the interface does not become ready.
53
542008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        Moved to cpukit.
57        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
58        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
59        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
60        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
61        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
62        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
63        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
64        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
65        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
66        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
67        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
68        nfsclient/src/xdr_mbuf.c: Removed.
69
702008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
73
742008-01-05      Chris Johns <chrisj@rtems.org>
75
76        * libchip/flash/am29lv160.c: Update the blank check error message
77        to say there is an error.
78       
792007-12-22      Chris Johns <chrisj@rtems.org>
80
81        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
82        the hello message. Just one line but still a little too long.
83       
842007-12-14      Chris Johns <chrisj@rtems.org>
85
86        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
87        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
88        * libchip/flash, libchip/flash/am29lv160.c,
89        libchip/flash/am29lv160.h: New.
90
912007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * libchip/network/if_fxp.c: Spacing.
94
952007-11-20      Till Straumann <strauman@slac.stanford.edu>
96
97        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
98        Avoid using 'stdio' before the system is up and fully
99        initialized.
100
1012007-11-20      Till Straumann <strauman@slac.stanford.edu>
102
103        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
104        * libchip/Makefile.am, libchip/preinstall.am:
105        added new driver for Maxim DS1375 i2c RTC.
106
1072007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
108
109        * libchip/i2c/spi-flash-m25p40.c:
110        added addressing call in write function
111
1122007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
113
114        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
115        * libchip/Makefile.am:
116        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
117
1182007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
121
1222007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * nfsclient/Makefile.am: Fix errors.
125
1262007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
129
1302007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * aclocal/version.m4: Bump RTEMS_API to 4.9.
133        Bump RTEMS_VERSION to 4.8.99.0.
134
1352007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
138
1392007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * configure.ac: Remove AC_PROG_AWK (Unused).
142
1432007-09-14      Daron Chabot <djc915@mail.usask.ca>
144
145        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
146        rtems_interrupt_vector, to permit passing arbitrary arguments to the
147        ISR. Clean up of variables to silence compiler warnings.
148
1492007-09-13      Daniel Hellstrom <daniel@gaisler.com>
150
151        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
152
1532007-09-12      Daniel Hellstrom <daniel@gaisler.com>
154
155        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
156          - Odd bit bug in some chips taken care of.
157          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
158            alignment but failing to do so must have made the driver writer to make
159            some incorrect assumptions about MBUFs.
160          - Fixed MBUF handling to handle mbuf chains better. The Data length of
161            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
162          - Made while loop responsible for copying data to fifo port copy 16 shorts
163            per loop instead of 1 short, increasing the copying process.
164
1652007-09-07      Daniel Hellstrom <daniel@gaisler.com>
166
167        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
168        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
169
1702007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * configure.ac, wrapup/Makefile.am: Remove RDBG.
173        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
174        librdbg/Makefile.am, librdbg/preinstall.am,
175        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
176        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
177        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
178        librdbg/include/rdbg/powerpc/rdbg_f.h,
179        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
180        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
181        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
182        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
183        librdbg/src/servtsp.c, librdbg/src/servutil.c,
184        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
185        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
186        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
187        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
188        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
189        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
190        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
191        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
192        librdbg/src/powerpc/rdbg_f.c,
193        librdbg/src/powerpc/new_exception_processing/remdeb.h,
194        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
195        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
196        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
197
1982007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
201
2022007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
205          sizes.
206
2072007-07-27      Chris Johns <chrisj@rtems.org>
208
209        * wrapup/Makefile.am: Create archive from a file for hosts
210        with a limited command line size.
211
2122007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
213
214        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
215          sizes.
216
2172007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
218       
219        * configure.ac: Add nfsclient.
220        * nfsclient/Makefile.am: New.
221        * nfsclient/proto/Makefile, nfsclient/Makefile,
222          nfsclient/src/Makefile: Remove.
223        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
224        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
225
2262007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
227
228        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
229        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
230        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
231        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
232        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
233        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
234        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
235        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
236        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
237        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
238        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
239        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
240
2412007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
242
243        * libchip/serial/ns16550.c: removed timed out wait for transmitter
244        to become ready: This will not work for fast CPUs.
245
2462007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
247
248        * libchip/ide/ata.c: fixed warning
249
2502007-06-20      Ray Xu <rayx@gmail.com>
251
252        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
253        console, and libio. This shrinks the memory requirements but Joel has
254        not figured out how best to present this to application space.
255        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
256        New files.
257
2582007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
259
260        * optman/sapi/no-io.c: Split IO Manager into one function per file so
261        now we only need required initialization methods.
262
2632007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
264
265        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
266        parameter since it was used to configure a no longer used feature.
267        Device names are now part of the filesystem not in a table.
268
2692007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
270
271        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
272        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
273        optman/rtems/no-part.c, optman/rtems/no-region.c,
274        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
275        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
276        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
277        other optional managers so using them reduces application size
278        instead of increasing it.
279        * optman/rtems/no-barrier.c: New file.
280
2812007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
282
283        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
284        adjustments to pci-API changes.
285        * libchip/network/dec21140.c, libchip/network/elnk.c,
286        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
287        changes.
288
2892007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
290
291        * libchip/network/dec21140.c, libchip/network/if_dc.c,
292        libchip/network/if_fxp.c: Reflect changes to pci-API.
293
2942007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
297        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
298
2992007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
300
301        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
302          being used to compile "tools").
303
3042007-03-13      Joel Sherrill <joel@OARcorp.com>
305
306        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
307
3082007-03-12      Joel Sherrill <joel@OARcorp.com>
309
310        * libchip/network/cs8900.c, libchip/network/cs8900.h,
311        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
312        and/or fix mistake in copyright notice. Both of these mistakes appear
313        to be from code submitted after these changes were made previously.
314
3152007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
316
317        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
318
3192007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
320
321        * libchip/Makefile.am: Correct path to README.tulipclone.
322
3232007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
324
325        * libchip/ide/ata.c: Remove superfluous type casts.
326
3272007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
328
329        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
330        Use size_t for sizes.
331
3322007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
333
334        * libchip/ide/ata.c: in ata_request_done: moved call to free()
335        from preemption disabled region
336
3372007-01-16      Till Straumann <strauman@slac.stanford.edu>
338
339        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
340        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
341        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
342
3432006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
344
345        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
346          ioctl_command_t as ioctl argument.
347
3482006-12-13      Joel Sherrill <joel@OARcorp.com>
349
350        * librtems++/include/rtems++/rtemsEvent.h,
351        librtems++/include/rtems++/rtemsMessageQueue.h,
352        librtems++/include/rtems++/rtemsSemaphore.h,
353        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
354        librtems++/src/rtemsMessageQueue.cc,
355        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
356        rtems_unsigned32 to uint32_t.
357
3582006-12-13      Joel Sherrill <joel@OARcorp.com>
359
360        PR 1181/bsps
361        * optman/rtems/no-msg.c: Clean up dead code.
362
3632006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
364
365        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
366
3672006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
368
369        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
370        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
371        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
372
3732006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
374
375        * configure.ac: New BUG-REPORT address.
376
3772006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
378
379        * Makefile.am: Remove ampolish3.
380
3812006-11-17      Joel Sherrill <joel@OARcorp.com>
382
383        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
384        blank lines.
385
3862006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
387
388        * configure.ac: Remove RTEMS_AMPOLISH3.
389        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
390          Remove checks for AMPOLISH3.
391        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
392        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
393        * ampolish3: Remove.
394
3952006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
396
397        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
398        * aclocal/prog-cc.m4: Remove CFLAGS.
399        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
400        Compose CFLAGS. Append CFLAGS to ac_configure_args.
401
4022006-10-23      Joel Sherrill <joel@OARcorp.com>
403
404        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
405
4062006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
407
408        * automake/compile.am: Use hard-coded RTEMS_* flags.
409
4102006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
411
412        * aclocal/rtems-top.m4: Remove RTEMS_API.
413        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
414
4152006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
416
417        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
418
4192006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
420
421        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
422
4232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
424
425        * aclocal/version.m4: Bump version to 4.7.99.0.
426
4272006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
428
429        * configure.ac: Require autoconf-2.60. Require automake-1.10.
430
4312006-09-11      Joel Sherrill <joel@OARcorp.com>
432
433        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
434
4352006-09-04      Joel Sherrill <joel@OARcorp.com>
436
437        * libchip/network/greth.c, libchip/network/open_eth.c,
438        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
439        introduced by warning removal.
440
4412006-09-01      Joel Sherrill <joel@OARcorp.com>
442
443        * libchip/network/greth.c, libchip/network/open_eth.c,
444        libchip/network/smc91111.c: Remove warnings and correct prototype
445        added earlier today.
446
4472006-09-01      Joel Sherrill <joel@OARcorp.com>
448
449        * libchip/network/cs8900.c, libchip/network/greth.c,
450        libchip/network/i82586.c, libchip/network/open_eth.c,
451        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
452        sized integers, and inttypes.h printf helpers.
453
4542006-08-09      Kolja Waschk <waschk@telos.de>
455
456        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
457
4582006-07-12      Joel Sherrill <joel@OARcorp.com>
459
460        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
461
4622006-07-11      Jerry Needell <jerry.needell@unh.edu>
463
464        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
465        4.6 branch.  Original modifications by Gaisler Enterprises.
466        * libchip/network/greth.c, libchip/network/greth.h: New files.
467
4682006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
469
470        * ide/ata.[ch]:
471        (PR1118) fetch priority for ATA task from a variable,
472        not a fixed configuration value.
473       
4742006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
475
476        * Makefile.am: Add ampolish3.
477
4782006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
479
480        * ampolish3: New.
481        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
482
4832006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
484
485        * aclocal/rtems-ampolish.m4: New.
486        * configure.ac: Use RTEMS_AMPOLISH3.
487
4882006-04-18  Joel Sherrill <joel@OARcorp.com>
489
490        * aclocal/version.m4: Updated to rtems-4.6.99.3.
491
4922006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
493
494        PR 853/filesystem
495        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
496        should be modified to support the new exception scheme and to use the
497        handle parameter.
498
4992006-02-a32     Eric Norum <norume@aps.anl.gov>
500
501        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
502        "newer" PCI access calls.  Minor cleanups.  Comments.
503
5042006-01-12      Eric Norum <norume@aps.anl.gov>
505
506        PR 861/networking
507        PR 863/networking
508        * libchip/network/smc91111.c: Fix illegal lvalue increments.
509
5102006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
511
512        * wrapup/Makefile.am: Add preinstall.am.
513        * libchip/Makefile.am: Build libchip/network/smc91111.
514        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
515        Eliminate cyg_int* crap.
516
5172006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
518
519        * librdbg/Makefile.am: Add preinstall.am.
520        * aclocal/bsp-configure.m4: Add ampolish3.
521        New header guards.
522
5232006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
524
525        * libchip/network/open_eth.c, libchip/network/open_eth.h:
526        Merger from rtems-4-6-branch.
527
5282006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
529
530        * libchip/network/smc91111.c
531        libchip/network/smc91111config.h
532        libchip/network/smc91111exp.h
533        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
534        * libchip/Makefile.am: Reflect adding smc91111*.
535
5362006-01-08      Joel Sherrill <joel@OARcorp.com>
537
538        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
539        char *.
540
5412006-01-08      Joel Sherrill <joel@OARcorp.com>
542
543        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
544        warnings.
545
5462005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
547
548        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
549        Add RTEMS_RELLDFLAGS.
550        * automake/compile.am: Remove RTEMS_USE_GCC.
551        Remove RTEMS_RELLDFLAGS.
552        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
553
5542005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
555
556        * libchip/network/if_media.h, libchip/network/mii.h:
557        Remove (Moved to cpukit).
558        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
559        and libchip/network/if_media.h.
560        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
561        if_media.h having moved.
562
5632005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
564
565        * automake/compile.am, automake/host.am, automake/local.am,
566        automake/subdirs.am: Remove depend.
567        * configure.ac: Explicitly pass --libdir and --includedir to
568        testsuites.
569
5702005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
571
572        * configure.ac: Reflect changes to testsuites.
573
5742005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
575
576        * automake/compile.am: Remove GCCSPECS.
577        * aclocal/prog-cc.m4: Add GCCSPECS.
578        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
579
5802005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
581
582        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
583        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
584
5852005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
586
587        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
588        libcpu/byteorder.h for i386.
589
5902005-11-02      Till Straumann <strauman@slac.stanford.edu>
591
592        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
593        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
594        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
595        added a simple API/library for i2c devices and drivers for i2c
596        2-byte eeproms and a ds1621 temperature sensor; API is documented
597        in libi2c.h.
598
5992005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
600
601        * libnetworking/pppd/ipxcp.c,
602        libnetworking/pppd/chat.c,
603        libnetworking/pppd/patchlevel.h,
604        libnetworking/pppd/upap.h,
605        libnetworking/pppd/md5.h,
606        libnetworking/pppd/pppd.8,
607        libnetworking/pppd/README,
608        libnetworking/pppd/preinstall.am,
609        libnetworking/pppd/md4.h,
610        libnetworking/pppd/magic.c,
611        libnetworking/pppd/pppd.h,
612        libnetworking/pppd/demand.c,
613        libnetworking/pppd/rtemsmain.c,
614        libnetworking/pppd/sys-rtems.c,
615        libnetworking/pppd/ipcp.h,
616        libnetworking/pppd/lcp.h,
617        libnetworking/pppd/chap_ms.c,
618        libnetworking/pppd/md4.c,
619        libnetworking/pppd/rtemspppd.h,
620        libnetworking/pppd/cbcp.h,
621        libnetworking/pppd/auth.c,
622        libnetworking/pppd/lcp.c,
623        libnetworking/pppd/example/README,
624        libnetworking/pppd/example/ppp.conf,
625        libnetworking/pppd/example/system.h,
626        libnetworking/pppd/example/netconfig.h,
627        libnetworking/pppd/example/pppdapp.c,
628        libnetworking/pppd/example/init.c,
629        libnetworking/pppd/example/Makefile-user,
630        libnetworking/pppd/example/pppd.options,
631        libnetworking/pppd/rtemspppd.c,
632        libnetworking/pppd/ipxcp.h,
633        libnetworking/pppd/chap_ms.h,
634        libnetworking/pppd/options.c,
635        libnetworking/pppd/magic.h,
636        libnetworking/pppd/chap.h,
637        libnetworking/pppd/cbcp.c,
638        libnetworking/pppd/upap.c,
639        libnetworking/pppd/chap.c,
640        libnetworking/pppd/Makefile.am,
641        libnetworking/pppd/ccp.h,
642        libnetworking/pppd/utils.c,
643        libnetworking/pppd/rtemsdialer.h,
644        libnetworking/pppd/fsm.h,
645        libnetworking/pppd/pathnames.h,
646        libnetworking/pppd/md5.c,
647        libnetworking/pppd/fsm.c,
648        libnetworking/pppd/ipcp.c,
649        libnetworking/pppd/STATUS,
650        libnetworking/pppd/ccp.c,
651        libnetworking/Makefile.am: Remove (Moved to cpukit).
652
6532005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
654
655        * configure.ac: Remove libnetworking, libnetworking/pppd.
656        * wrapup/Makefile.am: Remove libpppd.a.
657
6582005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
659
660        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
661        rtemsdialer.h to $(includedir)/rtems.
662
6632005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
664
665        * libnetworking/rtems_telnetd/icmds.c,
666        libnetworking/rtems_telnetd/Makefile.am,
667        libnetworking/rtems_telnetd/preinstall.am,
668        libnetworking/rtems_telnetd/pty.c,
669        libnetworking/rtems_telnetd/pty.h,
670        libnetworking/rtems_telnetd/README,
671        libnetworking/rtems_telnetd/telnetd.c,
672        libnetworking/rtems_telnetd/telnetd.h:
673        Remove (Moved to cpukit).
674
6752005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
676
677        * configure.ac: Remove libnetworking/rtems_telnetd.
678        * libnetworking/Makefile.am: Remove rtems_telnetd.
679        * libnetworking/README: Remove (Obsolete).
680        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
681
6822005-10-20  Eric Norum <norume@aps.anl.gov>
683
684        * libchip/network/dec21140.c: Clean up PCI mapping.
685
6862005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
687
688        * libnetworking/pppd/Makefile.am: Use preinstall.am.
689        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
690        librdbg/src/servrpc.c, librdbg/src/servtgt.c
691        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
692        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
693        * configure.ac: Move optman to the end of BSP_SUBDIRS.
694
6952005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
696
697        * aclocal/bspopts.m4: Add missing m4 quotes.
698
6992005-09-02  Joel Sherrill <joel@OARcorp.com>
700
701    * aclocal/version.m4: Updated to rtems-4.6.99.2.
702
7032005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
704
705        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
706        libchip/network/dec21140.c: Remove initialization of PCI bus.
707
7082005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
709
710        * optman/Makefile.am: Add preinstall.am.
711
7122005-07-18      Karel Gardas <kgardas@objectsecurity.com>
713
714        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
715        UNTESTED to tested.
716
7172005-06-17      Joel Sherrill <joel@OARcorp.com>
718
719        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
720        it is not supported by the MPC5xx.
721
7222005-06-17      Joel Sherrill <joel@OARcorp.com>
723
724        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
725        interface. Also correct attempting to build on other than PowerPC and
726        x86.
727
7282005-06-16      Daron Chabot <daron@nucleus.usask.ca>
729
730        * libchip/Makefile.am: Add driver for Tulip clones.
731        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
732        libchip/network/if_dcreg.h: New files.
733
7342005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
735
736        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
737        to enable rdbg.
738        * configure.ac: Reflect changes above.
739
7402005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
741
742        * configure.ac: Add ada/.
743
7442005-05-20      Sergei Organov  <osv@topconrd.ru>
745
746        PR 750/networking
747        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
748        wait_input().
749
7502005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
751
752        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
753        rtems/irq.h.
754
7552005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
756
757        * libchip/Makefile.am: Include preinstall.am.
758        * libchip/preinstall.am: New.
759
7602005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
761
762        * configure.ac: Add AMPOLISH3.
763        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
764        * libnetworking/rtems_telnetd/preinstall.am: New.
765        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
766
7672005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
768
769        * configure.ac: Let enable_rpcgen default to "no".
770
7712005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
772
773        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
774
7752005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
776
777        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
778        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
779
7802005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
781
782        * libchip/network/dec21140.c, libchip/network/elnk.c,
783        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
784
7852005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
786
787        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
788        of code as a result of the implementation of a common PCI interface.
789
7902005-05-04      Joel Sherrill <joel@OARcorp.com>
791
792        * libchip/network/open_eth.c: Remove prototype of set_vector.
793
7942005-05-03      Joel Sherrill <joel@OARcorp.com>
795
796        * librdbg/src/ptrace.c: Remove warning.
797
7982005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
799
800        * libchip/network/dec21140.c, libchip/network/elnk.c,
801        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
802        Modified parameter list to remove warnings.
803
8042005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
805
806        * libchip/network/cs8900.c, libchip/network/i82586.c,
807        libchip/network/open_eth.c, libchip/network/sonic.c,
808        libchip/serial/mc68681.c: Modified types to remove
809        warnings.  Added initialization to remove warnings.
810
8112005-04-28      Joel Sherrill <joel@OARcorp.com>
812
813        * libchip/network/README.sonic: Rewritten to account for removal of
814        dmv177.
815
8162005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
817
818        PR 781/rtems_misc
819        * libchip/serial/ns16550_p.h: Fix baud rate calculation
820
8212005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
822
823        * libchip/serial/ns16550.c:
824        Fixed warnings generated in various powerpc configurations
825
8262005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
827
828        * libchip/serial/ns16550.c: Modified
829        ISR to work with PPC new exception processing
830
8312005-03-14      Joel Sherrill <joel@OARcorp.com>
832
833        * libchip/network/dec21140.c, libchip/network/elnk.c,
834        libchip/network/if_fxp.c: Continue PCI API unification. All use
835        pci_find_device(). Network drivers manufacture a signature since all
836        calls have not been converted yet.
837
8382005-03-04      Joel Sherrill <joel@OARcorp.com>
839
840        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
841        initialize function part of the unified PCI API as pci_initialize().
842
8432005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
844
845        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
846        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
847
8482005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
849
850        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
851        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
852
8532005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
854
855        * aclocal/ppc.m4: Reflect changes to ppc exception processing
856        building procedures.
857
8582005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
859
860        * aclocal/prog-cc.m4:
861        Quote CFLAGS's RHS to accomodate Solaris broken sh.
862
8632005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
864
865        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
866
8672005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
868
869        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
870
8712005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
872
873        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
874
8752005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
876
877        * libnetworking/rtems_servers/ftp.c,
878        libnetworking/rtems_servers/ftp.h,
879        libnetworking/rtems_servers/Makefile.am:
880        Remove (relocated to cpukit/ftpd).
881        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
882        removed move libnetworking/rtems_servers.
883
8842005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
885
886        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
887
8882005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
889
890        PR 755/rtems
891        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
892        Remove local declarations of rtems_bsdnet_nameservers,
893        rtems_bsdnet_nameservers_count.
894
8952005-01-31      Sergei Organov <osv@topconrd.ru>
896
897        PR 751/pppd
898        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
899        committed to fix PR736 breaks pppd. chat.c should have its own static
900        ttyfd for pppd to work correctly. The symptom is that second
901        invokation of chat (for connect script) fails due to pppd_ttyfd set
902        to -1 by previous chat invokation (for init script). In addition,
903        this patch fixes leaving of dangling pointer in the abort_stbring[]
904        by chat_send().
905
9062005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
907
908        * configure.ac: Remove CFLAGS_DEBUG_V.
909        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
910
9112005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
912
913        * wrapup/Makefile.am: Remove rtems-ctor.o.
914
9152005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
916
917        * libchip/rtc/rtc.h: size_t RTC_Count.
918
9192005-01-20      Joel Sherrill <joel@OARcorp.com>
920
921        PR 736/pppd
922        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
923        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
924        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
925        should not be static and should have a name more specific to pppd.
926
9272005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
928
929        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
930        libnetworking/rtems_servers/Makefile.am,
931        libnetworking/rtems_telnetd/Makefile.am,
932        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
933        Eliminate CFLAGS_OPTIMIZE_V.
934
9352005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
936
937        * configure.ac: Pass CFLAGS to testsuites configure.
938        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
939        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
940
9412005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
942
943        * configure.ac: Pass CFLAGS to cpukit configure.
944        * aclocal/rtems-flags.m4: Remove (Unused).
945        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
946        * aclocal/env-rtemsbsp.m4:
947        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
948        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
949        RTEMS_CFLAGS.
950        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
951        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
952        Cleanup comments.
953
9542005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
955
956        * automake/compile.am: Remove build-variant support.
957
9582005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
959
960        * libnetworking/pppd/Makefile.am,
961        libnetworking/rtems_servers/Makefile.am,
962        libnetworking/rtems_telnetd/Makefile.am:
963        Remove build-variant support.
964
9652005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
966
967        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
968        support/Makefile.am, wrapup/Makefile.am:
969        Remove build-variant support.
970
9712004-11-22      Joel Sherrill <joel@OARcorp.com>
972
973        * libchip/network/if_fxp.c: Add entry for another module ID code.
974
9752004-11-22      Joel Sherrill <joel@OARcorp.com>
976
977        PR 693/misc
978        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
979        in/outport routines.
980
9812004-11-22      Joel Sherrill <joel@OARcorp.com>
982
983        PR 693/misc
984        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
985        in/outport routines.
986
9872004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
988
989        * aclocal/enable-itron.m4: Remove (unused).
990
9912004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
992
993        * configure.ac: Misc. quoting cleanups.
994        Enable ada-tests iff --enable-ada and --enable-tests.
995
9962004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
997
998        PR 703/filesystem
999        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1000        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1001        libchip/ide/ide_controller.c:
1002        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1003        available for BSPS/device drivers.
1004        Extend the "modes_available" and "mode_active" parameters to
1005        uint16_t for UDMA support.
1006
10072004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1008
1009        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1010        not supported on PowerPC since it works on the MVME2100 BSP.
1011
10122004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1013
1014        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1015        Add dependency tracking for *.cfgs.
1016        * Makefile.am: Add dependency tracking for *.cfg.
1017
10182004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1019
1020        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1021        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1022
10232004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1024
1025        PR 707/make_build
1026        * configure.ac: Add --enable-rpcgen.
1027
10282004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1029
1030        PR 700/rtems_misc
1031        * libnetworking/rtems_webserver/asp.c,
1032        libnetworking/rtems_webserver/balloc.c,
1033        libnetworking/rtems_webserver/cgi.c,
1034        libnetworking/rtems_webserver/default.c,
1035        libnetworking/rtems_webserver/ej.h,
1036        libnetworking/rtems_webserver/ejIntrn.h,
1037        libnetworking/rtems_webserver/ejlex.c,
1038        libnetworking/rtems_webserver/ejparse.c,
1039        libnetworking/rtems_webserver/emfdb.c,
1040        libnetworking/rtems_webserver/emfdb.h,
1041        libnetworking/rtems_webserver/form.c,
1042        libnetworking/rtems_webserver/handler.c,
1043        libnetworking/rtems_webserver/h.c,
1044        libnetworking/rtems_webserver/license.txt,
1045        libnetworking/rtems_webserver/Makefile.am,
1046        libnetworking/rtems_webserver/md5c.c,
1047        libnetworking/rtems_webserver/md5.h,
1048        libnetworking/rtems_webserver/mime.c,
1049        libnetworking/rtems_webserver/misc.c,
1050        libnetworking/rtems_webserver/NOTES,
1051        libnetworking/rtems_webserver/ringq.c,
1052        libnetworking/rtems_webserver/rom.c,
1053        libnetworking/rtems_webserver/rtems_webserver.h,
1054        libnetworking/rtems_webserver/security.c,
1055        libnetworking/rtems_webserver/sock.c,
1056        libnetworking/rtems_webserver/socket.c,
1057        libnetworking/rtems_webserver/sockGen.c,
1058        libnetworking/rtems_webserver/sym.c,
1059        libnetworking/rtems_webserver/uemf.c,
1060        libnetworking/rtems_webserver/uemf.h,
1061        libnetworking/rtems_webserver/um.c,
1062        libnetworking/rtems_webserver/um.h,
1063        libnetworking/rtems_webserver/umui.c,
1064        libnetworking/rtems_webserver/url.c,
1065        libnetworking/rtems_webserver/value.c,
1066        libnetworking/rtems_webserver/wbase64.c,
1067        libnetworking/rtems_webserver/webcomp.c,
1068        libnetworking/rtems_webserver/webmain.c,
1069        libnetworking/rtems_webserver/webpage.c,
1070        libnetworking/rtems_webserver/webrom.c,
1071        libnetworking/rtems_webserver/webs.c,
1072        libnetworking/rtems_webserver/websda.c,
1073        libnetworking/rtems_webserver/websda.h,
1074        libnetworking/rtems_webserver/webs.h,
1075        libnetworking/rtems_webserver/websSSL.c,
1076        libnetworking/rtems_webserver/websSSL.h,
1077        libnetworking/rtems_webserver/websuemf.c,
1078        libnetworking/rtems_webserver/wsIntrn.h:
1079        Remove (Moved to cpukit/http).
1080
10812004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1082
1083        PR 700/rtems_misc
1084        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1085        Remove libnetworking/rtems_webserver.
1086
10872004-10-25      Eric Norum <norume@aps.anl.gov>
1088
1089        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1090
10912004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1092
1093        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1094
10952004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1096
1097        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1098        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1099
11002004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1101
1102        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1103
11042004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1105
1106        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1107        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1108
11092004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1110
1111        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1112        BITSPERBYTE.
1113
11142004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1115
1116        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1117        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1118
11192004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1120
1121        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1122
11232004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1124
1125        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1126        * aclocal/enable-bare.m4: Remove.
1127        * configure.ac: Remove BARE_CPU_MODEL.
1128
11292004-10-13      Eric Norum <norume@aps.anl.gov>
1130
1131        PR 688/bsps
1132        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1133        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1134        MC146818A (and several Dallas Semiconductor) TOD chips.
1135
11362004-10-13      Eric Norum <norume@aps.anl.gov>
1137
1138        PR 686/networking
1139        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1140        device code.
1141
11422004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1143
1144        * libchip/network/dec21140.c: include <rtems/pci.h>.
1145
11462004-09-29      Joel Sherrill <joel@OARcorp.com>
1147
1148        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1149        libnetworking/pppd/utils.c: i960 obsoleted and all references
1150        removed.
1151
11522004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1153
1154        PR 607/networking
1155        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1156        instead of fully specifying unused PCI features.
1157
11582004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1159
1160        * configure.ac: Require automake > 1.9.
1161
11622004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1163
1164        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1165
11662004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1167
1168        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1169        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1170
11712004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1172
1173        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1174        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1175
11762004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1177
1178        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1179
11802004-07-28  Joel Sherrill <joel@OARcorp.com>
1181
1182    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1183
11842004-07-25      Joel Sherrill <joel@OARcorp.com>
1185
1186        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1187
11882004-05-21  Till Strauman <strauman@slac.stanford.edu>
1189
1190        PR 625/networking
1191        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1192        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1193        an error rather than panic if no chip is detected (thus allowing
1194        for probing).
1195        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1196        instead of looping forever.  Avoid divide by zero (crashed my PC).
1197        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1198        they are UNTESTED.
1199
12002004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1201
1202        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1203
12042004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1205
1206        * libchip/network/dec21140.c, libchip/network/elnk.c:
1207        #include <errno.h>.
1208
12092004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1210
1211        * libchip/network/if_media.h: Update from FreeBSD.
1212        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1213        libchip/network/i82586.c: #include <errno.h>.
1214
12152004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1216
1217        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1218
12192004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1220
1221        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1222
12232004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1224
1225        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1226        automake).
1227
12282004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1229
1230        PR 599/pppd
1231        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1232
12332004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1234
1235        * optman/rtems/no-region.c: Reflect having changed
1236        rtems_region_get_segment_size.
1237
12382004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1239
1240        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1241        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1242        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1243        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1244        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1245        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1246        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1247
12482004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1249
1250        * libchip/ide/ata.c, libchip/network/dec21140.c,
1251        libchip/network/elnk.c, libchip/network/i82586.c,
1252        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1253        libchip/network/open_eth.c, libchip/network/sonic.c,
1254        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1255        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1256        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1257        libchip/shmdr/shm_driver.h: Cosmetics.
1258
12592004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1260
1261        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1262        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1263        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1264        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1265        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1266        fixed size types.
1267
12682004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1269
1270        * configure.ac: Explicitly pass --includedir and --libdir to
1271        cpukit/configure.
1272
12732004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1274
1275        * librdbg/Makefile.am: Fix rpcgen rules.
1276        * librdbg/src/i386/any/remdeb_xdr.c,
1277        librdbg/src/m68k/any/remdeb_xdr.c,
1278        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1279        Reflect changes to librdbg/Makefile.am.
1280
12812004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1282
1283        * configure.ac: Reflect changes testsuites/configure.ac and
1284        cpukit/configure.ac.
1285
12862004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1287
1288        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1289        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1290
12912004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1292
1293        * configure.ac: Reflect changes to testsuites's configuration.
1294
12952004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1296
1297        PR/589 rtems
1298        * libchip/network/pci.h: Remove (Moved to cpukit).
1299
13002004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1301
1302        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1303        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1304        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1305        libchip/network/dec21140.c, libchip/network/elnk.c,
1306        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1307        libchip/network/open_eth.h, libchip/network/sonic.c,
1308        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1309        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1310        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1311        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1312        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1313        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1314        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1315        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1316        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1317        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1318        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1319        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1320        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1321        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1322        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1323        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1324        fixed-size types.
1325
13262004-03-14      Chris Johns  <chrisj@rtems.org>
1327
1328        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1329        the BSP example code.
1330        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1331        support the DIMMPC. This is a pc386 target with IO port support. Minor
1332        formating clean up. Add documentation to the header file.
1333        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1334        cs8900.h header file.
1335
13362004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1337
1338        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1339        Cosmetics.
1340
13412004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1342
1343        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1344        There are no application level Makefiles in here.
1345
13462004-03-04      Joel Sherrill <joel@OARcorp.com>
1347
1348        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1349        they can be used in application level makefiles.
1350
13512004-03-05      Joel Sherrill <joel@OARcorp.com>
1352
1353        * libnetworking/rtems_webserver/ejparse.c,
1354        libnetworking/rtems_webserver/emfdb.c,
1355        libnetworking/rtems_webserver/sock.c,
1356        libnetworking/rtems_webserver/socket.c,
1357        libnetworking/rtems_webserver/sym.c,
1358        libnetworking/rtems_webserver/webs.c,
1359        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
13602004-03-05      Joel Sherrill <joel@OARcorp.com>
1361
1362        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1363        compiling this file only only those CPU families with supported
1364        exception models.
1365
13662004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1367
1368        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1369        testsuites (Was exposed with --enable-multilib, only).
1370        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1371         Add RTEMS_BSP_CONFIG_SUBDIR.
1372        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1373        testsuites's configure.
1374        * aclocal/rtems-top.m4: Remove ENDIF hack.
1375        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1376
13772004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1378
1379        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1380        wrapup/Makefile.am: Fix automake problems having been introduced
1381        in previous patch.
1382
13832004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1384
1385        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1386        Preinstall dirs.
1387        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1388        * aclocal/check-multiprocessing.m4: Cosmetics.
1389        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1390        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1391
13922004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1393
1394        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1395        librdbg/src/Makefile.am.
1396        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1397        * configure.ac: Reflect changes above.
1398        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1399        * wrapup/Makefile.am: Reflect changes above.
1400        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1401
14022004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1403
1404        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1405
14062004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1407
1408        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1409
14102004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1411
1412        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1413
14142004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1415
1416        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1417        librdbg/src/powerpc/Makefile.am: Remove.
1418        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1419        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1420        * configure.ac: Reflect changes above.
1421
14222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1423
1424
14252004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1426
1427        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1428        STRIP.
1429
14302004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1431
1432        * librdbg/include/Makefile.am: Merge-in
1433        librdbg/include/rdbg/i386/Makefile.am,
1434        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1435        librdbg/include/rdbg/powerpc/Makefile.am.
1436        * librdbg/include/rdbg/i386/Makefile.am,
1437        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1438        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1439        * configure.ac: Reflect changes above.
1440
14412004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1442
1443        * configure.ac: Use AS_HELP_STRING(ada).
1444
14452004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1446
1447        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1448        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1449        Use AC_CONFIG_HEADERS.
1450        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1451        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1452
14532004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1454
1455        * Makefile.am: include local.am.
1456
14572004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1458
1459        * aclocal/version.m4: 4.6.99.0.
1460
14612004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1462
1463        * Makefile.am: Don't include host.am.
1464        * automake/compile.am: Further cleanups.
1465
14662004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1467
1468        * automake/lib.am: Remove (Unused).
1469
14702004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1471
1472        * wrapup/Makefile.am: Don't include lib.am.
1473        * automake/compile.am: Use automake compilation rules.
1474
14752004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1476
1477        * libnetworking/pppd/Makefile.am,
1478        libnetworking/rtems_servers/Makefile.am,
1479        libnetworking/rtems_telnetd/Makefile.am,
1480        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1481        support/Makefile.am: Don't include lib.am.
1482
14832004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1484
1485        * libchip/Makefile.am: Don't include lib.am.
1486        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1487        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1488        unnecessary EXTRA_DISTs.
1489
14902004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1491
1492        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1493        hack.
1494
14952004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1496
1497        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1498        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1499        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1500        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1501
15022004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1503
1504        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1505        Add AM_CONDITIONAL(HAS_MP).
1506        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1507        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1508        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1509        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1510        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1511        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1512        (Deprecated by autoconf 2.59).
1513
15142004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1515
1516        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1517        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1518
15192004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1520
1521        * ChangeLog: Merge-in libnetworking/ChangeLog.
1522        * libnetworking/ChangeLog: Remove.
1523        * ChangeLog: Merge-in librdbg/ChangeLog.
1524        * librdbg/ChangeLog: Remove.
1525        * ChangeLog: Merge-in libchip/ChangeLog.
1526        * libchip/ChangeLog: Remove.
1527        * ChangeLog: Merge-in optman/ChangeLog.
1528        * optman/ChangeLog: Remove.
1529
15302004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1531
1532        * configure.ac: Reflect changes to cpukit.
1533        * wrapup/Makefile.am: Reflect changes to librdbg.
1534        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1535        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1536        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1537        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1538        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1539        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1540        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1541        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1542        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1543
15442004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1545
1546        * aclocal/rtems-top.m4: Remove check for version.m4.
1547        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1548
15492004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1550
1551        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1552        * wrapup/Makefile.am: Reflect changes to libchip/*.
1553        * support/Makefile.am: Use automake compilation rules.
1554        * wrapup/Makefile.am: Reflect changes to support/*.
1555        * configure.ac: Remove libnetworking/wrapup/Makefile.
1556        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1557        libnetworking/*/lib*.a instead of libnetapps.a.
1558        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1559        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1560        * optman/Makefile.am: Use automake compilation rules.
1561        * libchip/Makefile.am: Fix typo in previous patch.
1562        * libchip/Makefile.am: Use automake compilation rules.
1563        * libnetworking/Makefile.am: Remove wrapup.
1564        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1565        automake-compilation rules.
1566        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1567        automake-compilation rules.
1568        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1569        automake-compilation rules.
1570        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1571        automake-compilation rules.
1572        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1573
15742004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1575
1576        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1577        PRE/TMPINSTALL_FILES to CLEANFILES.
1578        * automake/lib.am: Remove TMPINSTALL_FILES.
1579        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1580        PRE/TMPINSTALL_FILES to CLEANFILES.
1581        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1582        PRE/TMPINSTALL_FILES to CLEANFILES.
1583        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1584        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1585        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1586        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1587        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1588        * librdbg/src/i386/Makefile.am: Ditto.
1589        * librdbg/src/m68k/Makefile.am: Ditto.
1590        * librdbg/src/powerpc/Makefile.am: Ditto.
1591        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1592        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1593        * libnetworking/rtems_servers/Makefile.am: Ditto.
1594        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1595        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1596
15972004-01-07      Joel Sherrill <joel@OARcorp.com>
1598
1599        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1600        more completely covers the MIPS family.
1601
16022003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1603
1604        * wrapup/Makefile.am: Reflect changes to shmdr.
1605        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1606
16072003-12-18      Joel Sherrill <joel@OARcorp.com>
1608
1609        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1610        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1611        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1612        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1613        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1614        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1615        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1616
16172003-12-17      Joel Sherrill <joel@OARcorp.com>
1618
1619        * aclocal/version.m4: Updated to rtems-20031217-test.
1620
16212003-12-17     
1622
1623        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1624        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1625
16262003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1627
1628        * automake/compile.am: Remove LINK_LIBS (Unused).
1629        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1630
16312003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1632
1633        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1634        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1635        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1636        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1637        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1638
16392003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1640
1641        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1642        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1643        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1644        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1645        * librdbg/src/i386/Makefile.am:
1646        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1647        * librdbg/src/m68k/Makefile.am:
1648        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1649        * librdbg/src/powerpc/Makefile.am:
1650        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1651
16522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1653
1654        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1655        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1656        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1657        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1658        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1659        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1660        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1661        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1662        * optman/Makefile.am: Remove project_libdir.
1663        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1664        PRE/TMPINSTALL_FILES.
1665        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1666        PRE/TMPINSTALL_FILES.
1667        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1668        PRE/TMPINSTALL_FILES.
1669        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1670        PRE/TMPINSTALL_FILES.
1671        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1672        from PRE/TMPINSTALL_FILES.
1673        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1674        PRE/TMPINSTALL_FILES.
1675        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1676        PRE/TMPINSTALL_FILES.
1677        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1678        PRE/TMPINSTALL_FILES.
1679        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1680        PRE/TMPINSTALL_FILES.
1681        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1682        PRE/TMPINSTALL_FILES.
1683        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1684        PRE/TMPINSTALL_FILES.
1685        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1686        from PRE/TMPINSTALL_FILES.
1687
16882003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1689
1690        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1691        * automake/lib.am: Remove project_libdir.
1692        * wrapup/Makefile.am: Reworked.
1693
16942003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1695
1696        * configure.ac: Reflect changes to librdbg.
1697        * optman/Makefile.am: Add tmpinstall dirstamp support.
1698        * libchip/Makefile.am: Fix variant-tmpinstall support.
1699        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1700        * librdbg/src/powerpc/Makefile.am: Merge-in former
1701        new_exception_processing/Makefile.am.
1702        * librdbg/src/m68k/any/Makefile.am: Remove.
1703        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1704        * librdbg/src/i386/any/Makefile.am: Remove.
1705        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1706        * librdbg/src/Makefile.am: Cosmetics.
1707        * librdbg/include/Makefile.am: Cosmetics.
1708        * librdbg/Makefile.am: Cosmetics.
1709        * libnetworking/Makefile.am: Cosmetics.
1710        * libnetworking/pppd/Makefile.am: Cosmetics.
1711        * libnetworking/wrapup/Makefile.am: Cosmetics.
1712
17132003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1714
1715        * Makefile.am: Cosmetics.
1716        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1717        support.
1718
17192003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1720
1721        * automake/compile.am: Remove $(ARCH):-rule.
1722
17232003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1724
1725        * configure.ac: Remove lib/libbsp/shared/Makefile,
1726        lib/libbsp/shmdr/Makefile.
1727
17282003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1729
1730        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1731        libchip/serial/Makefile, libchip/rtc/Makefile.
1732        * support/Makefile.am: Remove all-local: $(ARCH).
1733        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1734        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1735        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1736        * optman/Makefile.am: Remove all-local: $(ARCH).
1737        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1738        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1739        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1740        compilation dirstamp support.
1741        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1742        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1743        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1744        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1745        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1746        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1747        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1748        all-local: $(ARCH).
1749        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1750        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1751        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1752        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1753        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1754
17552003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1756
1757        * aclocal/lead-dot.m4: New (from automake-1.7f).
1758        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1759        AC_SUBST(dirstamp).
1760        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1761        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1762        libchip/serial/Makefile.am: Ditto.
1763        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1764        * librdbg/include/Makefile.am: Ditto.
1765        * librdbg/include/rdbg/Makefile.am: Ditto.
1766        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1767        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1768        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1769        * librdbg/src/Makefile.am: Ditto.
1770        * librdbg/src/i386/Makefile.am: Ditto.
1771        * librdbg/src/i386/any/Makefile.am: Ditto.
1772        * librdbg/src/m68k/Makefile.am: Ditto.
1773        * librdbg/src/m68k/any/Makefile.am: Ditto.
1774        * librdbg/src/powerpc/Makefile.am: Ditto.
1775        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1776        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1777        preinstallation.
1778        * libnetworking/pppd/Makefile.am: Ditto.
1779        * libnetworking/rtems_servers/Makefile.am: Ditto.
1780        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1781        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1782        * libnetworking/wrapup/Makefile.am: Ditto.
1783
17842003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1785
1786        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1787        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1788        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1789        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1790        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1791        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1792        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1793        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1794        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1795        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1796        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1797        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1798        underquoting to silence automake-1.8.
1799
18002003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1801
1802        * configure.ac: Reflect having moved tests to ../../testsuites.
1803
18042003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1805
1806        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1807        * aclocal/canonical-host.m4: Remove.
1808        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1809        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1810
18112003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1812
1813        * aclocal/check-cpu.m4: Remove.
1814        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1815        * aclocal/canonical-target-name.m4: Add m4-quotes.
1816        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1817        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1818        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1819        * aclocal/check-networking.m4: Add m4-quotes. Require
1820        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1821        * aclocal/check-posix.m4: Add m4-quotes. Require
1822        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1823        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1824        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1825        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1826
18272003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1828
1829        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1830        * aclocal/bsp-alias.m4: Remove.
1831
18322003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1833
1834        * configure.ac: Make presence of tests/ optional.
1835
18362003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1837
1838        * aclocal/path-perl.m4: Remove (Unused).
1839
18402003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1841
1842        * automake/force-preinstall.am: Remove.
1843
18442003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1845
1846        PR 499/rtems_misc
1847        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1848        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1849        Configuration (Odd was forced) - Correction of Stop Bit configuration
1850        (inversed) - Correction of ISR Handler to call
1851        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1852        CTS Hardware flow control Configuration.
1853
18542003-09-04      Joel Sherrill <joel@OARcorp.com>
1855
1856        * lib/libcpu/shared/include/cache.h,
1857        lib/libcpu/shared/src/cache_aligned_malloc.c,
1858        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1859        license changed.
1860        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1861        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1862        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1863        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1864        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1865        for license changed.
1866        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1867        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1868        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1869        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1870        libchip/network/cs8900.h, libchip/network/dec21140.c,
1871        libchip/network/elnk.c, libchip/network/open_eth.c,
1872        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1873        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1874        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1875        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1876        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1877        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1878        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1879        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1880        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1881        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1882        libchip/serial/serial.h, libchip/serial/z85c30.c,
1883        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1884        libchip/serial/z85c30_reg.c: URL for license changed.
1885
18862003-09-03      Jiri Gaisler <jiri@gaisler.com>
1887
1888        PR 477/networking
1889        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1890        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1891        libchip/network/open_eth.h: New files.
1892
18932003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1894
1895        * aclocal/rtems-top.m4: Add RTEMS_API.
1896        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1897
18982003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1899
1900        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1901        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1902        @RTEMS_BSP@.cfg.
1903
19042003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1905
1906        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1907
19082003-08-20      Joel Sherrill <joel@OARcorp.com>
1909
1910        * libchip/network/cs8900.c: Correct copyright statements.
1911
19122003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1913
1914        * aclocal/check-itron.m4: Remove.
1915        * aclocal/enable-inlines.m4: Remove.
1916        * Makefile.am: Reflect having moved aclocal/.
1917        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1918        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1919        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1920        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1921        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1922        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1923        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1924        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1925        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1926        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1927        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1928        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1929        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1930        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1931        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1932        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1933        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1934        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1935        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1936        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1937        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1938        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1939        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1940        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1941        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1942        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1943        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1944        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1945        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1946        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1947        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1948        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1949        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1950        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1951        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1952        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1953        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1954        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1955        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1956        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1957        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1958        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1959        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1960        * aclocal/target.m4: New (Copied from ../../aclocal).
1961        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1962        * aclocal/version.m4: New (Copied from ../../aclocal).
1963
19642003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1965
1966        * configure.ac: Remove stray comments.
1967        * automake/local.am, automake/host.am: Remove "debug".
1968
19692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1970
1971        * Makefile.am: Reflect having moved automake/.
1972        * lib/Makefile.am: Reflect having moved automake/.
1973        * support/Makefile.am: Reflect having moved automake/.
1974        * wrapup/Makefile.am: Reflect having moved automake/.
1975        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1976        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1977        from ../../automake).
1978        * optman/Makefile.am: Reflect having moved automake/.
1979        * libchip/Makefile.am: Reflect having moved automake/.
1980        * libchip/ide/Makefile.am: Reflect having moved automake/.
1981        * libchip/network/Makefile.am: Reflect having moved automake/.
1982        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1983        * libchip/serial/Makefile.am: Reflect having moved automake/.
1984        * librdbg/Makefile.am: Reflect having moved automake/.
1985        * librdbg/include/Makefile.am: Reflect having moved automake/.
1986        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1987        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1988        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1989        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1990        automake/.
1991        * librdbg/src/Makefile.am: Reflect having moved automake/.
1992        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1993        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1994        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1995        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1996        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1997        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1998        having moved automake/.
1999        * libnetworking/Makefile.am: Reflect having moved automake/.
2000        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2001        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2002        automake/.
2003        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2004        automake/.
2005        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2006        automake/.
2007        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2008
20092003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2010
2011        * Makefile.am: Add bsp.pc.in.
2012        * bsp.pc.in: New (pkgconfig support).
2013
20142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2015
2016        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2017
20182003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2019
2020        * lib/Makefile.am: New (Required by 'make dist').
2021        * lib/ChangeLog: Remove.
2022        * lib/.cvsignore: Cleanup.
2023        * configure.ac: Reflect having added lib/Makefile.am.
2024        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2025        lib/libbsp/configure.ac.
2026        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2027        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2028
20292003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2030
2031        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2032        * configure.ac: Merge-in librdbg/configure.ac.
2033        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2034        librdbg/configure.ac.
2035        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2036        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2037        LIBCHIP. Conditionally build include-dirs.
2038        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2039        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2040        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2041        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2042        librdbg/include/rdbg/m68k/Makefile.am,
2043        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2044        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2045        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2046        librdbg/src/powerpc/Makefile.am, librdbg/
2047        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2048        configure.ac into ../configure.ac.
2049        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2050        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2051        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2052        libnetworking/rtems_telnetd/Makefile.am,
2053        libnetworking/rtems_webserver/Makefile.am,
2054        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2055        into ../configure.ac.
2056
20572003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2058
2059        PR 427/rtems
2060        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2061        * librdbg/src/servtsp.c: Ditto.
2062
20632003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2064
2065        PR 429/bsps
2066        PR 432/bsps
2067        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2068        packets are queued onto an elnk board, the ISR will deadlock the device
2069        with a tx complete interrupt.  Lighter tx loads are not affected as they
2070        end up submitting single packets to the device.
2071
20722003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2073
2074        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2075        optman/configure.ac.
2076        * optman/configure.ac: Remove (Merged into ../configure.ac).
2077        * optman/Makefile.am: Reflect having merged configure.ac into
2078        ../configure.ac.
2079        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2080        * libchip/Makefile.am, libchip/ide/Makefile.am,
2081        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2082        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2083        ../configure.ac.
2084
20852003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2086
2087        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2088
20892003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2090
2091        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2092        on i386.
2093
20942003-06-13      Joel Sherrill <joel@OARcorp.com>
2095
2096        * libnetworking/pppd/chat.c: Removed warnings.
2097
20982003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2099
2100        * libchip/network/README.3com: New file missed in previous commit.
2101        PR 405/bsps
2102        PR 393/networking
2103        * libchip/network/dec21140.c: Fix leak also known as PR393.
2104        * libchip/network/elnk.c, libchip/network/if_media.h,
2105        libchip/network/mii.h: New files.
2106        * libchip/network/Makefile.am: Reflect new files.
2107
21082003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2109
2110        * configure.ac: Remove support for profile-variant.
2111
21122003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2113
2114        PR 397/pppd
2115        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2116        * libnetworking/pppd/magic.c: Remove *rand48.
2117        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2118
21192003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2120
2121        * wrapup/Makefile.am: Add libide.a.
2122
21232003-04-15      Joel Sherrill <joel@OARcorp.com>
2124
2125        PR 387/rtems_misc
2126        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2127        routines.
2128        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2129
21302003-04-11      Joel Sherrill <joel@OARcorp.com>
2131
2132        * libnetworking/rtems_webserver/cgi.c,
2133        libnetworking/rtems_webserver/sockGen.c,
2134        libnetworking/rtems_webserver/umui.c,
2135        libnetworking/rtems_webserver/websSSL.c,
2136        libnetworking/rtems_webserver/websSSL.h,
2137        libnetworking/rtems_webserver/websda.c,
2138        libnetworking/rtems_webserver/websda.h: New files. Not included in
2139        previous commit.
2140
21412003-04-10      Joel Sherrill <joel@OARcorp.com>
2142
2143        PR 371/pppd
2144        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2145        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2146        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2147        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2148        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2149        still global symbols in rtemspppd.h which might need to be changed or
2150        converted into member of a structure which is dereferenced with a
2151        pointer that is managed as a per task variable. But this patch should
2152        avoid many conflicts.
2153
21542003-03-27      Joel Sherrill <joel@OARcorp.com>
2155
2156        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2157        not allowed in the cpukit source code since it must be buildable
2158        independent of any BSP. These files were moved to libchip/ide.
2159        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2160        files.
2161
21622003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2163
2164        PR 368/filesystems
2165        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2166        improvements which now work on pc386 and mbx8xx.
2167        * libchip/ide/ide_controller.c: New file.
2168
21692003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2170
2171        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2172
21732003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2174
2175        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2176        * configure.ac: Add support/.
2177        * support/.cvsignore: New.
2178        * support/Makefile.am: New.
2179        * support/version.c: New.
2180        * wrapup/Makefile.am: Add support/libsupport.a.
2181        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2182        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2183        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2184        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2185
21862003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2187
2188        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2189
21902003-02-20      Till Straumann <strauman@slac.stanford.edu>
2191
2192        PR 354/networking
2193        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2194        chip against a table of supported chips. The untested ones are still
2195        commented out, however.
2196
21972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2198
2199        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2200        * configure.ac: AC_PREREQ(2.57).
2201        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2202        * optman/configure.ac: AC_PREREQ(2.57).
2203        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2204        * libchip/configure.ac: AC_PREREQ(2.57).
2205        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2206        * librdbg/configure.ac: AC_PREREQ(2.57).
2207        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2208        * libnetworking/configure.ac: AC_PREREQ(2.57).
2209
22102003-02-06      Joel Sherrill <joel@OARcorp.com>
2211
2212        * libnetworking/pppd/chat.c: Convert routines with common names to
2213        static. This included get_char(), put_char(), and character() among
2214        others.
2215
22162003-02-03      Joel Sherrill <joel@OARcorp.com>
2217
2218        PR 338/filesystem
2219        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2220        rtems_io_lookup_name() (API change).  Unused function removed.
2221
22222003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2223
2224        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2225        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2226        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2227        Eliminate *_O_FILES.
2228        * libnetworking/rtems_servers/Makefile.am,
2229        libnetworking/rtems_webserver/Makefile.am,
2230        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2231
22322002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2233
2234        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2235        Let all-local: depend on $(LIB).
2236        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2237        * optman/Makefile.am: Apply install-data-local to install *.rels.
2238
22392002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2240
2241        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2242        %.c rules.
2243        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2244        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2245        * libchip/rtc/Makefile.am: Ditto.
2246        * libchip/serial/Makefile.am: Ditto.
2247
22482002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2249
2250        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2251        LIBC_DEFINES.
2252        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2253        LIBC_DEFINES.
2254        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2255        LIBC_DEFINES.
2256
22572002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2258
2259        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2260
22612002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2262
2263        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2264        cache-checking.
2265        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2266
22672002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2268
2269        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2270        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2271        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2272        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2273        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2274
22752002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2276
2277        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2278        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2279        Remove.
2280        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2281
22822002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2283
2284        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2285        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2286
22872002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2288
2289        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2290        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2291
22922002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2293
2294        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2295        * optman/rel.am: New.
2296
22972002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2298
2299        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2300        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2301        braino in comment on "exec". Extend --enable-ada handling.
2302
23032002-11-04      Joel Sherrill <joel@OARcorp.com>
2304
2305        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2306        tasks and rolling multiple loops into 1.
2307        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2308        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2309        Removed warnings.
2310
23112002-10-31      Joel Sherrill <joel@OARcorp.com>
2312
2313        * libchip/network/dec21140.c: Removed warnings.
2314        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2315        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2316        librdbg/src/m68k/any/remdeb_xdr.c,
2317        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2318        warnings.
2319        * libnetworking/rtems_webserver/socket.c,
2320        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2321
23222002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2323
2324        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2325        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2326        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2327        above.
2328
23292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2330
2331        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2332        * wrapup/.cvsignore: Remove autom4te.cache.
2333        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2334        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2335        autom4te.cache.
2336        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2337        autom4te.cache.
2338        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2339        autom4te.cache.
2340
23412002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2342
2343        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2344
23452002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2346
2347        * optman/.cvsignore: Add autom4te.cache.
2348
23492002-09-14      Joel Sherrill <joel@OARcorp.com>
2350
2351        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2352
23532002-09-07      Joel Sherrill <joel@OARcorp.com>
2354
2355        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2356        include files to resolve warnings.
2357
23582002-09-07      Chris Johns <ccj@acm.org>
2359
2360        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2361        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2362        which corrects the problem  where the cs8900.c file was actually the BSP
2363        glue.  Joel did some hacking so this file will compile.  Previously it
2364        required providing a target.h file to compile.
2365        * libchip/network/cs8900.c.bsp: New file.
2366
23672002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2368
2369        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2370
23712002-08-31      Joel Sherrill <joel@OARcorp.com>
2372
2373        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2374        eliminate warning.
2375
23762002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2377
2378        * configure.ac: Add ada-tests.
2379
23802002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2381
2382        * Makefile.am: Add preinstall-stamp.
2383
23842002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2385
2386        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2387        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2388        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2389        gcc31 happy.
2390        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2391        cp.
2392
23932002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2394
2395        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2396        make/bsp.mak.
2397        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2398        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2399
24002002-08-12      Joel Sherrill <joel@OARcorp.com>
2401
2402        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2403        avoid error.
2404
24052002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2406
2407        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2408        * configure.ac: Add BSP_SUBDIRS.
2409        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2410        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2411        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2412        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2413        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2414        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2415        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2416        RTEMS_CHECK_BSP_CACHE.
2417        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2418        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2419        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2420        .$(OBJEXT) instead of .o.
2421        * libnetworking/pppd/Makefile.am,
2422        libnetworking/rtems_servers/Makefile.am,
2423        libnetworking/rtems_telnetd/Makefile.am,
2424        libnetworking/rtems_webserver/Makefile.am,
2425        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2426
24272002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2428
2429        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2430        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2431        ../libchip/serial/$(ARCH)/libserialio.a.
2432        * libchip/serial/Makefile.am: Don't tmp-install lib.
2433        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2434
24352002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2436
2437        * Makefile.am: Add rtems_makedir.
2438        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2439        * Makefile.am: Add wrapup-SUBDIR.
2440        * wrapup/ChangeLog: Remove.
2441        * wrapup/configure.ac: Remove.
2442        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2443        (Make the bare BSP happy).
2444        * configure.ac: Ditto.
2445        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2446        Create make/custom/default.cfg.
2447        * configure.ac: Add creation of make/custom/*.cfg. Create
2448        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2449
24502002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2451
2452        * Makefile.am: Clean $(PROJECT_RELEASE).
2453
24542002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2455
2456        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2457        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2458        prototype mismatches.
2459
24602002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2461
2462        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2463        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2464
24652002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2466
2467        * acinclude.m4: Add test "$multilib" != "yes".
2468        * config-ml.in: Remove.
2469        * acinclude.m4: Cleanups.
2470        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2471        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2472        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2473        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2474        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2475
24762002-07-16      Eric Norum <eric.norum@usask.ca>
2477
2478        * New driver for the Intel EtherExpressPro (82559ER) chip.
2479        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2480        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2481        * libchip/network/Makefile.am: Modified to reflect above.
2482
24832002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2484
2485        * acinclude.m4: New.
2486        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2487        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2488        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2489
24902002-07-01      Joel Sherrill <joel@OARcorp.com>
2491
2492        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2493        _Objects_Information_table now that it is a two dimensional array based
2494        upon API and class.
2495        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2496        of strnlen().
2497
24982002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2499
2500        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2501        preinstall libnetapps.a.
2502
25032002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2504
2505        * configure.ac: Remove librpc.
2506
25072002-06-25      Joel Sherrill <joel@OARcorp.com>
2508
2509        * Per PR233, moved librpc to exec.
2510        * configure.ac, wrapup/Makefile.am: Modified.
2511        * librpc, librpc/ChangeLog: Removed.
2512
25132002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2514
2515        * optman/Makefile.am: Remove multilib support.
2516        * optman/configure.ac: Ditto.
2517        * optman/sapi/Makefile.am: Ditto.
2518
25192002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2520
2521        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2522        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2523
25242002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2525
2526        Move networking libraries to c/src/exec/libnetworking
2527        * libnetworking/configure.ac, libnetworking/Makefile.am,
2528        libnetworking/wrapup/Makefile.am: Reflect Moval.
2529
25302002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2531
2532        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2533        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2534        <rtems/bspIo.h>.
2535
25362002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2537
2538        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2539        * libnetworking/rtems/mkrootfs.h: Ditto.
2540        * libnetworking/rtems/Makefile.am: Reflect changes above.
2541
25422002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2543
2544        * configure.ac: Remove lib.
2545
25462002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2547
2548        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2549        that exception stack frames on M68K members with VBR always are 6 byte
2550        long. The incorrect assumption resulted in some gdb commands like "next"
2551        to fail on the 68360.
2552
25532002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2554
2555        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2556        PR 220
2557        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2558        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2559        CVS.
2560        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2561        libnetworking/sys/filio.h: Remove.
2562        * libnetworking/sys/Makefile.am: Reflect changes above.
2563
25642002-05-07      Chris Johns <ccj@acm.org>
2565
2566        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2567        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2568        requires it to be stripped.
2569
25702002-05-01      Eric Norum <eric.norum@usask.ca>
2571
2572        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2573        assembly  to satisfy gcc 3.1 and newer.
2574
25752002-04-26      Eric Norum <eric.norum@usask.ca>
2576
2577        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2578        agressive optimization in gcc 3.1 does not reorder things.
2579
25802002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2581
2582        * libchip/network/dec21140.c: Reflect changes to powerpc's
2583        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2584        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2585        <rtems/score/cpu.h>.
2586        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2587        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2588
25892002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2590
2591        * optman/configure.ac: Remove ENABLE_GCC28.
2592
25932002-04-11      Chris Johns <ccj@acm.org>
2594
2595        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2596        driver control block field to the ifconfig network driver structure.
2597        This field is needed by the i82586 driver which was ported from NetBSD
2598        as it had better hardware abstraction.
2599        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2600        PR59, added the drv_ctrl driver control block field to the ifconfig
2601        network driver structure. This field is needed by the i82586 driver
2602        which was ported from NetBSD as it had better hardware abstraction.
2603
26042002-04-10      Mike Siers <mikes@poliac.com>
2605
2606        * libnetworking/rtems_webserver/NOTES,
2607        libnetworking/rtems_webserver/asp.c,
2608        libnetworking/rtems_webserver/balloc.c,
2609        libnetworking/rtems_webserver/default.c,
2610        libnetworking/rtems_webserver/ej.h,
2611        libnetworking/rtems_webserver/ejIntrn.h,
2612        libnetworking/rtems_webserver/ejlex.c,
2613        libnetworking/rtems_webserver/ejparse.c,
2614        libnetworking/rtems_webserver/emfdb.c,
2615        libnetworking/rtems_webserver/emfdb.h,
2616        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2617        libnetworking/rtems_webserver/handler.c,
2618        libnetworking/rtems_webserver/license.txt,
2619        libnetworking/rtems_webserver/md5.h,
2620        libnetworking/rtems_webserver/md5c.c,
2621        libnetworking/rtems_webserver/mime.c,
2622        libnetworking/rtems_webserver/misc.c,
2623        libnetworking/rtems_webserver/ringq.c,
2624        libnetworking/rtems_webserver/rom.c,
2625        libnetworking/rtems_webserver/security.c,
2626        libnetworking/rtems_webserver/sock.c,
2627        libnetworking/rtems_webserver/sym.c,
2628        libnetworking/rtems_webserver/uemf.c,
2629        libnetworking/rtems_webserver/uemf.h,
2630        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2631        libnetworking/rtems_webserver/url.c,
2632        libnetworking/rtems_webserver/value.c,
2633        libnetworking/rtems_webserver/wbase64.c,
2634        libnetworking/rtems_webserver/webcomp.c,
2635        libnetworking/rtems_webserver/webpage.c,
2636        libnetworking/rtems_webserver/webrom.c,
2637        libnetworking/rtems_webserver/webs.c,
2638        libnetworking/rtems_webserver/webs.h,
2639        libnetworking/rtems_webserver/websuemf.c,
2640        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2641        2.1.4.
2642
26432002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2644
2645        * libchip/network/i82586.c: Include <string.h>.
2646        * libchip/network/sonic.c: Ditto.
2647
26482002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2649
2650        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2651
26522002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2653
2654        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2655
26562002-03-27      Thomas.Doerfler@imd-systems.de
2657
2658        PR 144
2659        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2660        memory address 0 when called for the first time. This is done when
2661        trying to clear the variable "dhcp_hostname".
2662
26632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2664
2665        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2666        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2667        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2668        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2669        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2670        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2671        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2672        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2673        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2674        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2675        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2676        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2677        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2678        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2679        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2680        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2681        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2682        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2683        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2684        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2685        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2686        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2687        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2688        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2689        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2690        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2691        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2692        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2693        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2694        AUTOMAKE_OPTIONS.
2695        * libnetworking/configure.ac:
2696        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2697        foreign 1.6]).
2698        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2699        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2700        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2701        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2702        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2703        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2704        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2705        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2706        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2707        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2708        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2709        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2710        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2711        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2712        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2713        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2714        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2715
27162002-03-27      Ilya Alexeev <ilya@continuum.ru>
2717
2718        PR 162
2719        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2720        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2721        used in a device write routines.  Now ppp_softc structure have own
2722        character for writing to device (sc_outchar).  I think that converting
2723        local variables to static is not a right solution, because problems will
2724        occur in the case of two or more ppp instances.
2725        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2726        must be u_long, otherwise in the case of the big output packet endless
2727        loop may occur.
2728
27292002-03-21      Ilya Alexeev <ilya@continuum.ru>
2730
2731        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2732        preparations for multiple PPPD connections.
2733
27342002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2735
2736        PR 149
2737        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2738        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2739        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2740        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2741
27422002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2743
2744        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2745        * configure.ac: Modified to reflect addition.
2746
27472002-02-27      Ilya Alexeev <ilya@continuum.ru>
2748
2749        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2750        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2751        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2752        capabilities as well as eliminate some warnings.
2753
27542002-02-27      Eric Norum <eric.norum@usask.ca>
2755
2756        * libnetworking/net/radix.c: Properly handle fetching the default route
2757        when there is no route.  This was a bug in the original FreeBSD code and
2758        this fix is from an updated version of their code.
2759
27602002-02-16      Eric Norum <eric.norum@usask.ca>
2761
2762        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2763        checking.
2764
27652002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2766
2767        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2768        dodefaultroute.
2769
27702002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2771
2772        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2773        include <rtems/seterr.h>.
2774
27752002-02-01      Mike Siers <mikes@poliac.com>
2776
2777        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2778        avoid bringing the link down too fast. NOTE: Mike reports successfully
2779        running at 56K baud on a direct link.
2780
27812002-02-01      Eric Valette <valette@crf.canon.fr>
2782
2783        * librdbg/So many patches have been posted recently on the mailing list
2784        and  because we were unable to find correct solution to compile on
2785        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2786        because the coding  style of rdbg was rather inconsistant among various
2787        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2788        global coding style (using indent + manual edits), 2) incorporate/review
2789        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2790        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2791        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2792        after rdbg initialization is done, NB : the paches is huge but it is
2793        mainly due to coding styke chnages.  Only few lines of codes have been
2794        really changed and they do not impact  rdbg functionnality (AFAIKT).
2795        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2796        librdbg/include/rdbg/m68k/rdbg_f.h,
2797        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2798        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2799        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2800        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2801        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2802        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2803        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2804        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2805        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2806        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2807        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2808        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2809        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2810        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2811        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2812        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2813
28142002-01-31      Mike Siers <mikes@poliac.com>
2815
2816        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2817        * Nice Update of PPPD support which eliminates the requiremetn that
2818        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2819        and reports that it seems to be more stable and handle larger packets
2820        better.  This patch replaces the termios tasks with more general pppd
2821        network driver tasks.  The functions pppinput() and pppstart() get
2822        called from the interrupt service routine.
2823        * libnetworking/Makefile.am, libnetworking/configure.ac,
2824        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2825        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2826        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2827        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2828        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2829        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2830        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2831        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2832        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2833        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2834        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2835        libnetworking/net/route.c, libnetworking/net/route.h,
2836        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2837        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2838        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2839        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2840        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2841        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2842        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2843        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2844        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2845        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2846        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2847        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2848        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2849        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2850        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2851        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2852        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2853        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2854        libnetworking/pppd/example/README,
2855        libnetworking/pppd/example/netconfig.h,
2856        libnetworking/wrapup/Makefile.am: Modified.
2857        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2858        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2859        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2860        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2861        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2862        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2863        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2864        libnetworking/modem/pppcompress.c: Subdirectory removed.
2865
28662002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2867
2868        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2869        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2870
28712002-01-18      Till Straumann <strauman@slac.stanford.edu>
2872
2873        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2874        issues: - exception handler needs to enable MSR_FP if the interrupted
2875        thread is FP enabled. - printk message for MSR fixed and added
2876        stacktrace. NOTE: this requires the stacktrace patch to
2877        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2878        however).
2879
28802002-01-06      Joel Sherrill <joel@OARcorp.com>
2881
2882        * optman/.cvsignore: Added aclocal.m4 and configure.
2883        * optman/.cvsignore: New file.
2884
28852002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2886
2887        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2888
28892002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2890
2891        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2892        * optman/ChangeLog: New.
2893        * optman/configure.ac: New.
2894        * optman/Makefile.am: New.
2895        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2896        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2897
28982001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2899
2900        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2901
29022001-12-18      Eric Norum <eric.norum@usask.ca>
2903
2904        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2905        `directories' (path names with a / at the end) while disallowing open()
2906        operations on TFTP `directories'.
2907
29082001-12-07      Eric Norum <eric.norum@usask.ca>
2909
2910        * libnetworking/lib/tftpDriver.c: Restore write capability.
2911
29122001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2913
2914        * libchip/network/sonic.h: Fix typo.
2915        * libnetworking/arpa/Makefile.am: Remove stray lines.
2916
29172001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2918
2919        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2920
29212001-10-18      Eric Norum <eric.norum@usask.ca>
2922
2923        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2924        chdir() and open() operations within the TFTP file system.
2925
29262001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2927
2928        * librdbg/configure.ac: Fix latent bug exposed by removal of
2929        config.cache's which prevented powerpc targets librdbg from building.
2930
29312001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2932
2933        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2934        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2935        autoconf-2.52 happy.
2936
29372001-10-12      Mike Siers <mikes@poliac.com>
2938
2939        * libnetworking/Update to stable working state.  Congratulations Mike!
2940        :).
2941        * libnetworking/modem_example: Directory removed.
2942        * libnetworking/modem_example/16550.h,
2943        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2944        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2945        libnetworking/modem_example/ppp.h,
2946        libnetworking/modem_example/pppcompress.c: Files removed.
2947        * libnetworking/pppd/example/pppd.options: New file.
2948        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2949        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2950        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2951        libnetworking/pppd/rtemsmain.c: Updated.
2952
29532001-10-12      Joel Sherrill <joel@OARcorp.com>
2954
2955        * libchip/serial/z85c30.c: Fixed typo.
2956
29572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2958
2959        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2960        * configure.in: Remove.
2961        * configure.ac: New file, generated from configure.in by autoupdate.
2962        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2963        * libchip/configure.in: Remove.
2964        * libchip/configure.ac: New file, generated from configure.in by
2965        autoupdate.
2966        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2967        * librdbg/configure.in: Remove.
2968        * librdbg/configure.ac: New file, generated from configure.in by
2969        autoupdate.
2970        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2971        * libnetworking/configure.in: Remove.
2972        * libnetworking/configure.ac: New file, generated from configure.in by
2973        autoupdate.
2974
29752001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2976
2977        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2978        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2979        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2980
29812001-09-27      Joel Sherrill <joel@OARcorp.com>
2982
2983        * libchip/ChangeLog: Fixed typo in date.
2984
29852001-09-27      Eric Norum <eric.norum@usask.ca>
2986
2987        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2988        TFTP  filesystem.
2989
29902001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2991
2992        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2993        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2994        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2995        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2996        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2997        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2998        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2999        'PREINSTALL_FILES ='.
3000        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3001        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3002        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3003        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3004        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3005        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3006        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3007        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3008        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3009        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3010        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3011        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3012
30132001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3014
3015        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3016        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3017        * librdbg/src/m68k/any/Makefile.am: Ditto.
3018        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3019        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3020        happy.
3021
30222001-09-21      Joel Sherrill <joel@OARcorp.com>
3023
3024        * libchip/network/Makefile.am: Fixed typo on file name.
3025        * libchip/network/i82586.c: Commented out line 318 which is referencing
3026        a member of a structure that is not currently there.  This needs to be
3027        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3028        to C style.
3029
30302001-09-19      Eric Norum <eric.norum@usask.ca>
3031
3032        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3033
30342001-09-19      Chris Johns <ccj@acm.org>
3035
3036        * libchip/network/README.i82586, libchip/network/i82586.c,
3037        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3038        Network driver for Intel i82586.
3039        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3040        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3041        "root" filesystem with information obtained via the DHCP response.
3042
30432001-09-14      Eric Norum <eric.norum@usask.ca>
3044
3045        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3046        make gcc 3.x happy.
3047
30482001-08-16      Mike Siers <mikes@poliac.com>
3049
3050        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3051        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3052        These support callback functionality that has not even been compiled
3053        under RTEMS yet.
3054        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3055        example application.  Mike's notes on the modifications: - renamed
3056        error() function because of namespace problems - removed calls to the
3057        exit() funciton - removed extra files from the pppd source directory -
3058        defined pppd task constant values in rtemspppd.h - modifyied example
3059        code to get actual tick per second value - placed the pppd 2.3.11 man
3060        page file (pppd.8) into the pppd directory.
3061        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3062        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3063        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3064        libnetworking/pppd/rtems-ppp.c: Deleted.
3065        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3066        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3067        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3068        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3069        libnetworking/pppd/example/init.c,
3070        libnetworking/pppd/example/netconfig.h,
3071        libnetworking/pppd/example/ppp.conf,
3072        libnetworking/pppd/example/pppdapp.c,
3073        libnetworking/pppd/example/system.h: New files.
3074        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3075        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3076        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3077        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3078        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3079        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3080        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3081        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3082        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3083        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3084        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3085        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3086        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3087        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3088        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3089
30902001-08-16      Joel Sherrill <joel@OARcorp.com>
3091
3092        * libnetworking/pppd/example/Makefile: Removed.
3093        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3094        to avoid bootstrap -c clobbering it.
3095        * libnetworking/rtems_telnetd/.cvsignore: New file.
3096
30972001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3098
3099        * libnetworking/Makefile.am, libnetworking/configure.in,
3100        libnetworking/rtems_servers/Makefile.am,
3101        libnetworking/rtems_servers/telnetd.c,
3102        libnetworking/rtems_servers/telnetd.h,
3103        libnetworking/rtems_telnetd/Makefile.am,
3104        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3105        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3106        libnetworking/rtems_telnetd/telnetd.c,
3107        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3108        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3109        effect when ftpd change. - the tcp/ip stats have been implemented into
3110        icmds.c and started when telnetd daemon is started.
3111        * libnetworking/rtems_servers/telnetd.c,
3112        libnetworking/rtems_servers/telnetd.h: Removed.
3113        * libnetworking/rtems_telnetd: New directory.
3114        * libnetworking/rtems_telnetd/Makefile.am,
3115        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3116        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3117        libnetworking/rtems_telnetd/telnetd.c,
3118        libnetworking/rtems_telnetd/telnetd.h: New files.
3119
31202001-06-14      Joel Sherrill <joel@OARcorp.com>
3121
3122        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3123        Moved from libmisc/shell so the network stack to address network
3124        depenendency.
3125        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3126
31272001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3128
3129        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3130
31312001-05-15      Joel Sherrill <joel@OARcorp.com>
3132
3133        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3134        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3135        accidentally deleted the incorrectly empty versions.
3136
31372001-05-14      Till Straumann <strauman@slac.stanford.edu>
3138
3139        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3140        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3141        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3142        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3143        to know the values) - the affected BSP (shared/motorola) headers have
3144        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3145        driver (libchip/network/dec21140.c) has been fixed to use
3146        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3147        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3148        who is using this driver. - the DEC driver also has been fixed to use
3149        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3150        delay_in_bus_cycles().
3151
31522001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3153
3154        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3155
31562001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3157
3158        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3159
31602001-04-24      Eric Norum <eric.norum@usask.ca>
3161
3162        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3163        NTP synchronization a little more robust -- no NTP daemon yet, but at
3164        least it trys a little harder when the primary NTP server is down.
3165
31662001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3167
3168        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3169        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3170        libnetworking/pppd/modem_example/modem.c,
3171        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3172        other strings into English.
3173        * libnetworking/pppd/STATUS: updated to reflect the changes.
3174
31752001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3176
3177        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3178        again.
3179
31802001-04-20      Eric Valette <valette@crf.canon.fr>
3181
3182        * mcp750 directory renamed new_exception processing as it supports many
3183        more CPU models.
3184        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3185        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3186        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3187        formerly in mcp750 plus modifications.
3188        * librdbg/src/powerpc/mcp750/.cvsignore,
3189        librdbg/src/powerpc/mcp750/Makefile.am,
3190        librdbg/src/powerpc/mcp750/remdeb.h,
3191        librdbg/src/powerpc/mcp750/remdeb_f.x,
3192        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3193        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3194        new_exception_processing.
3195        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3196        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3197        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3198        part of this effort to add support for the MPC8xx.
3199
32002001-04-19      Joel Sherrill <joel@OARcorp.com>
3201
3202        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3203        internal include files.
3204
32052001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3206
3207        PR 158
3208        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3209        rcmd() library call by commenting out the parts that deal with signals.
3210        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3211        stdio. The 'server-side' parts of this file which deal with
3212        authentication are disabled since they are not needed.
3213
32142001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3215
3216        * libnetworking/include/.cvsignore: Remove dangling file.
3217
32182001-03-14      Joel Sherrill <joel@OARcorp.com>
3219
3220        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3221        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3222        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3223        libchip style serial drivers can be written in libcpu or libbsp.
3224
32252001-03-01      Joel Sherrill <joel@OARcorp.com>
3226
3227        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3228        libchip/network/sonic.c, libchip/network/sonic.h,
3229        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3230        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3231        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3232        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3233        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3234        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3235        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3236        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3237
32382001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3239
3240        * librdbg/include/rdbg/Makefile.am,
3241        librdbg/include/rdbg/i386/Makefile.am,
3242        librdbg/include/rdbg/m68k/Makefile.am,
3243        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3244        style on include files.
3245
32462001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3247
3248        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3249        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3250        replace ${..} with $(..).
3251        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3252        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3253        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3254        libnetworking/rtems/Makefile.am, libnetworking/
3255        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3256        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3257        include_*HEADERS instead of H_FILES.
3258        * libnetworking/include/Makefile.am: Remove.
3259        * libnetworking/Makefile.am: Add handling of *.h files.
3260        * libnetworking/configure.in: Remove include/Makefile.
3261
32622001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3263
3264        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3265
32662001-01-31      Sergei Organov <osv@javad.ru>
3267
3268        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3269        current dir and root dir removed in favor of new libio support for
3270        task-local current and root directories. - Bug in `close_data_socket()'
3271        introduced by previous change fixed. - `command_pasv()' changed to set
3272        timeout on socket we are listening on and code fixed to don't close
3273        socket twice on error. - `serr()' changed to clear `errno'. -
3274        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3275        changed to clear `errno' before processing session. -
3276        `close_data_socket()' fixed to close both active and passive sockets -
3277        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3278        empty string  in `exec_command()'.
3279
32802001-01-25      Eric Norum <eric.norum@usask.ca>
3281
3282        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3283        improves throughput on systems which are dropping packets.   Only the
3284        first timeout is reduced.  This keeps the number of extra packets down
3285        on networks that are very busy and dropping lots of packets.
3286
32872001-01-24      Sergei Organov <osv@javad.ru>
3288
3289        * libnetworking/rtems_servers/ftpd.c,
3290        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3291        - Timeouts on sockets implemented. 'idle' field added to configuration.
3292        No timeout by default to keep backward compatibility. Note: SITE IDLE
3293        command not implemented yet. - Basic global access control implemented.
3294        'access' field added to configuration. No access limitations by default
3295        to keep backward compatibility. - Anchor data socket for active mode
3296        (using self IP and port 20.) - Fixed default data port support (still
3297        not tested). - Don't allow IP address different from originating host in
3298        PORT command to improve security. - Fixed bug in MDTM command. - Check
3299        for correctness of parsing of argument in command_port(). - Fixed
3300        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3301        a directory. - Command parsing a little bit improved: command names are
3302        now converted to upper-case to be more compatible with RFC (command
3303        names are not case-sensitive.) - Reformat comments so that they have
3304        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3305        previous changes - True ASCII mode implemented (doesn't work for hooks
3306        and /dev/null) - Passive mode implemented, PASV command added. - Default
3307        port for data connection could be used (untested, can't find ftp client
3308        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3309        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3310
33112001-01-18      Joel Sherrill <joel@OARcorp.com>
3312
3313        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3314        macro using variable arguments.
3315        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3316        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3317        since I updated the main RTEMS development machine to RedHat 7.2 and
3318        apparently got a new version of rpcgen.
3319
33202001-01-12      Sergei Organov <osv@javad.ru>
3321
3322        * libnetworking/rtems_servers/ftpd.c,
3323        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3324        - use pool of pre-created threads to handle sessions instead of
3325        creating/deleting threads on the fly - LIST output is now similar to
3326        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3327        happy with it. - LIST NAME now works (both for files and directories) -
3328        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3329        clients happy  - keep track of CWD for every session separately -
3330        ability to specify root directory name for FTPD in configuration table.
3331        FTPD will then create illusion for FTP clients that this is actually
3332        root directory. - ignore options sent in commands, thus LIST -al FILE
3333        works and doesn't try to list "-al" directory. - buffers are allocated
3334        on stack instead of heap where possible to eliminate malloc/free calls
3335        (avoid possible heap fragmentation troubles). - drop using of task
3336        notepad to pass parameters - use function arguments instead - use
3337        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3338        in socket() instead of AF_INET.
3339
33402001-01-02      Joel Sherrill <joel@OARcorp.com>
3341
3342        * libnetworking/CHANGELOG: Removed.
3343        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3344
33452000-12-14      Eric Norum <eric.norum@usask.ca>
3346
3347        * libnetworking/lib/tftpDriver.c: Added write capability.
3348
33492000-12-08      Joel Sherrill <joel@OARcorp.com>
3350
3351        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3352        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3353        numerous variable declarations conditional on PPP_COMPRESS and
3354        PPP_FILTER.  Commented out variables that were not used because the code
3355        using them was commented out. Removed totally unused variables.
3356        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3357        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3358
33592000-11-30      Joel Sherrill <joel@OARcorp.com>
3360
3361        * libnetworking/modem/ppp_tty.c: Changed to include
3362        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3363        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3364        * libnetworking/Makefile.am: Modified to reflect above.
3365
33662000-11-27      Joel Sherrill <joel@OARcorp.com>
3367
3368        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3369
33702000-11-25      Eric Norum <eric.norum@usask.ca>
3371
3372        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3373        core.
3374
33752000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3376
3377        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3378        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3379        subdir.
3380        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3381        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3382        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3383        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3384        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3385        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3386        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3387        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3388        ppp_tty.c and the real pppd main is in pppmain.c.
3389
33902000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3391
3392        * libchip/network/sonic.c: Added ipalign() routine to align the received
3393        packet so that the ip header is on a 32-bit boundary. Necessary for
3394        cpu's that do not allow unaligned loads and stores and when the 32-bit
3395        DMA mode is used.
3396
33972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3398
3399        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3400        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3401        ACLOCAL_AMFLAGS.
3402        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3403        ACLOCAL_AMFLAGS.
3404        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3405        ACLOCAL_AMFLAGS.
3406
34072000-11-03      Chris Johns <ccj@acm.org>
3408
3409        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3410        libchip/network/cs8900.h: New files.
3411
34122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3413
3414        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3415        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3416        $(RTEMS_TOPdir)/aclocal.
3417        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3418        $(RTEMS_TOPdir)/aclocal.
3419        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3420        $(RTEMS_TOPdir)/aclocal.
3421
34222000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3423
3424        * configure.in: Switch to GNU-canonicalization.
3425        * Makefile.am: Reflect changes to configure.in.
3426        * acinclude.m4: Remove.
3427
34282000-10-30      Joel Sherrill <joel@OARcorp.com>
3429
3430        * POSIX include files merged into newlib.  This resulted in some
3431        definitions moving to other files and thus some secondary effects in
3432        RTEMS source code.
3433        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3434        in sync with newlib's <machine/types.h>.
3435        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3436        definition of struct itimerval in <sys/time.h>.
3437
34382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3439
3440        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3441        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3442        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3443        * ChangeLog: Fix typos.
3444        * configure.in: add tests to the GNU canonicalized subdirectories.
3445
34462000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3447
3448        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3449        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3450        the lib directory before configuring lib/.
3451
34522000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3453
3454        * configure.in, Makefile.am: add exec to the GNU canonicalized
3455        subdirectories.
3456        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3457        * configure.in: add libnetworking, librpc and librdb to the GNU
3458        canonicalized subdirectories.
3459        * configure.in: add libmisc and libchip to the GNU canonicalized
3460        subdirectories.
3461        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3462        Switch to GNU canonicalization.
3463        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3464        Switch to GNU canonicalization.
3465        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3466        Switch to GNU canonicalization.
3467
34682000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3469
3470        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3471        canonicalization to libfs/. The approach is currently a bit of a hack as
3472        GNU canonicalization does not support the per-BSP build some of the
3473        other directories require.  As more of the tree is converted, this will
3474        become less  of an issue.
3475
34762000-10-20      Joel Sherrill <joel@OARcorp.com>
3477
3478        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3479        parameter.
3480
34812000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3482
3483        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3484        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3485        * librdbg/configure.in: Add m68k support.
3486        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3487        subdirectory.
3488        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3489        failure.
3490        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3491        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3492        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3493        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3494        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3495        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3496        librdbg/src/m68k/.cvsignore: New files.
3497        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3498        function pointers.
3499        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3500        _after_ pointer has been checked against NULL.
3501
35022000-10-18      Joel Sherrill <joel@OARcorp.com>
3503
3504        * wrapup/Makefile.am: Added libfs.
3505
35062000-10-18      Chris Johns <ccj@acm.org>
3507
3508        * libfs created.
3509        * configure.in: Added libfs subdirectory.
3510        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3511
35122000-09-28      Joel Sherrill <joel@OARcorp.com>
3513
3514        * libnetworking/rtems_webserver/Makefile.am,
3515        libnetworking/rtems_webserver/base64.c,
3516        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3517        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3518
35192000-09-22      Joel Sherrill <joel@OARcorp.com>
3520
3521        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3522        libnetworking/rtems/rtems_bsdnet_internal.h,
3523        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3524        have included rtems.h.  It is now including precisely the  least amount
3525        of low level, yet portable .h files to get the basic RTEMS types
3526        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3527        used machine/types.h to include rtems.h.
3528
35292000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3530
3531        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3532
35332000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3534
3535        * libnetworking/ChangeLog: Cleanup.
3536
35372000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3538
3539        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3540        * libchip/ChangeLog: Fix formating.
3541
35422000-09-05      Joel Sherrill <joel@OARcorp.com>
3543
3544        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3545        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3546        confusion and to work with the converted flags.
3547
35482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3549
3550        * wrapup/Makefile.am: Include compile.am.
3551        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3552        libchip/serial/Makefile.am: Include compile.am.
3553        * librdbg/src/i386/any/Makefile.am,
3554        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3555        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3556        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3557        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3558        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3559        libnetworking/rtems_servers/Makefile.am,
3560        libnetworking/rtems_webserver/Makefile.am,
3561        libnetworking/wrapup/Makefile.am: Include compile.am.
3562
35632000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3564
3565        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3566        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3567
35682000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3569
3570        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3571
35722000-08-31      Joel Sherrill <joel@OARcorp.com>
3573
3574        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3575        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3576        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3577        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3578        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3579        * libnetworking/wbase64.c: Removed.
3580        * libnetworking/Makefile.am, libnetworking/asp.c,
3581        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3582        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3583        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3584        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3585        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3586        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3587        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3588        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3589        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3590        Modified.
3591
35922000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3593
3594        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3595
35962000-08-30      Joel Sherrill <joel@OARcorp.com>
3597
3598        * libnetworking/rtems_webserver/license.txt: New file.
3599
36002000-08-10      Joel Sherrill <joel@OARcorp.com>
3601
3602        * ChangeLog: New file.
3603        * libchip/ChangeLog: New file.
3604        * librdbg/ChangeLog: New file.
3605        * libnetworking/ChangeLog: New file.
3606
Note: See TracBrowser for help on using the repository browser.