source: rtems/c/src/ChangeLog @ d3b09bf4

4.104.114.84.95
Last change on this file since d3b09bf4 was ef02bc1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/26/04 at 03:57:24

2004-03-26 Ralf Corsepius <ralf_corsepius@…>

  • aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
  • Property mode set to 100644
File size: 94.5 KB
Line 
12004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
4        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
5
62004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * configure.ac: Reflect changes to testsuites's configuration.
9
102004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        PR/589 rtems
13        * libchip/network/pci.h: Remove (Moved to cpukit).
14
152004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
18        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
19        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
20        libchip/network/dec21140.c, libchip/network/elnk.c,
21        libchip/network/if_fxp.c, libchip/network/open_eth.c,
22        libchip/network/open_eth.h, libchip/network/sonic.c,
23        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
24        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
25        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
26        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
27        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
28        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
29        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
30        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
31        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
32        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
33        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
34        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
35        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
36        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
37        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
38        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
39        fixed-size types.
40
412004-03-14      Chris Johns  <chrisj@rtems.org>
42
43        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
44        the BSP example code.
45        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
46        support the DIMMPC. This is a pc386 target with IO port support. Minor
47        formating clean up. Add documentation to the header file.
48        * libchip/network/README.cs8900: The CS8900 driver is documented in the
49        cs8900.h header file.
50
512004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
54        Cosmetics.
55
562004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
59        There are no application level Makefiles in here.
60
612004-03-04      Joel Sherrill <joel@OARcorp.com>
62
63        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
64        they can be used in application level makefiles.
65
662004-03-05      Joel Sherrill <joel@OARcorp.com>
67
68        * libnetworking/rtems_webserver/ejparse.c,
69        libnetworking/rtems_webserver/emfdb.c,
70        libnetworking/rtems_webserver/sock.c,
71        libnetworking/rtems_webserver/socket.c,
72        libnetworking/rtems_webserver/sym.c,
73        libnetworking/rtems_webserver/webs.c,
74        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
752004-03-05      Joel Sherrill <joel@OARcorp.com>
76
77        * libchipnetwork/open_eth.c: Remove warnings by conditionally
78        compiling this file only only those CPU families with supported
79        exception models.
80
812004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * acinclude.m4: Fix loosing arguments when configuring cpukit and
84        testsuites (Was exposed with --enable-multilib, only).
85        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
86         Add RTEMS_BSP_CONFIG_SUBDIR.
87        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
88        testsuites's configure.
89        * aclocal/rtems-top.m4: Remove ENDIF hack.
90        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
91
922004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
95        wrapup/Makefile.am: Fix automake problems having been introduced
96        in previous patch.
97
982004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
101        Preinstall dirs.
102        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
103        * aclocal/check-multiprocessing.m4: Cosmetics.
104        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
105        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
106
1072004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
110        librdbg/src/Makefile.am.
111        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
112        * configure.ac: Reflect changes above.
113        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
114        * wrapup/Makefile.am: Reflect changes above.
115        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
116
1172004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
120
1212004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
124
1252004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Reflect new location of librdbg.a.
128
1292004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
132        librdbg/src/powerpc/Makefile.am: Remove.
133        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
134        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
135        * configure.ac: Reflect changes above.
136
1372004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139
1402004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
143        STRIP.
144
1452004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * librdbg/include/Makefile.am: Merge-in
148        librdbg/include/rdbg/i386/Makefile.am,
149        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
150        librdbg/include/rdbg/powerpc/Makefile.am.
151        * librdbg/include/rdbg/i386/Makefile.am,
152        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
153        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
154        * configure.ac: Reflect changes above.
155
1562004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Use AS_HELP_STRING(ada).
159
1602004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * aclocal/bspopts.m4: Use AS_HELP_STRING.
163        * aclocal/bsp-configure.m4: Require autoconf-2.59.
164        Use AC_CONFIG_HEADERS.
165        * aclocal/check-custom-bsp.m4: Add bspkit-support.
166        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
167
1682004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: include local.am.
171
1722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * aclocal/version.m4: 4.6.99.0.
175
1762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Don't include host.am.
179        * automake/compile.am: Further cleanups.
180
1812004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * automake/lib.am: Remove (Unused).
184
1852004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * wrapup/Makefile.am: Don't include lib.am.
188        * automake/compile.am: Use automake compilation rules.
189
1902004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * libnetworking/pppd/Makefile.am,
193        libnetworking/rtems_servers/Makefile.am,
194        libnetworking/rtems_telnetd/Makefile.am,
195        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
196        support/Makefile.am: Don't include lib.am.
197
1982004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * libchip/Makefile.am: Don't include lib.am.
201        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
202        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
203        unnecessary EXTRA_DISTs.
204
2052004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
208        hack.
209
2102004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
213        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
214        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
215        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
216
2172004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
220        Add AM_CONDITIONAL(HAS_MP).
221        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
222        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
223        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
224        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
225        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
226        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
227        (Deprecated by autoconf 2.59).
228
2292004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
232        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
233
2342004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * ChangeLog: Merge-in libnetworking/ChangeLog.
237        * libnetworking/ChangeLog: Remove.
238        * ChangeLog: Merge-in librdbg/ChangeLog.
239        * librdbg/ChangeLog: Remove.
240        * ChangeLog: Merge-in libchip/ChangeLog.
241        * libchip/ChangeLog: Remove.
242        * ChangeLog: Merge-in optman/ChangeLog.
243        * optman/ChangeLog: Remove.
244
2452004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Reflect changes to cpukit.
248        * wrapup/Makefile.am: Reflect changes to librdbg.
249        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
250        * libchip/Makefile.am: Add PREINSTALL_DIRS.
251        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
252        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
253        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
254        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
255        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
256        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
257        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
258
2592004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * aclocal/rtems-top.m4: Remove check for version.m4.
262        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
263
2642004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
267        * wrapup/Makefile.am: Reflect changes to libchip/*.
268        * support/Makefile.am: Use automake compilation rules.
269        * wrapup/Makefile.am: Reflect changes to support/*.
270        * configure.ac: Remove libnetworking/wrapup/Makefile.
271        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
272        libnetworking/*/lib*.a instead of libnetapps.a.
273        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
274        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
275        * optman/Makefile.am: Use automake compilation rules.
276        * libchip/Makefile.am: Fix typo in previous patch.
277        * libchip/Makefile.am: Use automake compilation rules.
278        * libnetworking/Makefile.am: Remove wrapup.
279        * libnetworking/pppd/Makefile.am: Build libpppd. Use
280        automake-compilation rules.
281        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
282        automake-compilation rules.
283        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
284        automake-compilation rules.
285        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
286        automake-compilation rules.
287        * libnetworking/wrapup/Makefile.am: Remove (Unused).
288
2892004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
292        PRE/TMPINSTALL_FILES to CLEANFILES.
293        * automake/lib.am: Remove TMPINSTALL_FILES.
294        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
295        PRE/TMPINSTALL_FILES to CLEANFILES.
296        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
297        PRE/TMPINSTALL_FILES to CLEANFILES.
298        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
299        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
300        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
301        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
302        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
303        * librdbg/src/i386/Makefile.am: Ditto.
304        * librdbg/src/m68k/Makefile.am: Ditto.
305        * librdbg/src/powerpc/Makefile.am: Ditto.
306        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
307        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
308        * libnetworking/rtems_servers/Makefile.am: Ditto.
309        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
310        * libnetworking/rtems_webserver/Makefile.am: Ditto.
311
3122004-01-07      Joel Sherrill <joel@OARcorp.com>
313
314        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
315        more completely covers the MIPS family.
316
3172003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * wrapup/Makefile.am: Reflect changes to shmdr.
320        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
321
3222003-12-18      Joel Sherrill <joel@OARcorp.com>
323
324        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
325        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
326        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
327        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
328        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
329        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
330        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
331
3322003-12-17      Joel Sherrill <joel@OARcorp.com>
333
334        * aclocal/version.m4: Updated to rtems-20031217-test.
335
3362003-12-17     
337
338        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
339        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
340
3412003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * automake/compile.am: Remove LINK_LIBS (Unused).
344        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
345
3462003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
349        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
350        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
351        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
352        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
353
3542003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
357        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
358        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
359        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
360        * librdbg/src/i386/Makefile.am:
361        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
362        * librdbg/src/m68k/Makefile.am:
363        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
364        * librdbg/src/powerpc/Makefile.am:
365        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
366
3672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
370        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
371        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
372        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
373        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
374        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
375        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
376        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
377        * optman/Makefile.am: Remove project_libdir.
378        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
379        PRE/TMPINSTALL_FILES.
380        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
381        PRE/TMPINSTALL_FILES.
382        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
383        PRE/TMPINSTALL_FILES.
384        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
385        PRE/TMPINSTALL_FILES.
386        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
387        from PRE/TMPINSTALL_FILES.
388        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
389        PRE/TMPINSTALL_FILES.
390        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
391        PRE/TMPINSTALL_FILES.
392        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
393        PRE/TMPINSTALL_FILES.
394        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
395        PRE/TMPINSTALL_FILES.
396        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
397        PRE/TMPINSTALL_FILES.
398        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
399        PRE/TMPINSTALL_FILES.
400        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
401        from PRE/TMPINSTALL_FILES.
402
4032003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
406        * automake/lib.am: Remove project_libdir.
407        * wrapup/Makefile.am: Reworked.
408
4092003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * configure.ac: Reflect changes to librdbg.
412        * optman/Makefile.am: Add tmpinstall dirstamp support.
413        * libchip/Makefile.am: Fix variant-tmpinstall support.
414        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
415        * librdbg/src/powerpc/Makefile.am: Merge-in former
416        new_exception_processing/Makefile.am.
417        * librdbg/src/m68k/any/Makefile.am: Remove.
418        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
419        * librdbg/src/i386/any/Makefile.am: Remove.
420        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
421        * librdbg/src/Makefile.am: Cosmetics.
422        * librdbg/include/Makefile.am: Cosmetics.
423        * librdbg/Makefile.am: Cosmetics.
424        * libnetworking/Makefile.am: Cosmetics.
425        * libnetworking/pppd/Makefile.am: Cosmetics.
426        * libnetworking/wrapup/Makefile.am: Cosmetics.
427
4282003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am: Cosmetics.
431        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
432        support.
433
4342003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * automake/compile.am: Remove $(ARCH):-rule.
437
4382003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: Remove lib/libbsp/shared/Makefile,
441        lib/libbsp/shmdr/Makefile.
442
4432003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
446        libchip/serial/Makefile, libchip/rtc/Makefile.
447        * support/Makefile.am: Remove all-local: $(ARCH).
448        * wrapup/Makefile.am: Remove all-local: $(ARCH).
449        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
450        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
451        * optman/Makefile.am: Remove all-local: $(ARCH).
452        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
453        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
454        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
455        compilation dirstamp support.
456        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
457        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
458        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
459        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
460        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
461        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
462        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
463        all-local: $(ARCH).
464        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
465        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
466        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
467        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
468        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
469
4702003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * aclocal/lead-dot.m4: New (from automake-1.7f).
473        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
474        AC_SUBST(dirstamp).
475        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
476        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
477        libchip/serial/Makefile.am: Ditto.
478        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
479        * librdbg/include/Makefile.am: Ditto.
480        * librdbg/include/rdbg/Makefile.am: Ditto.
481        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
482        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
483        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
484        * librdbg/src/Makefile.am: Ditto.
485        * librdbg/src/i386/Makefile.am: Ditto.
486        * librdbg/src/i386/any/Makefile.am: Ditto.
487        * librdbg/src/m68k/Makefile.am: Ditto.
488        * librdbg/src/m68k/any/Makefile.am: Ditto.
489        * librdbg/src/powerpc/Makefile.am: Ditto.
490        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
491        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
492        preinstallation.
493        * libnetworking/pppd/Makefile.am: Ditto.
494        * libnetworking/rtems_servers/Makefile.am: Ditto.
495        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
496        * libnetworking/rtems_webserver/Makefile.am: Ditto.
497        * libnetworking/wrapup/Makefile.am: Ditto.
498
4992003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
502        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
503        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
504        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
505        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
506        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
507        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
508        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
509        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
510        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
511        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
512        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
513        underquoting to silence automake-1.8.
514
5152003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.ac: Reflect having moved tests to ../../testsuites.
518
5192003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
522        * aclocal/canonical-host.m4: Remove.
523        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
524        * configure.ac: Remove RTEMS_CANONICAL_HOST.
525
5262003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * aclocal/check-cpu.m4: Remove.
529        * configure.ac: Merge-in former aclocal/check-cpu.m4.
530        * aclocal/canonical-target-name.m4: Add m4-quotes.
531        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
532        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
533        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
534        * aclocal/check-networking.m4: Add m4-quotes. Require
535        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
536        * aclocal/check-posix.m4: Add m4-quotes. Require
537        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
538        * aclocal/check-rdbg.m4: Add m4-quotes. Require
539        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
540        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
541
5422003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
545        * aclocal/bsp-alias.m4: Remove.
546
5472003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * configure.ac: Make presence of tests/ optional.
550
5512003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * aclocal/path-perl.m4: Remove (Unused).
554
5552003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * automake/force-preinstall.am: Remove.
558
5592003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
560
561        PR 499/rtems_misc
562        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
563        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
564        Configuration (Odd was forced) - Correction of Stop Bit configuration
565        (inversed) - Correction of ISR Handler to call
566        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
567        CTS Hardware flow control Configuration.
568
5692003-09-04      Joel Sherrill <joel@OARcorp.com>
570
571        * lib/libcpu/shared/include/cache.h,
572        lib/libcpu/shared/src/cache_aligned_malloc.c,
573        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
574        license changed.
575        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
576        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
577        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
578        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
579        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
580        for license changed.
581        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
582        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
583        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
584        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
585        libchip/network/cs8900.h, libchip/network/dec21140.c,
586        libchip/network/elnk.c, libchip/network/open_eth.c,
587        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
588        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
589        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
590        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
591        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
592        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
593        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
594        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
595        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
596        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
597        libchip/serial/serial.h, libchip/serial/z85c30.c,
598        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
599        libchip/serial/z85c30_reg.c: URL for license changed.
600
6012003-09-03      Jiri Gaisler <jiri@gaisler.com>
602
603        PR 477/networking
604        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
605        * libchip/network/README.open_eth, libchip/network/open_eth.c,
606        libchip/network/open_eth.h: New files.
607
6082003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * aclocal/rtems-top.m4: Add RTEMS_API.
611        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
612
6132003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
616        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
617        @RTEMS_BSP@.cfg.
618
6192003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
622
6232003-08-20      Joel Sherrill <joel@OARcorp.com>
624
625        * libchip/network/cs8900.c: Correct copyright statements.
626
6272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * aclocal/check-itron.m4: Remove.
630        * aclocal/enable-inlines.m4: Remove.
631        * Makefile.am: Reflect having moved aclocal/.
632        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
633        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
634        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
635        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
636        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
637        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
638        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
639        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
640        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
641        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
642        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
643        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
644        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
645        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
646        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
647        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
648        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
649        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
650        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
651        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
652        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
653        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
654        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
655        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
656        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
657        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
658        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
659        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
660        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
661        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
662        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
663        * aclocal/multilib.m4: New (Copied from ../../aclocal).
664        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
665        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
666        * aclocal/ppc.m4: New (Copied from ../../aclocal).
667        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
668        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
669        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
670        * aclocal/project-root.m4: New (Copied from ../../aclocal).
671        * aclocal/quoting.m4: New (Copied from ../../aclocal).
672        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
673        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
674        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
675        * aclocal/target.m4: New (Copied from ../../aclocal).
676        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
677        * aclocal/version.m4: New (Copied from ../../aclocal).
678
6792003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * configure.ac: Remove stray comments.
682        * automake/local.am, automake/host.am: Remove "debug".
683
6842003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * Makefile.am: Reflect having moved automake/.
687        * lib/Makefile.am: Reflect having moved automake/.
688        * support/Makefile.am: Reflect having moved automake/.
689        * wrapup/Makefile.am: Reflect having moved automake/.
690        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
691        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
692        from ../../automake).
693        * optman/Makefile.am: Reflect having moved automake/.
694        * libchip/Makefile.am: Reflect having moved automake/.
695        * libchip/ide/Makefile.am: Reflect having moved automake/.
696        * libchip/network/Makefile.am: Reflect having moved automake/.
697        * libchip/rtc/Makefile.am: Reflect having moved automake/.
698        * libchip/serial/Makefile.am: Reflect having moved automake/.
699        * librdbg/Makefile.am: Reflect having moved automake/.
700        * librdbg/include/Makefile.am: Reflect having moved automake/.
701        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
702        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
703        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
704        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
705        automake/.
706        * librdbg/src/Makefile.am: Reflect having moved automake/.
707        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
708        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
709        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
710        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
711        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
712        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
713        having moved automake/.
714        * libnetworking/Makefile.am: Reflect having moved automake/.
715        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
716        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
717        automake/.
718        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
719        automake/.
720        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
721        automake/.
722        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
723
7242003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * Makefile.am: Add bsp.pc.in.
727        * bsp.pc.in: New (pkgconfig support).
728
7292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
732
7332003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * lib/Makefile.am: New (Required by 'make dist').
736        * lib/ChangeLog: Remove.
737        * lib/.cvsignore: Cleanup.
738        * configure.ac: Reflect having added lib/Makefile.am.
739        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
740        lib/libbsp/configure.ac.
741        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
742        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
743
7442003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
747        * configure.ac: Merge-in librdbg/configure.ac.
748        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
749        librdbg/configure.ac.
750        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
751        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
752        LIBCHIP. Conditionally build include-dirs.
753        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
754        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
755        * librdbg/Makefile.am, librdbg/include/Makefile.am,
756        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
757        librdbg/include/rdbg/m68k/Makefile.am,
758        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
759        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
760        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
761        librdbg/src/powerpc/Makefile.am, librdbg/
762        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
763        configure.ac into ../configure.ac.
764        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
765        * libnetworking/.cvsignore, libnetworking/Makefile.am,
766        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
767        libnetworking/rtems_telnetd/Makefile.am,
768        libnetworking/rtems_webserver/Makefile.am,
769        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
770        into ../configure.ac.
771
7722003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
773
774        PR 427/rtems
775        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
776        * librdbg/src/servtsp.c: Ditto.
777
7782003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
779
780        PR 429/bsps
781        PR 432/bsps
782        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
783        packets are queued onto an elnk board, the ISR will deadlock the device
784        with a tx complete interrupt.  Lighter tx loads are not affected as they
785        end up submitting single packets to the device.
786
7872003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
788
789        * configure.ac: Merge-in libchip/configure.ac. Merge-in
790        optman/configure.ac.
791        * optman/configure.ac: Remove (Merged into ../configure.ac).
792        * optman/Makefile.am: Reflect having merged configure.ac into
793        ../configure.ac.
794        * libchip/configure.ac: Remove (Merged into ../configure.ac).
795        * libchip/Makefile.am, libchip/ide/Makefile.am,
796        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
797        libchip/serial/Makefile.am: Reflect having merged configure.ac into
798        ../configure.ac.
799
8002003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
801
802        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
803
8042003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
805
806        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
807        on i386.
808
8092003-06-13      Joel Sherrill <joel@OARcorp.com>
810
811        * libnetworking/pppd/chat.c: Removed warnings.
812
8132003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
814
815        * libchip/network/README.3com: New file missed in previous commit.
816        PR 405/bsps
817        PR 393/networking
818        * libchip/network/dec21140.c: Fix leak also known as PR393.
819        * libchip/network/elnk.c, libchip/network/if_media.h,
820        libchip/network/mii.h: New files.
821        * libchip/network/Makefile.am: Reflect new files.
822
8232003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * configure.ac: Remove support for profile-variant.
826
8272003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        PR 397/pppd
830        * libnetworking/pppd/fsm.c: Make peer_mru global again.
831        * libnetworking/pppd/magic.c: Remove *rand48.
832        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
833
8342003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
835
836        * wrapup/Makefile.am: Add libide.a.
837
8382003-04-15      Joel Sherrill <joel@OARcorp.com>
839
840        PR 387/rtems_misc
841        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
842        routines.
843        * libchip/ide/ata_internal.h: Added missing newline and end of file.
844
8452003-04-11      Joel Sherrill <joel@OARcorp.com>
846
847        * libnetworking/rtems_webserver/cgi.c,
848        libnetworking/rtems_webserver/sockGen.c,
849        libnetworking/rtems_webserver/umui.c,
850        libnetworking/rtems_webserver/websSSL.c,
851        libnetworking/rtems_webserver/websSSL.h,
852        libnetworking/rtems_webserver/websda.c,
853        libnetworking/rtems_webserver/websda.h: New files. Not included in
854        previous commit.
855
8562003-04-10      Joel Sherrill <joel@OARcorp.com>
857
858        PR 371/pppd
859        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
860        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
861        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
862        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
863        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
864        still global symbols in rtemspppd.h which might need to be changed or
865        converted into member of a structure which is dereferenced with a
866        pointer that is managed as a per task variable. But this patch should
867        avoid many conflicts.
868
8692003-03-27      Joel Sherrill <joel@OARcorp.com>
870
871        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
872        not allowed in the cpukit source code since it must be buildable
873        independent of any BSP. These files were moved to libchip/ide.
874        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
875        files.
876
8772003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
878
879        PR 368/filesystems
880        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
881        improvements which now work on pc386 and mbx8xx.
882        * libchip/ide/ide_controller.c: New file.
883
8842003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
887
8882003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * configure.ac: Remove AC_CONFIG_AUX_DIR.
891        * configure.ac: Add support/.
892        * support/.cvsignore: New.
893        * support/Makefile.am: New.
894        * support/version.c: New.
895        * wrapup/Makefile.am: Add support/libsupport.a.
896        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
897        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
898        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
899        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
900
9012003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * wrapup/Makefile.am: Use SRC += instead of make-vars.
904
9052003-02-20      Till Straumann <strauman@slac.stanford.edu>
906
907        PR 354/networking
908        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
909        chip against a table of supported chips. The untested ones are still
910        commented out, however.
911
9122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
913
914        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
915        * configure.ac: AC_PREREQ(2.57).
916        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
917        * optman/configure.ac: AC_PREREQ(2.57).
918        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
919        * libchip/configure.ac: AC_PREREQ(2.57).
920        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
921        * librdbg/configure.ac: AC_PREREQ(2.57).
922        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
923        * libnetworking/configure.ac: AC_PREREQ(2.57).
924
9252003-02-06      Joel Sherrill <joel@OARcorp.com>
926
927        * libnetworking/pppd/chat.c: Convert routines with common names to
928        static. This included get_char(), put_char(), and character() among
929        others.
930
9312003-02-03      Joel Sherrill <joel@OARcorp.com>
932
933        PR 338/filesystem
934        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
935        rtems_io_lookup_name() (API change).  Unused function removed.
936
9372003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
938
939        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
940        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
941        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
942        Eliminate *_O_FILES.
943        * libnetworking/rtems_servers/Makefile.am,
944        libnetworking/rtems_webserver/Makefile.am,
945        libnetworking/rtems_telnetd/Makefile.am: Ditto.
946
9472002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
950        Let all-local: depend on $(LIB).
951        * wrapup/Makefile.am, configure.ac: Remove libmisc.
952        * optman/Makefile.am: Apply install-data-local to install *.rels.
953
9542002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
955
956        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
957        %.c rules.
958        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
959        * libchip/network/Makefile.am: Eliminate C_O_FILES.
960        * libchip/rtc/Makefile.am: Ditto.
961        * libchip/serial/Makefile.am: Ditto.
962
9632002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
964
965        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
966        LIBC_DEFINES.
967        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
968        LIBC_DEFINES.
969        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
970        LIBC_DEFINES.
971
9722002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
973
974        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
975
9762002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
977
978        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
979        cache-checking.
980        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
981
9822002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
983
984        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
985        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
986        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
987        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
988        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
989
9902002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
991
992        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
993        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
994        Remove.
995        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
996
9972002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
998
999        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1000        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1001
10022002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1003
1004        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1005        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1006
10072002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1008
1009        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1010        * optman/rel.am: New.
1011
10122002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1013
1014        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1015        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1016        braino in comment on "exec". Extend --enable-ada handling.
1017
10182002-11-04      Joel Sherrill <joel@OARcorp.com>
1019
1020        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1021        tasks and rolling multiple loops into 1.
1022        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1023        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1024        Removed warnings.
1025
10262002-10-31      Joel Sherrill <joel@OARcorp.com>
1027
1028        * libchip/network/dec21140.c: Removed warnings.
1029        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1030        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1031        librdbg/src/m68k/any/remdeb_xdr.c,
1032        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1033        warnings.
1034        * libnetworking/rtems_webserver/socket.c,
1035        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1036
10372002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1038
1039        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1040        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1041        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1042        above.
1043
10442002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1045
1046        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1047        * wrapup/.cvsignore: Remove autom4te.cache.
1048        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1049        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1050        autom4te.cache.
1051        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1052        autom4te.cache.
1053        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1054        autom4te.cache.
1055
10562002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1057
1058        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1059
10602002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1061
1062        * optman/.cvsignore: Add autom4te.cache.
1063
10642002-09-14      Joel Sherrill <joel@OARcorp.com>
1065
1066        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1067
10682002-09-07      Joel Sherrill <joel@OARcorp.com>
1069
1070        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1071        include files to resolve warnings.
1072
10732002-09-07      Chris Johns <ccj@acm.org>
1074
1075        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1076        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1077        which corrects the problem  where the cs8900.c file was actually the BSP
1078        glue.  Joel did some hacking so this file will compile.  Previously it
1079        required providing a target.h file to compile.
1080        * libchip/network/cs8900.c.bsp: New file.
1081
10822002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1083
1084        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1085
10862002-08-31      Joel Sherrill <joel@OARcorp.com>
1087
1088        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1089        eliminate warning.
1090
10912002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1092
1093        * configure.ac: Add ada-tests.
1094
10952002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1096
1097        * Makefile.am: Add preinstall-stamp.
1098
10992002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1100
1101        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1102        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1103        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1104        gcc31 happy.
1105        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1106        cp.
1107
11082002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1109
1110        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1111        make/bsp.mak.
1112        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1113        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1114
11152002-08-12      Joel Sherrill <joel@OARcorp.com>
1116
1117        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1118        avoid error.
1119
11202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1121
1122        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1123        * configure.ac: Add BSP_SUBDIRS.
1124        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1125        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1126        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1127        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1128        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1129        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1130        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1131        RTEMS_CHECK_BSP_CACHE.
1132        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1133        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1134        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1135        .$(OBJEXT) instead of .o.
1136        * libnetworking/pppd/Makefile.am,
1137        libnetworking/rtems_servers/Makefile.am,
1138        libnetworking/rtems_telnetd/Makefile.am,
1139        libnetworking/rtems_webserver/Makefile.am,
1140        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1141
11422002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1143
1144        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1145        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1146        ../libchip/serial/$(ARCH)/libserialio.a.
1147        * libchip/serial/Makefile.am: Don't tmp-install lib.
1148        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1149
11502002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1151
1152        * Makefile.am: Add rtems_makedir.
1153        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1154        * Makefile.am: Add wrapup-SUBDIR.
1155        * wrapup/ChangeLog: Remove.
1156        * wrapup/configure.ac: Remove.
1157        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1158        (Make the bare BSP happy).
1159        * configure.ac: Ditto.
1160        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1161        Create make/custom/default.cfg.
1162        * configure.ac: Add creation of make/custom/*.cfg. Create
1163        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1164
11652002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1166
1167        * Makefile.am: Clean $(PROJECT_RELEASE).
1168
11692002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1170
1171        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1172        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1173        prototype mismatches.
1174
11752002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1176
1177        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1178        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1179
11802002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1181
1182        * acinclude.m4: Add test "$multilib" != "yes".
1183        * config-ml.in: Remove.
1184        * acinclude.m4: Cleanups.
1185        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1186        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1187        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1188        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1189        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1190
11912002-07-16      Eric Norum <eric.norum@usask.ca>
1192
1193        * New driver for the Intel EtherExpressPro (82559ER) chip.
1194        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1195        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1196        * libchip/network/Makefile.am: Modified to reflect above.
1197
11982002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1199
1200        * acinclude.m4: New.
1201        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1202        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1203        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1204
12052002-07-01      Joel Sherrill <joel@OARcorp.com>
1206
1207        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1208        _Objects_Information_table now that it is a two dimensional array based
1209        upon API and class.
1210        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1211        of strnlen().
1212
12132002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1214
1215        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1216        preinstall libnetapps.a.
1217
12182002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1219
1220        * configure.ac: Remove librpc.
1221
12222002-06-25      Joel Sherrill <joel@OARcorp.com>
1223
1224        * Per PR233, moved librpc to exec.
1225        * configure.ac, wrapup/Makefile.am: Modified.
1226        * librpc, librpc/ChangeLog: Removed.
1227
12282002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1229
1230        * optman/Makefile.am: Remove multilib support.
1231        * optman/configure.ac: Ditto.
1232        * optman/sapi/Makefile.am: Ditto.
1233
12342002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1235
1236        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1237        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1238
12392002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1240
1241        Move networking libraries to c/src/exec/libnetworking
1242        * libnetworking/configure.ac, libnetworking/Makefile.am,
1243        libnetworking/wrapup/Makefile.am: Reflect Moval.
1244
12452002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1246
1247        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1248        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1249        <rtems/bspIo.h>.
1250
12512002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1252
1253        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1254        * libnetworking/rtems/mkrootfs.h: Ditto.
1255        * libnetworking/rtems/Makefile.am: Reflect changes above.
1256
12572002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1258
1259        * configure.ac: Remove lib.
1260
12612002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1262
1263        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1264        that exception stack frames on M68K members with VBR always are 6 byte
1265        long. The incorrect assumption resulted in some gdb commands like "next"
1266        to fail on the 68360.
1267
12682002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1269
1270        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1271        PR 220
1272        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1273        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1274        CVS.
1275        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1276        libnetworking/sys/filio.h: Remove.
1277        * libnetworking/sys/Makefile.am: Reflect changes above.
1278
12792002-05-07      Chris Johns <ccj@acm.org>
1280
1281        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1282        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1283        requires it to be stripped.
1284
12852002-05-01      Eric Norum <eric.norum@usask.ca>
1286
1287        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1288        assembly  to satisfy gcc 3.1 and newer.
1289
12902002-04-26      Eric Norum <eric.norum@usask.ca>
1291
1292        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1293        agressive optimization in gcc 3.1 does not reorder things.
1294
12952002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1296
1297        * libchip/network/dec21140.c: Reflect changes to powerpc's
1298        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1299        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1300        <rtems/score/cpu.h>.
1301        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1302        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1303
13042002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1305
1306        * optman/configure.ac: Remove ENABLE_GCC28.
1307
13082002-04-11      Chris Johns <ccj@acm.org>
1309
1310        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1311        driver control block field to the ifconfig network driver structure.
1312        This field is needed by the i82586 driver which was ported from NetBSD
1313        as it had better hardware abstraction.
1314        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1315        PR59, added the drv_ctrl driver control block field to the ifconfig
1316        network driver structure. This field is needed by the i82586 driver
1317        which was ported from NetBSD as it had better hardware abstraction.
1318
13192002-04-10      Mike Siers <mikes@poliac.com>
1320
1321        * libnetworking/rtems_webserver/NOTES,
1322        libnetworking/rtems_webserver/asp.c,
1323        libnetworking/rtems_webserver/balloc.c,
1324        libnetworking/rtems_webserver/default.c,
1325        libnetworking/rtems_webserver/ej.h,
1326        libnetworking/rtems_webserver/ejIntrn.h,
1327        libnetworking/rtems_webserver/ejlex.c,
1328        libnetworking/rtems_webserver/ejparse.c,
1329        libnetworking/rtems_webserver/emfdb.c,
1330        libnetworking/rtems_webserver/emfdb.h,
1331        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1332        libnetworking/rtems_webserver/handler.c,
1333        libnetworking/rtems_webserver/license.txt,
1334        libnetworking/rtems_webserver/md5.h,
1335        libnetworking/rtems_webserver/md5c.c,
1336        libnetworking/rtems_webserver/mime.c,
1337        libnetworking/rtems_webserver/misc.c,
1338        libnetworking/rtems_webserver/ringq.c,
1339        libnetworking/rtems_webserver/rom.c,
1340        libnetworking/rtems_webserver/security.c,
1341        libnetworking/rtems_webserver/sock.c,
1342        libnetworking/rtems_webserver/sym.c,
1343        libnetworking/rtems_webserver/uemf.c,
1344        libnetworking/rtems_webserver/uemf.h,
1345        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1346        libnetworking/rtems_webserver/url.c,
1347        libnetworking/rtems_webserver/value.c,
1348        libnetworking/rtems_webserver/wbase64.c,
1349        libnetworking/rtems_webserver/webcomp.c,
1350        libnetworking/rtems_webserver/webpage.c,
1351        libnetworking/rtems_webserver/webrom.c,
1352        libnetworking/rtems_webserver/webs.c,
1353        libnetworking/rtems_webserver/webs.h,
1354        libnetworking/rtems_webserver/websuemf.c,
1355        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1356        2.1.4.
1357
13582002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1359
1360        * libchip/network/i82586.c: Include <string.h>.
1361        * libchip/network/sonic.c: Ditto.
1362
13632002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1364
1365        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1366
13672002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1368
1369        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1370
13712002-03-27      Thomas.Doerfler@imd-systems.de
1372
1373        PR 144
1374        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1375        memory address 0 when called for the first time. This is done when
1376        trying to clear the variable "dhcp_hostname".
1377
13782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1379
1380        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1381        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1382        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1383        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1384        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1385        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1386        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1387        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1388        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1389        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1390        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1391        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1392        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1393        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1394        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1395        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1396        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1397        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1398        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1399        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1400        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1401        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1402        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1403        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1404        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1405        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1406        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1407        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1408        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1409        AUTOMAKE_OPTIONS.
1410        * libnetworking/configure.ac:
1411        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1412        foreign 1.6]).
1413        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1414        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1415        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1416        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1417        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1418        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1419        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1420        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1421        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1422        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1423        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1424        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1425        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1426        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1427        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1428        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1429        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1430
14312002-03-27      Ilya Alexeev <ilya@continuum.ru>
1432
1433        PR 162
1434        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1435        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1436        used in a device write routines.  Now ppp_softc structure have own
1437        character for writing to device (sc_outchar).  I think that converting
1438        local variables to static is not a right solution, because problems will
1439        occur in the case of two or more ppp instances.
1440        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1441        must be u_long, otherwise in the case of the big output packet endless
1442        loop may occur.
1443
14442002-03-21      Ilya Alexeev <ilya@continuum.ru>
1445
1446        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1447        preparations for multiple PPPD connections.
1448
14492002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1450
1451        PR 149
1452        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1453        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1454        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1455        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1456
14572002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1458
1459        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1460        * configure.ac: Modified to reflect addition.
1461
14622002-02-27      Ilya Alexeev <ilya@continuum.ru>
1463
1464        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1465        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1466        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1467        capabilities as well as eliminate some warnings.
1468
14692002-02-27      Eric Norum <eric.norum@usask.ca>
1470
1471        * libnetworking/net/radix.c: Properly handle fetching the default route
1472        when there is no route.  This was a bug in the original FreeBSD code and
1473        this fix is from an updated version of their code.
1474
14752002-02-16      Eric Norum <eric.norum@usask.ca>
1476
1477        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1478        checking.
1479
14802002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1481
1482        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1483        dodefaultroute.
1484
14852002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1486
1487        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1488        include <rtems/seterr.h>.
1489
14902002-02-01      Mike Siers <mikes@poliac.com>
1491
1492        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1493        avoid bringing the link down too fast. NOTE: Mike reports successfully
1494        running at 56K baud on a direct link.
1495
14962002-02-01      Eric Valette <valette@crf.canon.fr>
1497
1498        * librdbg/So many patches have been posted recently on the mailing list
1499        and  because we were unable to find correct solution to compile on
1500        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1501        because the coding  style of rdbg was rather inconsistant among various
1502        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1503        global coding style (using indent + manual edits), 2) incorporate/review
1504        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1505        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1506        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1507        after rdbg initialization is done, NB : the paches is huge but it is
1508        mainly due to coding styke chnages.  Only few lines of codes have been
1509        really changed and they do not impact  rdbg functionnality (AFAIKT).
1510        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1511        librdbg/include/rdbg/m68k/rdbg_f.h,
1512        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1513        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1514        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1515        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1516        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1517        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1518        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1519        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1520        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1521        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1522        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1523        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1524        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1525        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1526        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1527        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1528
15292002-01-31      Mike Siers <mikes@poliac.com>
1530
1531        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1532        * Nice Update of PPPD support which eliminates the requiremetn that
1533        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1534        and reports that it seems to be more stable and handle larger packets
1535        better.  This patch replaces the termios tasks with more general pppd
1536        network driver tasks.  The functions pppinput() and pppstart() get
1537        called from the interrupt service routine.
1538        * libnetworking/Makefile.am, libnetworking/configure.ac,
1539        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1540        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1541        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1542        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1543        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1544        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1545        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1546        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1547        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1548        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1549        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1550        libnetworking/net/route.c, libnetworking/net/route.h,
1551        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1552        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1553        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1554        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1555        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1556        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1557        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1558        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1559        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1560        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1561        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1562        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1563        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1564        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1565        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1566        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1567        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1568        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1569        libnetworking/pppd/example/README,
1570        libnetworking/pppd/example/netconfig.h,
1571        libnetworking/wrapup/Makefile.am: Modified.
1572        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1573        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1574        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1575        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1576        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1577        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1578        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1579        libnetworking/modem/pppcompress.c: Subdirectory removed.
1580
15812002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1582
1583        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1584        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1585
15862002-01-18      Till Straumann <strauman@slac.stanford.edu>
1587
1588        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1589        issues: - exception handler needs to enable MSR_FP if the interrupted
1590        thread is FP enabled. - printk message for MSR fixed and added
1591        stacktrace. NOTE: this requires the stacktrace patch to
1592        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1593        however).
1594
15952002-01-06      Joel Sherrill <joel@OARcorp.com>
1596
1597        * optman/.cvsignore: Added aclocal.m4 and configure.
1598        * optman/.cvsignore: New file.
1599
16002002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1601
1602        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1603
16042002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1605
1606        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1607        * optman/ChangeLog: New.
1608        * optman/configure.ac: New.
1609        * optman/Makefile.am: New.
1610        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1611        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1612
16132001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1614
1615        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1616
16172001-12-18      Eric Norum <eric.norum@usask.ca>
1618
1619        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1620        `directories' (path names with a / at the end) while disallowing open()
1621        operations on TFTP `directories'.
1622
16232001-12-07      Eric Norum <eric.norum@usask.ca>
1624
1625        * libnetworking/lib/tftpDriver.c: Restore write capability.
1626
16272001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1628
1629        * libchip/network/sonic.h: Fix typo.
1630        * libnetworking/arpa/Makefile.am: Remove stray lines.
1631
16322001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1633
1634        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1635
16362001-10-18      Eric Norum <eric.norum@usask.ca>
1637
1638        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1639        chdir() and open() operations within the TFTP file system.
1640
16412001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1642
1643        * librdbg/configure.ac: Fix latent bug exposed by removal of
1644        config.cache's which prevented powerpc targets librdbg from building.
1645
16462001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1647
1648        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1649        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1650        autoconf-2.52 happy.
1651
16522001-10-12      Mike Siers <mikes@poliac.com>
1653
1654        * libnetworking/Update to stable working state.  Congratulations Mike!
1655        :).
1656        * libnetworking/modem_example: Directory removed.
1657        * libnetworking/modem_example/16550.h,
1658        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1659        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1660        libnetworking/modem_example/ppp.h,
1661        libnetworking/modem_example/pppcompress.c: Files removed.
1662        * libnetworking/pppd/example/pppd.options: New file.
1663        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1664        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1665        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1666        libnetworking/pppd/rtemsmain.c: Updated.
1667
16682001-10-12      Joel Sherrill <joel@OARcorp.com>
1669
1670        * libchip/serial/z85c30.c: Fixed typo.
1671
16722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1673
1674        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1675        * configure.in: Remove.
1676        * configure.ac: New file, generated from configure.in by autoupdate.
1677        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1678        * libchip/configure.in: Remove.
1679        * libchip/configure.ac: New file, generated from configure.in by
1680        autoupdate.
1681        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1682        * librdbg/configure.in: Remove.
1683        * librdbg/configure.ac: New file, generated from configure.in by
1684        autoupdate.
1685        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1686        * libnetworking/configure.in: Remove.
1687        * libnetworking/configure.ac: New file, generated from configure.in by
1688        autoupdate.
1689
16902001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1691
1692        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1693        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1694        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1695
16962001-09-27      Joel Sherrill <joel@OARcorp.com>
1697
1698        * libchip/ChangeLog: Fixed typo in date.
1699
17002001-09-27      Eric Norum <eric.norum@usask.ca>
1701
1702        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1703        TFTP  filesystem.
1704
17052001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1706
1707        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1708        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1709        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
1710        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
1711        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1712        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1713        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1714        'PREINSTALL_FILES ='.
1715        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
1716        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
1717        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
1718        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
1719        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
1720        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
1721        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
1722        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
1723        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
1724        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
1725        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
1726        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
1727
17282001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1729
1730        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
1731        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
1732        * librdbg/src/m68k/any/Makefile.am: Ditto.
1733        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1734        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
1735        happy.
1736
17372001-09-21      Joel Sherrill <joel@OARcorp.com>
1738
1739        * libchip/network/Makefile.am: Fixed typo on file name.
1740        * libchip/network/i82586.c: Commented out line 318 which is referencing
1741        a member of a structure that is not currently there.  This needs to be
1742        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
1743        to C style.
1744
17452001-09-19      Eric Norum <eric.norum@usask.ca>
1746
1747        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
1748
17492001-09-19      Chris Johns <ccj@acm.org>
1750
1751        * libchip/network/README.i82586, libchip/network/i82586.c,
1752        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
1753        Network driver for Intel i82586.
1754        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
1755        rtems/rtems_bsdnet_internal.h Added support for populating the initial
1756        "root" filesystem with information obtained via the DHCP response.
1757
17582001-09-14      Eric Norum <eric.norum@usask.ca>
1759
1760        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
1761        make gcc 3.x happy.
1762
17632001-08-16      Mike Siers <mikes@poliac.com>
1764
1765        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
1766        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
1767        These support callback functionality that has not even been compiled
1768        under RTEMS yet.
1769        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
1770        example application.  Mike's notes on the modifications: - renamed
1771        error() function because of namespace problems - removed calls to the
1772        exit() funciton - removed extra files from the pppd source directory -
1773        defined pppd task constant values in rtemspppd.h - modifyied example
1774        code to get actual tick per second value - placed the pppd 2.3.11 man
1775        page file (pppd.8) into the pppd directory.
1776        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1777        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1778        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1779        libnetworking/pppd/rtems-ppp.c: Deleted.
1780        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
1781        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1782        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
1783        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
1784        libnetworking/pppd/example/init.c,
1785        libnetworking/pppd/example/netconfig.h,
1786        libnetworking/pppd/example/ppp.conf,
1787        libnetworking/pppd/example/pppdapp.c,
1788        libnetworking/pppd/example/system.h: New files.
1789        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
1790        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
1791        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
1792        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1793        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1794        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1795        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1796        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1797        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1798        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1799        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1800        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1801        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1802        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
1803        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
1804
18052001-08-16      Joel Sherrill <joel@OARcorp.com>
1806
1807        * libnetworking/pppd/example/Makefile: Removed.
1808        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
1809        to avoid bootstrap -c clobbering it.
1810        * libnetworking/rtems_telnetd/.cvsignore: New file.
1811
18122001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1813
1814        * libnetworking/Makefile.am, libnetworking/configure.in,
1815        libnetworking/rtems_servers/Makefile.am,
1816        libnetworking/rtems_servers/telnetd.c,
1817        libnetworking/rtems_servers/telnetd.h,
1818        libnetworking/rtems_telnetd/Makefile.am,
1819        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1820        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1821        libnetworking/rtems_telnetd/telnetd.c,
1822        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
1823        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
1824        effect when ftpd change. - the tcp/ip stats have been implemented into
1825        icmds.c and started when telnetd daemon is started.
1826        * libnetworking/rtems_servers/telnetd.c,
1827        libnetworking/rtems_servers/telnetd.h: Removed.
1828        * libnetworking/rtems_telnetd: New directory.
1829        * libnetworking/rtems_telnetd/Makefile.am,
1830        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1831        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1832        libnetworking/rtems_telnetd/telnetd.c,
1833        libnetworking/rtems_telnetd/telnetd.h: New files.
1834
18352001-06-14      Joel Sherrill <joel@OARcorp.com>
1836
1837        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
1838        Moved from libmisc/shell so the network stack to address network
1839        depenendency.
1840        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
1841
18422001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1843
1844        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
1845
18462001-05-15      Joel Sherrill <joel@OARcorp.com>
1847
1848        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1849        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
1850        accidentally deleted the incorrectly empty versions.
1851
18522001-05-14      Till Straumann <strauman@slac.stanford.edu>
1853
1854        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
1855        libchip/pci/Makefile.am: Per PR215 address the following issues: -
1856        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
1857        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
1858        to know the values) - the affected BSP (shared/motorola) headers have
1859        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
1860        driver (libchip/network/dec21140.c) has been fixed to use
1861        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
1862        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
1863        who is using this driver. - the DEC driver also has been fixed to use
1864        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
1865        delay_in_bus_cycles().
1866
18672001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1868
1869        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
1870
18712001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1872
1873        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
1874
18752001-04-24      Eric Norum <eric.norum@usask.ca>
1876
1877        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
1878        NTP synchronization a little more robust -- no NTP daemon yet, but at
1879        least it trys a little harder when the primary NTP server is down.
1880
18812001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
1882
1883        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
1884        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1885        libnetworking/pppd/modem_example/modem.c,
1886        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
1887        other strings into English.
1888        * libnetworking/pppd/STATUS: updated to reflect the changes.
1889
18902001-04-20      Jake Janovetz <janovetz@uiuc.edu>
1891
1892        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
1893        again.
1894
18952001-04-20      Eric Valette <valette@crf.canon.fr>
1896
1897        * mcp750 directory renamed new_exception processing as it supports many
1898        more CPU models.
1899        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1900        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1901        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
1902        formerly in mcp750 plus modifications.
1903        * librdbg/src/powerpc/mcp750/.cvsignore,
1904        librdbg/src/powerpc/mcp750/Makefile.am,
1905        librdbg/src/powerpc/mcp750/remdeb.h,
1906        librdbg/src/powerpc/mcp750/remdeb_f.x,
1907        librdbg/src/powerpc/mcp750/remdeb_svc.c,
1908        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
1909        new_exception_processing.
1910        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1911        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1912        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
1913        part of this effort to add support for the MPC8xx.
1914
19152001-04-19      Joel Sherrill <joel@OARcorp.com>
1916
1917        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
1918        internal include files.
1919
19202001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
1921
1922        PR 158
1923        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
1924        rcmd() library call by commenting out the parts that deal with signals.
1925        This enables RTEMS to 'rsh' command to a server connecting fd to remote
1926        stdio. The 'server-side' parts of this file which deal with
1927        authentication are disabled since they are not needed.
1928
19292001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
1930
1931        * libnetworking/include/.cvsignore: Remove dangling file.
1932
19332001-03-14      Joel Sherrill <joel@OARcorp.com>
1934
1935        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
1936        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
1937        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
1938        libchip style serial drivers can be written in libcpu or libbsp.
1939
19402001-03-01      Joel Sherrill <joel@OARcorp.com>
1941
1942        * libchip/network/cs8900.c, libchip/network/cs8900.h,
1943        libchip/network/sonic.c, libchip/network/sonic.h,
1944        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1945        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1946        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1947        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
1948        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1949        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1950        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1951        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
1952
19532001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1954
1955        * librdbg/include/rdbg/Makefile.am,
1956        librdbg/include/rdbg/i386/Makefile.am,
1957        librdbg/include/rdbg/m68k/Makefile.am,
1958        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
1959        style on include files.
1960
19612001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1962
1963        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1964        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
1965        replace ${..} with $(..).
1966        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
1967        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
1968        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
1969        libnetworking/rtems/Makefile.am, libnetworking/
1970        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
1971        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
1972        include_*HEADERS instead of H_FILES.
1973        * libnetworking/include/Makefile.am: Remove.
1974        * libnetworking/Makefile.am: Add handling of *.h files.
1975        * libnetworking/configure.in: Remove include/Makefile.
1976
19772001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1978
1979        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
1980
19812001-01-31      Sergei Organov <osv@javad.ru>
1982
1983        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
1984        current dir and root dir removed in favor of new libio support for
1985        task-local current and root directories. - Bug in `close_data_socket()'
1986        introduced by previous change fixed. - `command_pasv()' changed to set
1987        timeout on socket we are listening on and code fixed to don't close
1988        socket twice on error. - `serr()' changed to clear `errno'. -
1989        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
1990        changed to clear `errno' before processing session. -
1991        `close_data_socket()' fixed to close both active and passive sockets -
1992        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
1993        empty string  in `exec_command()'.
1994
19952001-01-25      Eric Norum <eric.norum@usask.ca>
1996
1997        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
1998        improves throughput on systems which are dropping packets.   Only the
1999        first timeout is reduced.  This keeps the number of extra packets down
2000        on networks that are very busy and dropping lots of packets.
2001
20022001-01-24      Sergei Organov <osv@javad.ru>
2003
2004        * libnetworking/rtems_servers/ftpd.c,
2005        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2006        - Timeouts on sockets implemented. 'idle' field added to configuration.
2007        No timeout by default to keep backward compatibility. Note: SITE IDLE
2008        command not implemented yet. - Basic global access control implemented.
2009        'access' field added to configuration. No access limitations by default
2010        to keep backward compatibility. - Anchor data socket for active mode
2011        (using self IP and port 20.) - Fixed default data port support (still
2012        not tested). - Don't allow IP address different from originating host in
2013        PORT command to improve security. - Fixed bug in MDTM command. - Check
2014        for correctness of parsing of argument in command_port(). - Fixed
2015        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2016        a directory. - Command parsing a little bit improved: command names are
2017        now converted to upper-case to be more compatible with RFC (command
2018        names are not case-sensitive.) - Reformat comments so that they have
2019        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2020        previous changes - True ASCII mode implemented (doesn't work for hooks
2021        and /dev/null) - Passive mode implemented, PASV command added. - Default
2022        port for data connection could be used (untested, can't find ftp client
2023        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2024        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2025
20262001-01-18      Joel Sherrill <joel@OARcorp.com>
2027
2028        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2029        macro using variable arguments.
2030        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2031        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2032        since I updated the main RTEMS development machine to RedHat 7.2 and
2033        apparently got a new version of rpcgen.
2034
20352001-01-12      Sergei Organov <osv@javad.ru>
2036
2037        * libnetworking/rtems_servers/ftpd.c,
2038        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2039        - use pool of pre-created threads to handle sessions instead of
2040        creating/deleting threads on the fly - LIST output is now similar to
2041        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2042        happy with it. - LIST NAME now works (both for files and directories) -
2043        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2044        clients happy  - keep track of CWD for every session separately -
2045        ability to specify root directory name for FTPD in configuration table.
2046        FTPD will then create illusion for FTP clients that this is actually
2047        root directory. - ignore options sent in commands, thus LIST -al FILE
2048        works and doesn't try to list "-al" directory. - buffers are allocated
2049        on stack instead of heap where possible to eliminate malloc/free calls
2050        (avoid possible heap fragmentation troubles). - drop using of task
2051        notepad to pass parameters - use function arguments instead - use
2052        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2053        in socket() instead of AF_INET.
2054
20552001-01-02      Joel Sherrill <joel@OARcorp.com>
2056
2057        * libnetworking/CHANGELOG: Removed.
2058        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2059
20602000-12-14      Eric Norum <eric.norum@usask.ca>
2061
2062        * libnetworking/lib/tftpDriver.c: Added write capability.
2063
20642000-12-08      Joel Sherrill <joel@OARcorp.com>
2065
2066        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2067        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2068        numerous variable declarations conditional on PPP_COMPRESS and
2069        PPP_FILTER.  Commented out variables that were not used because the code
2070        using them was commented out. Removed totally unused variables.
2071        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2072        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2073
20742000-11-30      Joel Sherrill <joel@OARcorp.com>
2075
2076        * libnetworking/modem/ppp_tty.c: Changed to include
2077        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2078        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2079        * libnetworking/Makefile.am: Modified to reflect above.
2080
20812000-11-27      Joel Sherrill <joel@OARcorp.com>
2082
2083        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2084
20852000-11-25      Eric Norum <eric.norum@usask.ca>
2086
2087        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2088        core.
2089
20902000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2091
2092        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2093        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2094        subdir.
2095        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2096        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2097        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2098        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2099        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2100        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2101        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2102        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2103        ppp_tty.c and the real pppd main is in pppmain.c.
2104
21052000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2106
2107        * libchip/network/sonic.c: Added ipalign() routine to align the received
2108        packet so that the ip header is on a 32-bit boundary. Necessary for
2109        cpu's that do not allow unaligned loads and stores and when the 32-bit
2110        DMA mode is used.
2111
21122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2113
2114        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2115        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2116        ACLOCAL_AMFLAGS.
2117        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2118        ACLOCAL_AMFLAGS.
2119        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2120        ACLOCAL_AMFLAGS.
2121
21222000-11-03      Chris Johns <ccj@acm.org>
2123
2124        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2125        libchip/network/cs8900.h: New files.
2126
21272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2128
2129        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2130        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2131        $(RTEMS_TOPdir)/aclocal.
2132        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2133        $(RTEMS_TOPdir)/aclocal.
2134        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2135        $(RTEMS_TOPdir)/aclocal.
2136
21372000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2138
2139        * configure.in: Switch to GNU-canonicalization.
2140        * Makefile.am: Reflect changes to configure.in.
2141        * acinclude.m4: Remove.
2142
21432000-10-30      Joel Sherrill <joel@OARcorp.com>
2144
2145        * POSIX include files merged into newlib.  This resulted in some
2146        definitions moving to other files and thus some secondary effects in
2147        RTEMS source code.
2148        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2149        in sync with newlib's <machine/types.h>.
2150        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2151        definition of struct itimerval in <sys/time.h>.
2152
21532000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2154
2155        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2156        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2157        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2158        * ChangeLog: Fix typos.
2159        * configure.in: add tests to the GNU canonicalized subdirectories.
2160
21612000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2162
2163        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2164        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2165        the lib directory before configuring lib/.
2166
21672000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2168
2169        * configure.in, Makefile.am: add exec to the GNU canonicalized
2170        subdirectories.
2171        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2172        * configure.in: add libnetworking, librpc and librdb to the GNU
2173        canonicalized subdirectories.
2174        * configure.in: add libmisc and libchip to the GNU canonicalized
2175        subdirectories.
2176        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2177        Switch to GNU canonicalization.
2178        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2179        Switch to GNU canonicalization.
2180        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2181        Switch to GNU canonicalization.
2182
21832000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2184
2185        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2186        canonicalization to libfs/. The approach is currently a bit of a hack as
2187        GNU canonicalization does not support the per-BSP build some of the
2188        other directories require.  As more of the tree is converted, this will
2189        become less  of an issue.
2190
21912000-10-20      Joel Sherrill <joel@OARcorp.com>
2192
2193        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2194        parameter.
2195
21962000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2197
2198        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2199        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2200        * librdbg/configure.in: Add m68k support.
2201        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2202        subdirectory.
2203        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2204        failure.
2205        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2206        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2207        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2208        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2209        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2210        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2211        librdbg/src/m68k/.cvsignore: New files.
2212        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2213        function pointers.
2214        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2215        _after_ pointer has been checked against NULL.
2216
22172000-10-18      Joel Sherrill <joel@OARcorp.com>
2218
2219        * wrapup/Makefile.am: Added libfs.
2220
22212000-10-18      Chris Johns <ccj@acm.org>
2222
2223        * libfs created.
2224        * configure.in: Added libfs subdirectory.
2225        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2226
22272000-09-28      Joel Sherrill <joel@OARcorp.com>
2228
2229        * libnetworking/rtems_webserver/Makefile.am,
2230        libnetworking/rtems_webserver/base64.c,
2231        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2232        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2233
22342000-09-22      Joel Sherrill <joel@OARcorp.com>
2235
2236        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2237        libnetworking/rtems/rtems_bsdnet_internal.h,
2238        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2239        have included rtems.h.  It is now including precisely the  least amount
2240        of low level, yet portable .h files to get the basic RTEMS types
2241        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2242        used machine/types.h to include rtems.h.
2243
22442000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2245
2246        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2247
22482000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2249
2250        * libnetworking/ChangeLog: Cleanup.
2251
22522000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2253
2254        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2255        * libchip/ChangeLog: Fix formating.
2256
22572000-09-05      Joel Sherrill <joel@OARcorp.com>
2258
2259        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2260        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2261        confusion and to work with the converted flags.
2262
22632000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2264
2265        * wrapup/Makefile.am: Include compile.am.
2266        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2267        libchip/serial/Makefile.am: Include compile.am.
2268        * librdbg/src/i386/any/Makefile.am,
2269        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2270        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2271        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2272        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2273        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2274        libnetworking/rtems_servers/Makefile.am,
2275        libnetworking/rtems_webserver/Makefile.am,
2276        libnetworking/wrapup/Makefile.am: Include compile.am.
2277
22782000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2279
2280        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2281        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2282
22832000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2284
2285        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2286
22872000-08-31      Joel Sherrill <joel@OARcorp.com>
2288
2289        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2290        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2291        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2292        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2293        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2294        * libnetworking/wbase64.c: Removed.
2295        * libnetworking/Makefile.am, libnetworking/asp.c,
2296        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2297        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2298        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2299        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2300        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2301        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2302        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2303        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2304        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2305        Modified.
2306
23072000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2308
2309        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2310
23112000-08-30      Joel Sherrill <joel@OARcorp.com>
2312
2313        * libnetworking/rtems_webserver/license.txt: New file.
2314
23152000-08-10      Joel Sherrill <joel@OARcorp.com>
2316
2317        * ChangeLog: New file.
2318        * libchip/ChangeLog: New file.
2319        * librdbg/ChangeLog: New file.
2320        * libnetworking/ChangeLog: New file.
2321
Note: See TracBrowser for help on using the repository browser.