source: rtems/c/src/ChangeLog @ c58ba41

4.104.114.84.95
Last change on this file since c58ba41 was ea3f559, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/05/05 at 17:52:33

2005-01-05 Ralf Corsepius <ralf.corsepius@…>

  • configure.ac: Pass CFLAGS to cpukit configure.
  • aclocal/rtems-flags.m4: Remove (Unused).
  • aclocal/prog-ccas.m4: Remove $(GCCSPECS).
  • aclocal/env-rtemsbsp.m4: Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
  • aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up RTEMS_CFLAGS.
  • automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS. Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS. Cleanup comments.
  • Property mode set to 100644
File size: 105.9 KB
Line 
12005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Pass CFLAGS to cpukit configure.
4        * aclocal/rtems-flags.m4: Remove (Unused).
5        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
6        * aclocal/env-rtemsbsp.m4:
7        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
8        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
9        RTEMS_CFLAGS.
10        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
11        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
12        Cleanup comments.
13
142005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * automake/compile.am: Remove build-variant support.
17
182005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * libnetworking/pppd/Makefile.am,
21        libnetworking/rtems_servers/Makefile.am,
22        libnetworking/rtems_telnetd/Makefile.am:
23        Remove build-variant support.
24
252005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
28        support/Makefile.am, wrapup/Makefile.am:
29        Remove build-variant support.
30
312004-11-22      Joel Sherrill <joel@OARcorp.com>
32
33        * libchip/network/if_fxp.c: Add entry for another module ID code.
34
352004-11-22      Joel Sherrill <joel@OARcorp.com>
36
37        PR 693/misc
38        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
39        in/outport routines.
40
412004-11-22      Joel Sherrill <joel@OARcorp.com>
42
43        PR 693/misc
44        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
45        in/outport routines.
46
472004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * aclocal/enable-itron.m4: Remove (unused).
50
512004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * configure.ac: Misc. quoting cleanups.
54        Enable ada-tests iff --enable-ada and --enable-tests.
55
562004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
57
58        PR 703/filesystem
59        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
60        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
61        libchip/ide/ide_controller.c:
62        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
63        available for BSPS/device drivers.
64        Extend the "modes_available" and "mode_active" parameters to
65        uint16_t for UDMA support.
66
672004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
68
69        * libchip/network/dec21140.c: Cleanup a bit and remove message about
70        not supported on PowerPC since it works on the MVME2100 BSP.
71
722004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
75        Add dependency tracking for *.cfgs.
76        * Makefile.am: Add dependency tracking for *.cfg.
77
782004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
81        (Thanks to Lars Munch <lars@segv.dk> for catching this).
82
832004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        PR 707/make_build
86        * configure.ac: Add --enable-rpcgen.
87
882004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
89
90        PR 700/rtems_misc
91        * libnetworking/rtems_webserver/asp.c,
92        libnetworking/rtems_webserver/balloc.c,
93        libnetworking/rtems_webserver/cgi.c,
94        libnetworking/rtems_webserver/default.c,
95        libnetworking/rtems_webserver/ej.h,
96        libnetworking/rtems_webserver/ejIntrn.h,
97        libnetworking/rtems_webserver/ejlex.c,
98        libnetworking/rtems_webserver/ejparse.c,
99        libnetworking/rtems_webserver/emfdb.c,
100        libnetworking/rtems_webserver/emfdb.h,
101        libnetworking/rtems_webserver/form.c,
102        libnetworking/rtems_webserver/handler.c,
103        libnetworking/rtems_webserver/h.c,
104        libnetworking/rtems_webserver/license.txt,
105        libnetworking/rtems_webserver/Makefile.am,
106        libnetworking/rtems_webserver/md5c.c,
107        libnetworking/rtems_webserver/md5.h,
108        libnetworking/rtems_webserver/mime.c,
109        libnetworking/rtems_webserver/misc.c,
110        libnetworking/rtems_webserver/NOTES,
111        libnetworking/rtems_webserver/ringq.c,
112        libnetworking/rtems_webserver/rom.c,
113        libnetworking/rtems_webserver/rtems_webserver.h,
114        libnetworking/rtems_webserver/security.c,
115        libnetworking/rtems_webserver/sock.c,
116        libnetworking/rtems_webserver/socket.c,
117        libnetworking/rtems_webserver/sockGen.c,
118        libnetworking/rtems_webserver/sym.c,
119        libnetworking/rtems_webserver/uemf.c,
120        libnetworking/rtems_webserver/uemf.h,
121        libnetworking/rtems_webserver/um.c,
122        libnetworking/rtems_webserver/um.h,
123        libnetworking/rtems_webserver/umui.c,
124        libnetworking/rtems_webserver/url.c,
125        libnetworking/rtems_webserver/value.c,
126        libnetworking/rtems_webserver/wbase64.c,
127        libnetworking/rtems_webserver/webcomp.c,
128        libnetworking/rtems_webserver/webmain.c,
129        libnetworking/rtems_webserver/webpage.c,
130        libnetworking/rtems_webserver/webrom.c,
131        libnetworking/rtems_webserver/webs.c,
132        libnetworking/rtems_webserver/websda.c,
133        libnetworking/rtems_webserver/websda.h,
134        libnetworking/rtems_webserver/webs.h,
135        libnetworking/rtems_webserver/websSSL.c,
136        libnetworking/rtems_webserver/websSSL.h,
137        libnetworking/rtems_webserver/websuemf.c,
138        libnetworking/rtems_webserver/wsIntrn.h:
139        Remove (Moved to cpukit/http).
140
1412004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        PR 700/rtems_misc
144        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
145        Remove libnetworking/rtems_webserver.
146
1472004-10-25      Eric Norum <norume@aps.anl.gov>
148
149        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
150
1512004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
152
153        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
154
1552004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
158        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
159
1602004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
161
162        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
163
1642004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
167        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
168
1692004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
170
171        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
172        BITSPERBYTE.
173
1742004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
177        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
178
1792004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
180
181        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
182
1832004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
184
185        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
186        * aclocal/enable-bare.m4: Remove.
187        * configure.ac: Remove BARE_CPU_MODEL.
188
1892004-10-13      Eric Norum <norume@aps.anl.gov>
190
191        PR 688/bsps
192        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
193        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
194        MC146818A (and several Dallas Semiconductor) TOD chips.
195
1962004-10-13      Eric Norum <norume@aps.anl.gov>
197
198        PR 686/networking
199        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
200        device code.
201
2022004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
203
204        * libchip/network/dec21140.c: include <rtems/pci.h>.
205
2062004-09-29      Joel Sherrill <joel@OARcorp.com>
207
208        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
209        libnetworking/pppd/utils.c: i960 obsoleted and all references
210        removed.
211
2122004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
213
214        PR 607/networking
215        * libchip/network/dec21140.c: Made PCI configuration minimum sane
216        instead of fully specifying unused PCI features.
217
2182004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
219
220        * configure.ac: Require automake > 1.9.
221
2222004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
223
224        * aclocal/rtems-cpu-subdirs.m4: Add avr.
225
2262004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
227
228        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
229        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
230
2312004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
232
233        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
234        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
235
2362004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
237
238        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
239
2402004-07-28  Joel Sherrill <joel@OARcorp.com>
241
242    * aclocal/version.m4: Updated to rtems-4.6.99.1.
243
2442004-07-25      Joel Sherrill <joel@OARcorp.com>
245
246        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
247
2482004-05-21  Till Strauman <strauman@slac.stanford.edu>
249
250        PR 625/networking
251        * libchip/network/dec21140.c, ... : Prevent name clashes by making
252        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
253        an error rather than panic if no chip is detected (thus allowing
254        for probing).
255        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
256        instead of looping forever.  Avoid divide by zero (crashed my PC).
257        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
258        they are UNTESTED.
259
2602004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
261
262        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
263
2642004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
265
266        * libchip/network/dec21140.c, libchip/network/elnk.c:
267        #include <errno.h>.
268
2692004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
270
271        * libchip/network/if_media.h: Update from FreeBSD.
272        * libchip/network/open_eth.c, libchip/network/cs8900.c,
273        libchip/network/i82586.c: #include <errno.h>.
274
2752004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
276
277        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
278
2792004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
280
281        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
282
2832004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
284
285        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
286        automake).
287
2882004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
289
290        PR 599/pppd
291        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
292
2932004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
294
295        * optman/rtems/no-region.c: Reflect having changed
296        rtems_region_get_segment_size.
297
2982004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
299
300        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
301        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
302        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
303        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
304        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
305        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
306        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
307
3082004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
309
310        * libchip/ide/ata.c, libchip/network/dec21140.c,
311        libchip/network/elnk.c, libchip/network/i82586.c,
312        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
313        libchip/network/open_eth.c, libchip/network/sonic.c,
314        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
315        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
316        libchip/shmdr/init.c, libchip/shmdr/intr.c,
317        libchip/shmdr/shm_driver.h: Cosmetics.
318
3192004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
320
321        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
322        optman/rtems/no-msg.c, optman/rtems/no-part.c,
323        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
324        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
325        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
326        fixed size types.
327
3282004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
329
330        * configure.ac: Explicitly pass --includedir and --libdir to
331        cpukit/configure.
332
3332004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
334
335        * librdbg/Makefile.am: Fix rpcgen rules.
336        * librdbg/src/i386/any/remdeb_xdr.c,
337        librdbg/src/m68k/any/remdeb_xdr.c,
338        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
339        Reflect changes to librdbg/Makefile.am.
340
3412004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
342
343        * configure.ac: Reflect changes testsuites/configure.ac and
344        cpukit/configure.ac.
345
3462004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
347
348        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
349        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
350
3512004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
352
353        * configure.ac: Reflect changes to testsuites's configuration.
354
3552004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
356
357        PR/589 rtems
358        * libchip/network/pci.h: Remove (Moved to cpukit).
359
3602004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
361
362        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
363        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
364        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
365        libchip/network/dec21140.c, libchip/network/elnk.c,
366        libchip/network/if_fxp.c, libchip/network/open_eth.c,
367        libchip/network/open_eth.h, libchip/network/sonic.c,
368        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
369        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
370        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
371        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
372        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
373        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
374        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
375        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
376        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
377        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
378        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
379        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
380        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
381        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
382        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
383        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
384        fixed-size types.
385
3862004-03-14      Chris Johns  <chrisj@rtems.org>
387
388        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
389        the BSP example code.
390        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
391        support the DIMMPC. This is a pc386 target with IO port support. Minor
392        formating clean up. Add documentation to the header file.
393        * libchip/network/README.cs8900: The CS8900 driver is documented in the
394        cs8900.h header file.
395
3962004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
399        Cosmetics.
400
4012004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
404        There are no application level Makefiles in here.
405
4062004-03-04      Joel Sherrill <joel@OARcorp.com>
407
408        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
409        they can be used in application level makefiles.
410
4112004-03-05      Joel Sherrill <joel@OARcorp.com>
412
413        * libnetworking/rtems_webserver/ejparse.c,
414        libnetworking/rtems_webserver/emfdb.c,
415        libnetworking/rtems_webserver/sock.c,
416        libnetworking/rtems_webserver/socket.c,
417        libnetworking/rtems_webserver/sym.c,
418        libnetworking/rtems_webserver/webs.c,
419        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
4202004-03-05      Joel Sherrill <joel@OARcorp.com>
421
422        * libchipnetwork/open_eth.c: Remove warnings by conditionally
423        compiling this file only only those CPU families with supported
424        exception models.
425
4262004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * acinclude.m4: Fix loosing arguments when configuring cpukit and
429        testsuites (Was exposed with --enable-multilib, only).
430        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
431         Add RTEMS_BSP_CONFIG_SUBDIR.
432        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
433        testsuites's configure.
434        * aclocal/rtems-top.m4: Remove ENDIF hack.
435        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
436
4372004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
440        wrapup/Makefile.am: Fix automake problems having been introduced
441        in previous patch.
442
4432004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
446        Preinstall dirs.
447        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
448        * aclocal/check-multiprocessing.m4: Cosmetics.
449        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
450        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
451
4522004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
455        librdbg/src/Makefile.am.
456        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
457        * configure.ac: Reflect changes above.
458        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
459        * wrapup/Makefile.am: Reflect changes above.
460        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
461
4622004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
465
4662004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
469
4702004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * wrapup/Makefile.am: Reflect new location of librdbg.a.
473
4742004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
477        librdbg/src/powerpc/Makefile.am: Remove.
478        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
479        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
480        * configure.ac: Reflect changes above.
481
4822004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484
4852004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
488        STRIP.
489
4902004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * librdbg/include/Makefile.am: Merge-in
493        librdbg/include/rdbg/i386/Makefile.am,
494        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
495        librdbg/include/rdbg/powerpc/Makefile.am.
496        * librdbg/include/rdbg/i386/Makefile.am,
497        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
498        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
499        * configure.ac: Reflect changes above.
500
5012004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * configure.ac: Use AS_HELP_STRING(ada).
504
5052004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * aclocal/bspopts.m4: Use AS_HELP_STRING.
508        * aclocal/bsp-configure.m4: Require autoconf-2.59.
509        Use AC_CONFIG_HEADERS.
510        * aclocal/check-custom-bsp.m4: Add bspkit-support.
511        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
512
5132004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * Makefile.am: include local.am.
516
5172004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * aclocal/version.m4: 4.6.99.0.
520
5212004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * Makefile.am: Don't include host.am.
524        * automake/compile.am: Further cleanups.
525
5262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * automake/lib.am: Remove (Unused).
529
5302004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * wrapup/Makefile.am: Don't include lib.am.
533        * automake/compile.am: Use automake compilation rules.
534
5352004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * libnetworking/pppd/Makefile.am,
538        libnetworking/rtems_servers/Makefile.am,
539        libnetworking/rtems_telnetd/Makefile.am,
540        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
541        support/Makefile.am: Don't include lib.am.
542
5432004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * libchip/Makefile.am: Don't include lib.am.
546        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
547        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
548        unnecessary EXTRA_DISTs.
549
5502004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
553        hack.
554
5552004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
558        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
559        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
560        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
561
5622004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
565        Add AM_CONDITIONAL(HAS_MP).
566        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
567        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
568        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
569        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
570        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
571        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
572        (Deprecated by autoconf 2.59).
573
5742004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
577        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
578
5792004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * ChangeLog: Merge-in libnetworking/ChangeLog.
582        * libnetworking/ChangeLog: Remove.
583        * ChangeLog: Merge-in librdbg/ChangeLog.
584        * librdbg/ChangeLog: Remove.
585        * ChangeLog: Merge-in libchip/ChangeLog.
586        * libchip/ChangeLog: Remove.
587        * ChangeLog: Merge-in optman/ChangeLog.
588        * optman/ChangeLog: Remove.
589
5902004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * configure.ac: Reflect changes to cpukit.
593        * wrapup/Makefile.am: Reflect changes to librdbg.
594        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
595        * libchip/Makefile.am: Add PREINSTALL_DIRS.
596        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
597        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
598        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
599        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
600        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
601        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
602        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
603
6042004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * aclocal/rtems-top.m4: Remove check for version.m4.
607        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
608
6092004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
612        * wrapup/Makefile.am: Reflect changes to libchip/*.
613        * support/Makefile.am: Use automake compilation rules.
614        * wrapup/Makefile.am: Reflect changes to support/*.
615        * configure.ac: Remove libnetworking/wrapup/Makefile.
616        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
617        libnetworking/*/lib*.a instead of libnetapps.a.
618        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
619        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
620        * optman/Makefile.am: Use automake compilation rules.
621        * libchip/Makefile.am: Fix typo in previous patch.
622        * libchip/Makefile.am: Use automake compilation rules.
623        * libnetworking/Makefile.am: Remove wrapup.
624        * libnetworking/pppd/Makefile.am: Build libpppd. Use
625        automake-compilation rules.
626        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
627        automake-compilation rules.
628        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
629        automake-compilation rules.
630        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
631        automake-compilation rules.
632        * libnetworking/wrapup/Makefile.am: Remove (Unused).
633
6342004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
637        PRE/TMPINSTALL_FILES to CLEANFILES.
638        * automake/lib.am: Remove TMPINSTALL_FILES.
639        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
640        PRE/TMPINSTALL_FILES to CLEANFILES.
641        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
642        PRE/TMPINSTALL_FILES to CLEANFILES.
643        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
644        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
645        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
646        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
647        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
648        * librdbg/src/i386/Makefile.am: Ditto.
649        * librdbg/src/m68k/Makefile.am: Ditto.
650        * librdbg/src/powerpc/Makefile.am: Ditto.
651        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
652        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
653        * libnetworking/rtems_servers/Makefile.am: Ditto.
654        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
655        * libnetworking/rtems_webserver/Makefile.am: Ditto.
656
6572004-01-07      Joel Sherrill <joel@OARcorp.com>
658
659        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
660        more completely covers the MIPS family.
661
6622003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * wrapup/Makefile.am: Reflect changes to shmdr.
665        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
666
6672003-12-18      Joel Sherrill <joel@OARcorp.com>
668
669        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
670        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
671        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
672        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
673        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
674        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
675        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
676
6772003-12-17      Joel Sherrill <joel@OARcorp.com>
678
679        * aclocal/version.m4: Updated to rtems-20031217-test.
680
6812003-12-17     
682
683        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
684        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
685
6862003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * automake/compile.am: Remove LINK_LIBS (Unused).
689        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
690
6912003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
694        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
695        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
696        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
697        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
698
6992003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
702        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
703        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
704        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
705        * librdbg/src/i386/Makefile.am:
706        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
707        * librdbg/src/m68k/Makefile.am:
708        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
709        * librdbg/src/powerpc/Makefile.am:
710        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
711
7122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
715        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
716        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
717        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
718        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
719        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
720        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
721        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
722        * optman/Makefile.am: Remove project_libdir.
723        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
724        PRE/TMPINSTALL_FILES.
725        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
726        PRE/TMPINSTALL_FILES.
727        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
728        PRE/TMPINSTALL_FILES.
729        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
730        PRE/TMPINSTALL_FILES.
731        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
732        from PRE/TMPINSTALL_FILES.
733        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
734        PRE/TMPINSTALL_FILES.
735        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
736        PRE/TMPINSTALL_FILES.
737        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
738        PRE/TMPINSTALL_FILES.
739        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
740        PRE/TMPINSTALL_FILES.
741        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
742        PRE/TMPINSTALL_FILES.
743        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
744        PRE/TMPINSTALL_FILES.
745        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
746        from PRE/TMPINSTALL_FILES.
747
7482003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
751        * automake/lib.am: Remove project_libdir.
752        * wrapup/Makefile.am: Reworked.
753
7542003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * configure.ac: Reflect changes to librdbg.
757        * optman/Makefile.am: Add tmpinstall dirstamp support.
758        * libchip/Makefile.am: Fix variant-tmpinstall support.
759        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
760        * librdbg/src/powerpc/Makefile.am: Merge-in former
761        new_exception_processing/Makefile.am.
762        * librdbg/src/m68k/any/Makefile.am: Remove.
763        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
764        * librdbg/src/i386/any/Makefile.am: Remove.
765        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
766        * librdbg/src/Makefile.am: Cosmetics.
767        * librdbg/include/Makefile.am: Cosmetics.
768        * librdbg/Makefile.am: Cosmetics.
769        * libnetworking/Makefile.am: Cosmetics.
770        * libnetworking/pppd/Makefile.am: Cosmetics.
771        * libnetworking/wrapup/Makefile.am: Cosmetics.
772
7732003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
774
775        * Makefile.am: Cosmetics.
776        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
777        support.
778
7792003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * automake/compile.am: Remove $(ARCH):-rule.
782
7832003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
784
785        * configure.ac: Remove lib/libbsp/shared/Makefile,
786        lib/libbsp/shmdr/Makefile.
787
7882003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
791        libchip/serial/Makefile, libchip/rtc/Makefile.
792        * support/Makefile.am: Remove all-local: $(ARCH).
793        * wrapup/Makefile.am: Remove all-local: $(ARCH).
794        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
795        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
796        * optman/Makefile.am: Remove all-local: $(ARCH).
797        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
798        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
799        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
800        compilation dirstamp support.
801        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
802        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
803        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
804        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
805        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
806        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
807        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
808        all-local: $(ARCH).
809        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
810        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
811        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
812        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
813        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
814
8152003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * aclocal/lead-dot.m4: New (from automake-1.7f).
818        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
819        AC_SUBST(dirstamp).
820        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
821        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
822        libchip/serial/Makefile.am: Ditto.
823        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
824        * librdbg/include/Makefile.am: Ditto.
825        * librdbg/include/rdbg/Makefile.am: Ditto.
826        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
827        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
828        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
829        * librdbg/src/Makefile.am: Ditto.
830        * librdbg/src/i386/Makefile.am: Ditto.
831        * librdbg/src/i386/any/Makefile.am: Ditto.
832        * librdbg/src/m68k/Makefile.am: Ditto.
833        * librdbg/src/m68k/any/Makefile.am: Ditto.
834        * librdbg/src/powerpc/Makefile.am: Ditto.
835        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
836        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
837        preinstallation.
838        * libnetworking/pppd/Makefile.am: Ditto.
839        * libnetworking/rtems_servers/Makefile.am: Ditto.
840        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
841        * libnetworking/rtems_webserver/Makefile.am: Ditto.
842        * libnetworking/wrapup/Makefile.am: Ditto.
843
8442003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
845
846        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
847        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
848        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
849        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
850        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
851        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
852        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
853        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
854        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
855        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
856        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
857        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
858        underquoting to silence automake-1.8.
859
8602003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
861
862        * configure.ac: Reflect having moved tests to ../../testsuites.
863
8642003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
865
866        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
867        * aclocal/canonical-host.m4: Remove.
868        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
869        * configure.ac: Remove RTEMS_CANONICAL_HOST.
870
8712003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
872
873        * aclocal/check-cpu.m4: Remove.
874        * configure.ac: Merge-in former aclocal/check-cpu.m4.
875        * aclocal/canonical-target-name.m4: Add m4-quotes.
876        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
877        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
878        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
879        * aclocal/check-networking.m4: Add m4-quotes. Require
880        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
881        * aclocal/check-posix.m4: Add m4-quotes. Require
882        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
883        * aclocal/check-rdbg.m4: Add m4-quotes. Require
884        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
885        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
886
8872003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
888
889        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
890        * aclocal/bsp-alias.m4: Remove.
891
8922003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * configure.ac: Make presence of tests/ optional.
895
8962003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
897
898        * aclocal/path-perl.m4: Remove (Unused).
899
9002003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
901
902        * automake/force-preinstall.am: Remove.
903
9042003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
905
906        PR 499/rtems_misc
907        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
908        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
909        Configuration (Odd was forced) - Correction of Stop Bit configuration
910        (inversed) - Correction of ISR Handler to call
911        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
912        CTS Hardware flow control Configuration.
913
9142003-09-04      Joel Sherrill <joel@OARcorp.com>
915
916        * lib/libcpu/shared/include/cache.h,
917        lib/libcpu/shared/src/cache_aligned_malloc.c,
918        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
919        license changed.
920        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
921        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
922        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
923        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
924        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
925        for license changed.
926        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
927        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
928        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
929        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
930        libchip/network/cs8900.h, libchip/network/dec21140.c,
931        libchip/network/elnk.c, libchip/network/open_eth.c,
932        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
933        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
934        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
935        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
936        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
937        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
938        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
939        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
940        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
941        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
942        libchip/serial/serial.h, libchip/serial/z85c30.c,
943        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
944        libchip/serial/z85c30_reg.c: URL for license changed.
945
9462003-09-03      Jiri Gaisler <jiri@gaisler.com>
947
948        PR 477/networking
949        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
950        * libchip/network/README.open_eth, libchip/network/open_eth.c,
951        libchip/network/open_eth.h: New files.
952
9532003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * aclocal/rtems-top.m4: Add RTEMS_API.
956        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
957
9582003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
959
960        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
961        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
962        @RTEMS_BSP@.cfg.
963
9642003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
965
966        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
967
9682003-08-20      Joel Sherrill <joel@OARcorp.com>
969
970        * libchip/network/cs8900.c: Correct copyright statements.
971
9722003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
973
974        * aclocal/check-itron.m4: Remove.
975        * aclocal/enable-inlines.m4: Remove.
976        * Makefile.am: Reflect having moved aclocal/.
977        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
978        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
979        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
980        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
981        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
982        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
983        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
984        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
985        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
986        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
987        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
988        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
989        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
990        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
991        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
992        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
993        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
994        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
995        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
996        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
997        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
998        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
999        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1000        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1001        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1002        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1003        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1004        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1005        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1006        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1007        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1008        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1009        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1010        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1011        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1012        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1013        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1014        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1015        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1016        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1017        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1018        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1019        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1020        * aclocal/target.m4: New (Copied from ../../aclocal).
1021        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1022        * aclocal/version.m4: New (Copied from ../../aclocal).
1023
10242003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1025
1026        * configure.ac: Remove stray comments.
1027        * automake/local.am, automake/host.am: Remove "debug".
1028
10292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1030
1031        * Makefile.am: Reflect having moved automake/.
1032        * lib/Makefile.am: Reflect having moved automake/.
1033        * support/Makefile.am: Reflect having moved automake/.
1034        * wrapup/Makefile.am: Reflect having moved automake/.
1035        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1036        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1037        from ../../automake).
1038        * optman/Makefile.am: Reflect having moved automake/.
1039        * libchip/Makefile.am: Reflect having moved automake/.
1040        * libchip/ide/Makefile.am: Reflect having moved automake/.
1041        * libchip/network/Makefile.am: Reflect having moved automake/.
1042        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1043        * libchip/serial/Makefile.am: Reflect having moved automake/.
1044        * librdbg/Makefile.am: Reflect having moved automake/.
1045        * librdbg/include/Makefile.am: Reflect having moved automake/.
1046        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1047        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1048        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1049        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1050        automake/.
1051        * librdbg/src/Makefile.am: Reflect having moved automake/.
1052        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1053        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1054        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1055        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1056        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1057        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1058        having moved automake/.
1059        * libnetworking/Makefile.am: Reflect having moved automake/.
1060        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1061        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1062        automake/.
1063        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1064        automake/.
1065        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1066        automake/.
1067        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1068
10692003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1070
1071        * Makefile.am: Add bsp.pc.in.
1072        * bsp.pc.in: New (pkgconfig support).
1073
10742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1075
1076        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1077
10782003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1079
1080        * lib/Makefile.am: New (Required by 'make dist').
1081        * lib/ChangeLog: Remove.
1082        * lib/.cvsignore: Cleanup.
1083        * configure.ac: Reflect having added lib/Makefile.am.
1084        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1085        lib/libbsp/configure.ac.
1086        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1087        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1088
10892003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1090
1091        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1092        * configure.ac: Merge-in librdbg/configure.ac.
1093        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1094        librdbg/configure.ac.
1095        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1096        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1097        LIBCHIP. Conditionally build include-dirs.
1098        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1099        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1100        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1101        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1102        librdbg/include/rdbg/m68k/Makefile.am,
1103        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1104        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1105        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1106        librdbg/src/powerpc/Makefile.am, librdbg/
1107        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1108        configure.ac into ../configure.ac.
1109        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1110        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1111        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1112        libnetworking/rtems_telnetd/Makefile.am,
1113        libnetworking/rtems_webserver/Makefile.am,
1114        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1115        into ../configure.ac.
1116
11172003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1118
1119        PR 427/rtems
1120        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1121        * librdbg/src/servtsp.c: Ditto.
1122
11232003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1124
1125        PR 429/bsps
1126        PR 432/bsps
1127        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1128        packets are queued onto an elnk board, the ISR will deadlock the device
1129        with a tx complete interrupt.  Lighter tx loads are not affected as they
1130        end up submitting single packets to the device.
1131
11322003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1133
1134        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1135        optman/configure.ac.
1136        * optman/configure.ac: Remove (Merged into ../configure.ac).
1137        * optman/Makefile.am: Reflect having merged configure.ac into
1138        ../configure.ac.
1139        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1140        * libchip/Makefile.am, libchip/ide/Makefile.am,
1141        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1142        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1143        ../configure.ac.
1144
11452003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1148
11492003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1150
1151        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1152        on i386.
1153
11542003-06-13      Joel Sherrill <joel@OARcorp.com>
1155
1156        * libnetworking/pppd/chat.c: Removed warnings.
1157
11582003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1159
1160        * libchip/network/README.3com: New file missed in previous commit.
1161        PR 405/bsps
1162        PR 393/networking
1163        * libchip/network/dec21140.c: Fix leak also known as PR393.
1164        * libchip/network/elnk.c, libchip/network/if_media.h,
1165        libchip/network/mii.h: New files.
1166        * libchip/network/Makefile.am: Reflect new files.
1167
11682003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1169
1170        * configure.ac: Remove support for profile-variant.
1171
11722003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1173
1174        PR 397/pppd
1175        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1176        * libnetworking/pppd/magic.c: Remove *rand48.
1177        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1178
11792003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1180
1181        * wrapup/Makefile.am: Add libide.a.
1182
11832003-04-15      Joel Sherrill <joel@OARcorp.com>
1184
1185        PR 387/rtems_misc
1186        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1187        routines.
1188        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1189
11902003-04-11      Joel Sherrill <joel@OARcorp.com>
1191
1192        * libnetworking/rtems_webserver/cgi.c,
1193        libnetworking/rtems_webserver/sockGen.c,
1194        libnetworking/rtems_webserver/umui.c,
1195        libnetworking/rtems_webserver/websSSL.c,
1196        libnetworking/rtems_webserver/websSSL.h,
1197        libnetworking/rtems_webserver/websda.c,
1198        libnetworking/rtems_webserver/websda.h: New files. Not included in
1199        previous commit.
1200
12012003-04-10      Joel Sherrill <joel@OARcorp.com>
1202
1203        PR 371/pppd
1204        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1205        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1206        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1207        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1208        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1209        still global symbols in rtemspppd.h which might need to be changed or
1210        converted into member of a structure which is dereferenced with a
1211        pointer that is managed as a per task variable. But this patch should
1212        avoid many conflicts.
1213
12142003-03-27      Joel Sherrill <joel@OARcorp.com>
1215
1216        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1217        not allowed in the cpukit source code since it must be buildable
1218        independent of any BSP. These files were moved to libchip/ide.
1219        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1220        files.
1221
12222003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1223
1224        PR 368/filesystems
1225        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1226        improvements which now work on pc386 and mbx8xx.
1227        * libchip/ide/ide_controller.c: New file.
1228
12292003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1230
1231        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1232
12332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1234
1235        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1236        * configure.ac: Add support/.
1237        * support/.cvsignore: New.
1238        * support/Makefile.am: New.
1239        * support/version.c: New.
1240        * wrapup/Makefile.am: Add support/libsupport.a.
1241        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1242        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1243        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1244        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1245
12462003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1247
1248        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1249
12502003-02-20      Till Straumann <strauman@slac.stanford.edu>
1251
1252        PR 354/networking
1253        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1254        chip against a table of supported chips. The untested ones are still
1255        commented out, however.
1256
12572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1258
1259        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1260        * configure.ac: AC_PREREQ(2.57).
1261        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1262        * optman/configure.ac: AC_PREREQ(2.57).
1263        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1264        * libchip/configure.ac: AC_PREREQ(2.57).
1265        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1266        * librdbg/configure.ac: AC_PREREQ(2.57).
1267        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1268        * libnetworking/configure.ac: AC_PREREQ(2.57).
1269
12702003-02-06      Joel Sherrill <joel@OARcorp.com>
1271
1272        * libnetworking/pppd/chat.c: Convert routines with common names to
1273        static. This included get_char(), put_char(), and character() among
1274        others.
1275
12762003-02-03      Joel Sherrill <joel@OARcorp.com>
1277
1278        PR 338/filesystem
1279        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1280        rtems_io_lookup_name() (API change).  Unused function removed.
1281
12822003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1283
1284        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1285        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1286        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1287        Eliminate *_O_FILES.
1288        * libnetworking/rtems_servers/Makefile.am,
1289        libnetworking/rtems_webserver/Makefile.am,
1290        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1291
12922002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1293
1294        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1295        Let all-local: depend on $(LIB).
1296        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1297        * optman/Makefile.am: Apply install-data-local to install *.rels.
1298
12992002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1300
1301        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1302        %.c rules.
1303        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1304        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1305        * libchip/rtc/Makefile.am: Ditto.
1306        * libchip/serial/Makefile.am: Ditto.
1307
13082002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1309
1310        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1311        LIBC_DEFINES.
1312        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1313        LIBC_DEFINES.
1314        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1315        LIBC_DEFINES.
1316
13172002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1318
1319        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1320
13212002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1322
1323        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1324        cache-checking.
1325        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1326
13272002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1328
1329        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1330        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1331        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1332        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1333        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1334
13352002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1336
1337        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1338        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1339        Remove.
1340        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1341
13422002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1343
1344        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1345        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1346
13472002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1348
1349        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1350        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1351
13522002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1353
1354        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1355        * optman/rel.am: New.
1356
13572002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1358
1359        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1360        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1361        braino in comment on "exec". Extend --enable-ada handling.
1362
13632002-11-04      Joel Sherrill <joel@OARcorp.com>
1364
1365        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1366        tasks and rolling multiple loops into 1.
1367        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1368        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1369        Removed warnings.
1370
13712002-10-31      Joel Sherrill <joel@OARcorp.com>
1372
1373        * libchip/network/dec21140.c: Removed warnings.
1374        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1375        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1376        librdbg/src/m68k/any/remdeb_xdr.c,
1377        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1378        warnings.
1379        * libnetworking/rtems_webserver/socket.c,
1380        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1381
13822002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1383
1384        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1385        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1386        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1387        above.
1388
13892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1390
1391        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1392        * wrapup/.cvsignore: Remove autom4te.cache.
1393        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1394        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1395        autom4te.cache.
1396        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1397        autom4te.cache.
1398        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1399        autom4te.cache.
1400
14012002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1402
1403        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1404
14052002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1406
1407        * optman/.cvsignore: Add autom4te.cache.
1408
14092002-09-14      Joel Sherrill <joel@OARcorp.com>
1410
1411        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1412
14132002-09-07      Joel Sherrill <joel@OARcorp.com>
1414
1415        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1416        include files to resolve warnings.
1417
14182002-09-07      Chris Johns <ccj@acm.org>
1419
1420        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1421        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1422        which corrects the problem  where the cs8900.c file was actually the BSP
1423        glue.  Joel did some hacking so this file will compile.  Previously it
1424        required providing a target.h file to compile.
1425        * libchip/network/cs8900.c.bsp: New file.
1426
14272002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1428
1429        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1430
14312002-08-31      Joel Sherrill <joel@OARcorp.com>
1432
1433        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1434        eliminate warning.
1435
14362002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1437
1438        * configure.ac: Add ada-tests.
1439
14402002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1441
1442        * Makefile.am: Add preinstall-stamp.
1443
14442002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1445
1446        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1447        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1448        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1449        gcc31 happy.
1450        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1451        cp.
1452
14532002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1454
1455        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1456        make/bsp.mak.
1457        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1458        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1459
14602002-08-12      Joel Sherrill <joel@OARcorp.com>
1461
1462        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1463        avoid error.
1464
14652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1466
1467        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1468        * configure.ac: Add BSP_SUBDIRS.
1469        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1470        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1471        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1472        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1473        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1474        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1475        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1476        RTEMS_CHECK_BSP_CACHE.
1477        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1478        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1479        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1480        .$(OBJEXT) instead of .o.
1481        * libnetworking/pppd/Makefile.am,
1482        libnetworking/rtems_servers/Makefile.am,
1483        libnetworking/rtems_telnetd/Makefile.am,
1484        libnetworking/rtems_webserver/Makefile.am,
1485        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1486
14872002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1488
1489        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1490        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1491        ../libchip/serial/$(ARCH)/libserialio.a.
1492        * libchip/serial/Makefile.am: Don't tmp-install lib.
1493        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1494
14952002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1496
1497        * Makefile.am: Add rtems_makedir.
1498        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1499        * Makefile.am: Add wrapup-SUBDIR.
1500        * wrapup/ChangeLog: Remove.
1501        * wrapup/configure.ac: Remove.
1502        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1503        (Make the bare BSP happy).
1504        * configure.ac: Ditto.
1505        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1506        Create make/custom/default.cfg.
1507        * configure.ac: Add creation of make/custom/*.cfg. Create
1508        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1509
15102002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1511
1512        * Makefile.am: Clean $(PROJECT_RELEASE).
1513
15142002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1515
1516        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1517        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1518        prototype mismatches.
1519
15202002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1521
1522        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1523        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1524
15252002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1526
1527        * acinclude.m4: Add test "$multilib" != "yes".
1528        * config-ml.in: Remove.
1529        * acinclude.m4: Cleanups.
1530        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1531        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1532        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1533        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1534        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1535
15362002-07-16      Eric Norum <eric.norum@usask.ca>
1537
1538        * New driver for the Intel EtherExpressPro (82559ER) chip.
1539        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1540        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1541        * libchip/network/Makefile.am: Modified to reflect above.
1542
15432002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1544
1545        * acinclude.m4: New.
1546        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1547        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1548        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1549
15502002-07-01      Joel Sherrill <joel@OARcorp.com>
1551
1552        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1553        _Objects_Information_table now that it is a two dimensional array based
1554        upon API and class.
1555        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1556        of strnlen().
1557
15582002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1559
1560        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1561        preinstall libnetapps.a.
1562
15632002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1564
1565        * configure.ac: Remove librpc.
1566
15672002-06-25      Joel Sherrill <joel@OARcorp.com>
1568
1569        * Per PR233, moved librpc to exec.
1570        * configure.ac, wrapup/Makefile.am: Modified.
1571        * librpc, librpc/ChangeLog: Removed.
1572
15732002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1574
1575        * optman/Makefile.am: Remove multilib support.
1576        * optman/configure.ac: Ditto.
1577        * optman/sapi/Makefile.am: Ditto.
1578
15792002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1580
1581        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1582        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1583
15842002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1585
1586        Move networking libraries to c/src/exec/libnetworking
1587        * libnetworking/configure.ac, libnetworking/Makefile.am,
1588        libnetworking/wrapup/Makefile.am: Reflect Moval.
1589
15902002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1591
1592        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1593        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1594        <rtems/bspIo.h>.
1595
15962002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1597
1598        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1599        * libnetworking/rtems/mkrootfs.h: Ditto.
1600        * libnetworking/rtems/Makefile.am: Reflect changes above.
1601
16022002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1603
1604        * configure.ac: Remove lib.
1605
16062002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1607
1608        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1609        that exception stack frames on M68K members with VBR always are 6 byte
1610        long. The incorrect assumption resulted in some gdb commands like "next"
1611        to fail on the 68360.
1612
16132002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1614
1615        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1616        PR 220
1617        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1618        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1619        CVS.
1620        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1621        libnetworking/sys/filio.h: Remove.
1622        * libnetworking/sys/Makefile.am: Reflect changes above.
1623
16242002-05-07      Chris Johns <ccj@acm.org>
1625
1626        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1627        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1628        requires it to be stripped.
1629
16302002-05-01      Eric Norum <eric.norum@usask.ca>
1631
1632        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1633        assembly  to satisfy gcc 3.1 and newer.
1634
16352002-04-26      Eric Norum <eric.norum@usask.ca>
1636
1637        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1638        agressive optimization in gcc 3.1 does not reorder things.
1639
16402002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1641
1642        * libchip/network/dec21140.c: Reflect changes to powerpc's
1643        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1644        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1645        <rtems/score/cpu.h>.
1646        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1647        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1648
16492002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1650
1651        * optman/configure.ac: Remove ENABLE_GCC28.
1652
16532002-04-11      Chris Johns <ccj@acm.org>
1654
1655        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1656        driver control block field to the ifconfig network driver structure.
1657        This field is needed by the i82586 driver which was ported from NetBSD
1658        as it had better hardware abstraction.
1659        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1660        PR59, added the drv_ctrl driver control block field to the ifconfig
1661        network driver structure. This field is needed by the i82586 driver
1662        which was ported from NetBSD as it had better hardware abstraction.
1663
16642002-04-10      Mike Siers <mikes@poliac.com>
1665
1666        * libnetworking/rtems_webserver/NOTES,
1667        libnetworking/rtems_webserver/asp.c,
1668        libnetworking/rtems_webserver/balloc.c,
1669        libnetworking/rtems_webserver/default.c,
1670        libnetworking/rtems_webserver/ej.h,
1671        libnetworking/rtems_webserver/ejIntrn.h,
1672        libnetworking/rtems_webserver/ejlex.c,
1673        libnetworking/rtems_webserver/ejparse.c,
1674        libnetworking/rtems_webserver/emfdb.c,
1675        libnetworking/rtems_webserver/emfdb.h,
1676        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1677        libnetworking/rtems_webserver/handler.c,
1678        libnetworking/rtems_webserver/license.txt,
1679        libnetworking/rtems_webserver/md5.h,
1680        libnetworking/rtems_webserver/md5c.c,
1681        libnetworking/rtems_webserver/mime.c,
1682        libnetworking/rtems_webserver/misc.c,
1683        libnetworking/rtems_webserver/ringq.c,
1684        libnetworking/rtems_webserver/rom.c,
1685        libnetworking/rtems_webserver/security.c,
1686        libnetworking/rtems_webserver/sock.c,
1687        libnetworking/rtems_webserver/sym.c,
1688        libnetworking/rtems_webserver/uemf.c,
1689        libnetworking/rtems_webserver/uemf.h,
1690        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1691        libnetworking/rtems_webserver/url.c,
1692        libnetworking/rtems_webserver/value.c,
1693        libnetworking/rtems_webserver/wbase64.c,
1694        libnetworking/rtems_webserver/webcomp.c,
1695        libnetworking/rtems_webserver/webpage.c,
1696        libnetworking/rtems_webserver/webrom.c,
1697        libnetworking/rtems_webserver/webs.c,
1698        libnetworking/rtems_webserver/webs.h,
1699        libnetworking/rtems_webserver/websuemf.c,
1700        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1701        2.1.4.
1702
17032002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1704
1705        * libchip/network/i82586.c: Include <string.h>.
1706        * libchip/network/sonic.c: Ditto.
1707
17082002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1709
1710        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1711
17122002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1713
1714        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1715
17162002-03-27      Thomas.Doerfler@imd-systems.de
1717
1718        PR 144
1719        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1720        memory address 0 when called for the first time. This is done when
1721        trying to clear the variable "dhcp_hostname".
1722
17232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1724
1725        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1726        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1727        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1728        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1729        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1730        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1731        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1732        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1733        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1734        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1735        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1736        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1737        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1738        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1739        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1740        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1741        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1742        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1743        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1744        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1745        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1746        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1747        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1748        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1749        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1750        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1751        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1752        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1753        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1754        AUTOMAKE_OPTIONS.
1755        * libnetworking/configure.ac:
1756        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1757        foreign 1.6]).
1758        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1759        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1760        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1761        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1762        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1763        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1764        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1765        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1766        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1767        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1768        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1769        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1770        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1771        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1772        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1773        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1774        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1775
17762002-03-27      Ilya Alexeev <ilya@continuum.ru>
1777
1778        PR 162
1779        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1780        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1781        used in a device write routines.  Now ppp_softc structure have own
1782        character for writing to device (sc_outchar).  I think that converting
1783        local variables to static is not a right solution, because problems will
1784        occur in the case of two or more ppp instances.
1785        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1786        must be u_long, otherwise in the case of the big output packet endless
1787        loop may occur.
1788
17892002-03-21      Ilya Alexeev <ilya@continuum.ru>
1790
1791        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1792        preparations for multiple PPPD connections.
1793
17942002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1795
1796        PR 149
1797        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1798        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1799        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1800        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1801
18022002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1803
1804        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1805        * configure.ac: Modified to reflect addition.
1806
18072002-02-27      Ilya Alexeev <ilya@continuum.ru>
1808
1809        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1810        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1811        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1812        capabilities as well as eliminate some warnings.
1813
18142002-02-27      Eric Norum <eric.norum@usask.ca>
1815
1816        * libnetworking/net/radix.c: Properly handle fetching the default route
1817        when there is no route.  This was a bug in the original FreeBSD code and
1818        this fix is from an updated version of their code.
1819
18202002-02-16      Eric Norum <eric.norum@usask.ca>
1821
1822        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1823        checking.
1824
18252002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1826
1827        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1828        dodefaultroute.
1829
18302002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1831
1832        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1833        include <rtems/seterr.h>.
1834
18352002-02-01      Mike Siers <mikes@poliac.com>
1836
1837        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1838        avoid bringing the link down too fast. NOTE: Mike reports successfully
1839        running at 56K baud on a direct link.
1840
18412002-02-01      Eric Valette <valette@crf.canon.fr>
1842
1843        * librdbg/So many patches have been posted recently on the mailing list
1844        and  because we were unable to find correct solution to compile on
1845        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1846        because the coding  style of rdbg was rather inconsistant among various
1847        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1848        global coding style (using indent + manual edits), 2) incorporate/review
1849        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1850        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1851        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1852        after rdbg initialization is done, NB : the paches is huge but it is
1853        mainly due to coding styke chnages.  Only few lines of codes have been
1854        really changed and they do not impact  rdbg functionnality (AFAIKT).
1855        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1856        librdbg/include/rdbg/m68k/rdbg_f.h,
1857        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1858        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1859        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1860        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1861        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1862        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1863        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1864        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1865        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1866        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1867        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1868        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1869        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1870        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1871        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1872        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1873
18742002-01-31      Mike Siers <mikes@poliac.com>
1875
1876        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1877        * Nice Update of PPPD support which eliminates the requiremetn that
1878        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1879        and reports that it seems to be more stable and handle larger packets
1880        better.  This patch replaces the termios tasks with more general pppd
1881        network driver tasks.  The functions pppinput() and pppstart() get
1882        called from the interrupt service routine.
1883        * libnetworking/Makefile.am, libnetworking/configure.ac,
1884        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1885        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1886        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1887        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1888        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1889        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1890        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1891        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1892        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1893        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1894        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1895        libnetworking/net/route.c, libnetworking/net/route.h,
1896        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1897        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1898        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1899        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1900        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1901        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1902        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1903        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1904        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1905        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1906        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1907        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1908        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1909        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1910        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1911        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1912        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1913        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1914        libnetworking/pppd/example/README,
1915        libnetworking/pppd/example/netconfig.h,
1916        libnetworking/wrapup/Makefile.am: Modified.
1917        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1918        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1919        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1920        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1921        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1922        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1923        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1924        libnetworking/modem/pppcompress.c: Subdirectory removed.
1925
19262002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1927
1928        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1929        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1930
19312002-01-18      Till Straumann <strauman@slac.stanford.edu>
1932
1933        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1934        issues: - exception handler needs to enable MSR_FP if the interrupted
1935        thread is FP enabled. - printk message for MSR fixed and added
1936        stacktrace. NOTE: this requires the stacktrace patch to
1937        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1938        however).
1939
19402002-01-06      Joel Sherrill <joel@OARcorp.com>
1941
1942        * optman/.cvsignore: Added aclocal.m4 and configure.
1943        * optman/.cvsignore: New file.
1944
19452002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1946
1947        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1948
19492002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1950
1951        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1952        * optman/ChangeLog: New.
1953        * optman/configure.ac: New.
1954        * optman/Makefile.am: New.
1955        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1956        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1957
19582001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1959
1960        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1961
19622001-12-18      Eric Norum <eric.norum@usask.ca>
1963
1964        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1965        `directories' (path names with a / at the end) while disallowing open()
1966        operations on TFTP `directories'.
1967
19682001-12-07      Eric Norum <eric.norum@usask.ca>
1969
1970        * libnetworking/lib/tftpDriver.c: Restore write capability.
1971
19722001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1973
1974        * libchip/network/sonic.h: Fix typo.
1975        * libnetworking/arpa/Makefile.am: Remove stray lines.
1976
19772001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1978
1979        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1980
19812001-10-18      Eric Norum <eric.norum@usask.ca>
1982
1983        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1984        chdir() and open() operations within the TFTP file system.
1985
19862001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1987
1988        * librdbg/configure.ac: Fix latent bug exposed by removal of
1989        config.cache's which prevented powerpc targets librdbg from building.
1990
19912001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1992
1993        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1994        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1995        autoconf-2.52 happy.
1996
19972001-10-12      Mike Siers <mikes@poliac.com>
1998
1999        * libnetworking/Update to stable working state.  Congratulations Mike!
2000        :).
2001        * libnetworking/modem_example: Directory removed.
2002        * libnetworking/modem_example/16550.h,
2003        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2004        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2005        libnetworking/modem_example/ppp.h,
2006        libnetworking/modem_example/pppcompress.c: Files removed.
2007        * libnetworking/pppd/example/pppd.options: New file.
2008        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2009        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2010        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2011        libnetworking/pppd/rtemsmain.c: Updated.
2012
20132001-10-12      Joel Sherrill <joel@OARcorp.com>
2014
2015        * libchip/serial/z85c30.c: Fixed typo.
2016
20172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2018
2019        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2020        * configure.in: Remove.
2021        * configure.ac: New file, generated from configure.in by autoupdate.
2022        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2023        * libchip/configure.in: Remove.
2024        * libchip/configure.ac: New file, generated from configure.in by
2025        autoupdate.
2026        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2027        * librdbg/configure.in: Remove.
2028        * librdbg/configure.ac: New file, generated from configure.in by
2029        autoupdate.
2030        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2031        * libnetworking/configure.in: Remove.
2032        * libnetworking/configure.ac: New file, generated from configure.in by
2033        autoupdate.
2034
20352001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2036
2037        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2038        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2039        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2040
20412001-09-27      Joel Sherrill <joel@OARcorp.com>
2042
2043        * libchip/ChangeLog: Fixed typo in date.
2044
20452001-09-27      Eric Norum <eric.norum@usask.ca>
2046
2047        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2048        TFTP  filesystem.
2049
20502001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2051
2052        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2053        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2054        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2055        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2056        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2057        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2058        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2059        'PREINSTALL_FILES ='.
2060        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2061        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2062        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2063        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2064        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2065        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2066        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2067        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2068        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2069        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2070        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2071        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2072
20732001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2074
2075        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2076        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2077        * librdbg/src/m68k/any/Makefile.am: Ditto.
2078        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2079        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2080        happy.
2081
20822001-09-21      Joel Sherrill <joel@OARcorp.com>
2083
2084        * libchip/network/Makefile.am: Fixed typo on file name.
2085        * libchip/network/i82586.c: Commented out line 318 which is referencing
2086        a member of a structure that is not currently there.  This needs to be
2087        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2088        to C style.
2089
20902001-09-19      Eric Norum <eric.norum@usask.ca>
2091
2092        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2093
20942001-09-19      Chris Johns <ccj@acm.org>
2095
2096        * libchip/network/README.i82586, libchip/network/i82586.c,
2097        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2098        Network driver for Intel i82586.
2099        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2100        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2101        "root" filesystem with information obtained via the DHCP response.
2102
21032001-09-14      Eric Norum <eric.norum@usask.ca>
2104
2105        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2106        make gcc 3.x happy.
2107
21082001-08-16      Mike Siers <mikes@poliac.com>
2109
2110        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2111        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2112        These support callback functionality that has not even been compiled
2113        under RTEMS yet.
2114        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2115        example application.  Mike's notes on the modifications: - renamed
2116        error() function because of namespace problems - removed calls to the
2117        exit() funciton - removed extra files from the pppd source directory -
2118        defined pppd task constant values in rtemspppd.h - modifyied example
2119        code to get actual tick per second value - placed the pppd 2.3.11 man
2120        page file (pppd.8) into the pppd directory.
2121        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2122        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2123        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2124        libnetworking/pppd/rtems-ppp.c: Deleted.
2125        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2126        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2127        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2128        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2129        libnetworking/pppd/example/init.c,
2130        libnetworking/pppd/example/netconfig.h,
2131        libnetworking/pppd/example/ppp.conf,
2132        libnetworking/pppd/example/pppdapp.c,
2133        libnetworking/pppd/example/system.h: New files.
2134        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2135        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2136        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2137        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2138        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2139        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2140        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2141        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2142        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2143        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2144        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2145        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2146        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2147        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2148        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2149
21502001-08-16      Joel Sherrill <joel@OARcorp.com>
2151
2152        * libnetworking/pppd/example/Makefile: Removed.
2153        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2154        to avoid bootstrap -c clobbering it.
2155        * libnetworking/rtems_telnetd/.cvsignore: New file.
2156
21572001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2158
2159        * libnetworking/Makefile.am, libnetworking/configure.in,
2160        libnetworking/rtems_servers/Makefile.am,
2161        libnetworking/rtems_servers/telnetd.c,
2162        libnetworking/rtems_servers/telnetd.h,
2163        libnetworking/rtems_telnetd/Makefile.am,
2164        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2165        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2166        libnetworking/rtems_telnetd/telnetd.c,
2167        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2168        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2169        effect when ftpd change. - the tcp/ip stats have been implemented into
2170        icmds.c and started when telnetd daemon is started.
2171        * libnetworking/rtems_servers/telnetd.c,
2172        libnetworking/rtems_servers/telnetd.h: Removed.
2173        * libnetworking/rtems_telnetd: New directory.
2174        * libnetworking/rtems_telnetd/Makefile.am,
2175        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2176        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2177        libnetworking/rtems_telnetd/telnetd.c,
2178        libnetworking/rtems_telnetd/telnetd.h: New files.
2179
21802001-06-14      Joel Sherrill <joel@OARcorp.com>
2181
2182        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2183        Moved from libmisc/shell so the network stack to address network
2184        depenendency.
2185        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2186
21872001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2188
2189        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2190
21912001-05-15      Joel Sherrill <joel@OARcorp.com>
2192
2193        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2194        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2195        accidentally deleted the incorrectly empty versions.
2196
21972001-05-14      Till Straumann <strauman@slac.stanford.edu>
2198
2199        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2200        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2201        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2202        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2203        to know the values) - the affected BSP (shared/motorola) headers have
2204        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2205        driver (libchip/network/dec21140.c) has been fixed to use
2206        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2207        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2208        who is using this driver. - the DEC driver also has been fixed to use
2209        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2210        delay_in_bus_cycles().
2211
22122001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2213
2214        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2215
22162001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2217
2218        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2219
22202001-04-24      Eric Norum <eric.norum@usask.ca>
2221
2222        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2223        NTP synchronization a little more robust -- no NTP daemon yet, but at
2224        least it trys a little harder when the primary NTP server is down.
2225
22262001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2227
2228        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2229        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2230        libnetworking/pppd/modem_example/modem.c,
2231        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2232        other strings into English.
2233        * libnetworking/pppd/STATUS: updated to reflect the changes.
2234
22352001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2236
2237        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2238        again.
2239
22402001-04-20      Eric Valette <valette@crf.canon.fr>
2241
2242        * mcp750 directory renamed new_exception processing as it supports many
2243        more CPU models.
2244        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2245        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2246        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2247        formerly in mcp750 plus modifications.
2248        * librdbg/src/powerpc/mcp750/.cvsignore,
2249        librdbg/src/powerpc/mcp750/Makefile.am,
2250        librdbg/src/powerpc/mcp750/remdeb.h,
2251        librdbg/src/powerpc/mcp750/remdeb_f.x,
2252        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2253        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2254        new_exception_processing.
2255        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2256        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2257        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2258        part of this effort to add support for the MPC8xx.
2259
22602001-04-19      Joel Sherrill <joel@OARcorp.com>
2261
2262        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2263        internal include files.
2264
22652001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2266
2267        PR 158
2268        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2269        rcmd() library call by commenting out the parts that deal with signals.
2270        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2271        stdio. The 'server-side' parts of this file which deal with
2272        authentication are disabled since they are not needed.
2273
22742001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2275
2276        * libnetworking/include/.cvsignore: Remove dangling file.
2277
22782001-03-14      Joel Sherrill <joel@OARcorp.com>
2279
2280        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2281        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2282        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2283        libchip style serial drivers can be written in libcpu or libbsp.
2284
22852001-03-01      Joel Sherrill <joel@OARcorp.com>
2286
2287        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2288        libchip/network/sonic.c, libchip/network/sonic.h,
2289        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2290        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2291        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2292        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2293        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2294        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2295        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2296        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2297
22982001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2299
2300        * librdbg/include/rdbg/Makefile.am,
2301        librdbg/include/rdbg/i386/Makefile.am,
2302        librdbg/include/rdbg/m68k/Makefile.am,
2303        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2304        style on include files.
2305
23062001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2307
2308        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2309        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2310        replace ${..} with $(..).
2311        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2312        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2313        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2314        libnetworking/rtems/Makefile.am, libnetworking/
2315        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2316        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2317        include_*HEADERS instead of H_FILES.
2318        * libnetworking/include/Makefile.am: Remove.
2319        * libnetworking/Makefile.am: Add handling of *.h files.
2320        * libnetworking/configure.in: Remove include/Makefile.
2321
23222001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2323
2324        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2325
23262001-01-31      Sergei Organov <osv@javad.ru>
2327
2328        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2329        current dir and root dir removed in favor of new libio support for
2330        task-local current and root directories. - Bug in `close_data_socket()'
2331        introduced by previous change fixed. - `command_pasv()' changed to set
2332        timeout on socket we are listening on and code fixed to don't close
2333        socket twice on error. - `serr()' changed to clear `errno'. -
2334        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2335        changed to clear `errno' before processing session. -
2336        `close_data_socket()' fixed to close both active and passive sockets -
2337        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2338        empty string  in `exec_command()'.
2339
23402001-01-25      Eric Norum <eric.norum@usask.ca>
2341
2342        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2343        improves throughput on systems which are dropping packets.   Only the
2344        first timeout is reduced.  This keeps the number of extra packets down
2345        on networks that are very busy and dropping lots of packets.
2346
23472001-01-24      Sergei Organov <osv@javad.ru>
2348
2349        * libnetworking/rtems_servers/ftpd.c,
2350        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2351        - Timeouts on sockets implemented. 'idle' field added to configuration.
2352        No timeout by default to keep backward compatibility. Note: SITE IDLE
2353        command not implemented yet. - Basic global access control implemented.
2354        'access' field added to configuration. No access limitations by default
2355        to keep backward compatibility. - Anchor data socket for active mode
2356        (using self IP and port 20.) - Fixed default data port support (still
2357        not tested). - Don't allow IP address different from originating host in
2358        PORT command to improve security. - Fixed bug in MDTM command. - Check
2359        for correctness of parsing of argument in command_port(). - Fixed
2360        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2361        a directory. - Command parsing a little bit improved: command names are
2362        now converted to upper-case to be more compatible with RFC (command
2363        names are not case-sensitive.) - Reformat comments so that they have
2364        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2365        previous changes - True ASCII mode implemented (doesn't work for hooks
2366        and /dev/null) - Passive mode implemented, PASV command added. - Default
2367        port for data connection could be used (untested, can't find ftp client
2368        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2369        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2370
23712001-01-18      Joel Sherrill <joel@OARcorp.com>
2372
2373        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2374        macro using variable arguments.
2375        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2376        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2377        since I updated the main RTEMS development machine to RedHat 7.2 and
2378        apparently got a new version of rpcgen.
2379
23802001-01-12      Sergei Organov <osv@javad.ru>
2381
2382        * libnetworking/rtems_servers/ftpd.c,
2383        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2384        - use pool of pre-created threads to handle sessions instead of
2385        creating/deleting threads on the fly - LIST output is now similar to
2386        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2387        happy with it. - LIST NAME now works (both for files and directories) -
2388        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2389        clients happy  - keep track of CWD for every session separately -
2390        ability to specify root directory name for FTPD in configuration table.
2391        FTPD will then create illusion for FTP clients that this is actually
2392        root directory. - ignore options sent in commands, thus LIST -al FILE
2393        works and doesn't try to list "-al" directory. - buffers are allocated
2394        on stack instead of heap where possible to eliminate malloc/free calls
2395        (avoid possible heap fragmentation troubles). - drop using of task
2396        notepad to pass parameters - use function arguments instead - use
2397        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2398        in socket() instead of AF_INET.
2399
24002001-01-02      Joel Sherrill <joel@OARcorp.com>
2401
2402        * libnetworking/CHANGELOG: Removed.
2403        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2404
24052000-12-14      Eric Norum <eric.norum@usask.ca>
2406
2407        * libnetworking/lib/tftpDriver.c: Added write capability.
2408
24092000-12-08      Joel Sherrill <joel@OARcorp.com>
2410
2411        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2412        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2413        numerous variable declarations conditional on PPP_COMPRESS and
2414        PPP_FILTER.  Commented out variables that were not used because the code
2415        using them was commented out. Removed totally unused variables.
2416        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2417        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2418
24192000-11-30      Joel Sherrill <joel@OARcorp.com>
2420
2421        * libnetworking/modem/ppp_tty.c: Changed to include
2422        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2423        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2424        * libnetworking/Makefile.am: Modified to reflect above.
2425
24262000-11-27      Joel Sherrill <joel@OARcorp.com>
2427
2428        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2429
24302000-11-25      Eric Norum <eric.norum@usask.ca>
2431
2432        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2433        core.
2434
24352000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2436
2437        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2438        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2439        subdir.
2440        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2441        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2442        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2443        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2444        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2445        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2446        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2447        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2448        ppp_tty.c and the real pppd main is in pppmain.c.
2449
24502000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2451
2452        * libchip/network/sonic.c: Added ipalign() routine to align the received
2453        packet so that the ip header is on a 32-bit boundary. Necessary for
2454        cpu's that do not allow unaligned loads and stores and when the 32-bit
2455        DMA mode is used.
2456
24572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2458
2459        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2460        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2461        ACLOCAL_AMFLAGS.
2462        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2463        ACLOCAL_AMFLAGS.
2464        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2465        ACLOCAL_AMFLAGS.
2466
24672000-11-03      Chris Johns <ccj@acm.org>
2468
2469        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2470        libchip/network/cs8900.h: New files.
2471
24722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2473
2474        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2475        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2476        $(RTEMS_TOPdir)/aclocal.
2477        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2478        $(RTEMS_TOPdir)/aclocal.
2479        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2480        $(RTEMS_TOPdir)/aclocal.
2481
24822000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2483
2484        * configure.in: Switch to GNU-canonicalization.
2485        * Makefile.am: Reflect changes to configure.in.
2486        * acinclude.m4: Remove.
2487
24882000-10-30      Joel Sherrill <joel@OARcorp.com>
2489
2490        * POSIX include files merged into newlib.  This resulted in some
2491        definitions moving to other files and thus some secondary effects in
2492        RTEMS source code.
2493        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2494        in sync with newlib's <machine/types.h>.
2495        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2496        definition of struct itimerval in <sys/time.h>.
2497
24982000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2499
2500        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2501        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2502        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2503        * ChangeLog: Fix typos.
2504        * configure.in: add tests to the GNU canonicalized subdirectories.
2505
25062000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2507
2508        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2509        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2510        the lib directory before configuring lib/.
2511
25122000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2513
2514        * configure.in, Makefile.am: add exec to the GNU canonicalized
2515        subdirectories.
2516        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2517        * configure.in: add libnetworking, librpc and librdb to the GNU
2518        canonicalized subdirectories.
2519        * configure.in: add libmisc and libchip to the GNU canonicalized
2520        subdirectories.
2521        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2522        Switch to GNU canonicalization.
2523        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2524        Switch to GNU canonicalization.
2525        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2526        Switch to GNU canonicalization.
2527
25282000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2529
2530        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2531        canonicalization to libfs/. The approach is currently a bit of a hack as
2532        GNU canonicalization does not support the per-BSP build some of the
2533        other directories require.  As more of the tree is converted, this will
2534        become less  of an issue.
2535
25362000-10-20      Joel Sherrill <joel@OARcorp.com>
2537
2538        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2539        parameter.
2540
25412000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2542
2543        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2544        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2545        * librdbg/configure.in: Add m68k support.
2546        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2547        subdirectory.
2548        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2549        failure.
2550        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2551        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2552        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2553        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2554        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2555        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2556        librdbg/src/m68k/.cvsignore: New files.
2557        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2558        function pointers.
2559        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2560        _after_ pointer has been checked against NULL.
2561
25622000-10-18      Joel Sherrill <joel@OARcorp.com>
2563
2564        * wrapup/Makefile.am: Added libfs.
2565
25662000-10-18      Chris Johns <ccj@acm.org>
2567
2568        * libfs created.
2569        * configure.in: Added libfs subdirectory.
2570        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2571
25722000-09-28      Joel Sherrill <joel@OARcorp.com>
2573
2574        * libnetworking/rtems_webserver/Makefile.am,
2575        libnetworking/rtems_webserver/base64.c,
2576        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2577        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2578
25792000-09-22      Joel Sherrill <joel@OARcorp.com>
2580
2581        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2582        libnetworking/rtems/rtems_bsdnet_internal.h,
2583        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2584        have included rtems.h.  It is now including precisely the  least amount
2585        of low level, yet portable .h files to get the basic RTEMS types
2586        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2587        used machine/types.h to include rtems.h.
2588
25892000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2590
2591        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2592
25932000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2594
2595        * libnetworking/ChangeLog: Cleanup.
2596
25972000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2598
2599        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2600        * libchip/ChangeLog: Fix formating.
2601
26022000-09-05      Joel Sherrill <joel@OARcorp.com>
2603
2604        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2605        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2606        confusion and to work with the converted flags.
2607
26082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2609
2610        * wrapup/Makefile.am: Include compile.am.
2611        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2612        libchip/serial/Makefile.am: Include compile.am.
2613        * librdbg/src/i386/any/Makefile.am,
2614        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2615        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2616        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2617        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2618        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2619        libnetworking/rtems_servers/Makefile.am,
2620        libnetworking/rtems_webserver/Makefile.am,
2621        libnetworking/wrapup/Makefile.am: Include compile.am.
2622
26232000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2624
2625        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2626        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2627
26282000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2629
2630        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2631
26322000-08-31      Joel Sherrill <joel@OARcorp.com>
2633
2634        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2635        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2636        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2637        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2638        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2639        * libnetworking/wbase64.c: Removed.
2640        * libnetworking/Makefile.am, libnetworking/asp.c,
2641        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2642        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2643        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2644        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2645        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2646        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2647        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2648        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2649        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2650        Modified.
2651
26522000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2653
2654        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2655
26562000-08-30      Joel Sherrill <joel@OARcorp.com>
2657
2658        * libnetworking/rtems_webserver/license.txt: New file.
2659
26602000-08-10      Joel Sherrill <joel@OARcorp.com>
2661
2662        * ChangeLog: New file.
2663        * libchip/ChangeLog: New file.
2664        * librdbg/ChangeLog: New file.
2665        * libnetworking/ChangeLog: New file.
2666
Note: See TracBrowser for help on using the repository browser.