source: rtems/c/src/ChangeLog @ e649222

4.104.114.84.95
Last change on this file since e649222 was 1eaf0fda, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/10/04 at 04:24:50

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

  • aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
  • Property mode set to 100644
File size: 97.5 KB
Line 
12004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
4
52004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * libchip/network/dec21140.c, libchip/network/elnk.c:
8        #include <errno.h>.
9
102004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * libchip/network/if_media.h: Update from FreeBSD.
13        * libchip/network/open_eth.c, libchip/network/cs8900.c,
14        libchip/network/i82586.c: #include <errno.h>.
15
162004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
19
202004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
23
242004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
27        automake).
28
292004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
30
31        PR 599/pppd
32        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
33
342004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * optman/rtems/no-region.c: Reflect having changed
37        rtems_region_get_segment_size.
38
392004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
42        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
43        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
44        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
45        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
46        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
47        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
48
492004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * libchip/ide/ata.c, libchip/network/dec21140.c,
52        libchip/network/elnk.c, libchip/network/i82586.c,
53        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
54        libchip/network/open_eth.c, libchip/network/sonic.c,
55        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
56        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
57        libchip/shmdr/init.c, libchip/shmdr/intr.c,
58        libchip/shmdr/shm_driver.h: Cosmetics.
59
602004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
63        optman/rtems/no-msg.c, optman/rtems/no-part.c,
64        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
65        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
66        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
67        fixed size types.
68
692004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        * configure.ac: Explicitly pass --includedir and --libdir to
72        cpukit/configure.
73
742004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        * librdbg/Makefile.am: Fix rpcgen rules.
77        * librdbg/src/i386/any/remdeb_xdr.c,
78        librdbg/src/m68k/any/remdeb_xdr.c,
79        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
80        Reflect changes to librdbg/Makefile.am.
81
822004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * configure.ac: Reflect changes testsuites/configure.ac and
85        cpukit/configure.ac.
86
872004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
90        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
91
922004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        * configure.ac: Reflect changes to testsuites's configuration.
95
962004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        PR/589 rtems
99        * libchip/network/pci.h: Remove (Moved to cpukit).
100
1012004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
104        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
105        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
106        libchip/network/dec21140.c, libchip/network/elnk.c,
107        libchip/network/if_fxp.c, libchip/network/open_eth.c,
108        libchip/network/open_eth.h, libchip/network/sonic.c,
109        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
110        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
111        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
112        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
113        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
114        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
115        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
116        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
117        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
118        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
119        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
120        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
121        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
122        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
123        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
124        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
125        fixed-size types.
126
1272004-03-14      Chris Johns  <chrisj@rtems.org>
128
129        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
130        the BSP example code.
131        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
132        support the DIMMPC. This is a pc386 target with IO port support. Minor
133        formating clean up. Add documentation to the header file.
134        * libchip/network/README.cs8900: The CS8900 driver is documented in the
135        cs8900.h header file.
136
1372004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
140        Cosmetics.
141
1422004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
145        There are no application level Makefiles in here.
146
1472004-03-04      Joel Sherrill <joel@OARcorp.com>
148
149        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
150        they can be used in application level makefiles.
151
1522004-03-05      Joel Sherrill <joel@OARcorp.com>
153
154        * libnetworking/rtems_webserver/ejparse.c,
155        libnetworking/rtems_webserver/emfdb.c,
156        libnetworking/rtems_webserver/sock.c,
157        libnetworking/rtems_webserver/socket.c,
158        libnetworking/rtems_webserver/sym.c,
159        libnetworking/rtems_webserver/webs.c,
160        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
1612004-03-05      Joel Sherrill <joel@OARcorp.com>
162
163        * libchipnetwork/open_eth.c: Remove warnings by conditionally
164        compiling this file only only those CPU families with supported
165        exception models.
166
1672004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * acinclude.m4: Fix loosing arguments when configuring cpukit and
170        testsuites (Was exposed with --enable-multilib, only).
171        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
172         Add RTEMS_BSP_CONFIG_SUBDIR.
173        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
174        testsuites's configure.
175        * aclocal/rtems-top.m4: Remove ENDIF hack.
176        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
177
1782004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
181        wrapup/Makefile.am: Fix automake problems having been introduced
182        in previous patch.
183
1842004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
187        Preinstall dirs.
188        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
189        * aclocal/check-multiprocessing.m4: Cosmetics.
190        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
191        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
192
1932004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
196        librdbg/src/Makefile.am.
197        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
198        * configure.ac: Reflect changes above.
199        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
200        * wrapup/Makefile.am: Reflect changes above.
201        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
202
2032004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
206
2072004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
210
2112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * wrapup/Makefile.am: Reflect new location of librdbg.a.
214
2152004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
218        librdbg/src/powerpc/Makefile.am: Remove.
219        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
220        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
221        * configure.ac: Reflect changes above.
222
2232004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225
2262004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
229        STRIP.
230
2312004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * librdbg/include/Makefile.am: Merge-in
234        librdbg/include/rdbg/i386/Makefile.am,
235        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
236        librdbg/include/rdbg/powerpc/Makefile.am.
237        * librdbg/include/rdbg/i386/Makefile.am,
238        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
239        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
240        * configure.ac: Reflect changes above.
241
2422004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: Use AS_HELP_STRING(ada).
245
2462004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * aclocal/bspopts.m4: Use AS_HELP_STRING.
249        * aclocal/bsp-configure.m4: Require autoconf-2.59.
250        Use AC_CONFIG_HEADERS.
251        * aclocal/check-custom-bsp.m4: Add bspkit-support.
252        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
253
2542004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: include local.am.
257
2582004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * aclocal/version.m4: 4.6.99.0.
261
2622004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Don't include host.am.
265        * automake/compile.am: Further cleanups.
266
2672004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * automake/lib.am: Remove (Unused).
270
2712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * wrapup/Makefile.am: Don't include lib.am.
274        * automake/compile.am: Use automake compilation rules.
275
2762004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * libnetworking/pppd/Makefile.am,
279        libnetworking/rtems_servers/Makefile.am,
280        libnetworking/rtems_telnetd/Makefile.am,
281        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
282        support/Makefile.am: Don't include lib.am.
283
2842004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * libchip/Makefile.am: Don't include lib.am.
287        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
288        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
289        unnecessary EXTRA_DISTs.
290
2912004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
294        hack.
295
2962004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
299        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
300        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
301        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
302
3032004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
306        Add AM_CONDITIONAL(HAS_MP).
307        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
308        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
309        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
310        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
311        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
312        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
313        (Deprecated by autoconf 2.59).
314
3152004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
318        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
319
3202004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * ChangeLog: Merge-in libnetworking/ChangeLog.
323        * libnetworking/ChangeLog: Remove.
324        * ChangeLog: Merge-in librdbg/ChangeLog.
325        * librdbg/ChangeLog: Remove.
326        * ChangeLog: Merge-in libchip/ChangeLog.
327        * libchip/ChangeLog: Remove.
328        * ChangeLog: Merge-in optman/ChangeLog.
329        * optman/ChangeLog: Remove.
330
3312004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac: Reflect changes to cpukit.
334        * wrapup/Makefile.am: Reflect changes to librdbg.
335        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
336        * libchip/Makefile.am: Add PREINSTALL_DIRS.
337        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
338        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
339        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
340        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
341        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
342        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
343        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
344
3452004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * aclocal/rtems-top.m4: Remove check for version.m4.
348        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
349
3502004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
353        * wrapup/Makefile.am: Reflect changes to libchip/*.
354        * support/Makefile.am: Use automake compilation rules.
355        * wrapup/Makefile.am: Reflect changes to support/*.
356        * configure.ac: Remove libnetworking/wrapup/Makefile.
357        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
358        libnetworking/*/lib*.a instead of libnetapps.a.
359        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
360        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
361        * optman/Makefile.am: Use automake compilation rules.
362        * libchip/Makefile.am: Fix typo in previous patch.
363        * libchip/Makefile.am: Use automake compilation rules.
364        * libnetworking/Makefile.am: Remove wrapup.
365        * libnetworking/pppd/Makefile.am: Build libpppd. Use
366        automake-compilation rules.
367        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
368        automake-compilation rules.
369        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
370        automake-compilation rules.
371        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
372        automake-compilation rules.
373        * libnetworking/wrapup/Makefile.am: Remove (Unused).
374
3752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
378        PRE/TMPINSTALL_FILES to CLEANFILES.
379        * automake/lib.am: Remove TMPINSTALL_FILES.
380        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
381        PRE/TMPINSTALL_FILES to CLEANFILES.
382        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
383        PRE/TMPINSTALL_FILES to CLEANFILES.
384        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
385        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
386        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
387        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
388        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
389        * librdbg/src/i386/Makefile.am: Ditto.
390        * librdbg/src/m68k/Makefile.am: Ditto.
391        * librdbg/src/powerpc/Makefile.am: Ditto.
392        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
393        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
394        * libnetworking/rtems_servers/Makefile.am: Ditto.
395        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
396        * libnetworking/rtems_webserver/Makefile.am: Ditto.
397
3982004-01-07      Joel Sherrill <joel@OARcorp.com>
399
400        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
401        more completely covers the MIPS family.
402
4032003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * wrapup/Makefile.am: Reflect changes to shmdr.
406        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
407
4082003-12-18      Joel Sherrill <joel@OARcorp.com>
409
410        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
411        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
412        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
413        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
414        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
415        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
416        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
417
4182003-12-17      Joel Sherrill <joel@OARcorp.com>
419
420        * aclocal/version.m4: Updated to rtems-20031217-test.
421
4222003-12-17     
423
424        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
425        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
426
4272003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * automake/compile.am: Remove LINK_LIBS (Unused).
430        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
431
4322003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
435        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
436        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
437        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
438        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
439
4402003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
443        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
444        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
445        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
446        * librdbg/src/i386/Makefile.am:
447        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
448        * librdbg/src/m68k/Makefile.am:
449        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
450        * librdbg/src/powerpc/Makefile.am:
451        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
452
4532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
456        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
457        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
458        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
459        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
460        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
461        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
462        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
463        * optman/Makefile.am: Remove project_libdir.
464        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
465        PRE/TMPINSTALL_FILES.
466        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
467        PRE/TMPINSTALL_FILES.
468        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
469        PRE/TMPINSTALL_FILES.
470        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
471        PRE/TMPINSTALL_FILES.
472        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
473        from PRE/TMPINSTALL_FILES.
474        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
475        PRE/TMPINSTALL_FILES.
476        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
477        PRE/TMPINSTALL_FILES.
478        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
479        PRE/TMPINSTALL_FILES.
480        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
481        PRE/TMPINSTALL_FILES.
482        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
483        PRE/TMPINSTALL_FILES.
484        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
485        PRE/TMPINSTALL_FILES.
486        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
487        from PRE/TMPINSTALL_FILES.
488
4892003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
492        * automake/lib.am: Remove project_libdir.
493        * wrapup/Makefile.am: Reworked.
494
4952003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * configure.ac: Reflect changes to librdbg.
498        * optman/Makefile.am: Add tmpinstall dirstamp support.
499        * libchip/Makefile.am: Fix variant-tmpinstall support.
500        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
501        * librdbg/src/powerpc/Makefile.am: Merge-in former
502        new_exception_processing/Makefile.am.
503        * librdbg/src/m68k/any/Makefile.am: Remove.
504        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
505        * librdbg/src/i386/any/Makefile.am: Remove.
506        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
507        * librdbg/src/Makefile.am: Cosmetics.
508        * librdbg/include/Makefile.am: Cosmetics.
509        * librdbg/Makefile.am: Cosmetics.
510        * libnetworking/Makefile.am: Cosmetics.
511        * libnetworking/pppd/Makefile.am: Cosmetics.
512        * libnetworking/wrapup/Makefile.am: Cosmetics.
513
5142003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * Makefile.am: Cosmetics.
517        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
518        support.
519
5202003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * automake/compile.am: Remove $(ARCH):-rule.
523
5242003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * configure.ac: Remove lib/libbsp/shared/Makefile,
527        lib/libbsp/shmdr/Makefile.
528
5292003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
532        libchip/serial/Makefile, libchip/rtc/Makefile.
533        * support/Makefile.am: Remove all-local: $(ARCH).
534        * wrapup/Makefile.am: Remove all-local: $(ARCH).
535        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
536        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
537        * optman/Makefile.am: Remove all-local: $(ARCH).
538        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
539        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
540        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
541        compilation dirstamp support.
542        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
543        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
544        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
545        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
546        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
547        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
548        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
549        all-local: $(ARCH).
550        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
551        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
552        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
553        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
554        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
555
5562003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * aclocal/lead-dot.m4: New (from automake-1.7f).
559        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
560        AC_SUBST(dirstamp).
561        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
562        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
563        libchip/serial/Makefile.am: Ditto.
564        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
565        * librdbg/include/Makefile.am: Ditto.
566        * librdbg/include/rdbg/Makefile.am: Ditto.
567        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
568        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
569        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
570        * librdbg/src/Makefile.am: Ditto.
571        * librdbg/src/i386/Makefile.am: Ditto.
572        * librdbg/src/i386/any/Makefile.am: Ditto.
573        * librdbg/src/m68k/Makefile.am: Ditto.
574        * librdbg/src/m68k/any/Makefile.am: Ditto.
575        * librdbg/src/powerpc/Makefile.am: Ditto.
576        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
577        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
578        preinstallation.
579        * libnetworking/pppd/Makefile.am: Ditto.
580        * libnetworking/rtems_servers/Makefile.am: Ditto.
581        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
582        * libnetworking/rtems_webserver/Makefile.am: Ditto.
583        * libnetworking/wrapup/Makefile.am: Ditto.
584
5852003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
588        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
589        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
590        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
591        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
592        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
593        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
594        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
595        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
596        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
597        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
598        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
599        underquoting to silence automake-1.8.
600
6012003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * configure.ac: Reflect having moved tests to ../../testsuites.
604
6052003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
608        * aclocal/canonical-host.m4: Remove.
609        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
610        * configure.ac: Remove RTEMS_CANONICAL_HOST.
611
6122003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * aclocal/check-cpu.m4: Remove.
615        * configure.ac: Merge-in former aclocal/check-cpu.m4.
616        * aclocal/canonical-target-name.m4: Add m4-quotes.
617        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
618        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
619        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
620        * aclocal/check-networking.m4: Add m4-quotes. Require
621        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
622        * aclocal/check-posix.m4: Add m4-quotes. Require
623        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
624        * aclocal/check-rdbg.m4: Add m4-quotes. Require
625        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
626        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
627
6282003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
631        * aclocal/bsp-alias.m4: Remove.
632
6332003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * configure.ac: Make presence of tests/ optional.
636
6372003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * aclocal/path-perl.m4: Remove (Unused).
640
6412003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * automake/force-preinstall.am: Remove.
644
6452003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
646
647        PR 499/rtems_misc
648        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
649        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
650        Configuration (Odd was forced) - Correction of Stop Bit configuration
651        (inversed) - Correction of ISR Handler to call
652        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
653        CTS Hardware flow control Configuration.
654
6552003-09-04      Joel Sherrill <joel@OARcorp.com>
656
657        * lib/libcpu/shared/include/cache.h,
658        lib/libcpu/shared/src/cache_aligned_malloc.c,
659        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
660        license changed.
661        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
662        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
663        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
664        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
665        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
666        for license changed.
667        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
668        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
669        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
670        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
671        libchip/network/cs8900.h, libchip/network/dec21140.c,
672        libchip/network/elnk.c, libchip/network/open_eth.c,
673        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
674        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
675        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
676        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
677        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
678        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
679        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
680        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
681        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
682        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
683        libchip/serial/serial.h, libchip/serial/z85c30.c,
684        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
685        libchip/serial/z85c30_reg.c: URL for license changed.
686
6872003-09-03      Jiri Gaisler <jiri@gaisler.com>
688
689        PR 477/networking
690        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
691        * libchip/network/README.open_eth, libchip/network/open_eth.c,
692        libchip/network/open_eth.h: New files.
693
6942003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * aclocal/rtems-top.m4: Add RTEMS_API.
697        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
698
6992003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
702        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
703        @RTEMS_BSP@.cfg.
704
7052003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
708
7092003-08-20      Joel Sherrill <joel@OARcorp.com>
710
711        * libchip/network/cs8900.c: Correct copyright statements.
712
7132003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * aclocal/check-itron.m4: Remove.
716        * aclocal/enable-inlines.m4: Remove.
717        * Makefile.am: Reflect having moved aclocal/.
718        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
719        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
720        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
721        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
722        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
723        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
724        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
725        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
726        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
727        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
728        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
729        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
730        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
731        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
732        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
733        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
734        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
735        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
736        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
737        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
738        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
739        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
740        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
741        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
742        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
743        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
744        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
745        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
746        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
747        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
748        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
749        * aclocal/multilib.m4: New (Copied from ../../aclocal).
750        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
751        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
752        * aclocal/ppc.m4: New (Copied from ../../aclocal).
753        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
754        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
755        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
756        * aclocal/project-root.m4: New (Copied from ../../aclocal).
757        * aclocal/quoting.m4: New (Copied from ../../aclocal).
758        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
759        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
760        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
761        * aclocal/target.m4: New (Copied from ../../aclocal).
762        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
763        * aclocal/version.m4: New (Copied from ../../aclocal).
764
7652003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * configure.ac: Remove stray comments.
768        * automake/local.am, automake/host.am: Remove "debug".
769
7702003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * Makefile.am: Reflect having moved automake/.
773        * lib/Makefile.am: Reflect having moved automake/.
774        * support/Makefile.am: Reflect having moved automake/.
775        * wrapup/Makefile.am: Reflect having moved automake/.
776        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
777        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
778        from ../../automake).
779        * optman/Makefile.am: Reflect having moved automake/.
780        * libchip/Makefile.am: Reflect having moved automake/.
781        * libchip/ide/Makefile.am: Reflect having moved automake/.
782        * libchip/network/Makefile.am: Reflect having moved automake/.
783        * libchip/rtc/Makefile.am: Reflect having moved automake/.
784        * libchip/serial/Makefile.am: Reflect having moved automake/.
785        * librdbg/Makefile.am: Reflect having moved automake/.
786        * librdbg/include/Makefile.am: Reflect having moved automake/.
787        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
788        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
789        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
790        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
791        automake/.
792        * librdbg/src/Makefile.am: Reflect having moved automake/.
793        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
794        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
795        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
796        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
797        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
798        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
799        having moved automake/.
800        * libnetworking/Makefile.am: Reflect having moved automake/.
801        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
802        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
803        automake/.
804        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
805        automake/.
806        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
807        automake/.
808        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
809
8102003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * Makefile.am: Add bsp.pc.in.
813        * bsp.pc.in: New (pkgconfig support).
814
8152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
818
8192003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * lib/Makefile.am: New (Required by 'make dist').
822        * lib/ChangeLog: Remove.
823        * lib/.cvsignore: Cleanup.
824        * configure.ac: Reflect having added lib/Makefile.am.
825        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
826        lib/libbsp/configure.ac.
827        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
828        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
829
8302003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
831
832        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
833        * configure.ac: Merge-in librdbg/configure.ac.
834        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
835        librdbg/configure.ac.
836        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
837        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
838        LIBCHIP. Conditionally build include-dirs.
839        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
840        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
841        * librdbg/Makefile.am, librdbg/include/Makefile.am,
842        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
843        librdbg/include/rdbg/m68k/Makefile.am,
844        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
845        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
846        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
847        librdbg/src/powerpc/Makefile.am, librdbg/
848        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
849        configure.ac into ../configure.ac.
850        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
851        * libnetworking/.cvsignore, libnetworking/Makefile.am,
852        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
853        libnetworking/rtems_telnetd/Makefile.am,
854        libnetworking/rtems_webserver/Makefile.am,
855        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
856        into ../configure.ac.
857
8582003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        PR 427/rtems
861        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
862        * librdbg/src/servtsp.c: Ditto.
863
8642003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
865
866        PR 429/bsps
867        PR 432/bsps
868        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
869        packets are queued onto an elnk board, the ISR will deadlock the device
870        with a tx complete interrupt.  Lighter tx loads are not affected as they
871        end up submitting single packets to the device.
872
8732003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
874
875        * configure.ac: Merge-in libchip/configure.ac. Merge-in
876        optman/configure.ac.
877        * optman/configure.ac: Remove (Merged into ../configure.ac).
878        * optman/Makefile.am: Reflect having merged configure.ac into
879        ../configure.ac.
880        * libchip/configure.ac: Remove (Merged into ../configure.ac).
881        * libchip/Makefile.am, libchip/ide/Makefile.am,
882        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
883        libchip/serial/Makefile.am: Reflect having merged configure.ac into
884        ../configure.ac.
885
8862003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
889
8902003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
891
892        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
893        on i386.
894
8952003-06-13      Joel Sherrill <joel@OARcorp.com>
896
897        * libnetworking/pppd/chat.c: Removed warnings.
898
8992003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
900
901        * libchip/network/README.3com: New file missed in previous commit.
902        PR 405/bsps
903        PR 393/networking
904        * libchip/network/dec21140.c: Fix leak also known as PR393.
905        * libchip/network/elnk.c, libchip/network/if_media.h,
906        libchip/network/mii.h: New files.
907        * libchip/network/Makefile.am: Reflect new files.
908
9092003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
910
911        * configure.ac: Remove support for profile-variant.
912
9132003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
914
915        PR 397/pppd
916        * libnetworking/pppd/fsm.c: Make peer_mru global again.
917        * libnetworking/pppd/magic.c: Remove *rand48.
918        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
919
9202003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
921
922        * wrapup/Makefile.am: Add libide.a.
923
9242003-04-15      Joel Sherrill <joel@OARcorp.com>
925
926        PR 387/rtems_misc
927        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
928        routines.
929        * libchip/ide/ata_internal.h: Added missing newline and end of file.
930
9312003-04-11      Joel Sherrill <joel@OARcorp.com>
932
933        * libnetworking/rtems_webserver/cgi.c,
934        libnetworking/rtems_webserver/sockGen.c,
935        libnetworking/rtems_webserver/umui.c,
936        libnetworking/rtems_webserver/websSSL.c,
937        libnetworking/rtems_webserver/websSSL.h,
938        libnetworking/rtems_webserver/websda.c,
939        libnetworking/rtems_webserver/websda.h: New files. Not included in
940        previous commit.
941
9422003-04-10      Joel Sherrill <joel@OARcorp.com>
943
944        PR 371/pppd
945        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
946        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
947        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
948        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
949        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
950        still global symbols in rtemspppd.h which might need to be changed or
951        converted into member of a structure which is dereferenced with a
952        pointer that is managed as a per task variable. But this patch should
953        avoid many conflicts.
954
9552003-03-27      Joel Sherrill <joel@OARcorp.com>
956
957        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
958        not allowed in the cpukit source code since it must be buildable
959        independent of any BSP. These files were moved to libchip/ide.
960        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
961        files.
962
9632003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
964
965        PR 368/filesystems
966        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
967        improvements which now work on pc386 and mbx8xx.
968        * libchip/ide/ide_controller.c: New file.
969
9702003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
971
972        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
973
9742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
975
976        * configure.ac: Remove AC_CONFIG_AUX_DIR.
977        * configure.ac: Add support/.
978        * support/.cvsignore: New.
979        * support/Makefile.am: New.
980        * support/version.c: New.
981        * wrapup/Makefile.am: Add support/libsupport.a.
982        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
983        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
984        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
985        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
986
9872003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
988
989        * wrapup/Makefile.am: Use SRC += instead of make-vars.
990
9912003-02-20      Till Straumann <strauman@slac.stanford.edu>
992
993        PR 354/networking
994        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
995        chip against a table of supported chips. The untested ones are still
996        commented out, however.
997
9982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
999
1000        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1001        * configure.ac: AC_PREREQ(2.57).
1002        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1003        * optman/configure.ac: AC_PREREQ(2.57).
1004        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1005        * libchip/configure.ac: AC_PREREQ(2.57).
1006        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1007        * librdbg/configure.ac: AC_PREREQ(2.57).
1008        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1009        * libnetworking/configure.ac: AC_PREREQ(2.57).
1010
10112003-02-06      Joel Sherrill <joel@OARcorp.com>
1012
1013        * libnetworking/pppd/chat.c: Convert routines with common names to
1014        static. This included get_char(), put_char(), and character() among
1015        others.
1016
10172003-02-03      Joel Sherrill <joel@OARcorp.com>
1018
1019        PR 338/filesystem
1020        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1021        rtems_io_lookup_name() (API change).  Unused function removed.
1022
10232003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1024
1025        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1026        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1027        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1028        Eliminate *_O_FILES.
1029        * libnetworking/rtems_servers/Makefile.am,
1030        libnetworking/rtems_webserver/Makefile.am,
1031        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1032
10332002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1034
1035        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1036        Let all-local: depend on $(LIB).
1037        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1038        * optman/Makefile.am: Apply install-data-local to install *.rels.
1039
10402002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1041
1042        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1043        %.c rules.
1044        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1045        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1046        * libchip/rtc/Makefile.am: Ditto.
1047        * libchip/serial/Makefile.am: Ditto.
1048
10492002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1050
1051        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1052        LIBC_DEFINES.
1053        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1054        LIBC_DEFINES.
1055        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1056        LIBC_DEFINES.
1057
10582002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1059
1060        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1061
10622002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1063
1064        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1065        cache-checking.
1066        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1067
10682002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1069
1070        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1071        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1072        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1073        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1074        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1075
10762002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1077
1078        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1079        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1080        Remove.
1081        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1082
10832002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1084
1085        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1086        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1087
10882002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1089
1090        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1091        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1092
10932002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1094
1095        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1096        * optman/rel.am: New.
1097
10982002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1099
1100        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1101        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1102        braino in comment on "exec". Extend --enable-ada handling.
1103
11042002-11-04      Joel Sherrill <joel@OARcorp.com>
1105
1106        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1107        tasks and rolling multiple loops into 1.
1108        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1109        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1110        Removed warnings.
1111
11122002-10-31      Joel Sherrill <joel@OARcorp.com>
1113
1114        * libchip/network/dec21140.c: Removed warnings.
1115        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1116        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1117        librdbg/src/m68k/any/remdeb_xdr.c,
1118        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1119        warnings.
1120        * libnetworking/rtems_webserver/socket.c,
1121        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1122
11232002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1124
1125        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1126        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1127        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1128        above.
1129
11302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1131
1132        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1133        * wrapup/.cvsignore: Remove autom4te.cache.
1134        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1135        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1136        autom4te.cache.
1137        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1138        autom4te.cache.
1139        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1140        autom4te.cache.
1141
11422002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1143
1144        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1145
11462002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1147
1148        * optman/.cvsignore: Add autom4te.cache.
1149
11502002-09-14      Joel Sherrill <joel@OARcorp.com>
1151
1152        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1153
11542002-09-07      Joel Sherrill <joel@OARcorp.com>
1155
1156        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1157        include files to resolve warnings.
1158
11592002-09-07      Chris Johns <ccj@acm.org>
1160
1161        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1162        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1163        which corrects the problem  where the cs8900.c file was actually the BSP
1164        glue.  Joel did some hacking so this file will compile.  Previously it
1165        required providing a target.h file to compile.
1166        * libchip/network/cs8900.c.bsp: New file.
1167
11682002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1169
1170        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1171
11722002-08-31      Joel Sherrill <joel@OARcorp.com>
1173
1174        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1175        eliminate warning.
1176
11772002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1178
1179        * configure.ac: Add ada-tests.
1180
11812002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1182
1183        * Makefile.am: Add preinstall-stamp.
1184
11852002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1186
1187        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1188        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1189        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1190        gcc31 happy.
1191        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1192        cp.
1193
11942002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1195
1196        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1197        make/bsp.mak.
1198        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1199        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1200
12012002-08-12      Joel Sherrill <joel@OARcorp.com>
1202
1203        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1204        avoid error.
1205
12062002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1207
1208        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1209        * configure.ac: Add BSP_SUBDIRS.
1210        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1211        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1212        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1213        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1214        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1215        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1216        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1217        RTEMS_CHECK_BSP_CACHE.
1218        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1219        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1220        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1221        .$(OBJEXT) instead of .o.
1222        * libnetworking/pppd/Makefile.am,
1223        libnetworking/rtems_servers/Makefile.am,
1224        libnetworking/rtems_telnetd/Makefile.am,
1225        libnetworking/rtems_webserver/Makefile.am,
1226        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1227
12282002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1229
1230        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1231        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1232        ../libchip/serial/$(ARCH)/libserialio.a.
1233        * libchip/serial/Makefile.am: Don't tmp-install lib.
1234        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1235
12362002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1237
1238        * Makefile.am: Add rtems_makedir.
1239        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1240        * Makefile.am: Add wrapup-SUBDIR.
1241        * wrapup/ChangeLog: Remove.
1242        * wrapup/configure.ac: Remove.
1243        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1244        (Make the bare BSP happy).
1245        * configure.ac: Ditto.
1246        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1247        Create make/custom/default.cfg.
1248        * configure.ac: Add creation of make/custom/*.cfg. Create
1249        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1250
12512002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1252
1253        * Makefile.am: Clean $(PROJECT_RELEASE).
1254
12552002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1256
1257        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1258        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1259        prototype mismatches.
1260
12612002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1262
1263        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1264        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1265
12662002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1267
1268        * acinclude.m4: Add test "$multilib" != "yes".
1269        * config-ml.in: Remove.
1270        * acinclude.m4: Cleanups.
1271        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1272        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1273        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1274        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1275        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1276
12772002-07-16      Eric Norum <eric.norum@usask.ca>
1278
1279        * New driver for the Intel EtherExpressPro (82559ER) chip.
1280        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1281        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1282        * libchip/network/Makefile.am: Modified to reflect above.
1283
12842002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1285
1286        * acinclude.m4: New.
1287        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1288        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1289        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1290
12912002-07-01      Joel Sherrill <joel@OARcorp.com>
1292
1293        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1294        _Objects_Information_table now that it is a two dimensional array based
1295        upon API and class.
1296        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1297        of strnlen().
1298
12992002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1300
1301        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1302        preinstall libnetapps.a.
1303
13042002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1305
1306        * configure.ac: Remove librpc.
1307
13082002-06-25      Joel Sherrill <joel@OARcorp.com>
1309
1310        * Per PR233, moved librpc to exec.
1311        * configure.ac, wrapup/Makefile.am: Modified.
1312        * librpc, librpc/ChangeLog: Removed.
1313
13142002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1315
1316        * optman/Makefile.am: Remove multilib support.
1317        * optman/configure.ac: Ditto.
1318        * optman/sapi/Makefile.am: Ditto.
1319
13202002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1321
1322        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1323        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1324
13252002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1326
1327        Move networking libraries to c/src/exec/libnetworking
1328        * libnetworking/configure.ac, libnetworking/Makefile.am,
1329        libnetworking/wrapup/Makefile.am: Reflect Moval.
1330
13312002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1332
1333        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1334        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1335        <rtems/bspIo.h>.
1336
13372002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1338
1339        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1340        * libnetworking/rtems/mkrootfs.h: Ditto.
1341        * libnetworking/rtems/Makefile.am: Reflect changes above.
1342
13432002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1344
1345        * configure.ac: Remove lib.
1346
13472002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1348
1349        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1350        that exception stack frames on M68K members with VBR always are 6 byte
1351        long. The incorrect assumption resulted in some gdb commands like "next"
1352        to fail on the 68360.
1353
13542002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1355
1356        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1357        PR 220
1358        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1359        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1360        CVS.
1361        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1362        libnetworking/sys/filio.h: Remove.
1363        * libnetworking/sys/Makefile.am: Reflect changes above.
1364
13652002-05-07      Chris Johns <ccj@acm.org>
1366
1367        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1368        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1369        requires it to be stripped.
1370
13712002-05-01      Eric Norum <eric.norum@usask.ca>
1372
1373        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1374        assembly  to satisfy gcc 3.1 and newer.
1375
13762002-04-26      Eric Norum <eric.norum@usask.ca>
1377
1378        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1379        agressive optimization in gcc 3.1 does not reorder things.
1380
13812002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1382
1383        * libchip/network/dec21140.c: Reflect changes to powerpc's
1384        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1385        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1386        <rtems/score/cpu.h>.
1387        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1388        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1389
13902002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1391
1392        * optman/configure.ac: Remove ENABLE_GCC28.
1393
13942002-04-11      Chris Johns <ccj@acm.org>
1395
1396        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1397        driver control block field to the ifconfig network driver structure.
1398        This field is needed by the i82586 driver which was ported from NetBSD
1399        as it had better hardware abstraction.
1400        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1401        PR59, added the drv_ctrl driver control block field to the ifconfig
1402        network driver structure. This field is needed by the i82586 driver
1403        which was ported from NetBSD as it had better hardware abstraction.
1404
14052002-04-10      Mike Siers <mikes@poliac.com>
1406
1407        * libnetworking/rtems_webserver/NOTES,
1408        libnetworking/rtems_webserver/asp.c,
1409        libnetworking/rtems_webserver/balloc.c,
1410        libnetworking/rtems_webserver/default.c,
1411        libnetworking/rtems_webserver/ej.h,
1412        libnetworking/rtems_webserver/ejIntrn.h,
1413        libnetworking/rtems_webserver/ejlex.c,
1414        libnetworking/rtems_webserver/ejparse.c,
1415        libnetworking/rtems_webserver/emfdb.c,
1416        libnetworking/rtems_webserver/emfdb.h,
1417        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1418        libnetworking/rtems_webserver/handler.c,
1419        libnetworking/rtems_webserver/license.txt,
1420        libnetworking/rtems_webserver/md5.h,
1421        libnetworking/rtems_webserver/md5c.c,
1422        libnetworking/rtems_webserver/mime.c,
1423        libnetworking/rtems_webserver/misc.c,
1424        libnetworking/rtems_webserver/ringq.c,
1425        libnetworking/rtems_webserver/rom.c,
1426        libnetworking/rtems_webserver/security.c,
1427        libnetworking/rtems_webserver/sock.c,
1428        libnetworking/rtems_webserver/sym.c,
1429        libnetworking/rtems_webserver/uemf.c,
1430        libnetworking/rtems_webserver/uemf.h,
1431        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1432        libnetworking/rtems_webserver/url.c,
1433        libnetworking/rtems_webserver/value.c,
1434        libnetworking/rtems_webserver/wbase64.c,
1435        libnetworking/rtems_webserver/webcomp.c,
1436        libnetworking/rtems_webserver/webpage.c,
1437        libnetworking/rtems_webserver/webrom.c,
1438        libnetworking/rtems_webserver/webs.c,
1439        libnetworking/rtems_webserver/webs.h,
1440        libnetworking/rtems_webserver/websuemf.c,
1441        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1442        2.1.4.
1443
14442002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1445
1446        * libchip/network/i82586.c: Include <string.h>.
1447        * libchip/network/sonic.c: Ditto.
1448
14492002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1450
1451        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1452
14532002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1454
1455        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1456
14572002-03-27      Thomas.Doerfler@imd-systems.de
1458
1459        PR 144
1460        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1461        memory address 0 when called for the first time. This is done when
1462        trying to clear the variable "dhcp_hostname".
1463
14642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1465
1466        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1467        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1468        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1469        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1470        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1471        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1472        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1473        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1474        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1475        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1476        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1477        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1478        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1479        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1480        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1481        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1482        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1483        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1484        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1485        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1486        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1487        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1488        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1489        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1490        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1491        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1492        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1493        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1494        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1495        AUTOMAKE_OPTIONS.
1496        * libnetworking/configure.ac:
1497        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1498        foreign 1.6]).
1499        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1500        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1501        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1502        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1503        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1504        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1505        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1506        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1507        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1508        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1509        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1510        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1511        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1512        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1513        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1514        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1515        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1516
15172002-03-27      Ilya Alexeev <ilya@continuum.ru>
1518
1519        PR 162
1520        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1521        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1522        used in a device write routines.  Now ppp_softc structure have own
1523        character for writing to device (sc_outchar).  I think that converting
1524        local variables to static is not a right solution, because problems will
1525        occur in the case of two or more ppp instances.
1526        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1527        must be u_long, otherwise in the case of the big output packet endless
1528        loop may occur.
1529
15302002-03-21      Ilya Alexeev <ilya@continuum.ru>
1531
1532        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1533        preparations for multiple PPPD connections.
1534
15352002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1536
1537        PR 149
1538        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1539        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1540        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1541        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1542
15432002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1544
1545        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1546        * configure.ac: Modified to reflect addition.
1547
15482002-02-27      Ilya Alexeev <ilya@continuum.ru>
1549
1550        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1551        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1552        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1553        capabilities as well as eliminate some warnings.
1554
15552002-02-27      Eric Norum <eric.norum@usask.ca>
1556
1557        * libnetworking/net/radix.c: Properly handle fetching the default route
1558        when there is no route.  This was a bug in the original FreeBSD code and
1559        this fix is from an updated version of their code.
1560
15612002-02-16      Eric Norum <eric.norum@usask.ca>
1562
1563        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1564        checking.
1565
15662002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1567
1568        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1569        dodefaultroute.
1570
15712002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1572
1573        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1574        include <rtems/seterr.h>.
1575
15762002-02-01      Mike Siers <mikes@poliac.com>
1577
1578        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1579        avoid bringing the link down too fast. NOTE: Mike reports successfully
1580        running at 56K baud on a direct link.
1581
15822002-02-01      Eric Valette <valette@crf.canon.fr>
1583
1584        * librdbg/So many patches have been posted recently on the mailing list
1585        and  because we were unable to find correct solution to compile on
1586        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1587        because the coding  style of rdbg was rather inconsistant among various
1588        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1589        global coding style (using indent + manual edits), 2) incorporate/review
1590        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1591        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1592        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1593        after rdbg initialization is done, NB : the paches is huge but it is
1594        mainly due to coding styke chnages.  Only few lines of codes have been
1595        really changed and they do not impact  rdbg functionnality (AFAIKT).
1596        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1597        librdbg/include/rdbg/m68k/rdbg_f.h,
1598        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1599        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1600        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1601        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1602        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1603        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1604        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1605        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1606        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1607        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1608        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1609        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1610        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1611        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1612        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1613        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1614
16152002-01-31      Mike Siers <mikes@poliac.com>
1616
1617        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1618        * Nice Update of PPPD support which eliminates the requiremetn that
1619        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1620        and reports that it seems to be more stable and handle larger packets
1621        better.  This patch replaces the termios tasks with more general pppd
1622        network driver tasks.  The functions pppinput() and pppstart() get
1623        called from the interrupt service routine.
1624        * libnetworking/Makefile.am, libnetworking/configure.ac,
1625        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1626        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1627        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1628        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1629        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1630        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1631        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1632        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1633        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1634        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1635        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1636        libnetworking/net/route.c, libnetworking/net/route.h,
1637        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1638        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1639        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1640        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1641        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1642        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1643        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1644        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1645        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1646        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1647        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1648        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1649        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1650        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1651        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1652        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1653        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1654        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1655        libnetworking/pppd/example/README,
1656        libnetworking/pppd/example/netconfig.h,
1657        libnetworking/wrapup/Makefile.am: Modified.
1658        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1659        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1660        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1661        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1662        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1663        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1664        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1665        libnetworking/modem/pppcompress.c: Subdirectory removed.
1666
16672002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1668
1669        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1670        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1671
16722002-01-18      Till Straumann <strauman@slac.stanford.edu>
1673
1674        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1675        issues: - exception handler needs to enable MSR_FP if the interrupted
1676        thread is FP enabled. - printk message for MSR fixed and added
1677        stacktrace. NOTE: this requires the stacktrace patch to
1678        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1679        however).
1680
16812002-01-06      Joel Sherrill <joel@OARcorp.com>
1682
1683        * optman/.cvsignore: Added aclocal.m4 and configure.
1684        * optman/.cvsignore: New file.
1685
16862002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1687
1688        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1689
16902002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1691
1692        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1693        * optman/ChangeLog: New.
1694        * optman/configure.ac: New.
1695        * optman/Makefile.am: New.
1696        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1697        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1698
16992001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1700
1701        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1702
17032001-12-18      Eric Norum <eric.norum@usask.ca>
1704
1705        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1706        `directories' (path names with a / at the end) while disallowing open()
1707        operations on TFTP `directories'.
1708
17092001-12-07      Eric Norum <eric.norum@usask.ca>
1710
1711        * libnetworking/lib/tftpDriver.c: Restore write capability.
1712
17132001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1714
1715        * libchip/network/sonic.h: Fix typo.
1716        * libnetworking/arpa/Makefile.am: Remove stray lines.
1717
17182001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1719
1720        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1721
17222001-10-18      Eric Norum <eric.norum@usask.ca>
1723
1724        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1725        chdir() and open() operations within the TFTP file system.
1726
17272001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1728
1729        * librdbg/configure.ac: Fix latent bug exposed by removal of
1730        config.cache's which prevented powerpc targets librdbg from building.
1731
17322001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1733
1734        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1735        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1736        autoconf-2.52 happy.
1737
17382001-10-12      Mike Siers <mikes@poliac.com>
1739
1740        * libnetworking/Update to stable working state.  Congratulations Mike!
1741        :).
1742        * libnetworking/modem_example: Directory removed.
1743        * libnetworking/modem_example/16550.h,
1744        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1745        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1746        libnetworking/modem_example/ppp.h,
1747        libnetworking/modem_example/pppcompress.c: Files removed.
1748        * libnetworking/pppd/example/pppd.options: New file.
1749        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1750        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1751        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1752        libnetworking/pppd/rtemsmain.c: Updated.
1753
17542001-10-12      Joel Sherrill <joel@OARcorp.com>
1755
1756        * libchip/serial/z85c30.c: Fixed typo.
1757
17582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1759
1760        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1761        * configure.in: Remove.
1762        * configure.ac: New file, generated from configure.in by autoupdate.
1763        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1764        * libchip/configure.in: Remove.
1765        * libchip/configure.ac: New file, generated from configure.in by
1766        autoupdate.
1767        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1768        * librdbg/configure.in: Remove.
1769        * librdbg/configure.ac: New file, generated from configure.in by
1770        autoupdate.
1771        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1772        * libnetworking/configure.in: Remove.
1773        * libnetworking/configure.ac: New file, generated from configure.in by
1774        autoupdate.
1775
17762001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1777
1778        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1779        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1780        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1781
17822001-09-27      Joel Sherrill <joel@OARcorp.com>
1783
1784        * libchip/ChangeLog: Fixed typo in date.
1785
17862001-09-27      Eric Norum <eric.norum@usask.ca>
1787
1788        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1789        TFTP  filesystem.
1790
17912001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1792
1793        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1794        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1795        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
1796        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
1797        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1798        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1799        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1800        'PREINSTALL_FILES ='.
1801        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
1802        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
1803        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
1804        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
1805        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
1806        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
1807        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
1808        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
1809        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
1810        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
1811        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
1812        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
1813
18142001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1815
1816        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
1817        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
1818        * librdbg/src/m68k/any/Makefile.am: Ditto.
1819        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1820        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
1821        happy.
1822
18232001-09-21      Joel Sherrill <joel@OARcorp.com>
1824
1825        * libchip/network/Makefile.am: Fixed typo on file name.
1826        * libchip/network/i82586.c: Commented out line 318 which is referencing
1827        a member of a structure that is not currently there.  This needs to be
1828        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
1829        to C style.
1830
18312001-09-19      Eric Norum <eric.norum@usask.ca>
1832
1833        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
1834
18352001-09-19      Chris Johns <ccj@acm.org>
1836
1837        * libchip/network/README.i82586, libchip/network/i82586.c,
1838        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
1839        Network driver for Intel i82586.
1840        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
1841        rtems/rtems_bsdnet_internal.h Added support for populating the initial
1842        "root" filesystem with information obtained via the DHCP response.
1843
18442001-09-14      Eric Norum <eric.norum@usask.ca>
1845
1846        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
1847        make gcc 3.x happy.
1848
18492001-08-16      Mike Siers <mikes@poliac.com>
1850
1851        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
1852        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
1853        These support callback functionality that has not even been compiled
1854        under RTEMS yet.
1855        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
1856        example application.  Mike's notes on the modifications: - renamed
1857        error() function because of namespace problems - removed calls to the
1858        exit() funciton - removed extra files from the pppd source directory -
1859        defined pppd task constant values in rtemspppd.h - modifyied example
1860        code to get actual tick per second value - placed the pppd 2.3.11 man
1861        page file (pppd.8) into the pppd directory.
1862        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1863        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1864        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1865        libnetworking/pppd/rtems-ppp.c: Deleted.
1866        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
1867        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1868        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
1869        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
1870        libnetworking/pppd/example/init.c,
1871        libnetworking/pppd/example/netconfig.h,
1872        libnetworking/pppd/example/ppp.conf,
1873        libnetworking/pppd/example/pppdapp.c,
1874        libnetworking/pppd/example/system.h: New files.
1875        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
1876        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
1877        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
1878        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1879        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1880        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1881        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1882        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1883        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1884        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1885        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1886        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1887        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1888        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
1889        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
1890
18912001-08-16      Joel Sherrill <joel@OARcorp.com>
1892
1893        * libnetworking/pppd/example/Makefile: Removed.
1894        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
1895        to avoid bootstrap -c clobbering it.
1896        * libnetworking/rtems_telnetd/.cvsignore: New file.
1897
18982001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1899
1900        * libnetworking/Makefile.am, libnetworking/configure.in,
1901        libnetworking/rtems_servers/Makefile.am,
1902        libnetworking/rtems_servers/telnetd.c,
1903        libnetworking/rtems_servers/telnetd.h,
1904        libnetworking/rtems_telnetd/Makefile.am,
1905        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1906        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1907        libnetworking/rtems_telnetd/telnetd.c,
1908        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
1909        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
1910        effect when ftpd change. - the tcp/ip stats have been implemented into
1911        icmds.c and started when telnetd daemon is started.
1912        * libnetworking/rtems_servers/telnetd.c,
1913        libnetworking/rtems_servers/telnetd.h: Removed.
1914        * libnetworking/rtems_telnetd: New directory.
1915        * libnetworking/rtems_telnetd/Makefile.am,
1916        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1917        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1918        libnetworking/rtems_telnetd/telnetd.c,
1919        libnetworking/rtems_telnetd/telnetd.h: New files.
1920
19212001-06-14      Joel Sherrill <joel@OARcorp.com>
1922
1923        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
1924        Moved from libmisc/shell so the network stack to address network
1925        depenendency.
1926        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
1927
19282001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1929
1930        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
1931
19322001-05-15      Joel Sherrill <joel@OARcorp.com>
1933
1934        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1935        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
1936        accidentally deleted the incorrectly empty versions.
1937
19382001-05-14      Till Straumann <strauman@slac.stanford.edu>
1939
1940        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
1941        libchip/pci/Makefile.am: Per PR215 address the following issues: -
1942        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
1943        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
1944        to know the values) - the affected BSP (shared/motorola) headers have
1945        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
1946        driver (libchip/network/dec21140.c) has been fixed to use
1947        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
1948        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
1949        who is using this driver. - the DEC driver also has been fixed to use
1950        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
1951        delay_in_bus_cycles().
1952
19532001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1954
1955        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
1956
19572001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1958
1959        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
1960
19612001-04-24      Eric Norum <eric.norum@usask.ca>
1962
1963        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
1964        NTP synchronization a little more robust -- no NTP daemon yet, but at
1965        least it trys a little harder when the primary NTP server is down.
1966
19672001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
1968
1969        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
1970        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1971        libnetworking/pppd/modem_example/modem.c,
1972        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
1973        other strings into English.
1974        * libnetworking/pppd/STATUS: updated to reflect the changes.
1975
19762001-04-20      Jake Janovetz <janovetz@uiuc.edu>
1977
1978        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
1979        again.
1980
19812001-04-20      Eric Valette <valette@crf.canon.fr>
1982
1983        * mcp750 directory renamed new_exception processing as it supports many
1984        more CPU models.
1985        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1986        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1987        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
1988        formerly in mcp750 plus modifications.
1989        * librdbg/src/powerpc/mcp750/.cvsignore,
1990        librdbg/src/powerpc/mcp750/Makefile.am,
1991        librdbg/src/powerpc/mcp750/remdeb.h,
1992        librdbg/src/powerpc/mcp750/remdeb_f.x,
1993        librdbg/src/powerpc/mcp750/remdeb_svc.c,
1994        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
1995        new_exception_processing.
1996        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1997        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1998        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
1999        part of this effort to add support for the MPC8xx.
2000
20012001-04-19      Joel Sherrill <joel@OARcorp.com>
2002
2003        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2004        internal include files.
2005
20062001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2007
2008        PR 158
2009        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2010        rcmd() library call by commenting out the parts that deal with signals.
2011        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2012        stdio. The 'server-side' parts of this file which deal with
2013        authentication are disabled since they are not needed.
2014
20152001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2016
2017        * libnetworking/include/.cvsignore: Remove dangling file.
2018
20192001-03-14      Joel Sherrill <joel@OARcorp.com>
2020
2021        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2022        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2023        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2024        libchip style serial drivers can be written in libcpu or libbsp.
2025
20262001-03-01      Joel Sherrill <joel@OARcorp.com>
2027
2028        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2029        libchip/network/sonic.c, libchip/network/sonic.h,
2030        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2031        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2032        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2033        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2034        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2035        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2036        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2037        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2038
20392001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2040
2041        * librdbg/include/rdbg/Makefile.am,
2042        librdbg/include/rdbg/i386/Makefile.am,
2043        librdbg/include/rdbg/m68k/Makefile.am,
2044        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2045        style on include files.
2046
20472001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2048
2049        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2050        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2051        replace ${..} with $(..).
2052        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2053        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2054        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2055        libnetworking/rtems/Makefile.am, libnetworking/
2056        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2057        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2058        include_*HEADERS instead of H_FILES.
2059        * libnetworking/include/Makefile.am: Remove.
2060        * libnetworking/Makefile.am: Add handling of *.h files.
2061        * libnetworking/configure.in: Remove include/Makefile.
2062
20632001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2064
2065        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2066
20672001-01-31      Sergei Organov <osv@javad.ru>
2068
2069        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2070        current dir and root dir removed in favor of new libio support for
2071        task-local current and root directories. - Bug in `close_data_socket()'
2072        introduced by previous change fixed. - `command_pasv()' changed to set
2073        timeout on socket we are listening on and code fixed to don't close
2074        socket twice on error. - `serr()' changed to clear `errno'. -
2075        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2076        changed to clear `errno' before processing session. -
2077        `close_data_socket()' fixed to close both active and passive sockets -
2078        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2079        empty string  in `exec_command()'.
2080
20812001-01-25      Eric Norum <eric.norum@usask.ca>
2082
2083        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2084        improves throughput on systems which are dropping packets.   Only the
2085        first timeout is reduced.  This keeps the number of extra packets down
2086        on networks that are very busy and dropping lots of packets.
2087
20882001-01-24      Sergei Organov <osv@javad.ru>
2089
2090        * libnetworking/rtems_servers/ftpd.c,
2091        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2092        - Timeouts on sockets implemented. 'idle' field added to configuration.
2093        No timeout by default to keep backward compatibility. Note: SITE IDLE
2094        command not implemented yet. - Basic global access control implemented.
2095        'access' field added to configuration. No access limitations by default
2096        to keep backward compatibility. - Anchor data socket for active mode
2097        (using self IP and port 20.) - Fixed default data port support (still
2098        not tested). - Don't allow IP address different from originating host in
2099        PORT command to improve security. - Fixed bug in MDTM command. - Check
2100        for correctness of parsing of argument in command_port(). - Fixed
2101        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2102        a directory. - Command parsing a little bit improved: command names are
2103        now converted to upper-case to be more compatible with RFC (command
2104        names are not case-sensitive.) - Reformat comments so that they have
2105        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2106        previous changes - True ASCII mode implemented (doesn't work for hooks
2107        and /dev/null) - Passive mode implemented, PASV command added. - Default
2108        port for data connection could be used (untested, can't find ftp client
2109        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2110        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2111
21122001-01-18      Joel Sherrill <joel@OARcorp.com>
2113
2114        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2115        macro using variable arguments.
2116        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2117        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2118        since I updated the main RTEMS development machine to RedHat 7.2 and
2119        apparently got a new version of rpcgen.
2120
21212001-01-12      Sergei Organov <osv@javad.ru>
2122
2123        * libnetworking/rtems_servers/ftpd.c,
2124        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2125        - use pool of pre-created threads to handle sessions instead of
2126        creating/deleting threads on the fly - LIST output is now similar to
2127        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2128        happy with it. - LIST NAME now works (both for files and directories) -
2129        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2130        clients happy  - keep track of CWD for every session separately -
2131        ability to specify root directory name for FTPD in configuration table.
2132        FTPD will then create illusion for FTP clients that this is actually
2133        root directory. - ignore options sent in commands, thus LIST -al FILE
2134        works and doesn't try to list "-al" directory. - buffers are allocated
2135        on stack instead of heap where possible to eliminate malloc/free calls
2136        (avoid possible heap fragmentation troubles). - drop using of task
2137        notepad to pass parameters - use function arguments instead - use
2138        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2139        in socket() instead of AF_INET.
2140
21412001-01-02      Joel Sherrill <joel@OARcorp.com>
2142
2143        * libnetworking/CHANGELOG: Removed.
2144        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2145
21462000-12-14      Eric Norum <eric.norum@usask.ca>
2147
2148        * libnetworking/lib/tftpDriver.c: Added write capability.
2149
21502000-12-08      Joel Sherrill <joel@OARcorp.com>
2151
2152        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2153        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2154        numerous variable declarations conditional on PPP_COMPRESS and
2155        PPP_FILTER.  Commented out variables that were not used because the code
2156        using them was commented out. Removed totally unused variables.
2157        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2158        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2159
21602000-11-30      Joel Sherrill <joel@OARcorp.com>
2161
2162        * libnetworking/modem/ppp_tty.c: Changed to include
2163        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2164        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2165        * libnetworking/Makefile.am: Modified to reflect above.
2166
21672000-11-27      Joel Sherrill <joel@OARcorp.com>
2168
2169        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2170
21712000-11-25      Eric Norum <eric.norum@usask.ca>
2172
2173        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2174        core.
2175
21762000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2177
2178        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2179        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2180        subdir.
2181        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2182        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2183        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2184        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2185        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2186        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2187        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2188        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2189        ppp_tty.c and the real pppd main is in pppmain.c.
2190
21912000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2192
2193        * libchip/network/sonic.c: Added ipalign() routine to align the received
2194        packet so that the ip header is on a 32-bit boundary. Necessary for
2195        cpu's that do not allow unaligned loads and stores and when the 32-bit
2196        DMA mode is used.
2197
21982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2199
2200        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2201        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2202        ACLOCAL_AMFLAGS.
2203        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2204        ACLOCAL_AMFLAGS.
2205        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2206        ACLOCAL_AMFLAGS.
2207
22082000-11-03      Chris Johns <ccj@acm.org>
2209
2210        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2211        libchip/network/cs8900.h: New files.
2212
22132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2214
2215        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2216        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2217        $(RTEMS_TOPdir)/aclocal.
2218        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2219        $(RTEMS_TOPdir)/aclocal.
2220        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2221        $(RTEMS_TOPdir)/aclocal.
2222
22232000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2224
2225        * configure.in: Switch to GNU-canonicalization.
2226        * Makefile.am: Reflect changes to configure.in.
2227        * acinclude.m4: Remove.
2228
22292000-10-30      Joel Sherrill <joel@OARcorp.com>
2230
2231        * POSIX include files merged into newlib.  This resulted in some
2232        definitions moving to other files and thus some secondary effects in
2233        RTEMS source code.
2234        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2235        in sync with newlib's <machine/types.h>.
2236        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2237        definition of struct itimerval in <sys/time.h>.
2238
22392000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2240
2241        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2242        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2243        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2244        * ChangeLog: Fix typos.
2245        * configure.in: add tests to the GNU canonicalized subdirectories.
2246
22472000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2248
2249        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2250        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2251        the lib directory before configuring lib/.
2252
22532000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2254
2255        * configure.in, Makefile.am: add exec to the GNU canonicalized
2256        subdirectories.
2257        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2258        * configure.in: add libnetworking, librpc and librdb to the GNU
2259        canonicalized subdirectories.
2260        * configure.in: add libmisc and libchip to the GNU canonicalized
2261        subdirectories.
2262        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2263        Switch to GNU canonicalization.
2264        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2265        Switch to GNU canonicalization.
2266        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2267        Switch to GNU canonicalization.
2268
22692000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2270
2271        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2272        canonicalization to libfs/. The approach is currently a bit of a hack as
2273        GNU canonicalization does not support the per-BSP build some of the
2274        other directories require.  As more of the tree is converted, this will
2275        become less  of an issue.
2276
22772000-10-20      Joel Sherrill <joel@OARcorp.com>
2278
2279        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2280        parameter.
2281
22822000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2283
2284        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2285        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2286        * librdbg/configure.in: Add m68k support.
2287        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2288        subdirectory.
2289        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2290        failure.
2291        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2292        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2293        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2294        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2295        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2296        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2297        librdbg/src/m68k/.cvsignore: New files.
2298        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2299        function pointers.
2300        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2301        _after_ pointer has been checked against NULL.
2302
23032000-10-18      Joel Sherrill <joel@OARcorp.com>
2304
2305        * wrapup/Makefile.am: Added libfs.
2306
23072000-10-18      Chris Johns <ccj@acm.org>
2308
2309        * libfs created.
2310        * configure.in: Added libfs subdirectory.
2311        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2312
23132000-09-28      Joel Sherrill <joel@OARcorp.com>
2314
2315        * libnetworking/rtems_webserver/Makefile.am,
2316        libnetworking/rtems_webserver/base64.c,
2317        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2318        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2319
23202000-09-22      Joel Sherrill <joel@OARcorp.com>
2321
2322        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2323        libnetworking/rtems/rtems_bsdnet_internal.h,
2324        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2325        have included rtems.h.  It is now including precisely the  least amount
2326        of low level, yet portable .h files to get the basic RTEMS types
2327        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2328        used machine/types.h to include rtems.h.
2329
23302000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2331
2332        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2333
23342000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2335
2336        * libnetworking/ChangeLog: Cleanup.
2337
23382000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2339
2340        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2341        * libchip/ChangeLog: Fix formating.
2342
23432000-09-05      Joel Sherrill <joel@OARcorp.com>
2344
2345        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2346        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2347        confusion and to work with the converted flags.
2348
23492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2350
2351        * wrapup/Makefile.am: Include compile.am.
2352        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2353        libchip/serial/Makefile.am: Include compile.am.
2354        * librdbg/src/i386/any/Makefile.am,
2355        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2356        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2357        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2358        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2359        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2360        libnetworking/rtems_servers/Makefile.am,
2361        libnetworking/rtems_webserver/Makefile.am,
2362        libnetworking/wrapup/Makefile.am: Include compile.am.
2363
23642000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2365
2366        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2367        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2368
23692000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2370
2371        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2372
23732000-08-31      Joel Sherrill <joel@OARcorp.com>
2374
2375        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2376        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2377        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2378        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2379        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2380        * libnetworking/wbase64.c: Removed.
2381        * libnetworking/Makefile.am, libnetworking/asp.c,
2382        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2383        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2384        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2385        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2386        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2387        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2388        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2389        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2390        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2391        Modified.
2392
23932000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2394
2395        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2396
23972000-08-30      Joel Sherrill <joel@OARcorp.com>
2398
2399        * libnetworking/rtems_webserver/license.txt: New file.
2400
24012000-08-10      Joel Sherrill <joel@OARcorp.com>
2402
2403        * ChangeLog: New file.
2404        * libchip/ChangeLog: New file.
2405        * librdbg/ChangeLog: New file.
2406        * libnetworking/ChangeLog: New file.
2407
Note: See TracBrowser for help on using the repository browser.