source: rtems/c/src/ChangeLog @ 0ad53a9

4.104.114.84.95
Last change on this file since 0ad53a9 was 0ad53a9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/04 at 01:24:35

2004-08-17 Ralf Corsepius <ralf_corsepius@…>

  • aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
  • aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
  • Property mode set to 100644
File size: 98.5 KB
Line 
12004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
4        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
5
62004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
9
102004-07-28  Joel Sherrill <joel@OARcorp.com>
11
12    * aclocal/version.m4: Updated to rtems-4.6.99.1.
13
142004-07-25      Joel Sherrill <joel@OARcorp.com>
15
16        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
17
182004-05-21  Till Strauman <strauman@slac.stanford.edu>
19
20        PR 625/networking
21        * libchip/network/dec21140.c, ... : Prevent name clashes by making
22        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
23        an error rather than panic if no chip is detected (thus allowing
24        for probing).
25        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
26        instead of looping forever.  Avoid divide by zero (crashed my PC).
27        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
28        they are UNTESTED.
29
302004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
33
342004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * libchip/network/dec21140.c, libchip/network/elnk.c:
37        #include <errno.h>.
38
392004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * libchip/network/if_media.h: Update from FreeBSD.
42        * libchip/network/open_eth.c, libchip/network/cs8900.c,
43        libchip/network/i82586.c: #include <errno.h>.
44
452004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
48
492004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
52
532004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
56        automake).
57
582004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
59
60        PR 599/pppd
61        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
62
632004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * optman/rtems/no-region.c: Reflect having changed
66        rtems_region_get_segment_size.
67
682004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
71        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
72        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
73        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
74        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
75        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
76        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
77
782004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * libchip/ide/ata.c, libchip/network/dec21140.c,
81        libchip/network/elnk.c, libchip/network/i82586.c,
82        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
83        libchip/network/open_eth.c, libchip/network/sonic.c,
84        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
85        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
86        libchip/shmdr/init.c, libchip/shmdr/intr.c,
87        libchip/shmdr/shm_driver.h: Cosmetics.
88
892004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
90
91        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
92        optman/rtems/no-msg.c, optman/rtems/no-part.c,
93        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
94        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
95        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
96        fixed size types.
97
982004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
99
100        * configure.ac: Explicitly pass --includedir and --libdir to
101        cpukit/configure.
102
1032004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        * librdbg/Makefile.am: Fix rpcgen rules.
106        * librdbg/src/i386/any/remdeb_xdr.c,
107        librdbg/src/m68k/any/remdeb_xdr.c,
108        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
109        Reflect changes to librdbg/Makefile.am.
110
1112004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
112
113        * configure.ac: Reflect changes testsuites/configure.ac and
114        cpukit/configure.ac.
115
1162004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
119        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
120
1212004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        * configure.ac: Reflect changes to testsuites's configuration.
124
1252004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        PR/589 rtems
128        * libchip/network/pci.h: Remove (Moved to cpukit).
129
1302004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
133        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
134        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
135        libchip/network/dec21140.c, libchip/network/elnk.c,
136        libchip/network/if_fxp.c, libchip/network/open_eth.c,
137        libchip/network/open_eth.h, libchip/network/sonic.c,
138        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
139        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
140        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
141        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
142        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
143        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
144        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
145        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
146        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
147        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
148        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
149        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
150        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
151        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
152        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
153        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
154        fixed-size types.
155
1562004-03-14      Chris Johns  <chrisj@rtems.org>
157
158        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
159        the BSP example code.
160        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
161        support the DIMMPC. This is a pc386 target with IO port support. Minor
162        formating clean up. Add documentation to the header file.
163        * libchip/network/README.cs8900: The CS8900 driver is documented in the
164        cs8900.h header file.
165
1662004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
169        Cosmetics.
170
1712004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
174        There are no application level Makefiles in here.
175
1762004-03-04      Joel Sherrill <joel@OARcorp.com>
177
178        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
179        they can be used in application level makefiles.
180
1812004-03-05      Joel Sherrill <joel@OARcorp.com>
182
183        * libnetworking/rtems_webserver/ejparse.c,
184        libnetworking/rtems_webserver/emfdb.c,
185        libnetworking/rtems_webserver/sock.c,
186        libnetworking/rtems_webserver/socket.c,
187        libnetworking/rtems_webserver/sym.c,
188        libnetworking/rtems_webserver/webs.c,
189        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
1902004-03-05      Joel Sherrill <joel@OARcorp.com>
191
192        * libchipnetwork/open_eth.c: Remove warnings by conditionally
193        compiling this file only only those CPU families with supported
194        exception models.
195
1962004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * acinclude.m4: Fix loosing arguments when configuring cpukit and
199        testsuites (Was exposed with --enable-multilib, only).
200        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
201         Add RTEMS_BSP_CONFIG_SUBDIR.
202        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
203        testsuites's configure.
204        * aclocal/rtems-top.m4: Remove ENDIF hack.
205        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
206
2072004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
210        wrapup/Makefile.am: Fix automake problems having been introduced
211        in previous patch.
212
2132004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
216        Preinstall dirs.
217        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
218        * aclocal/check-multiprocessing.m4: Cosmetics.
219        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
220        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
221
2222004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
225        librdbg/src/Makefile.am.
226        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
227        * configure.ac: Reflect changes above.
228        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
229        * wrapup/Makefile.am: Reflect changes above.
230        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
231
2322004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
235
2362004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
239
2402004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * wrapup/Makefile.am: Reflect new location of librdbg.a.
243
2442004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
247        librdbg/src/powerpc/Makefile.am: Remove.
248        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
249        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
250        * configure.ac: Reflect changes above.
251
2522004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254
2552004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
258        STRIP.
259
2602004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * librdbg/include/Makefile.am: Merge-in
263        librdbg/include/rdbg/i386/Makefile.am,
264        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
265        librdbg/include/rdbg/powerpc/Makefile.am.
266        * librdbg/include/rdbg/i386/Makefile.am,
267        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
268        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
269        * configure.ac: Reflect changes above.
270
2712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Use AS_HELP_STRING(ada).
274
2752004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * aclocal/bspopts.m4: Use AS_HELP_STRING.
278        * aclocal/bsp-configure.m4: Require autoconf-2.59.
279        Use AC_CONFIG_HEADERS.
280        * aclocal/check-custom-bsp.m4: Add bspkit-support.
281        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
282
2832004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: include local.am.
286
2872004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * aclocal/version.m4: 4.6.99.0.
290
2912004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Don't include host.am.
294        * automake/compile.am: Further cleanups.
295
2962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * automake/lib.am: Remove (Unused).
299
3002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * wrapup/Makefile.am: Don't include lib.am.
303        * automake/compile.am: Use automake compilation rules.
304
3052004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * libnetworking/pppd/Makefile.am,
308        libnetworking/rtems_servers/Makefile.am,
309        libnetworking/rtems_telnetd/Makefile.am,
310        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
311        support/Makefile.am: Don't include lib.am.
312
3132004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * libchip/Makefile.am: Don't include lib.am.
316        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
317        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
318        unnecessary EXTRA_DISTs.
319
3202004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
323        hack.
324
3252004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
328        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
329        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
330        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
331
3322004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
335        Add AM_CONDITIONAL(HAS_MP).
336        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
337        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
338        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
339        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
340        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
341        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
342        (Deprecated by autoconf 2.59).
343
3442004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
347        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
348
3492004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * ChangeLog: Merge-in libnetworking/ChangeLog.
352        * libnetworking/ChangeLog: Remove.
353        * ChangeLog: Merge-in librdbg/ChangeLog.
354        * librdbg/ChangeLog: Remove.
355        * ChangeLog: Merge-in libchip/ChangeLog.
356        * libchip/ChangeLog: Remove.
357        * ChangeLog: Merge-in optman/ChangeLog.
358        * optman/ChangeLog: Remove.
359
3602004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac: Reflect changes to cpukit.
363        * wrapup/Makefile.am: Reflect changes to librdbg.
364        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
365        * libchip/Makefile.am: Add PREINSTALL_DIRS.
366        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
367        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
368        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
369        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
370        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
371        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
372        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
373
3742004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * aclocal/rtems-top.m4: Remove check for version.m4.
377        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
378
3792004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
382        * wrapup/Makefile.am: Reflect changes to libchip/*.
383        * support/Makefile.am: Use automake compilation rules.
384        * wrapup/Makefile.am: Reflect changes to support/*.
385        * configure.ac: Remove libnetworking/wrapup/Makefile.
386        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
387        libnetworking/*/lib*.a instead of libnetapps.a.
388        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
389        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
390        * optman/Makefile.am: Use automake compilation rules.
391        * libchip/Makefile.am: Fix typo in previous patch.
392        * libchip/Makefile.am: Use automake compilation rules.
393        * libnetworking/Makefile.am: Remove wrapup.
394        * libnetworking/pppd/Makefile.am: Build libpppd. Use
395        automake-compilation rules.
396        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
397        automake-compilation rules.
398        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
399        automake-compilation rules.
400        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
401        automake-compilation rules.
402        * libnetworking/wrapup/Makefile.am: Remove (Unused).
403
4042004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
407        PRE/TMPINSTALL_FILES to CLEANFILES.
408        * automake/lib.am: Remove TMPINSTALL_FILES.
409        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
410        PRE/TMPINSTALL_FILES to CLEANFILES.
411        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
412        PRE/TMPINSTALL_FILES to CLEANFILES.
413        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
414        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
415        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
416        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
417        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
418        * librdbg/src/i386/Makefile.am: Ditto.
419        * librdbg/src/m68k/Makefile.am: Ditto.
420        * librdbg/src/powerpc/Makefile.am: Ditto.
421        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
422        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
423        * libnetworking/rtems_servers/Makefile.am: Ditto.
424        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
425        * libnetworking/rtems_webserver/Makefile.am: Ditto.
426
4272004-01-07      Joel Sherrill <joel@OARcorp.com>
428
429        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
430        more completely covers the MIPS family.
431
4322003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * wrapup/Makefile.am: Reflect changes to shmdr.
435        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
436
4372003-12-18      Joel Sherrill <joel@OARcorp.com>
438
439        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
440        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
441        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
442        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
443        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
444        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
445        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
446
4472003-12-17      Joel Sherrill <joel@OARcorp.com>
448
449        * aclocal/version.m4: Updated to rtems-20031217-test.
450
4512003-12-17     
452
453        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
454        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
455
4562003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * automake/compile.am: Remove LINK_LIBS (Unused).
459        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
460
4612003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
464        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
465        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
466        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
467        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
468
4692003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
472        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
473        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
474        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
475        * librdbg/src/i386/Makefile.am:
476        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
477        * librdbg/src/m68k/Makefile.am:
478        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
479        * librdbg/src/powerpc/Makefile.am:
480        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
481
4822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
485        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
486        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
487        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
488        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
489        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
490        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
491        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
492        * optman/Makefile.am: Remove project_libdir.
493        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
494        PRE/TMPINSTALL_FILES.
495        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
496        PRE/TMPINSTALL_FILES.
497        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
498        PRE/TMPINSTALL_FILES.
499        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
500        PRE/TMPINSTALL_FILES.
501        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
502        from PRE/TMPINSTALL_FILES.
503        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
504        PRE/TMPINSTALL_FILES.
505        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
506        PRE/TMPINSTALL_FILES.
507        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
508        PRE/TMPINSTALL_FILES.
509        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
510        PRE/TMPINSTALL_FILES.
511        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
512        PRE/TMPINSTALL_FILES.
513        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
514        PRE/TMPINSTALL_FILES.
515        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
516        from PRE/TMPINSTALL_FILES.
517
5182003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
521        * automake/lib.am: Remove project_libdir.
522        * wrapup/Makefile.am: Reworked.
523
5242003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * configure.ac: Reflect changes to librdbg.
527        * optman/Makefile.am: Add tmpinstall dirstamp support.
528        * libchip/Makefile.am: Fix variant-tmpinstall support.
529        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
530        * librdbg/src/powerpc/Makefile.am: Merge-in former
531        new_exception_processing/Makefile.am.
532        * librdbg/src/m68k/any/Makefile.am: Remove.
533        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
534        * librdbg/src/i386/any/Makefile.am: Remove.
535        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
536        * librdbg/src/Makefile.am: Cosmetics.
537        * librdbg/include/Makefile.am: Cosmetics.
538        * librdbg/Makefile.am: Cosmetics.
539        * libnetworking/Makefile.am: Cosmetics.
540        * libnetworking/pppd/Makefile.am: Cosmetics.
541        * libnetworking/wrapup/Makefile.am: Cosmetics.
542
5432003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * Makefile.am: Cosmetics.
546        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
547        support.
548
5492003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * automake/compile.am: Remove $(ARCH):-rule.
552
5532003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac: Remove lib/libbsp/shared/Makefile,
556        lib/libbsp/shmdr/Makefile.
557
5582003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
561        libchip/serial/Makefile, libchip/rtc/Makefile.
562        * support/Makefile.am: Remove all-local: $(ARCH).
563        * wrapup/Makefile.am: Remove all-local: $(ARCH).
564        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
565        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
566        * optman/Makefile.am: Remove all-local: $(ARCH).
567        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
568        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
569        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
570        compilation dirstamp support.
571        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
572        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
573        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
574        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
575        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
576        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
577        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
578        all-local: $(ARCH).
579        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
580        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
581        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
582        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
583        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
584
5852003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * aclocal/lead-dot.m4: New (from automake-1.7f).
588        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
589        AC_SUBST(dirstamp).
590        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
591        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
592        libchip/serial/Makefile.am: Ditto.
593        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
594        * librdbg/include/Makefile.am: Ditto.
595        * librdbg/include/rdbg/Makefile.am: Ditto.
596        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
597        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
598        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
599        * librdbg/src/Makefile.am: Ditto.
600        * librdbg/src/i386/Makefile.am: Ditto.
601        * librdbg/src/i386/any/Makefile.am: Ditto.
602        * librdbg/src/m68k/Makefile.am: Ditto.
603        * librdbg/src/m68k/any/Makefile.am: Ditto.
604        * librdbg/src/powerpc/Makefile.am: Ditto.
605        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
606        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
607        preinstallation.
608        * libnetworking/pppd/Makefile.am: Ditto.
609        * libnetworking/rtems_servers/Makefile.am: Ditto.
610        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
611        * libnetworking/rtems_webserver/Makefile.am: Ditto.
612        * libnetworking/wrapup/Makefile.am: Ditto.
613
6142003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
617        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
618        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
619        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
620        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
621        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
622        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
623        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
624        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
625        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
626        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
627        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
628        underquoting to silence automake-1.8.
629
6302003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * configure.ac: Reflect having moved tests to ../../testsuites.
633
6342003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
637        * aclocal/canonical-host.m4: Remove.
638        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
639        * configure.ac: Remove RTEMS_CANONICAL_HOST.
640
6412003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * aclocal/check-cpu.m4: Remove.
644        * configure.ac: Merge-in former aclocal/check-cpu.m4.
645        * aclocal/canonical-target-name.m4: Add m4-quotes.
646        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
647        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
648        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
649        * aclocal/check-networking.m4: Add m4-quotes. Require
650        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
651        * aclocal/check-posix.m4: Add m4-quotes. Require
652        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
653        * aclocal/check-rdbg.m4: Add m4-quotes. Require
654        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
655        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
656
6572003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
660        * aclocal/bsp-alias.m4: Remove.
661
6622003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * configure.ac: Make presence of tests/ optional.
665
6662003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * aclocal/path-perl.m4: Remove (Unused).
669
6702003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * automake/force-preinstall.am: Remove.
673
6742003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
675
676        PR 499/rtems_misc
677        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
678        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
679        Configuration (Odd was forced) - Correction of Stop Bit configuration
680        (inversed) - Correction of ISR Handler to call
681        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
682        CTS Hardware flow control Configuration.
683
6842003-09-04      Joel Sherrill <joel@OARcorp.com>
685
686        * lib/libcpu/shared/include/cache.h,
687        lib/libcpu/shared/src/cache_aligned_malloc.c,
688        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
689        license changed.
690        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
691        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
692        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
693        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
694        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
695        for license changed.
696        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
697        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
698        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
699        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
700        libchip/network/cs8900.h, libchip/network/dec21140.c,
701        libchip/network/elnk.c, libchip/network/open_eth.c,
702        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
703        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
704        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
705        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
706        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
707        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
708        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
709        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
710        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
711        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
712        libchip/serial/serial.h, libchip/serial/z85c30.c,
713        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
714        libchip/serial/z85c30_reg.c: URL for license changed.
715
7162003-09-03      Jiri Gaisler <jiri@gaisler.com>
717
718        PR 477/networking
719        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
720        * libchip/network/README.open_eth, libchip/network/open_eth.c,
721        libchip/network/open_eth.h: New files.
722
7232003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * aclocal/rtems-top.m4: Add RTEMS_API.
726        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
727
7282003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
731        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
732        @RTEMS_BSP@.cfg.
733
7342003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
737
7382003-08-20      Joel Sherrill <joel@OARcorp.com>
739
740        * libchip/network/cs8900.c: Correct copyright statements.
741
7422003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * aclocal/check-itron.m4: Remove.
745        * aclocal/enable-inlines.m4: Remove.
746        * Makefile.am: Reflect having moved aclocal/.
747        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
748        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
749        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
750        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
751        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
752        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
753        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
754        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
755        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
756        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
757        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
758        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
759        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
760        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
761        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
762        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
763        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
764        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
765        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
766        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
767        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
768        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
769        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
770        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
771        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
772        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
773        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
774        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
775        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
776        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
777        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
778        * aclocal/multilib.m4: New (Copied from ../../aclocal).
779        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
780        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
781        * aclocal/ppc.m4: New (Copied from ../../aclocal).
782        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
783        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
784        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
785        * aclocal/project-root.m4: New (Copied from ../../aclocal).
786        * aclocal/quoting.m4: New (Copied from ../../aclocal).
787        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
788        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
789        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
790        * aclocal/target.m4: New (Copied from ../../aclocal).
791        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
792        * aclocal/version.m4: New (Copied from ../../aclocal).
793
7942003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
795
796        * configure.ac: Remove stray comments.
797        * automake/local.am, automake/host.am: Remove "debug".
798
7992003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * Makefile.am: Reflect having moved automake/.
802        * lib/Makefile.am: Reflect having moved automake/.
803        * support/Makefile.am: Reflect having moved automake/.
804        * wrapup/Makefile.am: Reflect having moved automake/.
805        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
806        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
807        from ../../automake).
808        * optman/Makefile.am: Reflect having moved automake/.
809        * libchip/Makefile.am: Reflect having moved automake/.
810        * libchip/ide/Makefile.am: Reflect having moved automake/.
811        * libchip/network/Makefile.am: Reflect having moved automake/.
812        * libchip/rtc/Makefile.am: Reflect having moved automake/.
813        * libchip/serial/Makefile.am: Reflect having moved automake/.
814        * librdbg/Makefile.am: Reflect having moved automake/.
815        * librdbg/include/Makefile.am: Reflect having moved automake/.
816        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
817        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
818        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
819        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
820        automake/.
821        * librdbg/src/Makefile.am: Reflect having moved automake/.
822        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
823        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
824        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
825        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
826        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
827        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
828        having moved automake/.
829        * libnetworking/Makefile.am: Reflect having moved automake/.
830        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
831        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
832        automake/.
833        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
834        automake/.
835        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
836        automake/.
837        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
838
8392003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
840
841        * Makefile.am: Add bsp.pc.in.
842        * bsp.pc.in: New (pkgconfig support).
843
8442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
845
846        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
847
8482003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * lib/Makefile.am: New (Required by 'make dist').
851        * lib/ChangeLog: Remove.
852        * lib/.cvsignore: Cleanup.
853        * configure.ac: Reflect having added lib/Makefile.am.
854        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
855        lib/libbsp/configure.ac.
856        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
857        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
858
8592003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
860
861        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
862        * configure.ac: Merge-in librdbg/configure.ac.
863        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
864        librdbg/configure.ac.
865        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
866        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
867        LIBCHIP. Conditionally build include-dirs.
868        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
869        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
870        * librdbg/Makefile.am, librdbg/include/Makefile.am,
871        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
872        librdbg/include/rdbg/m68k/Makefile.am,
873        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
874        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
875        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
876        librdbg/src/powerpc/Makefile.am, librdbg/
877        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
878        configure.ac into ../configure.ac.
879        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
880        * libnetworking/.cvsignore, libnetworking/Makefile.am,
881        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
882        libnetworking/rtems_telnetd/Makefile.am,
883        libnetworking/rtems_webserver/Makefile.am,
884        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
885        into ../configure.ac.
886
8872003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
888
889        PR 427/rtems
890        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
891        * librdbg/src/servtsp.c: Ditto.
892
8932003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
894
895        PR 429/bsps
896        PR 432/bsps
897        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
898        packets are queued onto an elnk board, the ISR will deadlock the device
899        with a tx complete interrupt.  Lighter tx loads are not affected as they
900        end up submitting single packets to the device.
901
9022003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
903
904        * configure.ac: Merge-in libchip/configure.ac. Merge-in
905        optman/configure.ac.
906        * optman/configure.ac: Remove (Merged into ../configure.ac).
907        * optman/Makefile.am: Reflect having merged configure.ac into
908        ../configure.ac.
909        * libchip/configure.ac: Remove (Merged into ../configure.ac).
910        * libchip/Makefile.am, libchip/ide/Makefile.am,
911        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
912        libchip/serial/Makefile.am: Reflect having merged configure.ac into
913        ../configure.ac.
914
9152003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
916
917        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
918
9192003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
920
921        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
922        on i386.
923
9242003-06-13      Joel Sherrill <joel@OARcorp.com>
925
926        * libnetworking/pppd/chat.c: Removed warnings.
927
9282003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
929
930        * libchip/network/README.3com: New file missed in previous commit.
931        PR 405/bsps
932        PR 393/networking
933        * libchip/network/dec21140.c: Fix leak also known as PR393.
934        * libchip/network/elnk.c, libchip/network/if_media.h,
935        libchip/network/mii.h: New files.
936        * libchip/network/Makefile.am: Reflect new files.
937
9382003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
939
940        * configure.ac: Remove support for profile-variant.
941
9422003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
943
944        PR 397/pppd
945        * libnetworking/pppd/fsm.c: Make peer_mru global again.
946        * libnetworking/pppd/magic.c: Remove *rand48.
947        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
948
9492003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
950
951        * wrapup/Makefile.am: Add libide.a.
952
9532003-04-15      Joel Sherrill <joel@OARcorp.com>
954
955        PR 387/rtems_misc
956        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
957        routines.
958        * libchip/ide/ata_internal.h: Added missing newline and end of file.
959
9602003-04-11      Joel Sherrill <joel@OARcorp.com>
961
962        * libnetworking/rtems_webserver/cgi.c,
963        libnetworking/rtems_webserver/sockGen.c,
964        libnetworking/rtems_webserver/umui.c,
965        libnetworking/rtems_webserver/websSSL.c,
966        libnetworking/rtems_webserver/websSSL.h,
967        libnetworking/rtems_webserver/websda.c,
968        libnetworking/rtems_webserver/websda.h: New files. Not included in
969        previous commit.
970
9712003-04-10      Joel Sherrill <joel@OARcorp.com>
972
973        PR 371/pppd
974        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
975        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
976        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
977        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
978        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
979        still global symbols in rtemspppd.h which might need to be changed or
980        converted into member of a structure which is dereferenced with a
981        pointer that is managed as a per task variable. But this patch should
982        avoid many conflicts.
983
9842003-03-27      Joel Sherrill <joel@OARcorp.com>
985
986        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
987        not allowed in the cpukit source code since it must be buildable
988        independent of any BSP. These files were moved to libchip/ide.
989        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
990        files.
991
9922003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
993
994        PR 368/filesystems
995        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
996        improvements which now work on pc386 and mbx8xx.
997        * libchip/ide/ide_controller.c: New file.
998
9992003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1000
1001        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1002
10032003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1004
1005        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1006        * configure.ac: Add support/.
1007        * support/.cvsignore: New.
1008        * support/Makefile.am: New.
1009        * support/version.c: New.
1010        * wrapup/Makefile.am: Add support/libsupport.a.
1011        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1012        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1013        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1014        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1015
10162003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1017
1018        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1019
10202003-02-20      Till Straumann <strauman@slac.stanford.edu>
1021
1022        PR 354/networking
1023        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1024        chip against a table of supported chips. The untested ones are still
1025        commented out, however.
1026
10272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1028
1029        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1030        * configure.ac: AC_PREREQ(2.57).
1031        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1032        * optman/configure.ac: AC_PREREQ(2.57).
1033        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1034        * libchip/configure.ac: AC_PREREQ(2.57).
1035        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1036        * librdbg/configure.ac: AC_PREREQ(2.57).
1037        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1038        * libnetworking/configure.ac: AC_PREREQ(2.57).
1039
10402003-02-06      Joel Sherrill <joel@OARcorp.com>
1041
1042        * libnetworking/pppd/chat.c: Convert routines with common names to
1043        static. This included get_char(), put_char(), and character() among
1044        others.
1045
10462003-02-03      Joel Sherrill <joel@OARcorp.com>
1047
1048        PR 338/filesystem
1049        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1050        rtems_io_lookup_name() (API change).  Unused function removed.
1051
10522003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1055        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1056        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1057        Eliminate *_O_FILES.
1058        * libnetworking/rtems_servers/Makefile.am,
1059        libnetworking/rtems_webserver/Makefile.am,
1060        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1061
10622002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1063
1064        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1065        Let all-local: depend on $(LIB).
1066        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1067        * optman/Makefile.am: Apply install-data-local to install *.rels.
1068
10692002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1070
1071        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1072        %.c rules.
1073        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1074        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1075        * libchip/rtc/Makefile.am: Ditto.
1076        * libchip/serial/Makefile.am: Ditto.
1077
10782002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1079
1080        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1081        LIBC_DEFINES.
1082        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1083        LIBC_DEFINES.
1084        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1085        LIBC_DEFINES.
1086
10872002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1088
1089        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1090
10912002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1092
1093        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1094        cache-checking.
1095        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1096
10972002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1098
1099        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1100        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1101        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1102        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1103        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1104
11052002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1106
1107        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1108        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1109        Remove.
1110        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1111
11122002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1113
1114        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1115        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1116
11172002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1118
1119        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1120        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1121
11222002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1123
1124        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1125        * optman/rel.am: New.
1126
11272002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1128
1129        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1130        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1131        braino in comment on "exec". Extend --enable-ada handling.
1132
11332002-11-04      Joel Sherrill <joel@OARcorp.com>
1134
1135        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1136        tasks and rolling multiple loops into 1.
1137        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1138        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1139        Removed warnings.
1140
11412002-10-31      Joel Sherrill <joel@OARcorp.com>
1142
1143        * libchip/network/dec21140.c: Removed warnings.
1144        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1145        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1146        librdbg/src/m68k/any/remdeb_xdr.c,
1147        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1148        warnings.
1149        * libnetworking/rtems_webserver/socket.c,
1150        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1151
11522002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1153
1154        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1155        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1156        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1157        above.
1158
11592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1160
1161        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1162        * wrapup/.cvsignore: Remove autom4te.cache.
1163        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1164        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1165        autom4te.cache.
1166        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1167        autom4te.cache.
1168        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1169        autom4te.cache.
1170
11712002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1172
1173        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1174
11752002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1176
1177        * optman/.cvsignore: Add autom4te.cache.
1178
11792002-09-14      Joel Sherrill <joel@OARcorp.com>
1180
1181        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1182
11832002-09-07      Joel Sherrill <joel@OARcorp.com>
1184
1185        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1186        include files to resolve warnings.
1187
11882002-09-07      Chris Johns <ccj@acm.org>
1189
1190        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1191        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1192        which corrects the problem  where the cs8900.c file was actually the BSP
1193        glue.  Joel did some hacking so this file will compile.  Previously it
1194        required providing a target.h file to compile.
1195        * libchip/network/cs8900.c.bsp: New file.
1196
11972002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1198
1199        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1200
12012002-08-31      Joel Sherrill <joel@OARcorp.com>
1202
1203        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1204        eliminate warning.
1205
12062002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1207
1208        * configure.ac: Add ada-tests.
1209
12102002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1211
1212        * Makefile.am: Add preinstall-stamp.
1213
12142002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1215
1216        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1217        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1218        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1219        gcc31 happy.
1220        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1221        cp.
1222
12232002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1224
1225        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1226        make/bsp.mak.
1227        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1228        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1229
12302002-08-12      Joel Sherrill <joel@OARcorp.com>
1231
1232        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1233        avoid error.
1234
12352002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1236
1237        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1238        * configure.ac: Add BSP_SUBDIRS.
1239        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1240        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1241        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1242        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1243        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1244        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1245        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1246        RTEMS_CHECK_BSP_CACHE.
1247        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1248        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1249        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1250        .$(OBJEXT) instead of .o.
1251        * libnetworking/pppd/Makefile.am,
1252        libnetworking/rtems_servers/Makefile.am,
1253        libnetworking/rtems_telnetd/Makefile.am,
1254        libnetworking/rtems_webserver/Makefile.am,
1255        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1256
12572002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1258
1259        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1260        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1261        ../libchip/serial/$(ARCH)/libserialio.a.
1262        * libchip/serial/Makefile.am: Don't tmp-install lib.
1263        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1264
12652002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1266
1267        * Makefile.am: Add rtems_makedir.
1268        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1269        * Makefile.am: Add wrapup-SUBDIR.
1270        * wrapup/ChangeLog: Remove.
1271        * wrapup/configure.ac: Remove.
1272        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1273        (Make the bare BSP happy).
1274        * configure.ac: Ditto.
1275        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1276        Create make/custom/default.cfg.
1277        * configure.ac: Add creation of make/custom/*.cfg. Create
1278        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1279
12802002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1281
1282        * Makefile.am: Clean $(PROJECT_RELEASE).
1283
12842002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1285
1286        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1287        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1288        prototype mismatches.
1289
12902002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1291
1292        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1293        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1294
12952002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1296
1297        * acinclude.m4: Add test "$multilib" != "yes".
1298        * config-ml.in: Remove.
1299        * acinclude.m4: Cleanups.
1300        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1301        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1302        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1303        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1304        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1305
13062002-07-16      Eric Norum <eric.norum@usask.ca>
1307
1308        * New driver for the Intel EtherExpressPro (82559ER) chip.
1309        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1310        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1311        * libchip/network/Makefile.am: Modified to reflect above.
1312
13132002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1314
1315        * acinclude.m4: New.
1316        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1317        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1318        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1319
13202002-07-01      Joel Sherrill <joel@OARcorp.com>
1321
1322        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1323        _Objects_Information_table now that it is a two dimensional array based
1324        upon API and class.
1325        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1326        of strnlen().
1327
13282002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1329
1330        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1331        preinstall libnetapps.a.
1332
13332002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1334
1335        * configure.ac: Remove librpc.
1336
13372002-06-25      Joel Sherrill <joel@OARcorp.com>
1338
1339        * Per PR233, moved librpc to exec.
1340        * configure.ac, wrapup/Makefile.am: Modified.
1341        * librpc, librpc/ChangeLog: Removed.
1342
13432002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1344
1345        * optman/Makefile.am: Remove multilib support.
1346        * optman/configure.ac: Ditto.
1347        * optman/sapi/Makefile.am: Ditto.
1348
13492002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1350
1351        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1352        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1353
13542002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1355
1356        Move networking libraries to c/src/exec/libnetworking
1357        * libnetworking/configure.ac, libnetworking/Makefile.am,
1358        libnetworking/wrapup/Makefile.am: Reflect Moval.
1359
13602002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1361
1362        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1363        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1364        <rtems/bspIo.h>.
1365
13662002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1367
1368        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1369        * libnetworking/rtems/mkrootfs.h: Ditto.
1370        * libnetworking/rtems/Makefile.am: Reflect changes above.
1371
13722002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1373
1374        * configure.ac: Remove lib.
1375
13762002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1377
1378        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1379        that exception stack frames on M68K members with VBR always are 6 byte
1380        long. The incorrect assumption resulted in some gdb commands like "next"
1381        to fail on the 68360.
1382
13832002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1384
1385        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1386        PR 220
1387        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1388        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1389        CVS.
1390        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1391        libnetworking/sys/filio.h: Remove.
1392        * libnetworking/sys/Makefile.am: Reflect changes above.
1393
13942002-05-07      Chris Johns <ccj@acm.org>
1395
1396        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1397        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1398        requires it to be stripped.
1399
14002002-05-01      Eric Norum <eric.norum@usask.ca>
1401
1402        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1403        assembly  to satisfy gcc 3.1 and newer.
1404
14052002-04-26      Eric Norum <eric.norum@usask.ca>
1406
1407        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1408        agressive optimization in gcc 3.1 does not reorder things.
1409
14102002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1411
1412        * libchip/network/dec21140.c: Reflect changes to powerpc's
1413        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1414        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1415        <rtems/score/cpu.h>.
1416        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1417        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1418
14192002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1420
1421        * optman/configure.ac: Remove ENABLE_GCC28.
1422
14232002-04-11      Chris Johns <ccj@acm.org>
1424
1425        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1426        driver control block field to the ifconfig network driver structure.
1427        This field is needed by the i82586 driver which was ported from NetBSD
1428        as it had better hardware abstraction.
1429        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1430        PR59, added the drv_ctrl driver control block field to the ifconfig
1431        network driver structure. This field is needed by the i82586 driver
1432        which was ported from NetBSD as it had better hardware abstraction.
1433
14342002-04-10      Mike Siers <mikes@poliac.com>
1435
1436        * libnetworking/rtems_webserver/NOTES,
1437        libnetworking/rtems_webserver/asp.c,
1438        libnetworking/rtems_webserver/balloc.c,
1439        libnetworking/rtems_webserver/default.c,
1440        libnetworking/rtems_webserver/ej.h,
1441        libnetworking/rtems_webserver/ejIntrn.h,
1442        libnetworking/rtems_webserver/ejlex.c,
1443        libnetworking/rtems_webserver/ejparse.c,
1444        libnetworking/rtems_webserver/emfdb.c,
1445        libnetworking/rtems_webserver/emfdb.h,
1446        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1447        libnetworking/rtems_webserver/handler.c,
1448        libnetworking/rtems_webserver/license.txt,
1449        libnetworking/rtems_webserver/md5.h,
1450        libnetworking/rtems_webserver/md5c.c,
1451        libnetworking/rtems_webserver/mime.c,
1452        libnetworking/rtems_webserver/misc.c,
1453        libnetworking/rtems_webserver/ringq.c,
1454        libnetworking/rtems_webserver/rom.c,
1455        libnetworking/rtems_webserver/security.c,
1456        libnetworking/rtems_webserver/sock.c,
1457        libnetworking/rtems_webserver/sym.c,
1458        libnetworking/rtems_webserver/uemf.c,
1459        libnetworking/rtems_webserver/uemf.h,
1460        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1461        libnetworking/rtems_webserver/url.c,
1462        libnetworking/rtems_webserver/value.c,
1463        libnetworking/rtems_webserver/wbase64.c,
1464        libnetworking/rtems_webserver/webcomp.c,
1465        libnetworking/rtems_webserver/webpage.c,
1466        libnetworking/rtems_webserver/webrom.c,
1467        libnetworking/rtems_webserver/webs.c,
1468        libnetworking/rtems_webserver/webs.h,
1469        libnetworking/rtems_webserver/websuemf.c,
1470        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1471        2.1.4.
1472
14732002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1474
1475        * libchip/network/i82586.c: Include <string.h>.
1476        * libchip/network/sonic.c: Ditto.
1477
14782002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1479
1480        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1481
14822002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1483
1484        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1485
14862002-03-27      Thomas.Doerfler@imd-systems.de
1487
1488        PR 144
1489        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1490        memory address 0 when called for the first time. This is done when
1491        trying to clear the variable "dhcp_hostname".
1492
14932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1494
1495        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1496        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1497        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1498        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1499        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1500        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1501        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1502        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1503        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1504        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1505        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1506        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1507        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1508        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1509        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1510        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1511        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1512        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1513        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1514        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1515        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1516        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1517        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1518        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1519        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1520        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1521        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1522        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1523        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1524        AUTOMAKE_OPTIONS.
1525        * libnetworking/configure.ac:
1526        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1527        foreign 1.6]).
1528        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1529        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1530        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1531        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1532        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1533        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1534        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1535        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1536        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1537        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1538        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1539        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1540        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1541        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1542        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1543        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1544        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1545
15462002-03-27      Ilya Alexeev <ilya@continuum.ru>
1547
1548        PR 162
1549        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1550        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1551        used in a device write routines.  Now ppp_softc structure have own
1552        character for writing to device (sc_outchar).  I think that converting
1553        local variables to static is not a right solution, because problems will
1554        occur in the case of two or more ppp instances.
1555        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1556        must be u_long, otherwise in the case of the big output packet endless
1557        loop may occur.
1558
15592002-03-21      Ilya Alexeev <ilya@continuum.ru>
1560
1561        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1562        preparations for multiple PPPD connections.
1563
15642002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1565
1566        PR 149
1567        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1568        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1569        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1570        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1571
15722002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1573
1574        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1575        * configure.ac: Modified to reflect addition.
1576
15772002-02-27      Ilya Alexeev <ilya@continuum.ru>
1578
1579        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1580        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1581        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1582        capabilities as well as eliminate some warnings.
1583
15842002-02-27      Eric Norum <eric.norum@usask.ca>
1585
1586        * libnetworking/net/radix.c: Properly handle fetching the default route
1587        when there is no route.  This was a bug in the original FreeBSD code and
1588        this fix is from an updated version of their code.
1589
15902002-02-16      Eric Norum <eric.norum@usask.ca>
1591
1592        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1593        checking.
1594
15952002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1596
1597        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1598        dodefaultroute.
1599
16002002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1601
1602        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1603        include <rtems/seterr.h>.
1604
16052002-02-01      Mike Siers <mikes@poliac.com>
1606
1607        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1608        avoid bringing the link down too fast. NOTE: Mike reports successfully
1609        running at 56K baud on a direct link.
1610
16112002-02-01      Eric Valette <valette@crf.canon.fr>
1612
1613        * librdbg/So many patches have been posted recently on the mailing list
1614        and  because we were unable to find correct solution to compile on
1615        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1616        because the coding  style of rdbg was rather inconsistant among various
1617        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1618        global coding style (using indent + manual edits), 2) incorporate/review
1619        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1620        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1621        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1622        after rdbg initialization is done, NB : the paches is huge but it is
1623        mainly due to coding styke chnages.  Only few lines of codes have been
1624        really changed and they do not impact  rdbg functionnality (AFAIKT).
1625        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1626        librdbg/include/rdbg/m68k/rdbg_f.h,
1627        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1628        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1629        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1630        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1631        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1632        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1633        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1634        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1635        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1636        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1637        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1638        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1639        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1640        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1641        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1642        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1643
16442002-01-31      Mike Siers <mikes@poliac.com>
1645
1646        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1647        * Nice Update of PPPD support which eliminates the requiremetn that
1648        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1649        and reports that it seems to be more stable and handle larger packets
1650        better.  This patch replaces the termios tasks with more general pppd
1651        network driver tasks.  The functions pppinput() and pppstart() get
1652        called from the interrupt service routine.
1653        * libnetworking/Makefile.am, libnetworking/configure.ac,
1654        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1655        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1656        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1657        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1658        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1659        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1660        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1661        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1662        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1663        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1664        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1665        libnetworking/net/route.c, libnetworking/net/route.h,
1666        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1667        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1668        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1669        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1670        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1671        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1672        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1673        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1674        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1675        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1676        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1677        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1678        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1679        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1680        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1681        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1682        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1683        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1684        libnetworking/pppd/example/README,
1685        libnetworking/pppd/example/netconfig.h,
1686        libnetworking/wrapup/Makefile.am: Modified.
1687        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1688        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1689        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1690        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1691        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1692        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1693        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1694        libnetworking/modem/pppcompress.c: Subdirectory removed.
1695
16962002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1697
1698        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1699        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1700
17012002-01-18      Till Straumann <strauman@slac.stanford.edu>
1702
1703        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1704        issues: - exception handler needs to enable MSR_FP if the interrupted
1705        thread is FP enabled. - printk message for MSR fixed and added
1706        stacktrace. NOTE: this requires the stacktrace patch to
1707        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1708        however).
1709
17102002-01-06      Joel Sherrill <joel@OARcorp.com>
1711
1712        * optman/.cvsignore: Added aclocal.m4 and configure.
1713        * optman/.cvsignore: New file.
1714
17152002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1716
1717        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1718
17192002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1720
1721        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1722        * optman/ChangeLog: New.
1723        * optman/configure.ac: New.
1724        * optman/Makefile.am: New.
1725        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1726        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1727
17282001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1729
1730        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1731
17322001-12-18      Eric Norum <eric.norum@usask.ca>
1733
1734        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1735        `directories' (path names with a / at the end) while disallowing open()
1736        operations on TFTP `directories'.
1737
17382001-12-07      Eric Norum <eric.norum@usask.ca>
1739
1740        * libnetworking/lib/tftpDriver.c: Restore write capability.
1741
17422001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1743
1744        * libchip/network/sonic.h: Fix typo.
1745        * libnetworking/arpa/Makefile.am: Remove stray lines.
1746
17472001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1748
1749        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1750
17512001-10-18      Eric Norum <eric.norum@usask.ca>
1752
1753        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1754        chdir() and open() operations within the TFTP file system.
1755
17562001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1757
1758        * librdbg/configure.ac: Fix latent bug exposed by removal of
1759        config.cache's which prevented powerpc targets librdbg from building.
1760
17612001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1762
1763        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1764        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1765        autoconf-2.52 happy.
1766
17672001-10-12      Mike Siers <mikes@poliac.com>
1768
1769        * libnetworking/Update to stable working state.  Congratulations Mike!
1770        :).
1771        * libnetworking/modem_example: Directory removed.
1772        * libnetworking/modem_example/16550.h,
1773        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1774        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1775        libnetworking/modem_example/ppp.h,
1776        libnetworking/modem_example/pppcompress.c: Files removed.
1777        * libnetworking/pppd/example/pppd.options: New file.
1778        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1779        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1780        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1781        libnetworking/pppd/rtemsmain.c: Updated.
1782
17832001-10-12      Joel Sherrill <joel@OARcorp.com>
1784
1785        * libchip/serial/z85c30.c: Fixed typo.
1786
17872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1788
1789        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1790        * configure.in: Remove.
1791        * configure.ac: New file, generated from configure.in by autoupdate.
1792        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1793        * libchip/configure.in: Remove.
1794        * libchip/configure.ac: New file, generated from configure.in by
1795        autoupdate.
1796        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1797        * librdbg/configure.in: Remove.
1798        * librdbg/configure.ac: New file, generated from configure.in by
1799        autoupdate.
1800        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1801        * libnetworking/configure.in: Remove.
1802        * libnetworking/configure.ac: New file, generated from configure.in by
1803        autoupdate.
1804
18052001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1806
1807        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1808        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1809        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1810
18112001-09-27      Joel Sherrill <joel@OARcorp.com>
1812
1813        * libchip/ChangeLog: Fixed typo in date.
1814
18152001-09-27      Eric Norum <eric.norum@usask.ca>
1816
1817        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1818        TFTP  filesystem.
1819
18202001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1821
1822        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1823        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1824        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
1825        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
1826        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1827        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1828        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1829        'PREINSTALL_FILES ='.
1830        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
1831        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
1832        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
1833        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
1834        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
1835        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
1836        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
1837        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
1838        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
1839        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
1840        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
1841        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
1842
18432001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1844
1845        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
1846        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
1847        * librdbg/src/m68k/any/Makefile.am: Ditto.
1848        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1849        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
1850        happy.
1851
18522001-09-21      Joel Sherrill <joel@OARcorp.com>
1853
1854        * libchip/network/Makefile.am: Fixed typo on file name.
1855        * libchip/network/i82586.c: Commented out line 318 which is referencing
1856        a member of a structure that is not currently there.  This needs to be
1857        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
1858        to C style.
1859
18602001-09-19      Eric Norum <eric.norum@usask.ca>
1861
1862        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
1863
18642001-09-19      Chris Johns <ccj@acm.org>
1865
1866        * libchip/network/README.i82586, libchip/network/i82586.c,
1867        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
1868        Network driver for Intel i82586.
1869        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
1870        rtems/rtems_bsdnet_internal.h Added support for populating the initial
1871        "root" filesystem with information obtained via the DHCP response.
1872
18732001-09-14      Eric Norum <eric.norum@usask.ca>
1874
1875        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
1876        make gcc 3.x happy.
1877
18782001-08-16      Mike Siers <mikes@poliac.com>
1879
1880        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
1881        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
1882        These support callback functionality that has not even been compiled
1883        under RTEMS yet.
1884        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
1885        example application.  Mike's notes on the modifications: - renamed
1886        error() function because of namespace problems - removed calls to the
1887        exit() funciton - removed extra files from the pppd source directory -
1888        defined pppd task constant values in rtemspppd.h - modifyied example
1889        code to get actual tick per second value - placed the pppd 2.3.11 man
1890        page file (pppd.8) into the pppd directory.
1891        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1892        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1893        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1894        libnetworking/pppd/rtems-ppp.c: Deleted.
1895        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
1896        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1897        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
1898        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
1899        libnetworking/pppd/example/init.c,
1900        libnetworking/pppd/example/netconfig.h,
1901        libnetworking/pppd/example/ppp.conf,
1902        libnetworking/pppd/example/pppdapp.c,
1903        libnetworking/pppd/example/system.h: New files.
1904        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
1905        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
1906        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
1907        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1908        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1909        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1910        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1911        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1912        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1913        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1914        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1915        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1916        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1917        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
1918        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
1919
19202001-08-16      Joel Sherrill <joel@OARcorp.com>
1921
1922        * libnetworking/pppd/example/Makefile: Removed.
1923        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
1924        to avoid bootstrap -c clobbering it.
1925        * libnetworking/rtems_telnetd/.cvsignore: New file.
1926
19272001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1928
1929        * libnetworking/Makefile.am, libnetworking/configure.in,
1930        libnetworking/rtems_servers/Makefile.am,
1931        libnetworking/rtems_servers/telnetd.c,
1932        libnetworking/rtems_servers/telnetd.h,
1933        libnetworking/rtems_telnetd/Makefile.am,
1934        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1935        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1936        libnetworking/rtems_telnetd/telnetd.c,
1937        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
1938        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
1939        effect when ftpd change. - the tcp/ip stats have been implemented into
1940        icmds.c and started when telnetd daemon is started.
1941        * libnetworking/rtems_servers/telnetd.c,
1942        libnetworking/rtems_servers/telnetd.h: Removed.
1943        * libnetworking/rtems_telnetd: New directory.
1944        * libnetworking/rtems_telnetd/Makefile.am,
1945        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1946        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1947        libnetworking/rtems_telnetd/telnetd.c,
1948        libnetworking/rtems_telnetd/telnetd.h: New files.
1949
19502001-06-14      Joel Sherrill <joel@OARcorp.com>
1951
1952        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
1953        Moved from libmisc/shell so the network stack to address network
1954        depenendency.
1955        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
1956
19572001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1958
1959        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
1960
19612001-05-15      Joel Sherrill <joel@OARcorp.com>
1962
1963        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1964        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
1965        accidentally deleted the incorrectly empty versions.
1966
19672001-05-14      Till Straumann <strauman@slac.stanford.edu>
1968
1969        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
1970        libchip/pci/Makefile.am: Per PR215 address the following issues: -
1971        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
1972        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
1973        to know the values) - the affected BSP (shared/motorola) headers have
1974        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
1975        driver (libchip/network/dec21140.c) has been fixed to use
1976        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
1977        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
1978        who is using this driver. - the DEC driver also has been fixed to use
1979        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
1980        delay_in_bus_cycles().
1981
19822001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1983
1984        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
1985
19862001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1987
1988        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
1989
19902001-04-24      Eric Norum <eric.norum@usask.ca>
1991
1992        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
1993        NTP synchronization a little more robust -- no NTP daemon yet, but at
1994        least it trys a little harder when the primary NTP server is down.
1995
19962001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
1997
1998        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
1999        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2000        libnetworking/pppd/modem_example/modem.c,
2001        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2002        other strings into English.
2003        * libnetworking/pppd/STATUS: updated to reflect the changes.
2004
20052001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2006
2007        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2008        again.
2009
20102001-04-20      Eric Valette <valette@crf.canon.fr>
2011
2012        * mcp750 directory renamed new_exception processing as it supports many
2013        more CPU models.
2014        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2015        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2016        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2017        formerly in mcp750 plus modifications.
2018        * librdbg/src/powerpc/mcp750/.cvsignore,
2019        librdbg/src/powerpc/mcp750/Makefile.am,
2020        librdbg/src/powerpc/mcp750/remdeb.h,
2021        librdbg/src/powerpc/mcp750/remdeb_f.x,
2022        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2023        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2024        new_exception_processing.
2025        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2026        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2027        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2028        part of this effort to add support for the MPC8xx.
2029
20302001-04-19      Joel Sherrill <joel@OARcorp.com>
2031
2032        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2033        internal include files.
2034
20352001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2036
2037        PR 158
2038        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2039        rcmd() library call by commenting out the parts that deal with signals.
2040        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2041        stdio. The 'server-side' parts of this file which deal with
2042        authentication are disabled since they are not needed.
2043
20442001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2045
2046        * libnetworking/include/.cvsignore: Remove dangling file.
2047
20482001-03-14      Joel Sherrill <joel@OARcorp.com>
2049
2050        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2051        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2052        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2053        libchip style serial drivers can be written in libcpu or libbsp.
2054
20552001-03-01      Joel Sherrill <joel@OARcorp.com>
2056
2057        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2058        libchip/network/sonic.c, libchip/network/sonic.h,
2059        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2060        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2061        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2062        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2063        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2064        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2065        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2066        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2067
20682001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2069
2070        * librdbg/include/rdbg/Makefile.am,
2071        librdbg/include/rdbg/i386/Makefile.am,
2072        librdbg/include/rdbg/m68k/Makefile.am,
2073        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2074        style on include files.
2075
20762001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2077
2078        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2079        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2080        replace ${..} with $(..).
2081        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2082        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2083        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2084        libnetworking/rtems/Makefile.am, libnetworking/
2085        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2086        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2087        include_*HEADERS instead of H_FILES.
2088        * libnetworking/include/Makefile.am: Remove.
2089        * libnetworking/Makefile.am: Add handling of *.h files.
2090        * libnetworking/configure.in: Remove include/Makefile.
2091
20922001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2093
2094        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2095
20962001-01-31      Sergei Organov <osv@javad.ru>
2097
2098        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2099        current dir and root dir removed in favor of new libio support for
2100        task-local current and root directories. - Bug in `close_data_socket()'
2101        introduced by previous change fixed. - `command_pasv()' changed to set
2102        timeout on socket we are listening on and code fixed to don't close
2103        socket twice on error. - `serr()' changed to clear `errno'. -
2104        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2105        changed to clear `errno' before processing session. -
2106        `close_data_socket()' fixed to close both active and passive sockets -
2107        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2108        empty string  in `exec_command()'.
2109
21102001-01-25      Eric Norum <eric.norum@usask.ca>
2111
2112        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2113        improves throughput on systems which are dropping packets.   Only the
2114        first timeout is reduced.  This keeps the number of extra packets down
2115        on networks that are very busy and dropping lots of packets.
2116
21172001-01-24      Sergei Organov <osv@javad.ru>
2118
2119        * libnetworking/rtems_servers/ftpd.c,
2120        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2121        - Timeouts on sockets implemented. 'idle' field added to configuration.
2122        No timeout by default to keep backward compatibility. Note: SITE IDLE
2123        command not implemented yet. - Basic global access control implemented.
2124        'access' field added to configuration. No access limitations by default
2125        to keep backward compatibility. - Anchor data socket for active mode
2126        (using self IP and port 20.) - Fixed default data port support (still
2127        not tested). - Don't allow IP address different from originating host in
2128        PORT command to improve security. - Fixed bug in MDTM command. - Check
2129        for correctness of parsing of argument in command_port(). - Fixed
2130        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2131        a directory. - Command parsing a little bit improved: command names are
2132        now converted to upper-case to be more compatible with RFC (command
2133        names are not case-sensitive.) - Reformat comments so that they have
2134        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2135        previous changes - True ASCII mode implemented (doesn't work for hooks
2136        and /dev/null) - Passive mode implemented, PASV command added. - Default
2137        port for data connection could be used (untested, can't find ftp client
2138        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2139        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2140
21412001-01-18      Joel Sherrill <joel@OARcorp.com>
2142
2143        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2144        macro using variable arguments.
2145        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2146        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2147        since I updated the main RTEMS development machine to RedHat 7.2 and
2148        apparently got a new version of rpcgen.
2149
21502001-01-12      Sergei Organov <osv@javad.ru>
2151
2152        * libnetworking/rtems_servers/ftpd.c,
2153        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2154        - use pool of pre-created threads to handle sessions instead of
2155        creating/deleting threads on the fly - LIST output is now similar to
2156        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2157        happy with it. - LIST NAME now works (both for files and directories) -
2158        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2159        clients happy  - keep track of CWD for every session separately -
2160        ability to specify root directory name for FTPD in configuration table.
2161        FTPD will then create illusion for FTP clients that this is actually
2162        root directory. - ignore options sent in commands, thus LIST -al FILE
2163        works and doesn't try to list "-al" directory. - buffers are allocated
2164        on stack instead of heap where possible to eliminate malloc/free calls
2165        (avoid possible heap fragmentation troubles). - drop using of task
2166        notepad to pass parameters - use function arguments instead - use
2167        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2168        in socket() instead of AF_INET.
2169
21702001-01-02      Joel Sherrill <joel@OARcorp.com>
2171
2172        * libnetworking/CHANGELOG: Removed.
2173        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2174
21752000-12-14      Eric Norum <eric.norum@usask.ca>
2176
2177        * libnetworking/lib/tftpDriver.c: Added write capability.
2178
21792000-12-08      Joel Sherrill <joel@OARcorp.com>
2180
2181        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2182        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2183        numerous variable declarations conditional on PPP_COMPRESS and
2184        PPP_FILTER.  Commented out variables that were not used because the code
2185        using them was commented out. Removed totally unused variables.
2186        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2187        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2188
21892000-11-30      Joel Sherrill <joel@OARcorp.com>
2190
2191        * libnetworking/modem/ppp_tty.c: Changed to include
2192        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2193        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2194        * libnetworking/Makefile.am: Modified to reflect above.
2195
21962000-11-27      Joel Sherrill <joel@OARcorp.com>
2197
2198        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2199
22002000-11-25      Eric Norum <eric.norum@usask.ca>
2201
2202        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2203        core.
2204
22052000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2206
2207        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2208        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2209        subdir.
2210        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2211        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2212        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2213        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2214        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2215        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2216        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2217        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2218        ppp_tty.c and the real pppd main is in pppmain.c.
2219
22202000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2221
2222        * libchip/network/sonic.c: Added ipalign() routine to align the received
2223        packet so that the ip header is on a 32-bit boundary. Necessary for
2224        cpu's that do not allow unaligned loads and stores and when the 32-bit
2225        DMA mode is used.
2226
22272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2228
2229        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2230        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2231        ACLOCAL_AMFLAGS.
2232        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2233        ACLOCAL_AMFLAGS.
2234        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2235        ACLOCAL_AMFLAGS.
2236
22372000-11-03      Chris Johns <ccj@acm.org>
2238
2239        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2240        libchip/network/cs8900.h: New files.
2241
22422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2243
2244        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2245        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2246        $(RTEMS_TOPdir)/aclocal.
2247        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2248        $(RTEMS_TOPdir)/aclocal.
2249        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2250        $(RTEMS_TOPdir)/aclocal.
2251
22522000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2253
2254        * configure.in: Switch to GNU-canonicalization.
2255        * Makefile.am: Reflect changes to configure.in.
2256        * acinclude.m4: Remove.
2257
22582000-10-30      Joel Sherrill <joel@OARcorp.com>
2259
2260        * POSIX include files merged into newlib.  This resulted in some
2261        definitions moving to other files and thus some secondary effects in
2262        RTEMS source code.
2263        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2264        in sync with newlib's <machine/types.h>.
2265        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2266        definition of struct itimerval in <sys/time.h>.
2267
22682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2269
2270        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2271        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2272        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2273        * ChangeLog: Fix typos.
2274        * configure.in: add tests to the GNU canonicalized subdirectories.
2275
22762000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2277
2278        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2279        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2280        the lib directory before configuring lib/.
2281
22822000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2283
2284        * configure.in, Makefile.am: add exec to the GNU canonicalized
2285        subdirectories.
2286        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2287        * configure.in: add libnetworking, librpc and librdb to the GNU
2288        canonicalized subdirectories.
2289        * configure.in: add libmisc and libchip to the GNU canonicalized
2290        subdirectories.
2291        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2292        Switch to GNU canonicalization.
2293        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2294        Switch to GNU canonicalization.
2295        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2296        Switch to GNU canonicalization.
2297
22982000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2299
2300        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2301        canonicalization to libfs/. The approach is currently a bit of a hack as
2302        GNU canonicalization does not support the per-BSP build some of the
2303        other directories require.  As more of the tree is converted, this will
2304        become less  of an issue.
2305
23062000-10-20      Joel Sherrill <joel@OARcorp.com>
2307
2308        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2309        parameter.
2310
23112000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2312
2313        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2314        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2315        * librdbg/configure.in: Add m68k support.
2316        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2317        subdirectory.
2318        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2319        failure.
2320        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2321        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2322        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2323        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2324        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2325        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2326        librdbg/src/m68k/.cvsignore: New files.
2327        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2328        function pointers.
2329        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2330        _after_ pointer has been checked against NULL.
2331
23322000-10-18      Joel Sherrill <joel@OARcorp.com>
2333
2334        * wrapup/Makefile.am: Added libfs.
2335
23362000-10-18      Chris Johns <ccj@acm.org>
2337
2338        * libfs created.
2339        * configure.in: Added libfs subdirectory.
2340        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2341
23422000-09-28      Joel Sherrill <joel@OARcorp.com>
2343
2344        * libnetworking/rtems_webserver/Makefile.am,
2345        libnetworking/rtems_webserver/base64.c,
2346        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2347        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2348
23492000-09-22      Joel Sherrill <joel@OARcorp.com>
2350
2351        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2352        libnetworking/rtems/rtems_bsdnet_internal.h,
2353        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2354        have included rtems.h.  It is now including precisely the  least amount
2355        of low level, yet portable .h files to get the basic RTEMS types
2356        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2357        used machine/types.h to include rtems.h.
2358
23592000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2360
2361        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2362
23632000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2364
2365        * libnetworking/ChangeLog: Cleanup.
2366
23672000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2368
2369        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2370        * libchip/ChangeLog: Fix formating.
2371
23722000-09-05      Joel Sherrill <joel@OARcorp.com>
2373
2374        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2375        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2376        confusion and to work with the converted flags.
2377
23782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2379
2380        * wrapup/Makefile.am: Include compile.am.
2381        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2382        libchip/serial/Makefile.am: Include compile.am.
2383        * librdbg/src/i386/any/Makefile.am,
2384        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2385        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2386        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2387        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2388        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2389        libnetworking/rtems_servers/Makefile.am,
2390        libnetworking/rtems_webserver/Makefile.am,
2391        libnetworking/wrapup/Makefile.am: Include compile.am.
2392
23932000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2394
2395        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2396        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2397
23982000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2399
2400        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2401
24022000-08-31      Joel Sherrill <joel@OARcorp.com>
2403
2404        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2405        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2406        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2407        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2408        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2409        * libnetworking/wbase64.c: Removed.
2410        * libnetworking/Makefile.am, libnetworking/asp.c,
2411        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2412        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2413        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2414        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2415        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2416        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2417        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2418        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2419        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2420        Modified.
2421
24222000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2423
2424        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2425
24262000-08-30      Joel Sherrill <joel@OARcorp.com>
2427
2428        * libnetworking/rtems_webserver/license.txt: New file.
2429
24302000-08-10      Joel Sherrill <joel@OARcorp.com>
2431
2432        * ChangeLog: New file.
2433        * libchip/ChangeLog: New file.
2434        * librdbg/ChangeLog: New file.
2435        * libnetworking/ChangeLog: New file.
2436
Note: See TracBrowser for help on using the repository browser.