source: rtems/c/src/ChangeLog @ 62fdded

4.104.114.84.95
Last change on this file since 62fdded was 62fdded, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/28/04 at 07:30:13

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

PR 707/make_build

  • configure.ac: Add --enable-rpcgen.
  • Property mode set to 100644
File size: 103.3 KB
Line 
12004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 707/make_build
4        * configure.ac: Add --enable-rpcgen.
5
62004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        PR 700/rtems_misc
9        * libnetworking/rtems_webserver/asp.c,
10        libnetworking/rtems_webserver/balloc.c,
11        libnetworking/rtems_webserver/cgi.c,
12        libnetworking/rtems_webserver/default.c,
13        libnetworking/rtems_webserver/ej.h,
14        libnetworking/rtems_webserver/ejIntrn.h,
15        libnetworking/rtems_webserver/ejlex.c,
16        libnetworking/rtems_webserver/ejparse.c,
17        libnetworking/rtems_webserver/emfdb.c,
18        libnetworking/rtems_webserver/emfdb.h,
19        libnetworking/rtems_webserver/form.c,
20        libnetworking/rtems_webserver/handler.c,
21        libnetworking/rtems_webserver/h.c,
22        libnetworking/rtems_webserver/license.txt,
23        libnetworking/rtems_webserver/Makefile.am,
24        libnetworking/rtems_webserver/md5c.c,
25        libnetworking/rtems_webserver/md5.h,
26        libnetworking/rtems_webserver/mime.c,
27        libnetworking/rtems_webserver/misc.c,
28        libnetworking/rtems_webserver/NOTES,
29        libnetworking/rtems_webserver/ringq.c,
30        libnetworking/rtems_webserver/rom.c,
31        libnetworking/rtems_webserver/rtems_webserver.h,
32        libnetworking/rtems_webserver/security.c,
33        libnetworking/rtems_webserver/sock.c,
34        libnetworking/rtems_webserver/socket.c,
35        libnetworking/rtems_webserver/sockGen.c,
36        libnetworking/rtems_webserver/sym.c,
37        libnetworking/rtems_webserver/uemf.c,
38        libnetworking/rtems_webserver/uemf.h,
39        libnetworking/rtems_webserver/um.c,
40        libnetworking/rtems_webserver/um.h,
41        libnetworking/rtems_webserver/umui.c,
42        libnetworking/rtems_webserver/url.c,
43        libnetworking/rtems_webserver/value.c,
44        libnetworking/rtems_webserver/wbase64.c,
45        libnetworking/rtems_webserver/webcomp.c,
46        libnetworking/rtems_webserver/webmain.c,
47        libnetworking/rtems_webserver/webpage.c,
48        libnetworking/rtems_webserver/webrom.c,
49        libnetworking/rtems_webserver/webs.c,
50        libnetworking/rtems_webserver/websda.c,
51        libnetworking/rtems_webserver/websda.h,
52        libnetworking/rtems_webserver/webs.h,
53        libnetworking/rtems_webserver/websSSL.c,
54        libnetworking/rtems_webserver/websSSL.h,
55        libnetworking/rtems_webserver/websuemf.c,
56        libnetworking/rtems_webserver/wsIntrn.h:
57        Remove (Moved to cpukit/http).
58
592004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        PR 700/rtems_misc
62        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
63        Remove libnetworking/rtems_webserver.
64
652004-10-25      Eric Norum <norume@aps.anl.gov>
66
67        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
68
692004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
72
732004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
76        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
77
782004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
81
822004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
85        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
86
872004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
90        BITSPERBYTE.
91
922004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
95        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
96
972004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
100
1012004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
104        * aclocal/enable-bare.m4: Remove.
105        * configure.ac: Remove BARE_CPU_MODEL.
106
1072004-10-13      Eric Norum <norume@aps.anl.gov>
108
109        PR 688/bsps
110        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
111        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
112        MC146818A (and several Dallas Semiconductor) TOD chips.
113
1142004-10-13      Eric Norum <norume@aps.anl.gov>
115
116        PR 686/networking
117        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
118        device code.
119
1202004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
121
122        * libchip/network/dec21140.c: include <rtems/pci.h>.
123
1242004-09-29      Joel Sherrill <joel@OARcorp.com>
125
126        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
127        libnetworking/pppd/utils.c: i960 obsoleted and all references
128        removed.
129
1302004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
131
132        PR 607/networking
133        * libchip/network/dec21140.c: Made PCI configuration minimum sane
134        instead of fully specifying unused PCI features.
135
1362004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        * configure.ac: Require automake > 1.9.
139
1402004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
141
142        * aclocal/rtems-cpu-subdirs.m4: Add avr.
143
1442004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
145
146        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
147        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
148
1492004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
152        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
153
1542004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
157
1582004-07-28  Joel Sherrill <joel@OARcorp.com>
159
160    * aclocal/version.m4: Updated to rtems-4.6.99.1.
161
1622004-07-25      Joel Sherrill <joel@OARcorp.com>
163
164        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
165
1662004-05-21  Till Strauman <strauman@slac.stanford.edu>
167
168        PR 625/networking
169        * libchip/network/dec21140.c, ... : Prevent name clashes by making
170        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
171        an error rather than panic if no chip is detected (thus allowing
172        for probing).
173        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
174        instead of looping forever.  Avoid divide by zero (crashed my PC).
175        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
176        they are UNTESTED.
177
1782004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
179
180        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
181
1822004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
183
184        * libchip/network/dec21140.c, libchip/network/elnk.c:
185        #include <errno.h>.
186
1872004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
188
189        * libchip/network/if_media.h: Update from FreeBSD.
190        * libchip/network/open_eth.c, libchip/network/cs8900.c,
191        libchip/network/i82586.c: #include <errno.h>.
192
1932004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
194
195        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
196
1972004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
198
199        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
200
2012004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
202
203        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
204        automake).
205
2062004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
207
208        PR 599/pppd
209        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
210
2112004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
212
213        * optman/rtems/no-region.c: Reflect having changed
214        rtems_region_get_segment_size.
215
2162004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
217
218        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
219        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
220        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
221        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
222        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
223        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
224        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
225
2262004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
227
228        * libchip/ide/ata.c, libchip/network/dec21140.c,
229        libchip/network/elnk.c, libchip/network/i82586.c,
230        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
231        libchip/network/open_eth.c, libchip/network/sonic.c,
232        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
233        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
234        libchip/shmdr/init.c, libchip/shmdr/intr.c,
235        libchip/shmdr/shm_driver.h: Cosmetics.
236
2372004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
238
239        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
240        optman/rtems/no-msg.c, optman/rtems/no-part.c,
241        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
242        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
243        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
244        fixed size types.
245
2462004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
247
248        * configure.ac: Explicitly pass --includedir and --libdir to
249        cpukit/configure.
250
2512004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
252
253        * librdbg/Makefile.am: Fix rpcgen rules.
254        * librdbg/src/i386/any/remdeb_xdr.c,
255        librdbg/src/m68k/any/remdeb_xdr.c,
256        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
257        Reflect changes to librdbg/Makefile.am.
258
2592004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
260
261        * configure.ac: Reflect changes testsuites/configure.ac and
262        cpukit/configure.ac.
263
2642004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
265
266        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
267        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
268
2692004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
270
271        * configure.ac: Reflect changes to testsuites's configuration.
272
2732004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
274
275        PR/589 rtems
276        * libchip/network/pci.h: Remove (Moved to cpukit).
277
2782004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
279
280        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
281        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
282        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
283        libchip/network/dec21140.c, libchip/network/elnk.c,
284        libchip/network/if_fxp.c, libchip/network/open_eth.c,
285        libchip/network/open_eth.h, libchip/network/sonic.c,
286        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
287        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
288        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
289        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
290        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
291        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
292        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
293        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
294        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
295        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
296        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
297        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
298        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
299        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
300        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
301        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
302        fixed-size types.
303
3042004-03-14      Chris Johns  <chrisj@rtems.org>
305
306        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
307        the BSP example code.
308        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
309        support the DIMMPC. This is a pc386 target with IO port support. Minor
310        formating clean up. Add documentation to the header file.
311        * libchip/network/README.cs8900: The CS8900 driver is documented in the
312        cs8900.h header file.
313
3142004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
317        Cosmetics.
318
3192004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
322        There are no application level Makefiles in here.
323
3242004-03-04      Joel Sherrill <joel@OARcorp.com>
325
326        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
327        they can be used in application level makefiles.
328
3292004-03-05      Joel Sherrill <joel@OARcorp.com>
330
331        * libnetworking/rtems_webserver/ejparse.c,
332        libnetworking/rtems_webserver/emfdb.c,
333        libnetworking/rtems_webserver/sock.c,
334        libnetworking/rtems_webserver/socket.c,
335        libnetworking/rtems_webserver/sym.c,
336        libnetworking/rtems_webserver/webs.c,
337        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
3382004-03-05      Joel Sherrill <joel@OARcorp.com>
339
340        * libchipnetwork/open_eth.c: Remove warnings by conditionally
341        compiling this file only only those CPU families with supported
342        exception models.
343
3442004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * acinclude.m4: Fix loosing arguments when configuring cpukit and
347        testsuites (Was exposed with --enable-multilib, only).
348        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
349         Add RTEMS_BSP_CONFIG_SUBDIR.
350        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
351        testsuites's configure.
352        * aclocal/rtems-top.m4: Remove ENDIF hack.
353        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
354
3552004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
358        wrapup/Makefile.am: Fix automake problems having been introduced
359        in previous patch.
360
3612004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
364        Preinstall dirs.
365        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
366        * aclocal/check-multiprocessing.m4: Cosmetics.
367        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
368        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
369
3702004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
373        librdbg/src/Makefile.am.
374        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
375        * configure.ac: Reflect changes above.
376        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
377        * wrapup/Makefile.am: Reflect changes above.
378        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
379
3802004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
383
3842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
387
3882004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * wrapup/Makefile.am: Reflect new location of librdbg.a.
391
3922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
395        librdbg/src/powerpc/Makefile.am: Remove.
396        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
397        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
398        * configure.ac: Reflect changes above.
399
4002004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402
4032004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
406        STRIP.
407
4082004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * librdbg/include/Makefile.am: Merge-in
411        librdbg/include/rdbg/i386/Makefile.am,
412        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
413        librdbg/include/rdbg/powerpc/Makefile.am.
414        * librdbg/include/rdbg/i386/Makefile.am,
415        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
416        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
417        * configure.ac: Reflect changes above.
418
4192004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * configure.ac: Use AS_HELP_STRING(ada).
422
4232004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * aclocal/bspopts.m4: Use AS_HELP_STRING.
426        * aclocal/bsp-configure.m4: Require autoconf-2.59.
427        Use AC_CONFIG_HEADERS.
428        * aclocal/check-custom-bsp.m4: Add bspkit-support.
429        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
430
4312004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * Makefile.am: include local.am.
434
4352004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * aclocal/version.m4: 4.6.99.0.
438
4392004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * Makefile.am: Don't include host.am.
442        * automake/compile.am: Further cleanups.
443
4442004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * automake/lib.am: Remove (Unused).
447
4482004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * wrapup/Makefile.am: Don't include lib.am.
451        * automake/compile.am: Use automake compilation rules.
452
4532004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * libnetworking/pppd/Makefile.am,
456        libnetworking/rtems_servers/Makefile.am,
457        libnetworking/rtems_telnetd/Makefile.am,
458        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
459        support/Makefile.am: Don't include lib.am.
460
4612004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * libchip/Makefile.am: Don't include lib.am.
464        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
465        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
466        unnecessary EXTRA_DISTs.
467
4682004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
471        hack.
472
4732004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
476        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
477        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
478        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
479
4802004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
483        Add AM_CONDITIONAL(HAS_MP).
484        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
485        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
486        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
487        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
488        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
489        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
490        (Deprecated by autoconf 2.59).
491
4922004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
495        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
496
4972004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * ChangeLog: Merge-in libnetworking/ChangeLog.
500        * libnetworking/ChangeLog: Remove.
501        * ChangeLog: Merge-in librdbg/ChangeLog.
502        * librdbg/ChangeLog: Remove.
503        * ChangeLog: Merge-in libchip/ChangeLog.
504        * libchip/ChangeLog: Remove.
505        * ChangeLog: Merge-in optman/ChangeLog.
506        * optman/ChangeLog: Remove.
507
5082004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * configure.ac: Reflect changes to cpukit.
511        * wrapup/Makefile.am: Reflect changes to librdbg.
512        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
513        * libchip/Makefile.am: Add PREINSTALL_DIRS.
514        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
515        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
516        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
517        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
518        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
519        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
520        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
521
5222004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * aclocal/rtems-top.m4: Remove check for version.m4.
525        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
526
5272004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
530        * wrapup/Makefile.am: Reflect changes to libchip/*.
531        * support/Makefile.am: Use automake compilation rules.
532        * wrapup/Makefile.am: Reflect changes to support/*.
533        * configure.ac: Remove libnetworking/wrapup/Makefile.
534        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
535        libnetworking/*/lib*.a instead of libnetapps.a.
536        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
537        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
538        * optman/Makefile.am: Use automake compilation rules.
539        * libchip/Makefile.am: Fix typo in previous patch.
540        * libchip/Makefile.am: Use automake compilation rules.
541        * libnetworking/Makefile.am: Remove wrapup.
542        * libnetworking/pppd/Makefile.am: Build libpppd. Use
543        automake-compilation rules.
544        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
545        automake-compilation rules.
546        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
547        automake-compilation rules.
548        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
549        automake-compilation rules.
550        * libnetworking/wrapup/Makefile.am: Remove (Unused).
551
5522004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
555        PRE/TMPINSTALL_FILES to CLEANFILES.
556        * automake/lib.am: Remove TMPINSTALL_FILES.
557        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
558        PRE/TMPINSTALL_FILES to CLEANFILES.
559        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
560        PRE/TMPINSTALL_FILES to CLEANFILES.
561        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
562        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
563        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
564        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
565        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
566        * librdbg/src/i386/Makefile.am: Ditto.
567        * librdbg/src/m68k/Makefile.am: Ditto.
568        * librdbg/src/powerpc/Makefile.am: Ditto.
569        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
570        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
571        * libnetworking/rtems_servers/Makefile.am: Ditto.
572        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
573        * libnetworking/rtems_webserver/Makefile.am: Ditto.
574
5752004-01-07      Joel Sherrill <joel@OARcorp.com>
576
577        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
578        more completely covers the MIPS family.
579
5802003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * wrapup/Makefile.am: Reflect changes to shmdr.
583        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
584
5852003-12-18      Joel Sherrill <joel@OARcorp.com>
586
587        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
588        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
589        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
590        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
591        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
592        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
593        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
594
5952003-12-17      Joel Sherrill <joel@OARcorp.com>
596
597        * aclocal/version.m4: Updated to rtems-20031217-test.
598
5992003-12-17     
600
601        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
602        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
603
6042003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * automake/compile.am: Remove LINK_LIBS (Unused).
607        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
608
6092003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
612        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
613        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
614        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
615        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
616
6172003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
620        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
621        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
622        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
623        * librdbg/src/i386/Makefile.am:
624        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
625        * librdbg/src/m68k/Makefile.am:
626        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
627        * librdbg/src/powerpc/Makefile.am:
628        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
629
6302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
633        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
634        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
635        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
636        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
637        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
638        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
639        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
640        * optman/Makefile.am: Remove project_libdir.
641        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
642        PRE/TMPINSTALL_FILES.
643        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
644        PRE/TMPINSTALL_FILES.
645        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
646        PRE/TMPINSTALL_FILES.
647        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
648        PRE/TMPINSTALL_FILES.
649        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
650        from PRE/TMPINSTALL_FILES.
651        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
652        PRE/TMPINSTALL_FILES.
653        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
654        PRE/TMPINSTALL_FILES.
655        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
656        PRE/TMPINSTALL_FILES.
657        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
658        PRE/TMPINSTALL_FILES.
659        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
660        PRE/TMPINSTALL_FILES.
661        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
662        PRE/TMPINSTALL_FILES.
663        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
664        from PRE/TMPINSTALL_FILES.
665
6662003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
669        * automake/lib.am: Remove project_libdir.
670        * wrapup/Makefile.am: Reworked.
671
6722003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * configure.ac: Reflect changes to librdbg.
675        * optman/Makefile.am: Add tmpinstall dirstamp support.
676        * libchip/Makefile.am: Fix variant-tmpinstall support.
677        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
678        * librdbg/src/powerpc/Makefile.am: Merge-in former
679        new_exception_processing/Makefile.am.
680        * librdbg/src/m68k/any/Makefile.am: Remove.
681        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
682        * librdbg/src/i386/any/Makefile.am: Remove.
683        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
684        * librdbg/src/Makefile.am: Cosmetics.
685        * librdbg/include/Makefile.am: Cosmetics.
686        * librdbg/Makefile.am: Cosmetics.
687        * libnetworking/Makefile.am: Cosmetics.
688        * libnetworking/pppd/Makefile.am: Cosmetics.
689        * libnetworking/wrapup/Makefile.am: Cosmetics.
690
6912003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * Makefile.am: Cosmetics.
694        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
695        support.
696
6972003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * automake/compile.am: Remove $(ARCH):-rule.
700
7012003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
702
703        * configure.ac: Remove lib/libbsp/shared/Makefile,
704        lib/libbsp/shmdr/Makefile.
705
7062003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
709        libchip/serial/Makefile, libchip/rtc/Makefile.
710        * support/Makefile.am: Remove all-local: $(ARCH).
711        * wrapup/Makefile.am: Remove all-local: $(ARCH).
712        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
713        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
714        * optman/Makefile.am: Remove all-local: $(ARCH).
715        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
716        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
717        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
718        compilation dirstamp support.
719        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
720        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
721        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
722        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
723        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
724        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
725        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
726        all-local: $(ARCH).
727        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
728        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
729        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
730        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
731        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
732
7332003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * aclocal/lead-dot.m4: New (from automake-1.7f).
736        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
737        AC_SUBST(dirstamp).
738        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
739        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
740        libchip/serial/Makefile.am: Ditto.
741        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
742        * librdbg/include/Makefile.am: Ditto.
743        * librdbg/include/rdbg/Makefile.am: Ditto.
744        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
745        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
746        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
747        * librdbg/src/Makefile.am: Ditto.
748        * librdbg/src/i386/Makefile.am: Ditto.
749        * librdbg/src/i386/any/Makefile.am: Ditto.
750        * librdbg/src/m68k/Makefile.am: Ditto.
751        * librdbg/src/m68k/any/Makefile.am: Ditto.
752        * librdbg/src/powerpc/Makefile.am: Ditto.
753        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
754        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
755        preinstallation.
756        * libnetworking/pppd/Makefile.am: Ditto.
757        * libnetworking/rtems_servers/Makefile.am: Ditto.
758        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
759        * libnetworking/rtems_webserver/Makefile.am: Ditto.
760        * libnetworking/wrapup/Makefile.am: Ditto.
761
7622003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
765        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
766        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
767        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
768        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
769        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
770        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
771        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
772        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
773        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
774        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
775        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
776        underquoting to silence automake-1.8.
777
7782003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * configure.ac: Reflect having moved tests to ../../testsuites.
781
7822003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
785        * aclocal/canonical-host.m4: Remove.
786        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
787        * configure.ac: Remove RTEMS_CANONICAL_HOST.
788
7892003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * aclocal/check-cpu.m4: Remove.
792        * configure.ac: Merge-in former aclocal/check-cpu.m4.
793        * aclocal/canonical-target-name.m4: Add m4-quotes.
794        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
795        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
796        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
797        * aclocal/check-networking.m4: Add m4-quotes. Require
798        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
799        * aclocal/check-posix.m4: Add m4-quotes. Require
800        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
801        * aclocal/check-rdbg.m4: Add m4-quotes. Require
802        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
803        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
804
8052003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
806
807        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
808        * aclocal/bsp-alias.m4: Remove.
809
8102003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * configure.ac: Make presence of tests/ optional.
813
8142003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * aclocal/path-perl.m4: Remove (Unused).
817
8182003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * automake/force-preinstall.am: Remove.
821
8222003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
823
824        PR 499/rtems_misc
825        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
826        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
827        Configuration (Odd was forced) - Correction of Stop Bit configuration
828        (inversed) - Correction of ISR Handler to call
829        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
830        CTS Hardware flow control Configuration.
831
8322003-09-04      Joel Sherrill <joel@OARcorp.com>
833
834        * lib/libcpu/shared/include/cache.h,
835        lib/libcpu/shared/src/cache_aligned_malloc.c,
836        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
837        license changed.
838        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
839        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
840        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
841        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
842        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
843        for license changed.
844        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
845        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
846        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
847        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
848        libchip/network/cs8900.h, libchip/network/dec21140.c,
849        libchip/network/elnk.c, libchip/network/open_eth.c,
850        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
851        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
852        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
853        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
854        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
855        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
856        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
857        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
858        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
859        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
860        libchip/serial/serial.h, libchip/serial/z85c30.c,
861        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
862        libchip/serial/z85c30_reg.c: URL for license changed.
863
8642003-09-03      Jiri Gaisler <jiri@gaisler.com>
865
866        PR 477/networking
867        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
868        * libchip/network/README.open_eth, libchip/network/open_eth.c,
869        libchip/network/open_eth.h: New files.
870
8712003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
872
873        * aclocal/rtems-top.m4: Add RTEMS_API.
874        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
875
8762003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
879        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
880        @RTEMS_BSP@.cfg.
881
8822003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
885
8862003-08-20      Joel Sherrill <joel@OARcorp.com>
887
888        * libchip/network/cs8900.c: Correct copyright statements.
889
8902003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
891
892        * aclocal/check-itron.m4: Remove.
893        * aclocal/enable-inlines.m4: Remove.
894        * Makefile.am: Reflect having moved aclocal/.
895        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
896        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
897        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
898        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
899        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
900        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
901        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
902        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
903        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
904        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
905        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
906        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
907        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
908        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
909        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
910        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
911        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
912        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
913        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
914        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
915        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
916        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
917        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
918        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
919        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
920        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
921        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
922        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
923        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
924        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
925        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
926        * aclocal/multilib.m4: New (Copied from ../../aclocal).
927        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
928        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
929        * aclocal/ppc.m4: New (Copied from ../../aclocal).
930        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
931        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
932        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
933        * aclocal/project-root.m4: New (Copied from ../../aclocal).
934        * aclocal/quoting.m4: New (Copied from ../../aclocal).
935        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
936        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
937        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
938        * aclocal/target.m4: New (Copied from ../../aclocal).
939        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
940        * aclocal/version.m4: New (Copied from ../../aclocal).
941
9422003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
943
944        * configure.ac: Remove stray comments.
945        * automake/local.am, automake/host.am: Remove "debug".
946
9472003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * Makefile.am: Reflect having moved automake/.
950        * lib/Makefile.am: Reflect having moved automake/.
951        * support/Makefile.am: Reflect having moved automake/.
952        * wrapup/Makefile.am: Reflect having moved automake/.
953        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
954        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
955        from ../../automake).
956        * optman/Makefile.am: Reflect having moved automake/.
957        * libchip/Makefile.am: Reflect having moved automake/.
958        * libchip/ide/Makefile.am: Reflect having moved automake/.
959        * libchip/network/Makefile.am: Reflect having moved automake/.
960        * libchip/rtc/Makefile.am: Reflect having moved automake/.
961        * libchip/serial/Makefile.am: Reflect having moved automake/.
962        * librdbg/Makefile.am: Reflect having moved automake/.
963        * librdbg/include/Makefile.am: Reflect having moved automake/.
964        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
965        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
966        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
967        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
968        automake/.
969        * librdbg/src/Makefile.am: Reflect having moved automake/.
970        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
971        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
972        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
973        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
974        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
975        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
976        having moved automake/.
977        * libnetworking/Makefile.am: Reflect having moved automake/.
978        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
979        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
980        automake/.
981        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
982        automake/.
983        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
984        automake/.
985        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
986
9872003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
988
989        * Makefile.am: Add bsp.pc.in.
990        * bsp.pc.in: New (pkgconfig support).
991
9922003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
993
994        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
995
9962003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
997
998        * lib/Makefile.am: New (Required by 'make dist').
999        * lib/ChangeLog: Remove.
1000        * lib/.cvsignore: Cleanup.
1001        * configure.ac: Reflect having added lib/Makefile.am.
1002        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1003        lib/libbsp/configure.ac.
1004        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1005        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1006
10072003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1008
1009        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1010        * configure.ac: Merge-in librdbg/configure.ac.
1011        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1012        librdbg/configure.ac.
1013        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1014        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1015        LIBCHIP. Conditionally build include-dirs.
1016        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1017        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1018        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1019        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1020        librdbg/include/rdbg/m68k/Makefile.am,
1021        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1022        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1023        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1024        librdbg/src/powerpc/Makefile.am, librdbg/
1025        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1026        configure.ac into ../configure.ac.
1027        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1028        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1029        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1030        libnetworking/rtems_telnetd/Makefile.am,
1031        libnetworking/rtems_webserver/Makefile.am,
1032        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1033        into ../configure.ac.
1034
10352003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1036
1037        PR 427/rtems
1038        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1039        * librdbg/src/servtsp.c: Ditto.
1040
10412003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1042
1043        PR 429/bsps
1044        PR 432/bsps
1045        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1046        packets are queued onto an elnk board, the ISR will deadlock the device
1047        with a tx complete interrupt.  Lighter tx loads are not affected as they
1048        end up submitting single packets to the device.
1049
10502003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1051
1052        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1053        optman/configure.ac.
1054        * optman/configure.ac: Remove (Merged into ../configure.ac).
1055        * optman/Makefile.am: Reflect having merged configure.ac into
1056        ../configure.ac.
1057        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1058        * libchip/Makefile.am, libchip/ide/Makefile.am,
1059        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1060        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1061        ../configure.ac.
1062
10632003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1064
1065        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1066
10672003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1068
1069        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1070        on i386.
1071
10722003-06-13      Joel Sherrill <joel@OARcorp.com>
1073
1074        * libnetworking/pppd/chat.c: Removed warnings.
1075
10762003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1077
1078        * libchip/network/README.3com: New file missed in previous commit.
1079        PR 405/bsps
1080        PR 393/networking
1081        * libchip/network/dec21140.c: Fix leak also known as PR393.
1082        * libchip/network/elnk.c, libchip/network/if_media.h,
1083        libchip/network/mii.h: New files.
1084        * libchip/network/Makefile.am: Reflect new files.
1085
10862003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1087
1088        * configure.ac: Remove support for profile-variant.
1089
10902003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1091
1092        PR 397/pppd
1093        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1094        * libnetworking/pppd/magic.c: Remove *rand48.
1095        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1096
10972003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1098
1099        * wrapup/Makefile.am: Add libide.a.
1100
11012003-04-15      Joel Sherrill <joel@OARcorp.com>
1102
1103        PR 387/rtems_misc
1104        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1105        routines.
1106        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1107
11082003-04-11      Joel Sherrill <joel@OARcorp.com>
1109
1110        * libnetworking/rtems_webserver/cgi.c,
1111        libnetworking/rtems_webserver/sockGen.c,
1112        libnetworking/rtems_webserver/umui.c,
1113        libnetworking/rtems_webserver/websSSL.c,
1114        libnetworking/rtems_webserver/websSSL.h,
1115        libnetworking/rtems_webserver/websda.c,
1116        libnetworking/rtems_webserver/websda.h: New files. Not included in
1117        previous commit.
1118
11192003-04-10      Joel Sherrill <joel@OARcorp.com>
1120
1121        PR 371/pppd
1122        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1123        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1124        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1125        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1126        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1127        still global symbols in rtemspppd.h which might need to be changed or
1128        converted into member of a structure which is dereferenced with a
1129        pointer that is managed as a per task variable. But this patch should
1130        avoid many conflicts.
1131
11322003-03-27      Joel Sherrill <joel@OARcorp.com>
1133
1134        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1135        not allowed in the cpukit source code since it must be buildable
1136        independent of any BSP. These files were moved to libchip/ide.
1137        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1138        files.
1139
11402003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1141
1142        PR 368/filesystems
1143        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1144        improvements which now work on pc386 and mbx8xx.
1145        * libchip/ide/ide_controller.c: New file.
1146
11472003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1148
1149        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1150
11512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1152
1153        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1154        * configure.ac: Add support/.
1155        * support/.cvsignore: New.
1156        * support/Makefile.am: New.
1157        * support/version.c: New.
1158        * wrapup/Makefile.am: Add support/libsupport.a.
1159        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1160        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1161        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1162        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1163
11642003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1165
1166        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1167
11682003-02-20      Till Straumann <strauman@slac.stanford.edu>
1169
1170        PR 354/networking
1171        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1172        chip against a table of supported chips. The untested ones are still
1173        commented out, however.
1174
11752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1176
1177        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1178        * configure.ac: AC_PREREQ(2.57).
1179        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1180        * optman/configure.ac: AC_PREREQ(2.57).
1181        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1182        * libchip/configure.ac: AC_PREREQ(2.57).
1183        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1184        * librdbg/configure.ac: AC_PREREQ(2.57).
1185        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1186        * libnetworking/configure.ac: AC_PREREQ(2.57).
1187
11882003-02-06      Joel Sherrill <joel@OARcorp.com>
1189
1190        * libnetworking/pppd/chat.c: Convert routines with common names to
1191        static. This included get_char(), put_char(), and character() among
1192        others.
1193
11942003-02-03      Joel Sherrill <joel@OARcorp.com>
1195
1196        PR 338/filesystem
1197        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1198        rtems_io_lookup_name() (API change).  Unused function removed.
1199
12002003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1201
1202        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1203        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1204        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1205        Eliminate *_O_FILES.
1206        * libnetworking/rtems_servers/Makefile.am,
1207        libnetworking/rtems_webserver/Makefile.am,
1208        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1209
12102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1211
1212        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1213        Let all-local: depend on $(LIB).
1214        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1215        * optman/Makefile.am: Apply install-data-local to install *.rels.
1216
12172002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1218
1219        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1220        %.c rules.
1221        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1222        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1223        * libchip/rtc/Makefile.am: Ditto.
1224        * libchip/serial/Makefile.am: Ditto.
1225
12262002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1227
1228        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1229        LIBC_DEFINES.
1230        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1231        LIBC_DEFINES.
1232        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1233        LIBC_DEFINES.
1234
12352002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1236
1237        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1238
12392002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1240
1241        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1242        cache-checking.
1243        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1244
12452002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1246
1247        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1248        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1249        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1250        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1251        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1252
12532002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1254
1255        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1256        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1257        Remove.
1258        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1259
12602002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1261
1262        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1263        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1264
12652002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1266
1267        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1268        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1269
12702002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1271
1272        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1273        * optman/rel.am: New.
1274
12752002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1276
1277        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1278        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1279        braino in comment on "exec". Extend --enable-ada handling.
1280
12812002-11-04      Joel Sherrill <joel@OARcorp.com>
1282
1283        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1284        tasks and rolling multiple loops into 1.
1285        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1286        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1287        Removed warnings.
1288
12892002-10-31      Joel Sherrill <joel@OARcorp.com>
1290
1291        * libchip/network/dec21140.c: Removed warnings.
1292        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1293        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1294        librdbg/src/m68k/any/remdeb_xdr.c,
1295        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1296        warnings.
1297        * libnetworking/rtems_webserver/socket.c,
1298        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1299
13002002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1301
1302        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1303        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1304        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1305        above.
1306
13072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1308
1309        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1310        * wrapup/.cvsignore: Remove autom4te.cache.
1311        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1312        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1313        autom4te.cache.
1314        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1315        autom4te.cache.
1316        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1317        autom4te.cache.
1318
13192002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1320
1321        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1322
13232002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1324
1325        * optman/.cvsignore: Add autom4te.cache.
1326
13272002-09-14      Joel Sherrill <joel@OARcorp.com>
1328
1329        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1330
13312002-09-07      Joel Sherrill <joel@OARcorp.com>
1332
1333        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1334        include files to resolve warnings.
1335
13362002-09-07      Chris Johns <ccj@acm.org>
1337
1338        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1339        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1340        which corrects the problem  where the cs8900.c file was actually the BSP
1341        glue.  Joel did some hacking so this file will compile.  Previously it
1342        required providing a target.h file to compile.
1343        * libchip/network/cs8900.c.bsp: New file.
1344
13452002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1346
1347        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1348
13492002-08-31      Joel Sherrill <joel@OARcorp.com>
1350
1351        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1352        eliminate warning.
1353
13542002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1355
1356        * configure.ac: Add ada-tests.
1357
13582002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1359
1360        * Makefile.am: Add preinstall-stamp.
1361
13622002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1363
1364        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1365        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1366        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1367        gcc31 happy.
1368        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1369        cp.
1370
13712002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1372
1373        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1374        make/bsp.mak.
1375        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1376        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1377
13782002-08-12      Joel Sherrill <joel@OARcorp.com>
1379
1380        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1381        avoid error.
1382
13832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1384
1385        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1386        * configure.ac: Add BSP_SUBDIRS.
1387        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1388        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1389        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1390        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1391        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1392        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1393        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1394        RTEMS_CHECK_BSP_CACHE.
1395        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1396        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1397        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1398        .$(OBJEXT) instead of .o.
1399        * libnetworking/pppd/Makefile.am,
1400        libnetworking/rtems_servers/Makefile.am,
1401        libnetworking/rtems_telnetd/Makefile.am,
1402        libnetworking/rtems_webserver/Makefile.am,
1403        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1404
14052002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1406
1407        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1408        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1409        ../libchip/serial/$(ARCH)/libserialio.a.
1410        * libchip/serial/Makefile.am: Don't tmp-install lib.
1411        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1412
14132002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1414
1415        * Makefile.am: Add rtems_makedir.
1416        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1417        * Makefile.am: Add wrapup-SUBDIR.
1418        * wrapup/ChangeLog: Remove.
1419        * wrapup/configure.ac: Remove.
1420        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1421        (Make the bare BSP happy).
1422        * configure.ac: Ditto.
1423        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1424        Create make/custom/default.cfg.
1425        * configure.ac: Add creation of make/custom/*.cfg. Create
1426        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1427
14282002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1429
1430        * Makefile.am: Clean $(PROJECT_RELEASE).
1431
14322002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1433
1434        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1435        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1436        prototype mismatches.
1437
14382002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1439
1440        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1441        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1442
14432002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1444
1445        * acinclude.m4: Add test "$multilib" != "yes".
1446        * config-ml.in: Remove.
1447        * acinclude.m4: Cleanups.
1448        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1449        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1450        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1451        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1452        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1453
14542002-07-16      Eric Norum <eric.norum@usask.ca>
1455
1456        * New driver for the Intel EtherExpressPro (82559ER) chip.
1457        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1458        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1459        * libchip/network/Makefile.am: Modified to reflect above.
1460
14612002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1462
1463        * acinclude.m4: New.
1464        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1465        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1466        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1467
14682002-07-01      Joel Sherrill <joel@OARcorp.com>
1469
1470        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1471        _Objects_Information_table now that it is a two dimensional array based
1472        upon API and class.
1473        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1474        of strnlen().
1475
14762002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1477
1478        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1479        preinstall libnetapps.a.
1480
14812002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1482
1483        * configure.ac: Remove librpc.
1484
14852002-06-25      Joel Sherrill <joel@OARcorp.com>
1486
1487        * Per PR233, moved librpc to exec.
1488        * configure.ac, wrapup/Makefile.am: Modified.
1489        * librpc, librpc/ChangeLog: Removed.
1490
14912002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1492
1493        * optman/Makefile.am: Remove multilib support.
1494        * optman/configure.ac: Ditto.
1495        * optman/sapi/Makefile.am: Ditto.
1496
14972002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1498
1499        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1500        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1501
15022002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1503
1504        Move networking libraries to c/src/exec/libnetworking
1505        * libnetworking/configure.ac, libnetworking/Makefile.am,
1506        libnetworking/wrapup/Makefile.am: Reflect Moval.
1507
15082002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1509
1510        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1511        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1512        <rtems/bspIo.h>.
1513
15142002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1515
1516        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1517        * libnetworking/rtems/mkrootfs.h: Ditto.
1518        * libnetworking/rtems/Makefile.am: Reflect changes above.
1519
15202002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1521
1522        * configure.ac: Remove lib.
1523
15242002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1525
1526        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1527        that exception stack frames on M68K members with VBR always are 6 byte
1528        long. The incorrect assumption resulted in some gdb commands like "next"
1529        to fail on the 68360.
1530
15312002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1532
1533        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1534        PR 220
1535        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1536        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1537        CVS.
1538        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1539        libnetworking/sys/filio.h: Remove.
1540        * libnetworking/sys/Makefile.am: Reflect changes above.
1541
15422002-05-07      Chris Johns <ccj@acm.org>
1543
1544        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1545        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1546        requires it to be stripped.
1547
15482002-05-01      Eric Norum <eric.norum@usask.ca>
1549
1550        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1551        assembly  to satisfy gcc 3.1 and newer.
1552
15532002-04-26      Eric Norum <eric.norum@usask.ca>
1554
1555        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1556        agressive optimization in gcc 3.1 does not reorder things.
1557
15582002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1559
1560        * libchip/network/dec21140.c: Reflect changes to powerpc's
1561        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1562        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1563        <rtems/score/cpu.h>.
1564        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1565        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1566
15672002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1568
1569        * optman/configure.ac: Remove ENABLE_GCC28.
1570
15712002-04-11      Chris Johns <ccj@acm.org>
1572
1573        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1574        driver control block field to the ifconfig network driver structure.
1575        This field is needed by the i82586 driver which was ported from NetBSD
1576        as it had better hardware abstraction.
1577        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1578        PR59, added the drv_ctrl driver control block field to the ifconfig
1579        network driver structure. This field is needed by the i82586 driver
1580        which was ported from NetBSD as it had better hardware abstraction.
1581
15822002-04-10      Mike Siers <mikes@poliac.com>
1583
1584        * libnetworking/rtems_webserver/NOTES,
1585        libnetworking/rtems_webserver/asp.c,
1586        libnetworking/rtems_webserver/balloc.c,
1587        libnetworking/rtems_webserver/default.c,
1588        libnetworking/rtems_webserver/ej.h,
1589        libnetworking/rtems_webserver/ejIntrn.h,
1590        libnetworking/rtems_webserver/ejlex.c,
1591        libnetworking/rtems_webserver/ejparse.c,
1592        libnetworking/rtems_webserver/emfdb.c,
1593        libnetworking/rtems_webserver/emfdb.h,
1594        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1595        libnetworking/rtems_webserver/handler.c,
1596        libnetworking/rtems_webserver/license.txt,
1597        libnetworking/rtems_webserver/md5.h,
1598        libnetworking/rtems_webserver/md5c.c,
1599        libnetworking/rtems_webserver/mime.c,
1600        libnetworking/rtems_webserver/misc.c,
1601        libnetworking/rtems_webserver/ringq.c,
1602        libnetworking/rtems_webserver/rom.c,
1603        libnetworking/rtems_webserver/security.c,
1604        libnetworking/rtems_webserver/sock.c,
1605        libnetworking/rtems_webserver/sym.c,
1606        libnetworking/rtems_webserver/uemf.c,
1607        libnetworking/rtems_webserver/uemf.h,
1608        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1609        libnetworking/rtems_webserver/url.c,
1610        libnetworking/rtems_webserver/value.c,
1611        libnetworking/rtems_webserver/wbase64.c,
1612        libnetworking/rtems_webserver/webcomp.c,
1613        libnetworking/rtems_webserver/webpage.c,
1614        libnetworking/rtems_webserver/webrom.c,
1615        libnetworking/rtems_webserver/webs.c,
1616        libnetworking/rtems_webserver/webs.h,
1617        libnetworking/rtems_webserver/websuemf.c,
1618        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1619        2.1.4.
1620
16212002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1622
1623        * libchip/network/i82586.c: Include <string.h>.
1624        * libchip/network/sonic.c: Ditto.
1625
16262002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1627
1628        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1629
16302002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1631
1632        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1633
16342002-03-27      Thomas.Doerfler@imd-systems.de
1635
1636        PR 144
1637        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1638        memory address 0 when called for the first time. This is done when
1639        trying to clear the variable "dhcp_hostname".
1640
16412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1642
1643        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1644        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1645        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1646        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1647        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1648        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1649        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1650        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1651        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1652        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1653        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1654        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1655        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1656        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1657        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1658        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1659        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1660        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1661        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1662        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1663        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1664        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1665        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1666        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1667        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1668        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1669        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1670        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1671        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1672        AUTOMAKE_OPTIONS.
1673        * libnetworking/configure.ac:
1674        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1675        foreign 1.6]).
1676        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1677        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1678        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1679        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1680        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1681        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1682        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1683        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1684        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1685        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1686        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1687        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1688        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1689        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1690        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1691        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1692        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1693
16942002-03-27      Ilya Alexeev <ilya@continuum.ru>
1695
1696        PR 162
1697        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1698        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1699        used in a device write routines.  Now ppp_softc structure have own
1700        character for writing to device (sc_outchar).  I think that converting
1701        local variables to static is not a right solution, because problems will
1702        occur in the case of two or more ppp instances.
1703        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1704        must be u_long, otherwise in the case of the big output packet endless
1705        loop may occur.
1706
17072002-03-21      Ilya Alexeev <ilya@continuum.ru>
1708
1709        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1710        preparations for multiple PPPD connections.
1711
17122002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1713
1714        PR 149
1715        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1716        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1717        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1718        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1719
17202002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1721
1722        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1723        * configure.ac: Modified to reflect addition.
1724
17252002-02-27      Ilya Alexeev <ilya@continuum.ru>
1726
1727        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1728        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1729        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1730        capabilities as well as eliminate some warnings.
1731
17322002-02-27      Eric Norum <eric.norum@usask.ca>
1733
1734        * libnetworking/net/radix.c: Properly handle fetching the default route
1735        when there is no route.  This was a bug in the original FreeBSD code and
1736        this fix is from an updated version of their code.
1737
17382002-02-16      Eric Norum <eric.norum@usask.ca>
1739
1740        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1741        checking.
1742
17432002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1744
1745        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1746        dodefaultroute.
1747
17482002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1749
1750        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1751        include <rtems/seterr.h>.
1752
17532002-02-01      Mike Siers <mikes@poliac.com>
1754
1755        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1756        avoid bringing the link down too fast. NOTE: Mike reports successfully
1757        running at 56K baud on a direct link.
1758
17592002-02-01      Eric Valette <valette@crf.canon.fr>
1760
1761        * librdbg/So many patches have been posted recently on the mailing list
1762        and  because we were unable to find correct solution to compile on
1763        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1764        because the coding  style of rdbg was rather inconsistant among various
1765        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1766        global coding style (using indent + manual edits), 2) incorporate/review
1767        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1768        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1769        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1770        after rdbg initialization is done, NB : the paches is huge but it is
1771        mainly due to coding styke chnages.  Only few lines of codes have been
1772        really changed and they do not impact  rdbg functionnality (AFAIKT).
1773        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1774        librdbg/include/rdbg/m68k/rdbg_f.h,
1775        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1776        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1777        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1778        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1779        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1780        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1781        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1782        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1783        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1784        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1785        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1786        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1787        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1788        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1789        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1790        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1791
17922002-01-31      Mike Siers <mikes@poliac.com>
1793
1794        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1795        * Nice Update of PPPD support which eliminates the requiremetn that
1796        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1797        and reports that it seems to be more stable and handle larger packets
1798        better.  This patch replaces the termios tasks with more general pppd
1799        network driver tasks.  The functions pppinput() and pppstart() get
1800        called from the interrupt service routine.
1801        * libnetworking/Makefile.am, libnetworking/configure.ac,
1802        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1803        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1804        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1805        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1806        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1807        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1808        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1809        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1810        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1811        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1812        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1813        libnetworking/net/route.c, libnetworking/net/route.h,
1814        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1815        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1816        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1817        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1818        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1819        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1820        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1821        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1822        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1823        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1824        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1825        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1826        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1827        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1828        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1829        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1830        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1831        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1832        libnetworking/pppd/example/README,
1833        libnetworking/pppd/example/netconfig.h,
1834        libnetworking/wrapup/Makefile.am: Modified.
1835        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1836        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1837        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1838        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1839        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1840        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1841        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1842        libnetworking/modem/pppcompress.c: Subdirectory removed.
1843
18442002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1845
1846        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1847        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1848
18492002-01-18      Till Straumann <strauman@slac.stanford.edu>
1850
1851        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1852        issues: - exception handler needs to enable MSR_FP if the interrupted
1853        thread is FP enabled. - printk message for MSR fixed and added
1854        stacktrace. NOTE: this requires the stacktrace patch to
1855        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1856        however).
1857
18582002-01-06      Joel Sherrill <joel@OARcorp.com>
1859
1860        * optman/.cvsignore: Added aclocal.m4 and configure.
1861        * optman/.cvsignore: New file.
1862
18632002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1864
1865        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1866
18672002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1868
1869        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1870        * optman/ChangeLog: New.
1871        * optman/configure.ac: New.
1872        * optman/Makefile.am: New.
1873        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1874        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1875
18762001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1877
1878        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1879
18802001-12-18      Eric Norum <eric.norum@usask.ca>
1881
1882        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1883        `directories' (path names with a / at the end) while disallowing open()
1884        operations on TFTP `directories'.
1885
18862001-12-07      Eric Norum <eric.norum@usask.ca>
1887
1888        * libnetworking/lib/tftpDriver.c: Restore write capability.
1889
18902001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1891
1892        * libchip/network/sonic.h: Fix typo.
1893        * libnetworking/arpa/Makefile.am: Remove stray lines.
1894
18952001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1896
1897        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1898
18992001-10-18      Eric Norum <eric.norum@usask.ca>
1900
1901        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1902        chdir() and open() operations within the TFTP file system.
1903
19042001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1905
1906        * librdbg/configure.ac: Fix latent bug exposed by removal of
1907        config.cache's which prevented powerpc targets librdbg from building.
1908
19092001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1910
1911        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1912        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1913        autoconf-2.52 happy.
1914
19152001-10-12      Mike Siers <mikes@poliac.com>
1916
1917        * libnetworking/Update to stable working state.  Congratulations Mike!
1918        :).
1919        * libnetworking/modem_example: Directory removed.
1920        * libnetworking/modem_example/16550.h,
1921        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1922        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1923        libnetworking/modem_example/ppp.h,
1924        libnetworking/modem_example/pppcompress.c: Files removed.
1925        * libnetworking/pppd/example/pppd.options: New file.
1926        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1927        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1928        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1929        libnetworking/pppd/rtemsmain.c: Updated.
1930
19312001-10-12      Joel Sherrill <joel@OARcorp.com>
1932
1933        * libchip/serial/z85c30.c: Fixed typo.
1934
19352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1936
1937        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1938        * configure.in: Remove.
1939        * configure.ac: New file, generated from configure.in by autoupdate.
1940        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1941        * libchip/configure.in: Remove.
1942        * libchip/configure.ac: New file, generated from configure.in by
1943        autoupdate.
1944        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1945        * librdbg/configure.in: Remove.
1946        * librdbg/configure.ac: New file, generated from configure.in by
1947        autoupdate.
1948        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1949        * libnetworking/configure.in: Remove.
1950        * libnetworking/configure.ac: New file, generated from configure.in by
1951        autoupdate.
1952
19532001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1954
1955        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1956        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1957        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1958
19592001-09-27      Joel Sherrill <joel@OARcorp.com>
1960
1961        * libchip/ChangeLog: Fixed typo in date.
1962
19632001-09-27      Eric Norum <eric.norum@usask.ca>
1964
1965        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1966        TFTP  filesystem.
1967
19682001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1969
1970        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1971        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1972        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
1973        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
1974        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1975        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1976        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1977        'PREINSTALL_FILES ='.
1978        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
1979        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
1980        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
1981        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
1982        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
1983        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
1984        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
1985        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
1986        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
1987        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
1988        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
1989        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
1990
19912001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1992
1993        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
1994        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
1995        * librdbg/src/m68k/any/Makefile.am: Ditto.
1996        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1997        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
1998        happy.
1999
20002001-09-21      Joel Sherrill <joel@OARcorp.com>
2001
2002        * libchip/network/Makefile.am: Fixed typo on file name.
2003        * libchip/network/i82586.c: Commented out line 318 which is referencing
2004        a member of a structure that is not currently there.  This needs to be
2005        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2006        to C style.
2007
20082001-09-19      Eric Norum <eric.norum@usask.ca>
2009
2010        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2011
20122001-09-19      Chris Johns <ccj@acm.org>
2013
2014        * libchip/network/README.i82586, libchip/network/i82586.c,
2015        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2016        Network driver for Intel i82586.
2017        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2018        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2019        "root" filesystem with information obtained via the DHCP response.
2020
20212001-09-14      Eric Norum <eric.norum@usask.ca>
2022
2023        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2024        make gcc 3.x happy.
2025
20262001-08-16      Mike Siers <mikes@poliac.com>
2027
2028        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2029        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2030        These support callback functionality that has not even been compiled
2031        under RTEMS yet.
2032        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2033        example application.  Mike's notes on the modifications: - renamed
2034        error() function because of namespace problems - removed calls to the
2035        exit() funciton - removed extra files from the pppd source directory -
2036        defined pppd task constant values in rtemspppd.h - modifyied example
2037        code to get actual tick per second value - placed the pppd 2.3.11 man
2038        page file (pppd.8) into the pppd directory.
2039        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2040        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2041        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2042        libnetworking/pppd/rtems-ppp.c: Deleted.
2043        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2044        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2045        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2046        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2047        libnetworking/pppd/example/init.c,
2048        libnetworking/pppd/example/netconfig.h,
2049        libnetworking/pppd/example/ppp.conf,
2050        libnetworking/pppd/example/pppdapp.c,
2051        libnetworking/pppd/example/system.h: New files.
2052        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2053        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2054        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2055        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2056        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2057        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2058        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2059        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2060        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2061        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2062        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2063        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2064        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2065        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2066        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2067
20682001-08-16      Joel Sherrill <joel@OARcorp.com>
2069
2070        * libnetworking/pppd/example/Makefile: Removed.
2071        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2072        to avoid bootstrap -c clobbering it.
2073        * libnetworking/rtems_telnetd/.cvsignore: New file.
2074
20752001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2076
2077        * libnetworking/Makefile.am, libnetworking/configure.in,
2078        libnetworking/rtems_servers/Makefile.am,
2079        libnetworking/rtems_servers/telnetd.c,
2080        libnetworking/rtems_servers/telnetd.h,
2081        libnetworking/rtems_telnetd/Makefile.am,
2082        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2083        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2084        libnetworking/rtems_telnetd/telnetd.c,
2085        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2086        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2087        effect when ftpd change. - the tcp/ip stats have been implemented into
2088        icmds.c and started when telnetd daemon is started.
2089        * libnetworking/rtems_servers/telnetd.c,
2090        libnetworking/rtems_servers/telnetd.h: Removed.
2091        * libnetworking/rtems_telnetd: New directory.
2092        * libnetworking/rtems_telnetd/Makefile.am,
2093        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2094        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2095        libnetworking/rtems_telnetd/telnetd.c,
2096        libnetworking/rtems_telnetd/telnetd.h: New files.
2097
20982001-06-14      Joel Sherrill <joel@OARcorp.com>
2099
2100        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2101        Moved from libmisc/shell so the network stack to address network
2102        depenendency.
2103        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2104
21052001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2106
2107        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2108
21092001-05-15      Joel Sherrill <joel@OARcorp.com>
2110
2111        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2112        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2113        accidentally deleted the incorrectly empty versions.
2114
21152001-05-14      Till Straumann <strauman@slac.stanford.edu>
2116
2117        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2118        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2119        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2120        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2121        to know the values) - the affected BSP (shared/motorola) headers have
2122        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2123        driver (libchip/network/dec21140.c) has been fixed to use
2124        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2125        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2126        who is using this driver. - the DEC driver also has been fixed to use
2127        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2128        delay_in_bus_cycles().
2129
21302001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2131
2132        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2133
21342001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2135
2136        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2137
21382001-04-24      Eric Norum <eric.norum@usask.ca>
2139
2140        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2141        NTP synchronization a little more robust -- no NTP daemon yet, but at
2142        least it trys a little harder when the primary NTP server is down.
2143
21442001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2145
2146        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2147        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2148        libnetworking/pppd/modem_example/modem.c,
2149        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2150        other strings into English.
2151        * libnetworking/pppd/STATUS: updated to reflect the changes.
2152
21532001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2154
2155        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2156        again.
2157
21582001-04-20      Eric Valette <valette@crf.canon.fr>
2159
2160        * mcp750 directory renamed new_exception processing as it supports many
2161        more CPU models.
2162        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2163        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2164        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2165        formerly in mcp750 plus modifications.
2166        * librdbg/src/powerpc/mcp750/.cvsignore,
2167        librdbg/src/powerpc/mcp750/Makefile.am,
2168        librdbg/src/powerpc/mcp750/remdeb.h,
2169        librdbg/src/powerpc/mcp750/remdeb_f.x,
2170        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2171        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2172        new_exception_processing.
2173        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2174        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2175        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2176        part of this effort to add support for the MPC8xx.
2177
21782001-04-19      Joel Sherrill <joel@OARcorp.com>
2179
2180        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2181        internal include files.
2182
21832001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2184
2185        PR 158
2186        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2187        rcmd() library call by commenting out the parts that deal with signals.
2188        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2189        stdio. The 'server-side' parts of this file which deal with
2190        authentication are disabled since they are not needed.
2191
21922001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2193
2194        * libnetworking/include/.cvsignore: Remove dangling file.
2195
21962001-03-14      Joel Sherrill <joel@OARcorp.com>
2197
2198        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2199        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2200        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2201        libchip style serial drivers can be written in libcpu or libbsp.
2202
22032001-03-01      Joel Sherrill <joel@OARcorp.com>
2204
2205        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2206        libchip/network/sonic.c, libchip/network/sonic.h,
2207        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2208        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2209        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2210        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2211        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2212        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2213        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2214        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2215
22162001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2217
2218        * librdbg/include/rdbg/Makefile.am,
2219        librdbg/include/rdbg/i386/Makefile.am,
2220        librdbg/include/rdbg/m68k/Makefile.am,
2221        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2222        style on include files.
2223
22242001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2225
2226        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2227        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2228        replace ${..} with $(..).
2229        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2230        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2231        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2232        libnetworking/rtems/Makefile.am, libnetworking/
2233        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2234        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2235        include_*HEADERS instead of H_FILES.
2236        * libnetworking/include/Makefile.am: Remove.
2237        * libnetworking/Makefile.am: Add handling of *.h files.
2238        * libnetworking/configure.in: Remove include/Makefile.
2239
22402001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2241
2242        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2243
22442001-01-31      Sergei Organov <osv@javad.ru>
2245
2246        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2247        current dir and root dir removed in favor of new libio support for
2248        task-local current and root directories. - Bug in `close_data_socket()'
2249        introduced by previous change fixed. - `command_pasv()' changed to set
2250        timeout on socket we are listening on and code fixed to don't close
2251        socket twice on error. - `serr()' changed to clear `errno'. -
2252        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2253        changed to clear `errno' before processing session. -
2254        `close_data_socket()' fixed to close both active and passive sockets -
2255        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2256        empty string  in `exec_command()'.
2257
22582001-01-25      Eric Norum <eric.norum@usask.ca>
2259
2260        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2261        improves throughput on systems which are dropping packets.   Only the
2262        first timeout is reduced.  This keeps the number of extra packets down
2263        on networks that are very busy and dropping lots of packets.
2264
22652001-01-24      Sergei Organov <osv@javad.ru>
2266
2267        * libnetworking/rtems_servers/ftpd.c,
2268        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2269        - Timeouts on sockets implemented. 'idle' field added to configuration.
2270        No timeout by default to keep backward compatibility. Note: SITE IDLE
2271        command not implemented yet. - Basic global access control implemented.
2272        'access' field added to configuration. No access limitations by default
2273        to keep backward compatibility. - Anchor data socket for active mode
2274        (using self IP and port 20.) - Fixed default data port support (still
2275        not tested). - Don't allow IP address different from originating host in
2276        PORT command to improve security. - Fixed bug in MDTM command. - Check
2277        for correctness of parsing of argument in command_port(). - Fixed
2278        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2279        a directory. - Command parsing a little bit improved: command names are
2280        now converted to upper-case to be more compatible with RFC (command
2281        names are not case-sensitive.) - Reformat comments so that they have
2282        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2283        previous changes - True ASCII mode implemented (doesn't work for hooks
2284        and /dev/null) - Passive mode implemented, PASV command added. - Default
2285        port for data connection could be used (untested, can't find ftp client
2286        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2287        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2288
22892001-01-18      Joel Sherrill <joel@OARcorp.com>
2290
2291        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2292        macro using variable arguments.
2293        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2294        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2295        since I updated the main RTEMS development machine to RedHat 7.2 and
2296        apparently got a new version of rpcgen.
2297
22982001-01-12      Sergei Organov <osv@javad.ru>
2299
2300        * libnetworking/rtems_servers/ftpd.c,
2301        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2302        - use pool of pre-created threads to handle sessions instead of
2303        creating/deleting threads on the fly - LIST output is now similar to
2304        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2305        happy with it. - LIST NAME now works (both for files and directories) -
2306        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2307        clients happy  - keep track of CWD for every session separately -
2308        ability to specify root directory name for FTPD in configuration table.
2309        FTPD will then create illusion for FTP clients that this is actually
2310        root directory. - ignore options sent in commands, thus LIST -al FILE
2311        works and doesn't try to list "-al" directory. - buffers are allocated
2312        on stack instead of heap where possible to eliminate malloc/free calls
2313        (avoid possible heap fragmentation troubles). - drop using of task
2314        notepad to pass parameters - use function arguments instead - use
2315        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2316        in socket() instead of AF_INET.
2317
23182001-01-02      Joel Sherrill <joel@OARcorp.com>
2319
2320        * libnetworking/CHANGELOG: Removed.
2321        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2322
23232000-12-14      Eric Norum <eric.norum@usask.ca>
2324
2325        * libnetworking/lib/tftpDriver.c: Added write capability.
2326
23272000-12-08      Joel Sherrill <joel@OARcorp.com>
2328
2329        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2330        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2331        numerous variable declarations conditional on PPP_COMPRESS and
2332        PPP_FILTER.  Commented out variables that were not used because the code
2333        using them was commented out. Removed totally unused variables.
2334        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2335        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2336
23372000-11-30      Joel Sherrill <joel@OARcorp.com>
2338
2339        * libnetworking/modem/ppp_tty.c: Changed to include
2340        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2341        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2342        * libnetworking/Makefile.am: Modified to reflect above.
2343
23442000-11-27      Joel Sherrill <joel@OARcorp.com>
2345
2346        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2347
23482000-11-25      Eric Norum <eric.norum@usask.ca>
2349
2350        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2351        core.
2352
23532000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2354
2355        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2356        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2357        subdir.
2358        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2359        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2360        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2361        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2362        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2363        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2364        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2365        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2366        ppp_tty.c and the real pppd main is in pppmain.c.
2367
23682000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2369
2370        * libchip/network/sonic.c: Added ipalign() routine to align the received
2371        packet so that the ip header is on a 32-bit boundary. Necessary for
2372        cpu's that do not allow unaligned loads and stores and when the 32-bit
2373        DMA mode is used.
2374
23752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2376
2377        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2378        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2379        ACLOCAL_AMFLAGS.
2380        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2381        ACLOCAL_AMFLAGS.
2382        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2383        ACLOCAL_AMFLAGS.
2384
23852000-11-03      Chris Johns <ccj@acm.org>
2386
2387        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2388        libchip/network/cs8900.h: New files.
2389
23902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2391
2392        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2393        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2394        $(RTEMS_TOPdir)/aclocal.
2395        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2396        $(RTEMS_TOPdir)/aclocal.
2397        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2398        $(RTEMS_TOPdir)/aclocal.
2399
24002000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2401
2402        * configure.in: Switch to GNU-canonicalization.
2403        * Makefile.am: Reflect changes to configure.in.
2404        * acinclude.m4: Remove.
2405
24062000-10-30      Joel Sherrill <joel@OARcorp.com>
2407
2408        * POSIX include files merged into newlib.  This resulted in some
2409        definitions moving to other files and thus some secondary effects in
2410        RTEMS source code.
2411        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2412        in sync with newlib's <machine/types.h>.
2413        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2414        definition of struct itimerval in <sys/time.h>.
2415
24162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2417
2418        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2419        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2420        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2421        * ChangeLog: Fix typos.
2422        * configure.in: add tests to the GNU canonicalized subdirectories.
2423
24242000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2425
2426        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2427        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2428        the lib directory before configuring lib/.
2429
24302000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2431
2432        * configure.in, Makefile.am: add exec to the GNU canonicalized
2433        subdirectories.
2434        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2435        * configure.in: add libnetworking, librpc and librdb to the GNU
2436        canonicalized subdirectories.
2437        * configure.in: add libmisc and libchip to the GNU canonicalized
2438        subdirectories.
2439        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2440        Switch to GNU canonicalization.
2441        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2442        Switch to GNU canonicalization.
2443        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2444        Switch to GNU canonicalization.
2445
24462000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2447
2448        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2449        canonicalization to libfs/. The approach is currently a bit of a hack as
2450        GNU canonicalization does not support the per-BSP build some of the
2451        other directories require.  As more of the tree is converted, this will
2452        become less  of an issue.
2453
24542000-10-20      Joel Sherrill <joel@OARcorp.com>
2455
2456        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2457        parameter.
2458
24592000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2460
2461        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2462        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2463        * librdbg/configure.in: Add m68k support.
2464        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2465        subdirectory.
2466        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2467        failure.
2468        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2469        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2470        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2471        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2472        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2473        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2474        librdbg/src/m68k/.cvsignore: New files.
2475        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2476        function pointers.
2477        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2478        _after_ pointer has been checked against NULL.
2479
24802000-10-18      Joel Sherrill <joel@OARcorp.com>
2481
2482        * wrapup/Makefile.am: Added libfs.
2483
24842000-10-18      Chris Johns <ccj@acm.org>
2485
2486        * libfs created.
2487        * configure.in: Added libfs subdirectory.
2488        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2489
24902000-09-28      Joel Sherrill <joel@OARcorp.com>
2491
2492        * libnetworking/rtems_webserver/Makefile.am,
2493        libnetworking/rtems_webserver/base64.c,
2494        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2495        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2496
24972000-09-22      Joel Sherrill <joel@OARcorp.com>
2498
2499        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2500        libnetworking/rtems/rtems_bsdnet_internal.h,
2501        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2502        have included rtems.h.  It is now including precisely the  least amount
2503        of low level, yet portable .h files to get the basic RTEMS types
2504        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2505        used machine/types.h to include rtems.h.
2506
25072000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2508
2509        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2510
25112000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2512
2513        * libnetworking/ChangeLog: Cleanup.
2514
25152000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2516
2517        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2518        * libchip/ChangeLog: Fix formating.
2519
25202000-09-05      Joel Sherrill <joel@OARcorp.com>
2521
2522        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2523        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2524        confusion and to work with the converted flags.
2525
25262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2527
2528        * wrapup/Makefile.am: Include compile.am.
2529        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2530        libchip/serial/Makefile.am: Include compile.am.
2531        * librdbg/src/i386/any/Makefile.am,
2532        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2533        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2534        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2535        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2536        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2537        libnetworking/rtems_servers/Makefile.am,
2538        libnetworking/rtems_webserver/Makefile.am,
2539        libnetworking/wrapup/Makefile.am: Include compile.am.
2540
25412000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2542
2543        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2544        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2545
25462000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2547
2548        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2549
25502000-08-31      Joel Sherrill <joel@OARcorp.com>
2551
2552        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2553        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2554        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2555        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2556        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2557        * libnetworking/wbase64.c: Removed.
2558        * libnetworking/Makefile.am, libnetworking/asp.c,
2559        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2560        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2561        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2562        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2563        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2564        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2565        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2566        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2567        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2568        Modified.
2569
25702000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2571
2572        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2573
25742000-08-30      Joel Sherrill <joel@OARcorp.com>
2575
2576        * libnetworking/rtems_webserver/license.txt: New file.
2577
25782000-08-10      Joel Sherrill <joel@OARcorp.com>
2579
2580        * ChangeLog: New file.
2581        * libchip/ChangeLog: New file.
2582        * librdbg/ChangeLog: New file.
2583        * libnetworking/ChangeLog: New file.
2584
Note: See TracBrowser for help on using the repository browser.