source: rtems/c/src/ChangeLog @ c39ecd73

4.104.114.84.95
Last change on this file since c39ecd73 was 1e006d52, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/04 at 13:48:49

2004-10-21 Ralf Corsepius <ralf_corsepius@…>

  • librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
  • Property mode set to 100644
File size: 100.7 KB
Line 
12004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
4        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
5
62004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
9
102004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
13        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
14
152004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
18        BITSPERBYTE.
19
202004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
23        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
24
252004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
28
292004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
32        * aclocal/enable-bare.m4: Remove.
33        * configure.ac: Remove BARE_CPU_MODEL.
34
352004-10-13      Eric Norum <norume@aps.anl.gov>
36
37        PR 688/bsps
38        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
39        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
40        MC146818A (and several Dallas Semiconductor) TOD chips.
41
422004-10-13      Eric Norum <norume@aps.anl.gov>
43
44        PR 686/networking
45        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
46        device code.
47
482004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * libchip/network/dec21140.c: include <rtems/pci.h>.
51
522004-09-29      Joel Sherrill <joel@OARcorp.com>
53
54        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
55        libnetworking/pppd/utils.c: i960 obsoleted and all references
56        removed.
57
582004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
59
60        PR 607/networking
61        * libchip/network/dec21140.c: Made PCI configuration minimum sane
62        instead of fully specifying unused PCI features.
63
642004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * configure.ac: Require automake > 1.9.
67
682004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * aclocal/rtems-cpu-subdirs.m4: Add avr.
71
722004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
75        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
76
772004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
80        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
81
822004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
85
862004-07-28  Joel Sherrill <joel@OARcorp.com>
87
88    * aclocal/version.m4: Updated to rtems-4.6.99.1.
89
902004-07-25      Joel Sherrill <joel@OARcorp.com>
91
92        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
93
942004-05-21  Till Strauman <strauman@slac.stanford.edu>
95
96        PR 625/networking
97        * libchip/network/dec21140.c, ... : Prevent name clashes by making
98        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
99        an error rather than panic if no chip is detected (thus allowing
100        for probing).
101        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
102        instead of looping forever.  Avoid divide by zero (crashed my PC).
103        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
104        they are UNTESTED.
105
1062004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
107
108        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
109
1102004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
111
112        * libchip/network/dec21140.c, libchip/network/elnk.c:
113        #include <errno.h>.
114
1152004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
116
117        * libchip/network/if_media.h: Update from FreeBSD.
118        * libchip/network/open_eth.c, libchip/network/cs8900.c,
119        libchip/network/i82586.c: #include <errno.h>.
120
1212004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
124
1252004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
128
1292004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
130
131        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
132        automake).
133
1342004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
135
136        PR 599/pppd
137        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
138
1392004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        * optman/rtems/no-region.c: Reflect having changed
142        rtems_region_get_segment_size.
143
1442004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
145
146        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
147        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
148        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
149        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
150        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
151        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
152        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
153
1542004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        * libchip/ide/ata.c, libchip/network/dec21140.c,
157        libchip/network/elnk.c, libchip/network/i82586.c,
158        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
159        libchip/network/open_eth.c, libchip/network/sonic.c,
160        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
161        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
162        libchip/shmdr/init.c, libchip/shmdr/intr.c,
163        libchip/shmdr/shm_driver.h: Cosmetics.
164
1652004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
166
167        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
168        optman/rtems/no-msg.c, optman/rtems/no-part.c,
169        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
170        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
171        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
172        fixed size types.
173
1742004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        * configure.ac: Explicitly pass --includedir and --libdir to
177        cpukit/configure.
178
1792004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
180
181        * librdbg/Makefile.am: Fix rpcgen rules.
182        * librdbg/src/i386/any/remdeb_xdr.c,
183        librdbg/src/m68k/any/remdeb_xdr.c,
184        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
185        Reflect changes to librdbg/Makefile.am.
186
1872004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
188
189        * configure.ac: Reflect changes testsuites/configure.ac and
190        cpukit/configure.ac.
191
1922004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
193
194        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
195        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
196
1972004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
198
199        * configure.ac: Reflect changes to testsuites's configuration.
200
2012004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
202
203        PR/589 rtems
204        * libchip/network/pci.h: Remove (Moved to cpukit).
205
2062004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
207
208        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
209        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
210        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
211        libchip/network/dec21140.c, libchip/network/elnk.c,
212        libchip/network/if_fxp.c, libchip/network/open_eth.c,
213        libchip/network/open_eth.h, libchip/network/sonic.c,
214        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
215        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
216        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
217        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
218        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
219        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
220        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
221        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
222        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
223        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
224        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
225        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
226        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
227        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
228        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
229        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
230        fixed-size types.
231
2322004-03-14      Chris Johns  <chrisj@rtems.org>
233
234        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
235        the BSP example code.
236        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
237        support the DIMMPC. This is a pc386 target with IO port support. Minor
238        formating clean up. Add documentation to the header file.
239        * libchip/network/README.cs8900: The CS8900 driver is documented in the
240        cs8900.h header file.
241
2422004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
245        Cosmetics.
246
2472004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
250        There are no application level Makefiles in here.
251
2522004-03-04      Joel Sherrill <joel@OARcorp.com>
253
254        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
255        they can be used in application level makefiles.
256
2572004-03-05      Joel Sherrill <joel@OARcorp.com>
258
259        * libnetworking/rtems_webserver/ejparse.c,
260        libnetworking/rtems_webserver/emfdb.c,
261        libnetworking/rtems_webserver/sock.c,
262        libnetworking/rtems_webserver/socket.c,
263        libnetworking/rtems_webserver/sym.c,
264        libnetworking/rtems_webserver/webs.c,
265        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
2662004-03-05      Joel Sherrill <joel@OARcorp.com>
267
268        * libchipnetwork/open_eth.c: Remove warnings by conditionally
269        compiling this file only only those CPU families with supported
270        exception models.
271
2722004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * acinclude.m4: Fix loosing arguments when configuring cpukit and
275        testsuites (Was exposed with --enable-multilib, only).
276        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
277         Add RTEMS_BSP_CONFIG_SUBDIR.
278        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
279        testsuites's configure.
280        * aclocal/rtems-top.m4: Remove ENDIF hack.
281        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
282
2832004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
286        wrapup/Makefile.am: Fix automake problems having been introduced
287        in previous patch.
288
2892004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
292        Preinstall dirs.
293        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
294        * aclocal/check-multiprocessing.m4: Cosmetics.
295        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
296        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
297
2982004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
301        librdbg/src/Makefile.am.
302        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
303        * configure.ac: Reflect changes above.
304        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
305        * wrapup/Makefile.am: Reflect changes above.
306        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
307
3082004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
311
3122004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
315
3162004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * wrapup/Makefile.am: Reflect new location of librdbg.a.
319
3202004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
323        librdbg/src/powerpc/Makefile.am: Remove.
324        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
325        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
326        * configure.ac: Reflect changes above.
327
3282004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330
3312004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
334        STRIP.
335
3362004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * librdbg/include/Makefile.am: Merge-in
339        librdbg/include/rdbg/i386/Makefile.am,
340        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
341        librdbg/include/rdbg/powerpc/Makefile.am.
342        * librdbg/include/rdbg/i386/Makefile.am,
343        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
344        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
345        * configure.ac: Reflect changes above.
346
3472004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: Use AS_HELP_STRING(ada).
350
3512004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * aclocal/bspopts.m4: Use AS_HELP_STRING.
354        * aclocal/bsp-configure.m4: Require autoconf-2.59.
355        Use AC_CONFIG_HEADERS.
356        * aclocal/check-custom-bsp.m4: Add bspkit-support.
357        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
358
3592004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am: include local.am.
362
3632004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * aclocal/version.m4: 4.6.99.0.
366
3672004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Don't include host.am.
370        * automake/compile.am: Further cleanups.
371
3722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * automake/lib.am: Remove (Unused).
375
3762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * wrapup/Makefile.am: Don't include lib.am.
379        * automake/compile.am: Use automake compilation rules.
380
3812004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * libnetworking/pppd/Makefile.am,
384        libnetworking/rtems_servers/Makefile.am,
385        libnetworking/rtems_telnetd/Makefile.am,
386        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
387        support/Makefile.am: Don't include lib.am.
388
3892004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * libchip/Makefile.am: Don't include lib.am.
392        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
393        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
394        unnecessary EXTRA_DISTs.
395
3962004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
399        hack.
400
4012004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
404        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
405        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
406        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
407
4082004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
411        Add AM_CONDITIONAL(HAS_MP).
412        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
413        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
414        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
415        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
416        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
417        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
418        (Deprecated by autoconf 2.59).
419
4202004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
423        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
424
4252004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * ChangeLog: Merge-in libnetworking/ChangeLog.
428        * libnetworking/ChangeLog: Remove.
429        * ChangeLog: Merge-in librdbg/ChangeLog.
430        * librdbg/ChangeLog: Remove.
431        * ChangeLog: Merge-in libchip/ChangeLog.
432        * libchip/ChangeLog: Remove.
433        * ChangeLog: Merge-in optman/ChangeLog.
434        * optman/ChangeLog: Remove.
435
4362004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: Reflect changes to cpukit.
439        * wrapup/Makefile.am: Reflect changes to librdbg.
440        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
441        * libchip/Makefile.am: Add PREINSTALL_DIRS.
442        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
443        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
444        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
445        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
446        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
447        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
448        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
449
4502004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * aclocal/rtems-top.m4: Remove check for version.m4.
453        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
454
4552004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
458        * wrapup/Makefile.am: Reflect changes to libchip/*.
459        * support/Makefile.am: Use automake compilation rules.
460        * wrapup/Makefile.am: Reflect changes to support/*.
461        * configure.ac: Remove libnetworking/wrapup/Makefile.
462        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
463        libnetworking/*/lib*.a instead of libnetapps.a.
464        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
465        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
466        * optman/Makefile.am: Use automake compilation rules.
467        * libchip/Makefile.am: Fix typo in previous patch.
468        * libchip/Makefile.am: Use automake compilation rules.
469        * libnetworking/Makefile.am: Remove wrapup.
470        * libnetworking/pppd/Makefile.am: Build libpppd. Use
471        automake-compilation rules.
472        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
473        automake-compilation rules.
474        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
475        automake-compilation rules.
476        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
477        automake-compilation rules.
478        * libnetworking/wrapup/Makefile.am: Remove (Unused).
479
4802004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
483        PRE/TMPINSTALL_FILES to CLEANFILES.
484        * automake/lib.am: Remove TMPINSTALL_FILES.
485        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
486        PRE/TMPINSTALL_FILES to CLEANFILES.
487        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
488        PRE/TMPINSTALL_FILES to CLEANFILES.
489        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
490        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
491        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
492        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
493        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
494        * librdbg/src/i386/Makefile.am: Ditto.
495        * librdbg/src/m68k/Makefile.am: Ditto.
496        * librdbg/src/powerpc/Makefile.am: Ditto.
497        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
498        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
499        * libnetworking/rtems_servers/Makefile.am: Ditto.
500        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
501        * libnetworking/rtems_webserver/Makefile.am: Ditto.
502
5032004-01-07      Joel Sherrill <joel@OARcorp.com>
504
505        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
506        more completely covers the MIPS family.
507
5082003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * wrapup/Makefile.am: Reflect changes to shmdr.
511        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
512
5132003-12-18      Joel Sherrill <joel@OARcorp.com>
514
515        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
516        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
517        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
518        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
519        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
520        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
521        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
522
5232003-12-17      Joel Sherrill <joel@OARcorp.com>
524
525        * aclocal/version.m4: Updated to rtems-20031217-test.
526
5272003-12-17     
528
529        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
530        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
531
5322003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * automake/compile.am: Remove LINK_LIBS (Unused).
535        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
536
5372003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
540        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
541        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
542        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
543        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
544
5452003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
548        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
549        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
550        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
551        * librdbg/src/i386/Makefile.am:
552        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
553        * librdbg/src/m68k/Makefile.am:
554        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
555        * librdbg/src/powerpc/Makefile.am:
556        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
557
5582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
561        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
562        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
563        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
564        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
565        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
566        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
567        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
568        * optman/Makefile.am: Remove project_libdir.
569        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
570        PRE/TMPINSTALL_FILES.
571        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
572        PRE/TMPINSTALL_FILES.
573        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
574        PRE/TMPINSTALL_FILES.
575        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
576        PRE/TMPINSTALL_FILES.
577        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
578        from PRE/TMPINSTALL_FILES.
579        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
580        PRE/TMPINSTALL_FILES.
581        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
582        PRE/TMPINSTALL_FILES.
583        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
584        PRE/TMPINSTALL_FILES.
585        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
586        PRE/TMPINSTALL_FILES.
587        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
588        PRE/TMPINSTALL_FILES.
589        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
590        PRE/TMPINSTALL_FILES.
591        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
592        from PRE/TMPINSTALL_FILES.
593
5942003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
597        * automake/lib.am: Remove project_libdir.
598        * wrapup/Makefile.am: Reworked.
599
6002003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * configure.ac: Reflect changes to librdbg.
603        * optman/Makefile.am: Add tmpinstall dirstamp support.
604        * libchip/Makefile.am: Fix variant-tmpinstall support.
605        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
606        * librdbg/src/powerpc/Makefile.am: Merge-in former
607        new_exception_processing/Makefile.am.
608        * librdbg/src/m68k/any/Makefile.am: Remove.
609        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
610        * librdbg/src/i386/any/Makefile.am: Remove.
611        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
612        * librdbg/src/Makefile.am: Cosmetics.
613        * librdbg/include/Makefile.am: Cosmetics.
614        * librdbg/Makefile.am: Cosmetics.
615        * libnetworking/Makefile.am: Cosmetics.
616        * libnetworking/pppd/Makefile.am: Cosmetics.
617        * libnetworking/wrapup/Makefile.am: Cosmetics.
618
6192003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * Makefile.am: Cosmetics.
622        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
623        support.
624
6252003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * automake/compile.am: Remove $(ARCH):-rule.
628
6292003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * configure.ac: Remove lib/libbsp/shared/Makefile,
632        lib/libbsp/shmdr/Makefile.
633
6342003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
637        libchip/serial/Makefile, libchip/rtc/Makefile.
638        * support/Makefile.am: Remove all-local: $(ARCH).
639        * wrapup/Makefile.am: Remove all-local: $(ARCH).
640        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
641        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
642        * optman/Makefile.am: Remove all-local: $(ARCH).
643        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
644        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
645        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
646        compilation dirstamp support.
647        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
648        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
649        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
650        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
651        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
652        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
653        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
654        all-local: $(ARCH).
655        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
656        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
657        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
658        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
659        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
660
6612003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * aclocal/lead-dot.m4: New (from automake-1.7f).
664        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
665        AC_SUBST(dirstamp).
666        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
667        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
668        libchip/serial/Makefile.am: Ditto.
669        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
670        * librdbg/include/Makefile.am: Ditto.
671        * librdbg/include/rdbg/Makefile.am: Ditto.
672        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
673        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
674        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
675        * librdbg/src/Makefile.am: Ditto.
676        * librdbg/src/i386/Makefile.am: Ditto.
677        * librdbg/src/i386/any/Makefile.am: Ditto.
678        * librdbg/src/m68k/Makefile.am: Ditto.
679        * librdbg/src/m68k/any/Makefile.am: Ditto.
680        * librdbg/src/powerpc/Makefile.am: Ditto.
681        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
682        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
683        preinstallation.
684        * libnetworking/pppd/Makefile.am: Ditto.
685        * libnetworking/rtems_servers/Makefile.am: Ditto.
686        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
687        * libnetworking/rtems_webserver/Makefile.am: Ditto.
688        * libnetworking/wrapup/Makefile.am: Ditto.
689
6902003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
693        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
694        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
695        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
696        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
697        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
698        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
699        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
700        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
701        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
702        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
703        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
704        underquoting to silence automake-1.8.
705
7062003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * configure.ac: Reflect having moved tests to ../../testsuites.
709
7102003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
711
712        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
713        * aclocal/canonical-host.m4: Remove.
714        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
715        * configure.ac: Remove RTEMS_CANONICAL_HOST.
716
7172003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * aclocal/check-cpu.m4: Remove.
720        * configure.ac: Merge-in former aclocal/check-cpu.m4.
721        * aclocal/canonical-target-name.m4: Add m4-quotes.
722        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
723        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
724        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
725        * aclocal/check-networking.m4: Add m4-quotes. Require
726        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
727        * aclocal/check-posix.m4: Add m4-quotes. Require
728        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
729        * aclocal/check-rdbg.m4: Add m4-quotes. Require
730        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
731        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
732
7332003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
736        * aclocal/bsp-alias.m4: Remove.
737
7382003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * configure.ac: Make presence of tests/ optional.
741
7422003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * aclocal/path-perl.m4: Remove (Unused).
745
7462003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * automake/force-preinstall.am: Remove.
749
7502003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
751
752        PR 499/rtems_misc
753        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
754        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
755        Configuration (Odd was forced) - Correction of Stop Bit configuration
756        (inversed) - Correction of ISR Handler to call
757        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
758        CTS Hardware flow control Configuration.
759
7602003-09-04      Joel Sherrill <joel@OARcorp.com>
761
762        * lib/libcpu/shared/include/cache.h,
763        lib/libcpu/shared/src/cache_aligned_malloc.c,
764        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
765        license changed.
766        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
767        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
768        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
769        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
770        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
771        for license changed.
772        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
773        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
774        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
775        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
776        libchip/network/cs8900.h, libchip/network/dec21140.c,
777        libchip/network/elnk.c, libchip/network/open_eth.c,
778        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
779        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
780        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
781        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
782        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
783        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
784        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
785        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
786        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
787        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
788        libchip/serial/serial.h, libchip/serial/z85c30.c,
789        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
790        libchip/serial/z85c30_reg.c: URL for license changed.
791
7922003-09-03      Jiri Gaisler <jiri@gaisler.com>
793
794        PR 477/networking
795        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
796        * libchip/network/README.open_eth, libchip/network/open_eth.c,
797        libchip/network/open_eth.h: New files.
798
7992003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * aclocal/rtems-top.m4: Add RTEMS_API.
802        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
803
8042003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
805
806        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
807        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
808        @RTEMS_BSP@.cfg.
809
8102003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
813
8142003-08-20      Joel Sherrill <joel@OARcorp.com>
815
816        * libchip/network/cs8900.c: Correct copyright statements.
817
8182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * aclocal/check-itron.m4: Remove.
821        * aclocal/enable-inlines.m4: Remove.
822        * Makefile.am: Reflect having moved aclocal/.
823        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
824        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
825        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
826        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
827        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
828        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
829        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
830        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
831        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
832        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
833        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
834        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
835        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
836        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
837        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
838        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
839        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
840        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
841        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
842        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
843        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
844        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
845        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
846        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
847        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
848        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
849        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
850        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
851        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
852        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
853        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
854        * aclocal/multilib.m4: New (Copied from ../../aclocal).
855        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
856        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
857        * aclocal/ppc.m4: New (Copied from ../../aclocal).
858        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
859        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
860        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
861        * aclocal/project-root.m4: New (Copied from ../../aclocal).
862        * aclocal/quoting.m4: New (Copied from ../../aclocal).
863        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
864        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
865        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
866        * aclocal/target.m4: New (Copied from ../../aclocal).
867        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
868        * aclocal/version.m4: New (Copied from ../../aclocal).
869
8702003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * configure.ac: Remove stray comments.
873        * automake/local.am, automake/host.am: Remove "debug".
874
8752003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
876
877        * Makefile.am: Reflect having moved automake/.
878        * lib/Makefile.am: Reflect having moved automake/.
879        * support/Makefile.am: Reflect having moved automake/.
880        * wrapup/Makefile.am: Reflect having moved automake/.
881        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
882        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
883        from ../../automake).
884        * optman/Makefile.am: Reflect having moved automake/.
885        * libchip/Makefile.am: Reflect having moved automake/.
886        * libchip/ide/Makefile.am: Reflect having moved automake/.
887        * libchip/network/Makefile.am: Reflect having moved automake/.
888        * libchip/rtc/Makefile.am: Reflect having moved automake/.
889        * libchip/serial/Makefile.am: Reflect having moved automake/.
890        * librdbg/Makefile.am: Reflect having moved automake/.
891        * librdbg/include/Makefile.am: Reflect having moved automake/.
892        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
893        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
894        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
895        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
896        automake/.
897        * librdbg/src/Makefile.am: Reflect having moved automake/.
898        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
899        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
900        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
901        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
902        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
903        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
904        having moved automake/.
905        * libnetworking/Makefile.am: Reflect having moved automake/.
906        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
907        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
908        automake/.
909        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
910        automake/.
911        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
912        automake/.
913        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
914
9152003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
916
917        * Makefile.am: Add bsp.pc.in.
918        * bsp.pc.in: New (pkgconfig support).
919
9202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
921
922        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
923
9242003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
925
926        * lib/Makefile.am: New (Required by 'make dist').
927        * lib/ChangeLog: Remove.
928        * lib/.cvsignore: Cleanup.
929        * configure.ac: Reflect having added lib/Makefile.am.
930        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
931        lib/libbsp/configure.ac.
932        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
933        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
934
9352003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
936
937        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
938        * configure.ac: Merge-in librdbg/configure.ac.
939        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
940        librdbg/configure.ac.
941        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
942        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
943        LIBCHIP. Conditionally build include-dirs.
944        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
945        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
946        * librdbg/Makefile.am, librdbg/include/Makefile.am,
947        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
948        librdbg/include/rdbg/m68k/Makefile.am,
949        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
950        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
951        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
952        librdbg/src/powerpc/Makefile.am, librdbg/
953        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
954        configure.ac into ../configure.ac.
955        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
956        * libnetworking/.cvsignore, libnetworking/Makefile.am,
957        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
958        libnetworking/rtems_telnetd/Makefile.am,
959        libnetworking/rtems_webserver/Makefile.am,
960        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
961        into ../configure.ac.
962
9632003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
964
965        PR 427/rtems
966        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
967        * librdbg/src/servtsp.c: Ditto.
968
9692003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
970
971        PR 429/bsps
972        PR 432/bsps
973        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
974        packets are queued onto an elnk board, the ISR will deadlock the device
975        with a tx complete interrupt.  Lighter tx loads are not affected as they
976        end up submitting single packets to the device.
977
9782003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
979
980        * configure.ac: Merge-in libchip/configure.ac. Merge-in
981        optman/configure.ac.
982        * optman/configure.ac: Remove (Merged into ../configure.ac).
983        * optman/Makefile.am: Reflect having merged configure.ac into
984        ../configure.ac.
985        * libchip/configure.ac: Remove (Merged into ../configure.ac).
986        * libchip/Makefile.am, libchip/ide/Makefile.am,
987        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
988        libchip/serial/Makefile.am: Reflect having merged configure.ac into
989        ../configure.ac.
990
9912003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
992
993        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
994
9952003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
996
997        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
998        on i386.
999
10002003-06-13      Joel Sherrill <joel@OARcorp.com>
1001
1002        * libnetworking/pppd/chat.c: Removed warnings.
1003
10042003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1005
1006        * libchip/network/README.3com: New file missed in previous commit.
1007        PR 405/bsps
1008        PR 393/networking
1009        * libchip/network/dec21140.c: Fix leak also known as PR393.
1010        * libchip/network/elnk.c, libchip/network/if_media.h,
1011        libchip/network/mii.h: New files.
1012        * libchip/network/Makefile.am: Reflect new files.
1013
10142003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1015
1016        * configure.ac: Remove support for profile-variant.
1017
10182003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1019
1020        PR 397/pppd
1021        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1022        * libnetworking/pppd/magic.c: Remove *rand48.
1023        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1024
10252003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1026
1027        * wrapup/Makefile.am: Add libide.a.
1028
10292003-04-15      Joel Sherrill <joel@OARcorp.com>
1030
1031        PR 387/rtems_misc
1032        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1033        routines.
1034        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1035
10362003-04-11      Joel Sherrill <joel@OARcorp.com>
1037
1038        * libnetworking/rtems_webserver/cgi.c,
1039        libnetworking/rtems_webserver/sockGen.c,
1040        libnetworking/rtems_webserver/umui.c,
1041        libnetworking/rtems_webserver/websSSL.c,
1042        libnetworking/rtems_webserver/websSSL.h,
1043        libnetworking/rtems_webserver/websda.c,
1044        libnetworking/rtems_webserver/websda.h: New files. Not included in
1045        previous commit.
1046
10472003-04-10      Joel Sherrill <joel@OARcorp.com>
1048
1049        PR 371/pppd
1050        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1051        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1052        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1053        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1054        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1055        still global symbols in rtemspppd.h which might need to be changed or
1056        converted into member of a structure which is dereferenced with a
1057        pointer that is managed as a per task variable. But this patch should
1058        avoid many conflicts.
1059
10602003-03-27      Joel Sherrill <joel@OARcorp.com>
1061
1062        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1063        not allowed in the cpukit source code since it must be buildable
1064        independent of any BSP. These files were moved to libchip/ide.
1065        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1066        files.
1067
10682003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1069
1070        PR 368/filesystems
1071        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1072        improvements which now work on pc386 and mbx8xx.
1073        * libchip/ide/ide_controller.c: New file.
1074
10752003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1076
1077        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1078
10792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1080
1081        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1082        * configure.ac: Add support/.
1083        * support/.cvsignore: New.
1084        * support/Makefile.am: New.
1085        * support/version.c: New.
1086        * wrapup/Makefile.am: Add support/libsupport.a.
1087        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1088        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1089        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1090        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1091
10922003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1093
1094        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1095
10962003-02-20      Till Straumann <strauman@slac.stanford.edu>
1097
1098        PR 354/networking
1099        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1100        chip against a table of supported chips. The untested ones are still
1101        commented out, however.
1102
11032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1104
1105        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1106        * configure.ac: AC_PREREQ(2.57).
1107        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1108        * optman/configure.ac: AC_PREREQ(2.57).
1109        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1110        * libchip/configure.ac: AC_PREREQ(2.57).
1111        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1112        * librdbg/configure.ac: AC_PREREQ(2.57).
1113        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1114        * libnetworking/configure.ac: AC_PREREQ(2.57).
1115
11162003-02-06      Joel Sherrill <joel@OARcorp.com>
1117
1118        * libnetworking/pppd/chat.c: Convert routines with common names to
1119        static. This included get_char(), put_char(), and character() among
1120        others.
1121
11222003-02-03      Joel Sherrill <joel@OARcorp.com>
1123
1124        PR 338/filesystem
1125        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1126        rtems_io_lookup_name() (API change).  Unused function removed.
1127
11282003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1129
1130        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1131        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1132        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1133        Eliminate *_O_FILES.
1134        * libnetworking/rtems_servers/Makefile.am,
1135        libnetworking/rtems_webserver/Makefile.am,
1136        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1137
11382002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1139
1140        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1141        Let all-local: depend on $(LIB).
1142        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1143        * optman/Makefile.am: Apply install-data-local to install *.rels.
1144
11452002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1148        %.c rules.
1149        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1150        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1151        * libchip/rtc/Makefile.am: Ditto.
1152        * libchip/serial/Makefile.am: Ditto.
1153
11542002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1155
1156        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1157        LIBC_DEFINES.
1158        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1159        LIBC_DEFINES.
1160        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1161        LIBC_DEFINES.
1162
11632002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1164
1165        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1166
11672002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1168
1169        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1170        cache-checking.
1171        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1172
11732002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1174
1175        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1176        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1177        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1178        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1179        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1180
11812002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1182
1183        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1184        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1185        Remove.
1186        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1187
11882002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1189
1190        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1191        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1192
11932002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1194
1195        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1196        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1197
11982002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1199
1200        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1201        * optman/rel.am: New.
1202
12032002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1204
1205        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1206        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1207        braino in comment on "exec". Extend --enable-ada handling.
1208
12092002-11-04      Joel Sherrill <joel@OARcorp.com>
1210
1211        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1212        tasks and rolling multiple loops into 1.
1213        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1214        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1215        Removed warnings.
1216
12172002-10-31      Joel Sherrill <joel@OARcorp.com>
1218
1219        * libchip/network/dec21140.c: Removed warnings.
1220        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1221        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1222        librdbg/src/m68k/any/remdeb_xdr.c,
1223        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1224        warnings.
1225        * libnetworking/rtems_webserver/socket.c,
1226        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1227
12282002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1229
1230        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1231        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1232        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1233        above.
1234
12352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1236
1237        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1238        * wrapup/.cvsignore: Remove autom4te.cache.
1239        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1240        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1241        autom4te.cache.
1242        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1243        autom4te.cache.
1244        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1245        autom4te.cache.
1246
12472002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1248
1249        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1250
12512002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1252
1253        * optman/.cvsignore: Add autom4te.cache.
1254
12552002-09-14      Joel Sherrill <joel@OARcorp.com>
1256
1257        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1258
12592002-09-07      Joel Sherrill <joel@OARcorp.com>
1260
1261        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1262        include files to resolve warnings.
1263
12642002-09-07      Chris Johns <ccj@acm.org>
1265
1266        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1267        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1268        which corrects the problem  where the cs8900.c file was actually the BSP
1269        glue.  Joel did some hacking so this file will compile.  Previously it
1270        required providing a target.h file to compile.
1271        * libchip/network/cs8900.c.bsp: New file.
1272
12732002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1274
1275        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1276
12772002-08-31      Joel Sherrill <joel@OARcorp.com>
1278
1279        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1280        eliminate warning.
1281
12822002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1283
1284        * configure.ac: Add ada-tests.
1285
12862002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1287
1288        * Makefile.am: Add preinstall-stamp.
1289
12902002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1291
1292        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1293        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1294        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1295        gcc31 happy.
1296        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1297        cp.
1298
12992002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1300
1301        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1302        make/bsp.mak.
1303        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1304        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1305
13062002-08-12      Joel Sherrill <joel@OARcorp.com>
1307
1308        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1309        avoid error.
1310
13112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1312
1313        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1314        * configure.ac: Add BSP_SUBDIRS.
1315        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1316        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1317        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1318        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1319        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1320        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1321        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1322        RTEMS_CHECK_BSP_CACHE.
1323        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1324        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1325        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1326        .$(OBJEXT) instead of .o.
1327        * libnetworking/pppd/Makefile.am,
1328        libnetworking/rtems_servers/Makefile.am,
1329        libnetworking/rtems_telnetd/Makefile.am,
1330        libnetworking/rtems_webserver/Makefile.am,
1331        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1332
13332002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1334
1335        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1336        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1337        ../libchip/serial/$(ARCH)/libserialio.a.
1338        * libchip/serial/Makefile.am: Don't tmp-install lib.
1339        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1340
13412002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1342
1343        * Makefile.am: Add rtems_makedir.
1344        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1345        * Makefile.am: Add wrapup-SUBDIR.
1346        * wrapup/ChangeLog: Remove.
1347        * wrapup/configure.ac: Remove.
1348        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1349        (Make the bare BSP happy).
1350        * configure.ac: Ditto.
1351        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1352        Create make/custom/default.cfg.
1353        * configure.ac: Add creation of make/custom/*.cfg. Create
1354        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1355
13562002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1357
1358        * Makefile.am: Clean $(PROJECT_RELEASE).
1359
13602002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1361
1362        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1363        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1364        prototype mismatches.
1365
13662002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1367
1368        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1369        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1370
13712002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1372
1373        * acinclude.m4: Add test "$multilib" != "yes".
1374        * config-ml.in: Remove.
1375        * acinclude.m4: Cleanups.
1376        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1377        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1378        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1379        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1380        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1381
13822002-07-16      Eric Norum <eric.norum@usask.ca>
1383
1384        * New driver for the Intel EtherExpressPro (82559ER) chip.
1385        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1386        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1387        * libchip/network/Makefile.am: Modified to reflect above.
1388
13892002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1390
1391        * acinclude.m4: New.
1392        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1393        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1394        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1395
13962002-07-01      Joel Sherrill <joel@OARcorp.com>
1397
1398        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1399        _Objects_Information_table now that it is a two dimensional array based
1400        upon API and class.
1401        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1402        of strnlen().
1403
14042002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1405
1406        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1407        preinstall libnetapps.a.
1408
14092002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1410
1411        * configure.ac: Remove librpc.
1412
14132002-06-25      Joel Sherrill <joel@OARcorp.com>
1414
1415        * Per PR233, moved librpc to exec.
1416        * configure.ac, wrapup/Makefile.am: Modified.
1417        * librpc, librpc/ChangeLog: Removed.
1418
14192002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1420
1421        * optman/Makefile.am: Remove multilib support.
1422        * optman/configure.ac: Ditto.
1423        * optman/sapi/Makefile.am: Ditto.
1424
14252002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1426
1427        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1428        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1429
14302002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1431
1432        Move networking libraries to c/src/exec/libnetworking
1433        * libnetworking/configure.ac, libnetworking/Makefile.am,
1434        libnetworking/wrapup/Makefile.am: Reflect Moval.
1435
14362002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1437
1438        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1439        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1440        <rtems/bspIo.h>.
1441
14422002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1443
1444        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1445        * libnetworking/rtems/mkrootfs.h: Ditto.
1446        * libnetworking/rtems/Makefile.am: Reflect changes above.
1447
14482002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1449
1450        * configure.ac: Remove lib.
1451
14522002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1453
1454        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1455        that exception stack frames on M68K members with VBR always are 6 byte
1456        long. The incorrect assumption resulted in some gdb commands like "next"
1457        to fail on the 68360.
1458
14592002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1460
1461        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1462        PR 220
1463        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1464        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1465        CVS.
1466        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1467        libnetworking/sys/filio.h: Remove.
1468        * libnetworking/sys/Makefile.am: Reflect changes above.
1469
14702002-05-07      Chris Johns <ccj@acm.org>
1471
1472        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1473        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1474        requires it to be stripped.
1475
14762002-05-01      Eric Norum <eric.norum@usask.ca>
1477
1478        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1479        assembly  to satisfy gcc 3.1 and newer.
1480
14812002-04-26      Eric Norum <eric.norum@usask.ca>
1482
1483        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1484        agressive optimization in gcc 3.1 does not reorder things.
1485
14862002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1487
1488        * libchip/network/dec21140.c: Reflect changes to powerpc's
1489        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1490        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1491        <rtems/score/cpu.h>.
1492        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1493        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1494
14952002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1496
1497        * optman/configure.ac: Remove ENABLE_GCC28.
1498
14992002-04-11      Chris Johns <ccj@acm.org>
1500
1501        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1502        driver control block field to the ifconfig network driver structure.
1503        This field is needed by the i82586 driver which was ported from NetBSD
1504        as it had better hardware abstraction.
1505        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1506        PR59, added the drv_ctrl driver control block field to the ifconfig
1507        network driver structure. This field is needed by the i82586 driver
1508        which was ported from NetBSD as it had better hardware abstraction.
1509
15102002-04-10      Mike Siers <mikes@poliac.com>
1511
1512        * libnetworking/rtems_webserver/NOTES,
1513        libnetworking/rtems_webserver/asp.c,
1514        libnetworking/rtems_webserver/balloc.c,
1515        libnetworking/rtems_webserver/default.c,
1516        libnetworking/rtems_webserver/ej.h,
1517        libnetworking/rtems_webserver/ejIntrn.h,
1518        libnetworking/rtems_webserver/ejlex.c,
1519        libnetworking/rtems_webserver/ejparse.c,
1520        libnetworking/rtems_webserver/emfdb.c,
1521        libnetworking/rtems_webserver/emfdb.h,
1522        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1523        libnetworking/rtems_webserver/handler.c,
1524        libnetworking/rtems_webserver/license.txt,
1525        libnetworking/rtems_webserver/md5.h,
1526        libnetworking/rtems_webserver/md5c.c,
1527        libnetworking/rtems_webserver/mime.c,
1528        libnetworking/rtems_webserver/misc.c,
1529        libnetworking/rtems_webserver/ringq.c,
1530        libnetworking/rtems_webserver/rom.c,
1531        libnetworking/rtems_webserver/security.c,
1532        libnetworking/rtems_webserver/sock.c,
1533        libnetworking/rtems_webserver/sym.c,
1534        libnetworking/rtems_webserver/uemf.c,
1535        libnetworking/rtems_webserver/uemf.h,
1536        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1537        libnetworking/rtems_webserver/url.c,
1538        libnetworking/rtems_webserver/value.c,
1539        libnetworking/rtems_webserver/wbase64.c,
1540        libnetworking/rtems_webserver/webcomp.c,
1541        libnetworking/rtems_webserver/webpage.c,
1542        libnetworking/rtems_webserver/webrom.c,
1543        libnetworking/rtems_webserver/webs.c,
1544        libnetworking/rtems_webserver/webs.h,
1545        libnetworking/rtems_webserver/websuemf.c,
1546        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1547        2.1.4.
1548
15492002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1550
1551        * libchip/network/i82586.c: Include <string.h>.
1552        * libchip/network/sonic.c: Ditto.
1553
15542002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1555
1556        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1557
15582002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1559
1560        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1561
15622002-03-27      Thomas.Doerfler@imd-systems.de
1563
1564        PR 144
1565        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1566        memory address 0 when called for the first time. This is done when
1567        trying to clear the variable "dhcp_hostname".
1568
15692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1570
1571        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1572        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1573        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1574        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1575        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1576        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1577        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1578        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1579        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1580        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1581        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1582        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1583        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1584        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1585        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1586        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1587        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1588        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1589        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1590        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1591        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1592        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1593        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1594        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1595        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1596        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1597        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1598        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1599        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1600        AUTOMAKE_OPTIONS.
1601        * libnetworking/configure.ac:
1602        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1603        foreign 1.6]).
1604        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1605        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1606        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1607        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1608        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1609        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1610        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1611        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1612        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1613        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1614        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1615        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1616        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1617        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1618        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1619        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1620        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1621
16222002-03-27      Ilya Alexeev <ilya@continuum.ru>
1623
1624        PR 162
1625        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1626        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1627        used in a device write routines.  Now ppp_softc structure have own
1628        character for writing to device (sc_outchar).  I think that converting
1629        local variables to static is not a right solution, because problems will
1630        occur in the case of two or more ppp instances.
1631        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1632        must be u_long, otherwise in the case of the big output packet endless
1633        loop may occur.
1634
16352002-03-21      Ilya Alexeev <ilya@continuum.ru>
1636
1637        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1638        preparations for multiple PPPD connections.
1639
16402002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1641
1642        PR 149
1643        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1644        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1645        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1646        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1647
16482002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1649
1650        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1651        * configure.ac: Modified to reflect addition.
1652
16532002-02-27      Ilya Alexeev <ilya@continuum.ru>
1654
1655        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1656        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1657        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1658        capabilities as well as eliminate some warnings.
1659
16602002-02-27      Eric Norum <eric.norum@usask.ca>
1661
1662        * libnetworking/net/radix.c: Properly handle fetching the default route
1663        when there is no route.  This was a bug in the original FreeBSD code and
1664        this fix is from an updated version of their code.
1665
16662002-02-16      Eric Norum <eric.norum@usask.ca>
1667
1668        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1669        checking.
1670
16712002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1672
1673        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1674        dodefaultroute.
1675
16762002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1677
1678        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1679        include <rtems/seterr.h>.
1680
16812002-02-01      Mike Siers <mikes@poliac.com>
1682
1683        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1684        avoid bringing the link down too fast. NOTE: Mike reports successfully
1685        running at 56K baud on a direct link.
1686
16872002-02-01      Eric Valette <valette@crf.canon.fr>
1688
1689        * librdbg/So many patches have been posted recently on the mailing list
1690        and  because we were unable to find correct solution to compile on
1691        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1692        because the coding  style of rdbg was rather inconsistant among various
1693        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1694        global coding style (using indent + manual edits), 2) incorporate/review
1695        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1696        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1697        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1698        after rdbg initialization is done, NB : the paches is huge but it is
1699        mainly due to coding styke chnages.  Only few lines of codes have been
1700        really changed and they do not impact  rdbg functionnality (AFAIKT).
1701        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1702        librdbg/include/rdbg/m68k/rdbg_f.h,
1703        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1704        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1705        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1706        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1707        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1708        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1709        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1710        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1711        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1712        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1713        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1714        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1715        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1716        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1717        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1718        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1719
17202002-01-31      Mike Siers <mikes@poliac.com>
1721
1722        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1723        * Nice Update of PPPD support which eliminates the requiremetn that
1724        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1725        and reports that it seems to be more stable and handle larger packets
1726        better.  This patch replaces the termios tasks with more general pppd
1727        network driver tasks.  The functions pppinput() and pppstart() get
1728        called from the interrupt service routine.
1729        * libnetworking/Makefile.am, libnetworking/configure.ac,
1730        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1731        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1732        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1733        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1734        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1735        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1736        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1737        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1738        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1739        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1740        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1741        libnetworking/net/route.c, libnetworking/net/route.h,
1742        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1743        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1744        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1745        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1746        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1747        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1748        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1749        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1750        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1751        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1752        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1753        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1754        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1755        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1756        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1757        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1758        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1759        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1760        libnetworking/pppd/example/README,
1761        libnetworking/pppd/example/netconfig.h,
1762        libnetworking/wrapup/Makefile.am: Modified.
1763        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1764        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1765        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1766        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1767        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1768        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1769        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1770        libnetworking/modem/pppcompress.c: Subdirectory removed.
1771
17722002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1773
1774        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1775        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1776
17772002-01-18      Till Straumann <strauman@slac.stanford.edu>
1778
1779        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1780        issues: - exception handler needs to enable MSR_FP if the interrupted
1781        thread is FP enabled. - printk message for MSR fixed and added
1782        stacktrace. NOTE: this requires the stacktrace patch to
1783        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1784        however).
1785
17862002-01-06      Joel Sherrill <joel@OARcorp.com>
1787
1788        * optman/.cvsignore: Added aclocal.m4 and configure.
1789        * optman/.cvsignore: New file.
1790
17912002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1792
1793        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1794
17952002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1796
1797        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1798        * optman/ChangeLog: New.
1799        * optman/configure.ac: New.
1800        * optman/Makefile.am: New.
1801        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1802        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1803
18042001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1805
1806        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1807
18082001-12-18      Eric Norum <eric.norum@usask.ca>
1809
1810        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1811        `directories' (path names with a / at the end) while disallowing open()
1812        operations on TFTP `directories'.
1813
18142001-12-07      Eric Norum <eric.norum@usask.ca>
1815
1816        * libnetworking/lib/tftpDriver.c: Restore write capability.
1817
18182001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1819
1820        * libchip/network/sonic.h: Fix typo.
1821        * libnetworking/arpa/Makefile.am: Remove stray lines.
1822
18232001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1824
1825        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1826
18272001-10-18      Eric Norum <eric.norum@usask.ca>
1828
1829        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1830        chdir() and open() operations within the TFTP file system.
1831
18322001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1833
1834        * librdbg/configure.ac: Fix latent bug exposed by removal of
1835        config.cache's which prevented powerpc targets librdbg from building.
1836
18372001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1838
1839        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1840        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1841        autoconf-2.52 happy.
1842
18432001-10-12      Mike Siers <mikes@poliac.com>
1844
1845        * libnetworking/Update to stable working state.  Congratulations Mike!
1846        :).
1847        * libnetworking/modem_example: Directory removed.
1848        * libnetworking/modem_example/16550.h,
1849        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1850        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1851        libnetworking/modem_example/ppp.h,
1852        libnetworking/modem_example/pppcompress.c: Files removed.
1853        * libnetworking/pppd/example/pppd.options: New file.
1854        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1855        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1856        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1857        libnetworking/pppd/rtemsmain.c: Updated.
1858
18592001-10-12      Joel Sherrill <joel@OARcorp.com>
1860
1861        * libchip/serial/z85c30.c: Fixed typo.
1862
18632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1864
1865        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1866        * configure.in: Remove.
1867        * configure.ac: New file, generated from configure.in by autoupdate.
1868        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1869        * libchip/configure.in: Remove.
1870        * libchip/configure.ac: New file, generated from configure.in by
1871        autoupdate.
1872        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1873        * librdbg/configure.in: Remove.
1874        * librdbg/configure.ac: New file, generated from configure.in by
1875        autoupdate.
1876        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1877        * libnetworking/configure.in: Remove.
1878        * libnetworking/configure.ac: New file, generated from configure.in by
1879        autoupdate.
1880
18812001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1882
1883        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1884        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1885        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1886
18872001-09-27      Joel Sherrill <joel@OARcorp.com>
1888
1889        * libchip/ChangeLog: Fixed typo in date.
1890
18912001-09-27      Eric Norum <eric.norum@usask.ca>
1892
1893        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1894        TFTP  filesystem.
1895
18962001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1897
1898        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1899        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1900        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
1901        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
1902        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1903        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1904        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1905        'PREINSTALL_FILES ='.
1906        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
1907        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
1908        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
1909        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
1910        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
1911        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
1912        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
1913        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
1914        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
1915        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
1916        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
1917        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
1918
19192001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1920
1921        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
1922        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
1923        * librdbg/src/m68k/any/Makefile.am: Ditto.
1924        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1925        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
1926        happy.
1927
19282001-09-21      Joel Sherrill <joel@OARcorp.com>
1929
1930        * libchip/network/Makefile.am: Fixed typo on file name.
1931        * libchip/network/i82586.c: Commented out line 318 which is referencing
1932        a member of a structure that is not currently there.  This needs to be
1933        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
1934        to C style.
1935
19362001-09-19      Eric Norum <eric.norum@usask.ca>
1937
1938        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
1939
19402001-09-19      Chris Johns <ccj@acm.org>
1941
1942        * libchip/network/README.i82586, libchip/network/i82586.c,
1943        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
1944        Network driver for Intel i82586.
1945        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
1946        rtems/rtems_bsdnet_internal.h Added support for populating the initial
1947        "root" filesystem with information obtained via the DHCP response.
1948
19492001-09-14      Eric Norum <eric.norum@usask.ca>
1950
1951        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
1952        make gcc 3.x happy.
1953
19542001-08-16      Mike Siers <mikes@poliac.com>
1955
1956        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
1957        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
1958        These support callback functionality that has not even been compiled
1959        under RTEMS yet.
1960        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
1961        example application.  Mike's notes on the modifications: - renamed
1962        error() function because of namespace problems - removed calls to the
1963        exit() funciton - removed extra files from the pppd source directory -
1964        defined pppd task constant values in rtemspppd.h - modifyied example
1965        code to get actual tick per second value - placed the pppd 2.3.11 man
1966        page file (pppd.8) into the pppd directory.
1967        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1968        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1969        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1970        libnetworking/pppd/rtems-ppp.c: Deleted.
1971        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
1972        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1973        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
1974        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
1975        libnetworking/pppd/example/init.c,
1976        libnetworking/pppd/example/netconfig.h,
1977        libnetworking/pppd/example/ppp.conf,
1978        libnetworking/pppd/example/pppdapp.c,
1979        libnetworking/pppd/example/system.h: New files.
1980        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
1981        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
1982        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
1983        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1984        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1985        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1986        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1987        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1988        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1989        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1990        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1991        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1992        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1993        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
1994        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
1995
19962001-08-16      Joel Sherrill <joel@OARcorp.com>
1997
1998        * libnetworking/pppd/example/Makefile: Removed.
1999        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2000        to avoid bootstrap -c clobbering it.
2001        * libnetworking/rtems_telnetd/.cvsignore: New file.
2002
20032001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2004
2005        * libnetworking/Makefile.am, libnetworking/configure.in,
2006        libnetworking/rtems_servers/Makefile.am,
2007        libnetworking/rtems_servers/telnetd.c,
2008        libnetworking/rtems_servers/telnetd.h,
2009        libnetworking/rtems_telnetd/Makefile.am,
2010        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2011        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2012        libnetworking/rtems_telnetd/telnetd.c,
2013        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2014        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2015        effect when ftpd change. - the tcp/ip stats have been implemented into
2016        icmds.c and started when telnetd daemon is started.
2017        * libnetworking/rtems_servers/telnetd.c,
2018        libnetworking/rtems_servers/telnetd.h: Removed.
2019        * libnetworking/rtems_telnetd: New directory.
2020        * libnetworking/rtems_telnetd/Makefile.am,
2021        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2022        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2023        libnetworking/rtems_telnetd/telnetd.c,
2024        libnetworking/rtems_telnetd/telnetd.h: New files.
2025
20262001-06-14      Joel Sherrill <joel@OARcorp.com>
2027
2028        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2029        Moved from libmisc/shell so the network stack to address network
2030        depenendency.
2031        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2032
20332001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2034
2035        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2036
20372001-05-15      Joel Sherrill <joel@OARcorp.com>
2038
2039        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2040        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2041        accidentally deleted the incorrectly empty versions.
2042
20432001-05-14      Till Straumann <strauman@slac.stanford.edu>
2044
2045        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2046        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2047        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2048        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2049        to know the values) - the affected BSP (shared/motorola) headers have
2050        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2051        driver (libchip/network/dec21140.c) has been fixed to use
2052        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2053        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2054        who is using this driver. - the DEC driver also has been fixed to use
2055        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2056        delay_in_bus_cycles().
2057
20582001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2059
2060        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2061
20622001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2063
2064        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2065
20662001-04-24      Eric Norum <eric.norum@usask.ca>
2067
2068        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2069        NTP synchronization a little more robust -- no NTP daemon yet, but at
2070        least it trys a little harder when the primary NTP server is down.
2071
20722001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2073
2074        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2075        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2076        libnetworking/pppd/modem_example/modem.c,
2077        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2078        other strings into English.
2079        * libnetworking/pppd/STATUS: updated to reflect the changes.
2080
20812001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2082
2083        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2084        again.
2085
20862001-04-20      Eric Valette <valette@crf.canon.fr>
2087
2088        * mcp750 directory renamed new_exception processing as it supports many
2089        more CPU models.
2090        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2091        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2092        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2093        formerly in mcp750 plus modifications.
2094        * librdbg/src/powerpc/mcp750/.cvsignore,
2095        librdbg/src/powerpc/mcp750/Makefile.am,
2096        librdbg/src/powerpc/mcp750/remdeb.h,
2097        librdbg/src/powerpc/mcp750/remdeb_f.x,
2098        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2099        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2100        new_exception_processing.
2101        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2102        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2103        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2104        part of this effort to add support for the MPC8xx.
2105
21062001-04-19      Joel Sherrill <joel@OARcorp.com>
2107
2108        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2109        internal include files.
2110
21112001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2112
2113        PR 158
2114        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2115        rcmd() library call by commenting out the parts that deal with signals.
2116        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2117        stdio. The 'server-side' parts of this file which deal with
2118        authentication are disabled since they are not needed.
2119
21202001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2121
2122        * libnetworking/include/.cvsignore: Remove dangling file.
2123
21242001-03-14      Joel Sherrill <joel@OARcorp.com>
2125
2126        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2127        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2128        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2129        libchip style serial drivers can be written in libcpu or libbsp.
2130
21312001-03-01      Joel Sherrill <joel@OARcorp.com>
2132
2133        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2134        libchip/network/sonic.c, libchip/network/sonic.h,
2135        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2136        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2137        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2138        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2139        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2140        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2141        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2142        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2143
21442001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2145
2146        * librdbg/include/rdbg/Makefile.am,
2147        librdbg/include/rdbg/i386/Makefile.am,
2148        librdbg/include/rdbg/m68k/Makefile.am,
2149        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2150        style on include files.
2151
21522001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2153
2154        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2155        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2156        replace ${..} with $(..).
2157        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2158        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2159        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2160        libnetworking/rtems/Makefile.am, libnetworking/
2161        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2162        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2163        include_*HEADERS instead of H_FILES.
2164        * libnetworking/include/Makefile.am: Remove.
2165        * libnetworking/Makefile.am: Add handling of *.h files.
2166        * libnetworking/configure.in: Remove include/Makefile.
2167
21682001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2169
2170        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2171
21722001-01-31      Sergei Organov <osv@javad.ru>
2173
2174        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2175        current dir and root dir removed in favor of new libio support for
2176        task-local current and root directories. - Bug in `close_data_socket()'
2177        introduced by previous change fixed. - `command_pasv()' changed to set
2178        timeout on socket we are listening on and code fixed to don't close
2179        socket twice on error. - `serr()' changed to clear `errno'. -
2180        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2181        changed to clear `errno' before processing session. -
2182        `close_data_socket()' fixed to close both active and passive sockets -
2183        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2184        empty string  in `exec_command()'.
2185
21862001-01-25      Eric Norum <eric.norum@usask.ca>
2187
2188        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2189        improves throughput on systems which are dropping packets.   Only the
2190        first timeout is reduced.  This keeps the number of extra packets down
2191        on networks that are very busy and dropping lots of packets.
2192
21932001-01-24      Sergei Organov <osv@javad.ru>
2194
2195        * libnetworking/rtems_servers/ftpd.c,
2196        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2197        - Timeouts on sockets implemented. 'idle' field added to configuration.
2198        No timeout by default to keep backward compatibility. Note: SITE IDLE
2199        command not implemented yet. - Basic global access control implemented.
2200        'access' field added to configuration. No access limitations by default
2201        to keep backward compatibility. - Anchor data socket for active mode
2202        (using self IP and port 20.) - Fixed default data port support (still
2203        not tested). - Don't allow IP address different from originating host in
2204        PORT command to improve security. - Fixed bug in MDTM command. - Check
2205        for correctness of parsing of argument in command_port(). - Fixed
2206        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2207        a directory. - Command parsing a little bit improved: command names are
2208        now converted to upper-case to be more compatible with RFC (command
2209        names are not case-sensitive.) - Reformat comments so that they have
2210        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2211        previous changes - True ASCII mode implemented (doesn't work for hooks
2212        and /dev/null) - Passive mode implemented, PASV command added. - Default
2213        port for data connection could be used (untested, can't find ftp client
2214        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2215        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2216
22172001-01-18      Joel Sherrill <joel@OARcorp.com>
2218
2219        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2220        macro using variable arguments.
2221        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2222        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2223        since I updated the main RTEMS development machine to RedHat 7.2 and
2224        apparently got a new version of rpcgen.
2225
22262001-01-12      Sergei Organov <osv@javad.ru>
2227
2228        * libnetworking/rtems_servers/ftpd.c,
2229        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2230        - use pool of pre-created threads to handle sessions instead of
2231        creating/deleting threads on the fly - LIST output is now similar to
2232        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2233        happy with it. - LIST NAME now works (both for files and directories) -
2234        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2235        clients happy  - keep track of CWD for every session separately -
2236        ability to specify root directory name for FTPD in configuration table.
2237        FTPD will then create illusion for FTP clients that this is actually
2238        root directory. - ignore options sent in commands, thus LIST -al FILE
2239        works and doesn't try to list "-al" directory. - buffers are allocated
2240        on stack instead of heap where possible to eliminate malloc/free calls
2241        (avoid possible heap fragmentation troubles). - drop using of task
2242        notepad to pass parameters - use function arguments instead - use
2243        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2244        in socket() instead of AF_INET.
2245
22462001-01-02      Joel Sherrill <joel@OARcorp.com>
2247
2248        * libnetworking/CHANGELOG: Removed.
2249        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2250
22512000-12-14      Eric Norum <eric.norum@usask.ca>
2252
2253        * libnetworking/lib/tftpDriver.c: Added write capability.
2254
22552000-12-08      Joel Sherrill <joel@OARcorp.com>
2256
2257        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2258        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2259        numerous variable declarations conditional on PPP_COMPRESS and
2260        PPP_FILTER.  Commented out variables that were not used because the code
2261        using them was commented out. Removed totally unused variables.
2262        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2263        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2264
22652000-11-30      Joel Sherrill <joel@OARcorp.com>
2266
2267        * libnetworking/modem/ppp_tty.c: Changed to include
2268        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2269        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2270        * libnetworking/Makefile.am: Modified to reflect above.
2271
22722000-11-27      Joel Sherrill <joel@OARcorp.com>
2273
2274        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2275
22762000-11-25      Eric Norum <eric.norum@usask.ca>
2277
2278        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2279        core.
2280
22812000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2282
2283        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2284        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2285        subdir.
2286        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2287        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2288        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2289        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2290        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2291        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2292        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2293        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2294        ppp_tty.c and the real pppd main is in pppmain.c.
2295
22962000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2297
2298        * libchip/network/sonic.c: Added ipalign() routine to align the received
2299        packet so that the ip header is on a 32-bit boundary. Necessary for
2300        cpu's that do not allow unaligned loads and stores and when the 32-bit
2301        DMA mode is used.
2302
23032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2304
2305        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2306        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2307        ACLOCAL_AMFLAGS.
2308        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2309        ACLOCAL_AMFLAGS.
2310        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2311        ACLOCAL_AMFLAGS.
2312
23132000-11-03      Chris Johns <ccj@acm.org>
2314
2315        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2316        libchip/network/cs8900.h: New files.
2317
23182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2319
2320        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2321        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2322        $(RTEMS_TOPdir)/aclocal.
2323        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2324        $(RTEMS_TOPdir)/aclocal.
2325        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2326        $(RTEMS_TOPdir)/aclocal.
2327
23282000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2329
2330        * configure.in: Switch to GNU-canonicalization.
2331        * Makefile.am: Reflect changes to configure.in.
2332        * acinclude.m4: Remove.
2333
23342000-10-30      Joel Sherrill <joel@OARcorp.com>
2335
2336        * POSIX include files merged into newlib.  This resulted in some
2337        definitions moving to other files and thus some secondary effects in
2338        RTEMS source code.
2339        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2340        in sync with newlib's <machine/types.h>.
2341        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2342        definition of struct itimerval in <sys/time.h>.
2343
23442000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2345
2346        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2347        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2348        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2349        * ChangeLog: Fix typos.
2350        * configure.in: add tests to the GNU canonicalized subdirectories.
2351
23522000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2353
2354        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2355        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2356        the lib directory before configuring lib/.
2357
23582000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2359
2360        * configure.in, Makefile.am: add exec to the GNU canonicalized
2361        subdirectories.
2362        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2363        * configure.in: add libnetworking, librpc and librdb to the GNU
2364        canonicalized subdirectories.
2365        * configure.in: add libmisc and libchip to the GNU canonicalized
2366        subdirectories.
2367        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2368        Switch to GNU canonicalization.
2369        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2370        Switch to GNU canonicalization.
2371        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2372        Switch to GNU canonicalization.
2373
23742000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2375
2376        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2377        canonicalization to libfs/. The approach is currently a bit of a hack as
2378        GNU canonicalization does not support the per-BSP build some of the
2379        other directories require.  As more of the tree is converted, this will
2380        become less  of an issue.
2381
23822000-10-20      Joel Sherrill <joel@OARcorp.com>
2383
2384        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2385        parameter.
2386
23872000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2388
2389        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2390        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2391        * librdbg/configure.in: Add m68k support.
2392        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2393        subdirectory.
2394        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2395        failure.
2396        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2397        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2398        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2399        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2400        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2401        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2402        librdbg/src/m68k/.cvsignore: New files.
2403        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2404        function pointers.
2405        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2406        _after_ pointer has been checked against NULL.
2407
24082000-10-18      Joel Sherrill <joel@OARcorp.com>
2409
2410        * wrapup/Makefile.am: Added libfs.
2411
24122000-10-18      Chris Johns <ccj@acm.org>
2413
2414        * libfs created.
2415        * configure.in: Added libfs subdirectory.
2416        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2417
24182000-09-28      Joel Sherrill <joel@OARcorp.com>
2419
2420        * libnetworking/rtems_webserver/Makefile.am,
2421        libnetworking/rtems_webserver/base64.c,
2422        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2423        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2424
24252000-09-22      Joel Sherrill <joel@OARcorp.com>
2426
2427        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2428        libnetworking/rtems/rtems_bsdnet_internal.h,
2429        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2430        have included rtems.h.  It is now including precisely the  least amount
2431        of low level, yet portable .h files to get the basic RTEMS types
2432        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2433        used machine/types.h to include rtems.h.
2434
24352000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2436
2437        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2438
24392000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2440
2441        * libnetworking/ChangeLog: Cleanup.
2442
24432000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2444
2445        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2446        * libchip/ChangeLog: Fix formating.
2447
24482000-09-05      Joel Sherrill <joel@OARcorp.com>
2449
2450        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2451        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2452        confusion and to work with the converted flags.
2453
24542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2455
2456        * wrapup/Makefile.am: Include compile.am.
2457        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2458        libchip/serial/Makefile.am: Include compile.am.
2459        * librdbg/src/i386/any/Makefile.am,
2460        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2461        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2462        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2463        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2464        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2465        libnetworking/rtems_servers/Makefile.am,
2466        libnetworking/rtems_webserver/Makefile.am,
2467        libnetworking/wrapup/Makefile.am: Include compile.am.
2468
24692000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2470
2471        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2472        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2473
24742000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2475
2476        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2477
24782000-08-31      Joel Sherrill <joel@OARcorp.com>
2479
2480        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2481        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2482        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2483        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2484        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2485        * libnetworking/wbase64.c: Removed.
2486        * libnetworking/Makefile.am, libnetworking/asp.c,
2487        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2488        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2489        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2490        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2491        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2492        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2493        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2494        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2495        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2496        Modified.
2497
24982000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2499
2500        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2501
25022000-08-30      Joel Sherrill <joel@OARcorp.com>
2503
2504        * libnetworking/rtems_webserver/license.txt: New file.
2505
25062000-08-10      Joel Sherrill <joel@OARcorp.com>
2507
2508        * ChangeLog: New file.
2509        * libchip/ChangeLog: New file.
2510        * librdbg/ChangeLog: New file.
2511        * libnetworking/ChangeLog: New file.
2512
Note: See TracBrowser for help on using the repository browser.