source: rtems/c/src/ChangeLog @ 98afe31

4.104.114.84.95
Last change on this file since 98afe31 was 78111c3, checked in by Till Straumann <strauman@…>, on 11/03/05 at 02:52:41

2005-11-02 straumanatslacdotstanford.edu

  • libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h, libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
  • libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:

added a simple API/library

for i2c devices and drivers for i2c 2-byte eeproms and a ds1621
temperature sensor; API is documented in libi2c.h

  • Property mode set to 100644
File size: 117.1 KB
Line 
12005-11-02      straumanatslacdotstanford.edu
2
3        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
4        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
5        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
6    added a simple API/library
7        for i2c devices and drivers for i2c 2-byte eeproms and a ds1621
8        temperature sensor; API is documented in libi2c.h
9
102005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * libnetworking/pppd/ipxcp.c,
13        libnetworking/pppd/chat.c,
14        libnetworking/pppd/patchlevel.h,
15        libnetworking/pppd/upap.h,
16        libnetworking/pppd/md5.h,
17        libnetworking/pppd/pppd.8,
18        libnetworking/pppd/README,
19        libnetworking/pppd/preinstall.am,
20        libnetworking/pppd/md4.h,
21        libnetworking/pppd/magic.c,
22        libnetworking/pppd/pppd.h,
23        libnetworking/pppd/demand.c,
24        libnetworking/pppd/rtemsmain.c,
25        libnetworking/pppd/sys-rtems.c,
26        libnetworking/pppd/ipcp.h,
27        libnetworking/pppd/lcp.h,
28        libnetworking/pppd/chap_ms.c,
29        libnetworking/pppd/md4.c,
30        libnetworking/pppd/rtemspppd.h,
31        libnetworking/pppd/cbcp.h,
32        libnetworking/pppd/auth.c,
33        libnetworking/pppd/lcp.c,
34        libnetworking/pppd/example/README,
35        libnetworking/pppd/example/ppp.conf,
36        libnetworking/pppd/example/system.h,
37        libnetworking/pppd/example/netconfig.h,
38        libnetworking/pppd/example/pppdapp.c,
39        libnetworking/pppd/example/init.c,
40        libnetworking/pppd/example/Makefile-user,
41        libnetworking/pppd/example/pppd.options,
42        libnetworking/pppd/rtemspppd.c,
43        libnetworking/pppd/ipxcp.h,
44        libnetworking/pppd/chap_ms.h,
45        libnetworking/pppd/options.c,
46        libnetworking/pppd/magic.h,
47        libnetworking/pppd/chap.h,
48        libnetworking/pppd/cbcp.c,
49        libnetworking/pppd/upap.c,
50        libnetworking/pppd/chap.c,
51        libnetworking/pppd/Makefile.am,
52        libnetworking/pppd/ccp.h,
53        libnetworking/pppd/utils.c,
54        libnetworking/pppd/rtemsdialer.h,
55        libnetworking/pppd/fsm.h,
56        libnetworking/pppd/pathnames.h,
57        libnetworking/pppd/md5.c,
58        libnetworking/pppd/fsm.c,
59        libnetworking/pppd/ipcp.c,
60        libnetworking/pppd/STATUS,
61        libnetworking/pppd/ccp.c,
62        libnetworking/Makefile.am: Remove (Moved to cpukit).
63
642005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * configure.ac: Remove libnetworking, libnetworking/pppd.
67        * wrapup/Makefile.am: Remove libpppd.a.
68
692005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
72        rtemsdialer.h to $(includedir)/rtems.
73
742005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        * libnetworking/rtems_telnetd/icmds.c,
77        libnetworking/rtems_telnetd/Makefile.am,
78        libnetworking/rtems_telnetd/preinstall.am,
79        libnetworking/rtems_telnetd/pty.c,
80        libnetworking/rtems_telnetd/pty.h,
81        libnetworking/rtems_telnetd/README,
82        libnetworking/rtems_telnetd/telnetd.c,
83        libnetworking/rtems_telnetd/telnetd.h:
84        Remove (Moved to cpukit).
85
862005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * configure.ac: Remove libnetworking/rtems_telnetd.
89        * libnetworking/Makefile.am: Remove rtems_telnetd.
90        * libnetworking/README: Remove (Obsolete).
91        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
92
932005-10-20  Eric Norum <norume@aps.anl.gov>
94
95        * libchip/network/dec21140.c: Clean up PCI mapping.
96
972005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * libnetworking/pppd/Makefile.am: Use preinstall.am.
100        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
101        librdbg/src/servrpc.c, librdbg/src/servtgt.c
102        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
103        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
104        * configure.ac: Move optman to the end of BSP_SUBDIRS.
105
1062005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * aclocal/bspopts.m4: Add missing m4 quotes.
109
1102005-09-02  Joel Sherrill <joel@OARcorp.com>
111
112    * aclocal/version.m4: Updated to rtems-4.6.99.2.
113
1142005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
115
116        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
117        libchip/network/dec21140.c: Remove initialization of PCI bus.
118
1192005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * optman/Makefile.am: Add preinstall.am.
122
1232005-07-18      Karel Gardas <kgardas@objectsecurity.com>
124
125        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
126        UNTESTED to tested.
127
1282005-06-17      Joel Sherrill <joel@OARcorp.com>
129
130        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
131        it is not supported by the MPC5xx.
132
1332005-06-17      Joel Sherrill <joel@OARcorp.com>
134
135        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
136        interface. Also correct attempting to build on other than PowerPC and
137        x86.
138
1392005-06-16      Daron Chabot <daron@nucleus.usask.ca>
140
141        * libchip/Makefile.am: Add driver for Tulip clones.
142        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
143        libchip/network/if_dcreg.h: New files.
144
1452005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
148        to enable rdbg.
149        * configure.ac: Reflect changes above.
150
1512005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * configure.ac: Add ada/.
154
1552005-05-20      Sergei Organov  <osv@topconrd.ru>
156
157        PR 750/networking
158        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
159        wait_input().
160
1612005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
162
163        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
164        rtems/irq.h.
165
1662005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * libchip/Makefile.am: Include preinstall.am.
169        * libchip/preinstall.am: New.
170
1712005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * configure.ac: Add AMPOLISH3.
174        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
175        * libnetworking/rtems_telnetd/preinstall.am: New.
176        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
177
1782005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * configure.ac: Let enable_rpcgen default to "no".
181
1822005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
185
1862005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
187
188        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
189        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
190
1912005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
192
193        * libchip/network/dec21140.c, libchip/network/elnk.c,
194        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
195
1962005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
197
198        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
199        of code as a result of the implementation of a common PCI interface.
200
2012005-05-04      Joel Sherrill <joel@OARcorp.com>
202
203        * libchip/network/open_eth.c: Remove prototype of set_vector.
204
2052005-05-03      Joel Sherrill <joel@OARcorp.com>
206
207        * librdbg/src/ptrace.c: Remove warning.
208
2092005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
210
211        * libchip/network/dec21140.c, libchip/network/elnk.c,
212        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
213        Modified parameter list to remove warnings.
214
2152005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
216
217        * libchip/network/cs8900.c, libchip/network/i82586.c,
218        libchip/network/open_eth.c, libchip/network/sonic.c,
219        libchip/serial/mc68681.c: Modified types to remove
220        warnings.  Added initialization to remove warnings.
221
2222005-04-28      Joel Sherrill <joel@OARcorp.com>
223
224        * libchip/network/README.sonic: Rewritten to account for removal of
225        dmv177.
226
2272005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
228
229        PR 781/rtems_misc
230        * libchip/serial/ns16550_p.h: Fix baud rate calculation
231
2322005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
233
234        * libchip/serial/ns16550.c:
235        Fixed warnings generated in various powerpc configurations
236
2372005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
238
239        * libchip/serial/ns16550.c: Modified
240        ISR to work with PPC new exception processing
241
2422005-03-14      Joel Sherrill <joel@OARcorp.com>
243
244        * libchip/network/dec21140.c, libchip/network/elnk.c,
245        libchip/network/if_fxp.c: Continue PCI API unification. All use
246        pci_find_device(). Network drivers manufacture a signature since all
247        calls have not been converted yet.
248
2492005-03-04      Joel Sherrill <joel@OARcorp.com>
250
251        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
252        initialize function part of the unified PCI API as pci_initialize().
253
2542005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
255
256        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
257        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
258
2592005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
260
261        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
262        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
263
2642005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
265
266        * aclocal/ppc.m4: Reflect changes to ppc exception processing
267        building procedures.
268
2692005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * aclocal/prog-cc.m4:
272        Quote CFLAGS's RHS to accomodate Solaris broken sh.
273
2742005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
275
276        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
277
2782005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
279
280        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
281
2822005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
283
284        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
285
2862005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
287
288        * libnetworking/rtems_servers/ftp.c,
289        libnetworking/rtems_servers/ftp.h,
290        libnetworking/rtems_servers/Makefile.am:
291        Remove (relocated to cpukit/ftpd).
292        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
293        removed move libnetworking/rtems_servers.
294
2952005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
296
297        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
298
2992005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
300
301        PR 755/rtems
302        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
303        Remove local declarations of rtems_bsdnet_nameservers,
304        rtems_bsdnet_nameservers_count.
305
3062005-01-31      Sergei Organov <osv@topconrd.ru>
307
308        PR 751/pppd
309        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
310        committed to fix PR736 breaks pppd. chat.c should have its own static
311        ttyfd for pppd to work correctly. The symptom is that second
312        invokation of chat (for connect script) fails due to pppd_ttyfd set
313        to -1 by previous chat invokation (for init script). In addition,
314        this patch fixes leaving of dangling pointer in the abort_stbring[]
315        by chat_send().
316
3172005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
318
319        * configure.ac: Remove CFLAGS_DEBUG_V.
320        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
321
3222005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
323
324        * wrapup/Makefile.am: Remove rtems-ctor.o.
325
3262005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
327
328        * libchip/rtc/rtc.h: size_t RTC_Count.
329
3302005-01-20      Joel Sherrill <joel@OARcorp.com>
331
332        PR 736/pppd
333        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
334        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
335        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
336        should not be static and should have a name more specific to pppd.
337
3382005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
339
340        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
341        libnetworking/rtems_servers/Makefile.am,
342        libnetworking/rtems_telnetd/Makefile.am,
343        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
344        Eliminate CFLAGS_OPTIMIZE_V.
345
3462005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
347
348        * configure.ac: Pass CFLAGS to testsuites configure.
349        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
350        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
351
3522005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
353
354        * configure.ac: Pass CFLAGS to cpukit configure.
355        * aclocal/rtems-flags.m4: Remove (Unused).
356        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
357        * aclocal/env-rtemsbsp.m4:
358        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
359        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
360        RTEMS_CFLAGS.
361        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
362        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
363        Cleanup comments.
364
3652005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
366
367        * automake/compile.am: Remove build-variant support.
368
3692005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
370
371        * libnetworking/pppd/Makefile.am,
372        libnetworking/rtems_servers/Makefile.am,
373        libnetworking/rtems_telnetd/Makefile.am:
374        Remove build-variant support.
375
3762005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
377
378        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
379        support/Makefile.am, wrapup/Makefile.am:
380        Remove build-variant support.
381
3822004-11-22      Joel Sherrill <joel@OARcorp.com>
383
384        * libchip/network/if_fxp.c: Add entry for another module ID code.
385
3862004-11-22      Joel Sherrill <joel@OARcorp.com>
387
388        PR 693/misc
389        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
390        in/outport routines.
391
3922004-11-22      Joel Sherrill <joel@OARcorp.com>
393
394        PR 693/misc
395        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
396        in/outport routines.
397
3982004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
399
400        * aclocal/enable-itron.m4: Remove (unused).
401
4022004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
403
404        * configure.ac: Misc. quoting cleanups.
405        Enable ada-tests iff --enable-ada and --enable-tests.
406
4072004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
408
409        PR 703/filesystem
410        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
411        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
412        libchip/ide/ide_controller.c:
413        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
414        available for BSPS/device drivers.
415        Extend the "modes_available" and "mode_active" parameters to
416        uint16_t for UDMA support.
417
4182004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
419
420        * libchip/network/dec21140.c: Cleanup a bit and remove message about
421        not supported on PowerPC since it works on the MVME2100 BSP.
422
4232004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
424
425        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
426        Add dependency tracking for *.cfgs.
427        * Makefile.am: Add dependency tracking for *.cfg.
428
4292004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
430
431        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
432        (Thanks to Lars Munch <lars@segv.dk> for catching this).
433
4342004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
435
436        PR 707/make_build
437        * configure.ac: Add --enable-rpcgen.
438
4392004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
440
441        PR 700/rtems_misc
442        * libnetworking/rtems_webserver/asp.c,
443        libnetworking/rtems_webserver/balloc.c,
444        libnetworking/rtems_webserver/cgi.c,
445        libnetworking/rtems_webserver/default.c,
446        libnetworking/rtems_webserver/ej.h,
447        libnetworking/rtems_webserver/ejIntrn.h,
448        libnetworking/rtems_webserver/ejlex.c,
449        libnetworking/rtems_webserver/ejparse.c,
450        libnetworking/rtems_webserver/emfdb.c,
451        libnetworking/rtems_webserver/emfdb.h,
452        libnetworking/rtems_webserver/form.c,
453        libnetworking/rtems_webserver/handler.c,
454        libnetworking/rtems_webserver/h.c,
455        libnetworking/rtems_webserver/license.txt,
456        libnetworking/rtems_webserver/Makefile.am,
457        libnetworking/rtems_webserver/md5c.c,
458        libnetworking/rtems_webserver/md5.h,
459        libnetworking/rtems_webserver/mime.c,
460        libnetworking/rtems_webserver/misc.c,
461        libnetworking/rtems_webserver/NOTES,
462        libnetworking/rtems_webserver/ringq.c,
463        libnetworking/rtems_webserver/rom.c,
464        libnetworking/rtems_webserver/rtems_webserver.h,
465        libnetworking/rtems_webserver/security.c,
466        libnetworking/rtems_webserver/sock.c,
467        libnetworking/rtems_webserver/socket.c,
468        libnetworking/rtems_webserver/sockGen.c,
469        libnetworking/rtems_webserver/sym.c,
470        libnetworking/rtems_webserver/uemf.c,
471        libnetworking/rtems_webserver/uemf.h,
472        libnetworking/rtems_webserver/um.c,
473        libnetworking/rtems_webserver/um.h,
474        libnetworking/rtems_webserver/umui.c,
475        libnetworking/rtems_webserver/url.c,
476        libnetworking/rtems_webserver/value.c,
477        libnetworking/rtems_webserver/wbase64.c,
478        libnetworking/rtems_webserver/webcomp.c,
479        libnetworking/rtems_webserver/webmain.c,
480        libnetworking/rtems_webserver/webpage.c,
481        libnetworking/rtems_webserver/webrom.c,
482        libnetworking/rtems_webserver/webs.c,
483        libnetworking/rtems_webserver/websda.c,
484        libnetworking/rtems_webserver/websda.h,
485        libnetworking/rtems_webserver/webs.h,
486        libnetworking/rtems_webserver/websSSL.c,
487        libnetworking/rtems_webserver/websSSL.h,
488        libnetworking/rtems_webserver/websuemf.c,
489        libnetworking/rtems_webserver/wsIntrn.h:
490        Remove (Moved to cpukit/http).
491
4922004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
493
494        PR 700/rtems_misc
495        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
496        Remove libnetworking/rtems_webserver.
497
4982004-10-25      Eric Norum <norume@aps.anl.gov>
499
500        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
501
5022004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
503
504        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
505
5062004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
507
508        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
509        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
510
5112004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
512
513        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
514
5152004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
516
517        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
518        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
519
5202004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
521
522        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
523        BITSPERBYTE.
524
5252004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
526
527        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
528        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
529
5302004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
531
532        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
533
5342004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
535
536        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
537        * aclocal/enable-bare.m4: Remove.
538        * configure.ac: Remove BARE_CPU_MODEL.
539
5402004-10-13      Eric Norum <norume@aps.anl.gov>
541
542        PR 688/bsps
543        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
544        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
545        MC146818A (and several Dallas Semiconductor) TOD chips.
546
5472004-10-13      Eric Norum <norume@aps.anl.gov>
548
549        PR 686/networking
550        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
551        device code.
552
5532004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
554
555        * libchip/network/dec21140.c: include <rtems/pci.h>.
556
5572004-09-29      Joel Sherrill <joel@OARcorp.com>
558
559        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
560        libnetworking/pppd/utils.c: i960 obsoleted and all references
561        removed.
562
5632004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
564
565        PR 607/networking
566        * libchip/network/dec21140.c: Made PCI configuration minimum sane
567        instead of fully specifying unused PCI features.
568
5692004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
570
571        * configure.ac: Require automake > 1.9.
572
5732004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
574
575        * aclocal/rtems-cpu-subdirs.m4: Add avr.
576
5772004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
578
579        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
580        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
581
5822004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
583
584        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
585        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
586
5872004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
588
589        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
590
5912004-07-28  Joel Sherrill <joel@OARcorp.com>
592
593    * aclocal/version.m4: Updated to rtems-4.6.99.1.
594
5952004-07-25      Joel Sherrill <joel@OARcorp.com>
596
597        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
598
5992004-05-21  Till Strauman <strauman@slac.stanford.edu>
600
601        PR 625/networking
602        * libchip/network/dec21140.c, ... : Prevent name clashes by making
603        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
604        an error rather than panic if no chip is detected (thus allowing
605        for probing).
606        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
607        instead of looping forever.  Avoid divide by zero (crashed my PC).
608        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
609        they are UNTESTED.
610
6112004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
612
613        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
614
6152004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
616
617        * libchip/network/dec21140.c, libchip/network/elnk.c:
618        #include <errno.h>.
619
6202004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
621
622        * libchip/network/if_media.h: Update from FreeBSD.
623        * libchip/network/open_eth.c, libchip/network/cs8900.c,
624        libchip/network/i82586.c: #include <errno.h>.
625
6262004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
627
628        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
629
6302004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
631
632        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
633
6342004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
635
636        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
637        automake).
638
6392004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
640
641        PR 599/pppd
642        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
643
6442004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
645
646        * optman/rtems/no-region.c: Reflect having changed
647        rtems_region_get_segment_size.
648
6492004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
650
651        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
652        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
653        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
654        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
655        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
656        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
657        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
658
6592004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
660
661        * libchip/ide/ata.c, libchip/network/dec21140.c,
662        libchip/network/elnk.c, libchip/network/i82586.c,
663        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
664        libchip/network/open_eth.c, libchip/network/sonic.c,
665        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
666        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
667        libchip/shmdr/init.c, libchip/shmdr/intr.c,
668        libchip/shmdr/shm_driver.h: Cosmetics.
669
6702004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
671
672        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
673        optman/rtems/no-msg.c, optman/rtems/no-part.c,
674        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
675        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
676        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
677        fixed size types.
678
6792004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
680
681        * configure.ac: Explicitly pass --includedir and --libdir to
682        cpukit/configure.
683
6842004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
685
686        * librdbg/Makefile.am: Fix rpcgen rules.
687        * librdbg/src/i386/any/remdeb_xdr.c,
688        librdbg/src/m68k/any/remdeb_xdr.c,
689        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
690        Reflect changes to librdbg/Makefile.am.
691
6922004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
693
694        * configure.ac: Reflect changes testsuites/configure.ac and
695        cpukit/configure.ac.
696
6972004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
698
699        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
700        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
701
7022004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
703
704        * configure.ac: Reflect changes to testsuites's configuration.
705
7062004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
707
708        PR/589 rtems
709        * libchip/network/pci.h: Remove (Moved to cpukit).
710
7112004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
712
713        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
714        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
715        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
716        libchip/network/dec21140.c, libchip/network/elnk.c,
717        libchip/network/if_fxp.c, libchip/network/open_eth.c,
718        libchip/network/open_eth.h, libchip/network/sonic.c,
719        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
720        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
721        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
722        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
723        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
724        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
725        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
726        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
727        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
728        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
729        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
730        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
731        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
732        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
733        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
734        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
735        fixed-size types.
736
7372004-03-14      Chris Johns  <chrisj@rtems.org>
738
739        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
740        the BSP example code.
741        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
742        support the DIMMPC. This is a pc386 target with IO port support. Minor
743        formating clean up. Add documentation to the header file.
744        * libchip/network/README.cs8900: The CS8900 driver is documented in the
745        cs8900.h header file.
746
7472004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
750        Cosmetics.
751
7522004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
755        There are no application level Makefiles in here.
756
7572004-03-04      Joel Sherrill <joel@OARcorp.com>
758
759        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
760        they can be used in application level makefiles.
761
7622004-03-05      Joel Sherrill <joel@OARcorp.com>
763
764        * libnetworking/rtems_webserver/ejparse.c,
765        libnetworking/rtems_webserver/emfdb.c,
766        libnetworking/rtems_webserver/sock.c,
767        libnetworking/rtems_webserver/socket.c,
768        libnetworking/rtems_webserver/sym.c,
769        libnetworking/rtems_webserver/webs.c,
770        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
7712004-03-05      Joel Sherrill <joel@OARcorp.com>
772
773        * libchipnetwork/open_eth.c: Remove warnings by conditionally
774        compiling this file only only those CPU families with supported
775        exception models.
776
7772004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
778
779        * acinclude.m4: Fix loosing arguments when configuring cpukit and
780        testsuites (Was exposed with --enable-multilib, only).
781        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
782         Add RTEMS_BSP_CONFIG_SUBDIR.
783        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
784        testsuites's configure.
785        * aclocal/rtems-top.m4: Remove ENDIF hack.
786        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
787
7882004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
791        wrapup/Makefile.am: Fix automake problems having been introduced
792        in previous patch.
793
7942004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
795
796        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
797        Preinstall dirs.
798        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
799        * aclocal/check-multiprocessing.m4: Cosmetics.
800        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
801        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
802
8032004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
806        librdbg/src/Makefile.am.
807        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
808        * configure.ac: Reflect changes above.
809        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
810        * wrapup/Makefile.am: Reflect changes above.
811        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
812
8132004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
816
8172004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
818
819        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
820
8212004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
822
823        * wrapup/Makefile.am: Reflect new location of librdbg.a.
824
8252004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
828        librdbg/src/powerpc/Makefile.am: Remove.
829        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
830        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
831        * configure.ac: Reflect changes above.
832
8332004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835
8362004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
839        STRIP.
840
8412004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * librdbg/include/Makefile.am: Merge-in
844        librdbg/include/rdbg/i386/Makefile.am,
845        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
846        librdbg/include/rdbg/powerpc/Makefile.am.
847        * librdbg/include/rdbg/i386/Makefile.am,
848        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
849        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
850        * configure.ac: Reflect changes above.
851
8522004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * configure.ac: Use AS_HELP_STRING(ada).
855
8562004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
857
858        * aclocal/bspopts.m4: Use AS_HELP_STRING.
859        * aclocal/bsp-configure.m4: Require autoconf-2.59.
860        Use AC_CONFIG_HEADERS.
861        * aclocal/check-custom-bsp.m4: Add bspkit-support.
862        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
863
8642004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
865
866        * Makefile.am: include local.am.
867
8682004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * aclocal/version.m4: 4.6.99.0.
871
8722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
873
874        * Makefile.am: Don't include host.am.
875        * automake/compile.am: Further cleanups.
876
8772004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * automake/lib.am: Remove (Unused).
880
8812004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
882
883        * wrapup/Makefile.am: Don't include lib.am.
884        * automake/compile.am: Use automake compilation rules.
885
8862004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * libnetworking/pppd/Makefile.am,
889        libnetworking/rtems_servers/Makefile.am,
890        libnetworking/rtems_telnetd/Makefile.am,
891        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
892        support/Makefile.am: Don't include lib.am.
893
8942004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
895
896        * libchip/Makefile.am: Don't include lib.am.
897        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
898        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
899        unnecessary EXTRA_DISTs.
900
9012004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
904        hack.
905
9062004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
907
908        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
909        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
910        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
911        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
912
9132004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
914
915        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
916        Add AM_CONDITIONAL(HAS_MP).
917        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
918        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
919        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
920        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
921        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
922        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
923        (Deprecated by autoconf 2.59).
924
9252004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
928        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
929
9302004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
931
932        * ChangeLog: Merge-in libnetworking/ChangeLog.
933        * libnetworking/ChangeLog: Remove.
934        * ChangeLog: Merge-in librdbg/ChangeLog.
935        * librdbg/ChangeLog: Remove.
936        * ChangeLog: Merge-in libchip/ChangeLog.
937        * libchip/ChangeLog: Remove.
938        * ChangeLog: Merge-in optman/ChangeLog.
939        * optman/ChangeLog: Remove.
940
9412004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
942
943        * configure.ac: Reflect changes to cpukit.
944        * wrapup/Makefile.am: Reflect changes to librdbg.
945        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
946        * libchip/Makefile.am: Add PREINSTALL_DIRS.
947        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
948        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
949        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
950        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
951        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
952        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
953        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
954
9552004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
956
957        * aclocal/rtems-top.m4: Remove check for version.m4.
958        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
959
9602004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
961
962        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
963        * wrapup/Makefile.am: Reflect changes to libchip/*.
964        * support/Makefile.am: Use automake compilation rules.
965        * wrapup/Makefile.am: Reflect changes to support/*.
966        * configure.ac: Remove libnetworking/wrapup/Makefile.
967        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
968        libnetworking/*/lib*.a instead of libnetapps.a.
969        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
970        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
971        * optman/Makefile.am: Use automake compilation rules.
972        * libchip/Makefile.am: Fix typo in previous patch.
973        * libchip/Makefile.am: Use automake compilation rules.
974        * libnetworking/Makefile.am: Remove wrapup.
975        * libnetworking/pppd/Makefile.am: Build libpppd. Use
976        automake-compilation rules.
977        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
978        automake-compilation rules.
979        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
980        automake-compilation rules.
981        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
982        automake-compilation rules.
983        * libnetworking/wrapup/Makefile.am: Remove (Unused).
984
9852004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
986
987        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
988        PRE/TMPINSTALL_FILES to CLEANFILES.
989        * automake/lib.am: Remove TMPINSTALL_FILES.
990        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
991        PRE/TMPINSTALL_FILES to CLEANFILES.
992        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
993        PRE/TMPINSTALL_FILES to CLEANFILES.
994        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
995        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
996        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
997        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
998        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
999        * librdbg/src/i386/Makefile.am: Ditto.
1000        * librdbg/src/m68k/Makefile.am: Ditto.
1001        * librdbg/src/powerpc/Makefile.am: Ditto.
1002        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1003        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1004        * libnetworking/rtems_servers/Makefile.am: Ditto.
1005        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1006        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1007
10082004-01-07      Joel Sherrill <joel@OARcorp.com>
1009
1010        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1011        more completely covers the MIPS family.
1012
10132003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1014
1015        * wrapup/Makefile.am: Reflect changes to shmdr.
1016        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1017
10182003-12-18      Joel Sherrill <joel@OARcorp.com>
1019
1020        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1021        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1022        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1023        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1024        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1025        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1026        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1027
10282003-12-17      Joel Sherrill <joel@OARcorp.com>
1029
1030        * aclocal/version.m4: Updated to rtems-20031217-test.
1031
10322003-12-17     
1033
1034        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1035        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1036
10372003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1038
1039        * automake/compile.am: Remove LINK_LIBS (Unused).
1040        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1041
10422003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1043
1044        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1045        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1046        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1047        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1048        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1049
10502003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1051
1052        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1053        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1054        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1055        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1056        * librdbg/src/i386/Makefile.am:
1057        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1058        * librdbg/src/m68k/Makefile.am:
1059        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1060        * librdbg/src/powerpc/Makefile.am:
1061        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1062
10632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1064
1065        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1066        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1067        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1068        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1069        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1070        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1071        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1072        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1073        * optman/Makefile.am: Remove project_libdir.
1074        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1075        PRE/TMPINSTALL_FILES.
1076        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1077        PRE/TMPINSTALL_FILES.
1078        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1079        PRE/TMPINSTALL_FILES.
1080        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1081        PRE/TMPINSTALL_FILES.
1082        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1083        from PRE/TMPINSTALL_FILES.
1084        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1085        PRE/TMPINSTALL_FILES.
1086        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1087        PRE/TMPINSTALL_FILES.
1088        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1089        PRE/TMPINSTALL_FILES.
1090        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1091        PRE/TMPINSTALL_FILES.
1092        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1093        PRE/TMPINSTALL_FILES.
1094        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1095        PRE/TMPINSTALL_FILES.
1096        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1097        from PRE/TMPINSTALL_FILES.
1098
10992003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1100
1101        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1102        * automake/lib.am: Remove project_libdir.
1103        * wrapup/Makefile.am: Reworked.
1104
11052003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1106
1107        * configure.ac: Reflect changes to librdbg.
1108        * optman/Makefile.am: Add tmpinstall dirstamp support.
1109        * libchip/Makefile.am: Fix variant-tmpinstall support.
1110        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1111        * librdbg/src/powerpc/Makefile.am: Merge-in former
1112        new_exception_processing/Makefile.am.
1113        * librdbg/src/m68k/any/Makefile.am: Remove.
1114        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1115        * librdbg/src/i386/any/Makefile.am: Remove.
1116        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1117        * librdbg/src/Makefile.am: Cosmetics.
1118        * librdbg/include/Makefile.am: Cosmetics.
1119        * librdbg/Makefile.am: Cosmetics.
1120        * libnetworking/Makefile.am: Cosmetics.
1121        * libnetworking/pppd/Makefile.am: Cosmetics.
1122        * libnetworking/wrapup/Makefile.am: Cosmetics.
1123
11242003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1125
1126        * Makefile.am: Cosmetics.
1127        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1128        support.
1129
11302003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1131
1132        * automake/compile.am: Remove $(ARCH):-rule.
1133
11342003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1135
1136        * configure.ac: Remove lib/libbsp/shared/Makefile,
1137        lib/libbsp/shmdr/Makefile.
1138
11392003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1140
1141        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1142        libchip/serial/Makefile, libchip/rtc/Makefile.
1143        * support/Makefile.am: Remove all-local: $(ARCH).
1144        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1145        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1146        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1147        * optman/Makefile.am: Remove all-local: $(ARCH).
1148        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1149        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1150        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1151        compilation dirstamp support.
1152        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1153        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1154        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1155        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1156        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1157        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1158        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1159        all-local: $(ARCH).
1160        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1161        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1162        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1163        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1164        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1165
11662003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1167
1168        * aclocal/lead-dot.m4: New (from automake-1.7f).
1169        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1170        AC_SUBST(dirstamp).
1171        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1172        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1173        libchip/serial/Makefile.am: Ditto.
1174        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1175        * librdbg/include/Makefile.am: Ditto.
1176        * librdbg/include/rdbg/Makefile.am: Ditto.
1177        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1178        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1179        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1180        * librdbg/src/Makefile.am: Ditto.
1181        * librdbg/src/i386/Makefile.am: Ditto.
1182        * librdbg/src/i386/any/Makefile.am: Ditto.
1183        * librdbg/src/m68k/Makefile.am: Ditto.
1184        * librdbg/src/m68k/any/Makefile.am: Ditto.
1185        * librdbg/src/powerpc/Makefile.am: Ditto.
1186        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1187        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1188        preinstallation.
1189        * libnetworking/pppd/Makefile.am: Ditto.
1190        * libnetworking/rtems_servers/Makefile.am: Ditto.
1191        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1192        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1193        * libnetworking/wrapup/Makefile.am: Ditto.
1194
11952003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1196
1197        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1198        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1199        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1200        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1201        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1202        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1203        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1204        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1205        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1206        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1207        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1208        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1209        underquoting to silence automake-1.8.
1210
12112003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1212
1213        * configure.ac: Reflect having moved tests to ../../testsuites.
1214
12152003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1216
1217        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1218        * aclocal/canonical-host.m4: Remove.
1219        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1220        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1221
12222003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1223
1224        * aclocal/check-cpu.m4: Remove.
1225        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1226        * aclocal/canonical-target-name.m4: Add m4-quotes.
1227        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1228        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1229        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1230        * aclocal/check-networking.m4: Add m4-quotes. Require
1231        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1232        * aclocal/check-posix.m4: Add m4-quotes. Require
1233        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1234        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1235        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1236        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1237
12382003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1239
1240        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1241        * aclocal/bsp-alias.m4: Remove.
1242
12432003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1244
1245        * configure.ac: Make presence of tests/ optional.
1246
12472003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1248
1249        * aclocal/path-perl.m4: Remove (Unused).
1250
12512003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1252
1253        * automake/force-preinstall.am: Remove.
1254
12552003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1256
1257        PR 499/rtems_misc
1258        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1259        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1260        Configuration (Odd was forced) - Correction of Stop Bit configuration
1261        (inversed) - Correction of ISR Handler to call
1262        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1263        CTS Hardware flow control Configuration.
1264
12652003-09-04      Joel Sherrill <joel@OARcorp.com>
1266
1267        * lib/libcpu/shared/include/cache.h,
1268        lib/libcpu/shared/src/cache_aligned_malloc.c,
1269        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1270        license changed.
1271        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1272        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1273        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1274        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1275        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1276        for license changed.
1277        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1278        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1279        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1280        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1281        libchip/network/cs8900.h, libchip/network/dec21140.c,
1282        libchip/network/elnk.c, libchip/network/open_eth.c,
1283        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1284        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1285        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1286        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1287        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1288        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1289        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1290        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1291        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1292        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1293        libchip/serial/serial.h, libchip/serial/z85c30.c,
1294        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1295        libchip/serial/z85c30_reg.c: URL for license changed.
1296
12972003-09-03      Jiri Gaisler <jiri@gaisler.com>
1298
1299        PR 477/networking
1300        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1301        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1302        libchip/network/open_eth.h: New files.
1303
13042003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1305
1306        * aclocal/rtems-top.m4: Add RTEMS_API.
1307        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1308
13092003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1310
1311        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1312        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1313        @RTEMS_BSP@.cfg.
1314
13152003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1316
1317        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1318
13192003-08-20      Joel Sherrill <joel@OARcorp.com>
1320
1321        * libchip/network/cs8900.c: Correct copyright statements.
1322
13232003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1324
1325        * aclocal/check-itron.m4: Remove.
1326        * aclocal/enable-inlines.m4: Remove.
1327        * Makefile.am: Reflect having moved aclocal/.
1328        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1329        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1330        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1331        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1332        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1333        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1334        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1335        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1336        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1337        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1338        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1339        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1340        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1341        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1342        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1343        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1344        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1345        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1346        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1347        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1348        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1349        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1350        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1351        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1352        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1353        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1354        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1355        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1356        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1357        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1358        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1359        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1360        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1361        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1362        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1363        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1364        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1365        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1366        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1367        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1368        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1369        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1370        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1371        * aclocal/target.m4: New (Copied from ../../aclocal).
1372        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1373        * aclocal/version.m4: New (Copied from ../../aclocal).
1374
13752003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1376
1377        * configure.ac: Remove stray comments.
1378        * automake/local.am, automake/host.am: Remove "debug".
1379
13802003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1381
1382        * Makefile.am: Reflect having moved automake/.
1383        * lib/Makefile.am: Reflect having moved automake/.
1384        * support/Makefile.am: Reflect having moved automake/.
1385        * wrapup/Makefile.am: Reflect having moved automake/.
1386        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1387        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1388        from ../../automake).
1389        * optman/Makefile.am: Reflect having moved automake/.
1390        * libchip/Makefile.am: Reflect having moved automake/.
1391        * libchip/ide/Makefile.am: Reflect having moved automake/.
1392        * libchip/network/Makefile.am: Reflect having moved automake/.
1393        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1394        * libchip/serial/Makefile.am: Reflect having moved automake/.
1395        * librdbg/Makefile.am: Reflect having moved automake/.
1396        * librdbg/include/Makefile.am: Reflect having moved automake/.
1397        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1398        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1399        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1400        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1401        automake/.
1402        * librdbg/src/Makefile.am: Reflect having moved automake/.
1403        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1404        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1405        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1406        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1407        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1408        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1409        having moved automake/.
1410        * libnetworking/Makefile.am: Reflect having moved automake/.
1411        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1412        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1413        automake/.
1414        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1415        automake/.
1416        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1417        automake/.
1418        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1419
14202003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1421
1422        * Makefile.am: Add bsp.pc.in.
1423        * bsp.pc.in: New (pkgconfig support).
1424
14252003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1426
1427        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1428
14292003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1430
1431        * lib/Makefile.am: New (Required by 'make dist').
1432        * lib/ChangeLog: Remove.
1433        * lib/.cvsignore: Cleanup.
1434        * configure.ac: Reflect having added lib/Makefile.am.
1435        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1436        lib/libbsp/configure.ac.
1437        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1438        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1439
14402003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1441
1442        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1443        * configure.ac: Merge-in librdbg/configure.ac.
1444        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1445        librdbg/configure.ac.
1446        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1447        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1448        LIBCHIP. Conditionally build include-dirs.
1449        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1450        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1451        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1452        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1453        librdbg/include/rdbg/m68k/Makefile.am,
1454        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1455        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1456        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1457        librdbg/src/powerpc/Makefile.am, librdbg/
1458        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1459        configure.ac into ../configure.ac.
1460        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1461        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1462        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1463        libnetworking/rtems_telnetd/Makefile.am,
1464        libnetworking/rtems_webserver/Makefile.am,
1465        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1466        into ../configure.ac.
1467
14682003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1469
1470        PR 427/rtems
1471        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1472        * librdbg/src/servtsp.c: Ditto.
1473
14742003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1475
1476        PR 429/bsps
1477        PR 432/bsps
1478        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1479        packets are queued onto an elnk board, the ISR will deadlock the device
1480        with a tx complete interrupt.  Lighter tx loads are not affected as they
1481        end up submitting single packets to the device.
1482
14832003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1484
1485        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1486        optman/configure.ac.
1487        * optman/configure.ac: Remove (Merged into ../configure.ac).
1488        * optman/Makefile.am: Reflect having merged configure.ac into
1489        ../configure.ac.
1490        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1491        * libchip/Makefile.am, libchip/ide/Makefile.am,
1492        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1493        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1494        ../configure.ac.
1495
14962003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1497
1498        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1499
15002003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1501
1502        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1503        on i386.
1504
15052003-06-13      Joel Sherrill <joel@OARcorp.com>
1506
1507        * libnetworking/pppd/chat.c: Removed warnings.
1508
15092003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1510
1511        * libchip/network/README.3com: New file missed in previous commit.
1512        PR 405/bsps
1513        PR 393/networking
1514        * libchip/network/dec21140.c: Fix leak also known as PR393.
1515        * libchip/network/elnk.c, libchip/network/if_media.h,
1516        libchip/network/mii.h: New files.
1517        * libchip/network/Makefile.am: Reflect new files.
1518
15192003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1520
1521        * configure.ac: Remove support for profile-variant.
1522
15232003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1524
1525        PR 397/pppd
1526        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1527        * libnetworking/pppd/magic.c: Remove *rand48.
1528        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1529
15302003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1531
1532        * wrapup/Makefile.am: Add libide.a.
1533
15342003-04-15      Joel Sherrill <joel@OARcorp.com>
1535
1536        PR 387/rtems_misc
1537        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1538        routines.
1539        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1540
15412003-04-11      Joel Sherrill <joel@OARcorp.com>
1542
1543        * libnetworking/rtems_webserver/cgi.c,
1544        libnetworking/rtems_webserver/sockGen.c,
1545        libnetworking/rtems_webserver/umui.c,
1546        libnetworking/rtems_webserver/websSSL.c,
1547        libnetworking/rtems_webserver/websSSL.h,
1548        libnetworking/rtems_webserver/websda.c,
1549        libnetworking/rtems_webserver/websda.h: New files. Not included in
1550        previous commit.
1551
15522003-04-10      Joel Sherrill <joel@OARcorp.com>
1553
1554        PR 371/pppd
1555        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1556        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1557        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1558        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1559        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1560        still global symbols in rtemspppd.h which might need to be changed or
1561        converted into member of a structure which is dereferenced with a
1562        pointer that is managed as a per task variable. But this patch should
1563        avoid many conflicts.
1564
15652003-03-27      Joel Sherrill <joel@OARcorp.com>
1566
1567        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1568        not allowed in the cpukit source code since it must be buildable
1569        independent of any BSP. These files were moved to libchip/ide.
1570        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1571        files.
1572
15732003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1574
1575        PR 368/filesystems
1576        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1577        improvements which now work on pc386 and mbx8xx.
1578        * libchip/ide/ide_controller.c: New file.
1579
15802003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1581
1582        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1583
15842003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1585
1586        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1587        * configure.ac: Add support/.
1588        * support/.cvsignore: New.
1589        * support/Makefile.am: New.
1590        * support/version.c: New.
1591        * wrapup/Makefile.am: Add support/libsupport.a.
1592        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1593        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1594        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1595        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1596
15972003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1598
1599        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1600
16012003-02-20      Till Straumann <strauman@slac.stanford.edu>
1602
1603        PR 354/networking
1604        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1605        chip against a table of supported chips. The untested ones are still
1606        commented out, however.
1607
16082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1609
1610        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1611        * configure.ac: AC_PREREQ(2.57).
1612        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1613        * optman/configure.ac: AC_PREREQ(2.57).
1614        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1615        * libchip/configure.ac: AC_PREREQ(2.57).
1616        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1617        * librdbg/configure.ac: AC_PREREQ(2.57).
1618        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1619        * libnetworking/configure.ac: AC_PREREQ(2.57).
1620
16212003-02-06      Joel Sherrill <joel@OARcorp.com>
1622
1623        * libnetworking/pppd/chat.c: Convert routines with common names to
1624        static. This included get_char(), put_char(), and character() among
1625        others.
1626
16272003-02-03      Joel Sherrill <joel@OARcorp.com>
1628
1629        PR 338/filesystem
1630        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1631        rtems_io_lookup_name() (API change).  Unused function removed.
1632
16332003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1634
1635        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1636        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1637        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1638        Eliminate *_O_FILES.
1639        * libnetworking/rtems_servers/Makefile.am,
1640        libnetworking/rtems_webserver/Makefile.am,
1641        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1642
16432002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1644
1645        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1646        Let all-local: depend on $(LIB).
1647        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1648        * optman/Makefile.am: Apply install-data-local to install *.rels.
1649
16502002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1651
1652        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1653        %.c rules.
1654        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1655        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1656        * libchip/rtc/Makefile.am: Ditto.
1657        * libchip/serial/Makefile.am: Ditto.
1658
16592002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1660
1661        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1662        LIBC_DEFINES.
1663        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1664        LIBC_DEFINES.
1665        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1666        LIBC_DEFINES.
1667
16682002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1669
1670        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1671
16722002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1673
1674        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1675        cache-checking.
1676        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1677
16782002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1679
1680        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1681        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1682        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1683        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1684        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1685
16862002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1687
1688        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1689        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1690        Remove.
1691        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1692
16932002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1694
1695        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1696        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1697
16982002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1699
1700        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1701        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1702
17032002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1704
1705        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1706        * optman/rel.am: New.
1707
17082002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1709
1710        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1711        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1712        braino in comment on "exec". Extend --enable-ada handling.
1713
17142002-11-04      Joel Sherrill <joel@OARcorp.com>
1715
1716        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1717        tasks and rolling multiple loops into 1.
1718        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1719        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1720        Removed warnings.
1721
17222002-10-31      Joel Sherrill <joel@OARcorp.com>
1723
1724        * libchip/network/dec21140.c: Removed warnings.
1725        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1726        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1727        librdbg/src/m68k/any/remdeb_xdr.c,
1728        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1729        warnings.
1730        * libnetworking/rtems_webserver/socket.c,
1731        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1732
17332002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1734
1735        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1736        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1737        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1738        above.
1739
17402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1741
1742        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1743        * wrapup/.cvsignore: Remove autom4te.cache.
1744        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1745        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1746        autom4te.cache.
1747        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1748        autom4te.cache.
1749        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1750        autom4te.cache.
1751
17522002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1753
1754        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1755
17562002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1757
1758        * optman/.cvsignore: Add autom4te.cache.
1759
17602002-09-14      Joel Sherrill <joel@OARcorp.com>
1761
1762        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1763
17642002-09-07      Joel Sherrill <joel@OARcorp.com>
1765
1766        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1767        include files to resolve warnings.
1768
17692002-09-07      Chris Johns <ccj@acm.org>
1770
1771        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1772        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1773        which corrects the problem  where the cs8900.c file was actually the BSP
1774        glue.  Joel did some hacking so this file will compile.  Previously it
1775        required providing a target.h file to compile.
1776        * libchip/network/cs8900.c.bsp: New file.
1777
17782002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1779
1780        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1781
17822002-08-31      Joel Sherrill <joel@OARcorp.com>
1783
1784        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1785        eliminate warning.
1786
17872002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1788
1789        * configure.ac: Add ada-tests.
1790
17912002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1792
1793        * Makefile.am: Add preinstall-stamp.
1794
17952002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1796
1797        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1798        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1799        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1800        gcc31 happy.
1801        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1802        cp.
1803
18042002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1805
1806        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1807        make/bsp.mak.
1808        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1809        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1810
18112002-08-12      Joel Sherrill <joel@OARcorp.com>
1812
1813        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1814        avoid error.
1815
18162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1817
1818        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1819        * configure.ac: Add BSP_SUBDIRS.
1820        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1821        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1822        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1823        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1824        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1825        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1826        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1827        RTEMS_CHECK_BSP_CACHE.
1828        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1829        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1830        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1831        .$(OBJEXT) instead of .o.
1832        * libnetworking/pppd/Makefile.am,
1833        libnetworking/rtems_servers/Makefile.am,
1834        libnetworking/rtems_telnetd/Makefile.am,
1835        libnetworking/rtems_webserver/Makefile.am,
1836        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1837
18382002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1839
1840        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1841        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1842        ../libchip/serial/$(ARCH)/libserialio.a.
1843        * libchip/serial/Makefile.am: Don't tmp-install lib.
1844        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1845
18462002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1847
1848        * Makefile.am: Add rtems_makedir.
1849        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1850        * Makefile.am: Add wrapup-SUBDIR.
1851        * wrapup/ChangeLog: Remove.
1852        * wrapup/configure.ac: Remove.
1853        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1854        (Make the bare BSP happy).
1855        * configure.ac: Ditto.
1856        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1857        Create make/custom/default.cfg.
1858        * configure.ac: Add creation of make/custom/*.cfg. Create
1859        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1860
18612002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1862
1863        * Makefile.am: Clean $(PROJECT_RELEASE).
1864
18652002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1866
1867        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1868        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1869        prototype mismatches.
1870
18712002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1872
1873        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1874        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1875
18762002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1877
1878        * acinclude.m4: Add test "$multilib" != "yes".
1879        * config-ml.in: Remove.
1880        * acinclude.m4: Cleanups.
1881        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1882        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1883        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1884        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1885        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1886
18872002-07-16      Eric Norum <eric.norum@usask.ca>
1888
1889        * New driver for the Intel EtherExpressPro (82559ER) chip.
1890        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1891        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1892        * libchip/network/Makefile.am: Modified to reflect above.
1893
18942002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1895
1896        * acinclude.m4: New.
1897        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1898        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1899        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1900
19012002-07-01      Joel Sherrill <joel@OARcorp.com>
1902
1903        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1904        _Objects_Information_table now that it is a two dimensional array based
1905        upon API and class.
1906        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1907        of strnlen().
1908
19092002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1910
1911        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1912        preinstall libnetapps.a.
1913
19142002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1915
1916        * configure.ac: Remove librpc.
1917
19182002-06-25      Joel Sherrill <joel@OARcorp.com>
1919
1920        * Per PR233, moved librpc to exec.
1921        * configure.ac, wrapup/Makefile.am: Modified.
1922        * librpc, librpc/ChangeLog: Removed.
1923
19242002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1925
1926        * optman/Makefile.am: Remove multilib support.
1927        * optman/configure.ac: Ditto.
1928        * optman/sapi/Makefile.am: Ditto.
1929
19302002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1931
1932        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1933        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1934
19352002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1936
1937        Move networking libraries to c/src/exec/libnetworking
1938        * libnetworking/configure.ac, libnetworking/Makefile.am,
1939        libnetworking/wrapup/Makefile.am: Reflect Moval.
1940
19412002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1942
1943        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1944        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1945        <rtems/bspIo.h>.
1946
19472002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1948
1949        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1950        * libnetworking/rtems/mkrootfs.h: Ditto.
1951        * libnetworking/rtems/Makefile.am: Reflect changes above.
1952
19532002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1954
1955        * configure.ac: Remove lib.
1956
19572002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1958
1959        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1960        that exception stack frames on M68K members with VBR always are 6 byte
1961        long. The incorrect assumption resulted in some gdb commands like "next"
1962        to fail on the 68360.
1963
19642002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1965
1966        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1967        PR 220
1968        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1969        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1970        CVS.
1971        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1972        libnetworking/sys/filio.h: Remove.
1973        * libnetworking/sys/Makefile.am: Reflect changes above.
1974
19752002-05-07      Chris Johns <ccj@acm.org>
1976
1977        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1978        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1979        requires it to be stripped.
1980
19812002-05-01      Eric Norum <eric.norum@usask.ca>
1982
1983        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1984        assembly  to satisfy gcc 3.1 and newer.
1985
19862002-04-26      Eric Norum <eric.norum@usask.ca>
1987
1988        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1989        agressive optimization in gcc 3.1 does not reorder things.
1990
19912002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1992
1993        * libchip/network/dec21140.c: Reflect changes to powerpc's
1994        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1995        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1996        <rtems/score/cpu.h>.
1997        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1998        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1999
20002002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2001
2002        * optman/configure.ac: Remove ENABLE_GCC28.
2003
20042002-04-11      Chris Johns <ccj@acm.org>
2005
2006        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2007        driver control block field to the ifconfig network driver structure.
2008        This field is needed by the i82586 driver which was ported from NetBSD
2009        as it had better hardware abstraction.
2010        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2011        PR59, added the drv_ctrl driver control block field to the ifconfig
2012        network driver structure. This field is needed by the i82586 driver
2013        which was ported from NetBSD as it had better hardware abstraction.
2014
20152002-04-10      Mike Siers <mikes@poliac.com>
2016
2017        * libnetworking/rtems_webserver/NOTES,
2018        libnetworking/rtems_webserver/asp.c,
2019        libnetworking/rtems_webserver/balloc.c,
2020        libnetworking/rtems_webserver/default.c,
2021        libnetworking/rtems_webserver/ej.h,
2022        libnetworking/rtems_webserver/ejIntrn.h,
2023        libnetworking/rtems_webserver/ejlex.c,
2024        libnetworking/rtems_webserver/ejparse.c,
2025        libnetworking/rtems_webserver/emfdb.c,
2026        libnetworking/rtems_webserver/emfdb.h,
2027        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2028        libnetworking/rtems_webserver/handler.c,
2029        libnetworking/rtems_webserver/license.txt,
2030        libnetworking/rtems_webserver/md5.h,
2031        libnetworking/rtems_webserver/md5c.c,
2032        libnetworking/rtems_webserver/mime.c,
2033        libnetworking/rtems_webserver/misc.c,
2034        libnetworking/rtems_webserver/ringq.c,
2035        libnetworking/rtems_webserver/rom.c,
2036        libnetworking/rtems_webserver/security.c,
2037        libnetworking/rtems_webserver/sock.c,
2038        libnetworking/rtems_webserver/sym.c,
2039        libnetworking/rtems_webserver/uemf.c,
2040        libnetworking/rtems_webserver/uemf.h,
2041        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2042        libnetworking/rtems_webserver/url.c,
2043        libnetworking/rtems_webserver/value.c,
2044        libnetworking/rtems_webserver/wbase64.c,
2045        libnetworking/rtems_webserver/webcomp.c,
2046        libnetworking/rtems_webserver/webpage.c,
2047        libnetworking/rtems_webserver/webrom.c,
2048        libnetworking/rtems_webserver/webs.c,
2049        libnetworking/rtems_webserver/webs.h,
2050        libnetworking/rtems_webserver/websuemf.c,
2051        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2052        2.1.4.
2053
20542002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2055
2056        * libchip/network/i82586.c: Include <string.h>.
2057        * libchip/network/sonic.c: Ditto.
2058
20592002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2060
2061        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2062
20632002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2064
2065        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2066
20672002-03-27      Thomas.Doerfler@imd-systems.de
2068
2069        PR 144
2070        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2071        memory address 0 when called for the first time. This is done when
2072        trying to clear the variable "dhcp_hostname".
2073
20742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2075
2076        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2077        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2078        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2079        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2080        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2081        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2082        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2083        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2084        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2085        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2086        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2087        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2088        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2089        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2090        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2091        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2092        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2093        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2094        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2095        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2096        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2097        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2098        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2099        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2100        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2101        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2102        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2103        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2104        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2105        AUTOMAKE_OPTIONS.
2106        * libnetworking/configure.ac:
2107        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2108        foreign 1.6]).
2109        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2110        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2111        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2112        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2113        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2114        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2115        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2116        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2117        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2118        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2119        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2120        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2121        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2122        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2123        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2124        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2125        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2126
21272002-03-27      Ilya Alexeev <ilya@continuum.ru>
2128
2129        PR 162
2130        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2131        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2132        used in a device write routines.  Now ppp_softc structure have own
2133        character for writing to device (sc_outchar).  I think that converting
2134        local variables to static is not a right solution, because problems will
2135        occur in the case of two or more ppp instances.
2136        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2137        must be u_long, otherwise in the case of the big output packet endless
2138        loop may occur.
2139
21402002-03-21      Ilya Alexeev <ilya@continuum.ru>
2141
2142        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2143        preparations for multiple PPPD connections.
2144
21452002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2146
2147        PR 149
2148        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2149        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2150        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2151        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2152
21532002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2154
2155        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2156        * configure.ac: Modified to reflect addition.
2157
21582002-02-27      Ilya Alexeev <ilya@continuum.ru>
2159
2160        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2161        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2162        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2163        capabilities as well as eliminate some warnings.
2164
21652002-02-27      Eric Norum <eric.norum@usask.ca>
2166
2167        * libnetworking/net/radix.c: Properly handle fetching the default route
2168        when there is no route.  This was a bug in the original FreeBSD code and
2169        this fix is from an updated version of their code.
2170
21712002-02-16      Eric Norum <eric.norum@usask.ca>
2172
2173        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2174        checking.
2175
21762002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2177
2178        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2179        dodefaultroute.
2180
21812002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2182
2183        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2184        include <rtems/seterr.h>.
2185
21862002-02-01      Mike Siers <mikes@poliac.com>
2187
2188        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2189        avoid bringing the link down too fast. NOTE: Mike reports successfully
2190        running at 56K baud on a direct link.
2191
21922002-02-01      Eric Valette <valette@crf.canon.fr>
2193
2194        * librdbg/So many patches have been posted recently on the mailing list
2195        and  because we were unable to find correct solution to compile on
2196        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2197        because the coding  style of rdbg was rather inconsistant among various
2198        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2199        global coding style (using indent + manual edits), 2) incorporate/review
2200        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2201        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2202        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2203        after rdbg initialization is done, NB : the paches is huge but it is
2204        mainly due to coding styke chnages.  Only few lines of codes have been
2205        really changed and they do not impact  rdbg functionnality (AFAIKT).
2206        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2207        librdbg/include/rdbg/m68k/rdbg_f.h,
2208        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2209        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2210        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2211        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2212        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2213        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2214        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2215        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2216        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2217        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2218        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2219        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2220        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2221        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2222        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2223        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2224
22252002-01-31      Mike Siers <mikes@poliac.com>
2226
2227        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2228        * Nice Update of PPPD support which eliminates the requiremetn that
2229        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2230        and reports that it seems to be more stable and handle larger packets
2231        better.  This patch replaces the termios tasks with more general pppd
2232        network driver tasks.  The functions pppinput() and pppstart() get
2233        called from the interrupt service routine.
2234        * libnetworking/Makefile.am, libnetworking/configure.ac,
2235        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2236        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2237        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2238        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2239        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2240        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2241        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2242        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2243        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2244        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2245        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2246        libnetworking/net/route.c, libnetworking/net/route.h,
2247        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2248        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2249        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2250        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2251        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2252        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2253        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2254        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2255        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2256        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2257        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2258        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2259        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2260        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2261        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2262        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2263        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2264        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2265        libnetworking/pppd/example/README,
2266        libnetworking/pppd/example/netconfig.h,
2267        libnetworking/wrapup/Makefile.am: Modified.
2268        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2269        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2270        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2271        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2272        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2273        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2274        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2275        libnetworking/modem/pppcompress.c: Subdirectory removed.
2276
22772002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2278
2279        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2280        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2281
22822002-01-18      Till Straumann <strauman@slac.stanford.edu>
2283
2284        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2285        issues: - exception handler needs to enable MSR_FP if the interrupted
2286        thread is FP enabled. - printk message for MSR fixed and added
2287        stacktrace. NOTE: this requires the stacktrace patch to
2288        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2289        however).
2290
22912002-01-06      Joel Sherrill <joel@OARcorp.com>
2292
2293        * optman/.cvsignore: Added aclocal.m4 and configure.
2294        * optman/.cvsignore: New file.
2295
22962002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2297
2298        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2299
23002002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2301
2302        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2303        * optman/ChangeLog: New.
2304        * optman/configure.ac: New.
2305        * optman/Makefile.am: New.
2306        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2307        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2308
23092001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2310
2311        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2312
23132001-12-18      Eric Norum <eric.norum@usask.ca>
2314
2315        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2316        `directories' (path names with a / at the end) while disallowing open()
2317        operations on TFTP `directories'.
2318
23192001-12-07      Eric Norum <eric.norum@usask.ca>
2320
2321        * libnetworking/lib/tftpDriver.c: Restore write capability.
2322
23232001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2324
2325        * libchip/network/sonic.h: Fix typo.
2326        * libnetworking/arpa/Makefile.am: Remove stray lines.
2327
23282001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2329
2330        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2331
23322001-10-18      Eric Norum <eric.norum@usask.ca>
2333
2334        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2335        chdir() and open() operations within the TFTP file system.
2336
23372001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2338
2339        * librdbg/configure.ac: Fix latent bug exposed by removal of
2340        config.cache's which prevented powerpc targets librdbg from building.
2341
23422001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2343
2344        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2345        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2346        autoconf-2.52 happy.
2347
23482001-10-12      Mike Siers <mikes@poliac.com>
2349
2350        * libnetworking/Update to stable working state.  Congratulations Mike!
2351        :).
2352        * libnetworking/modem_example: Directory removed.
2353        * libnetworking/modem_example/16550.h,
2354        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2355        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2356        libnetworking/modem_example/ppp.h,
2357        libnetworking/modem_example/pppcompress.c: Files removed.
2358        * libnetworking/pppd/example/pppd.options: New file.
2359        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2360        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2361        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2362        libnetworking/pppd/rtemsmain.c: Updated.
2363
23642001-10-12      Joel Sherrill <joel@OARcorp.com>
2365
2366        * libchip/serial/z85c30.c: Fixed typo.
2367
23682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2369
2370        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2371        * configure.in: Remove.
2372        * configure.ac: New file, generated from configure.in by autoupdate.
2373        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2374        * libchip/configure.in: Remove.
2375        * libchip/configure.ac: New file, generated from configure.in by
2376        autoupdate.
2377        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2378        * librdbg/configure.in: Remove.
2379        * librdbg/configure.ac: New file, generated from configure.in by
2380        autoupdate.
2381        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2382        * libnetworking/configure.in: Remove.
2383        * libnetworking/configure.ac: New file, generated from configure.in by
2384        autoupdate.
2385
23862001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2387
2388        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2389        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2390        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2391
23922001-09-27      Joel Sherrill <joel@OARcorp.com>
2393
2394        * libchip/ChangeLog: Fixed typo in date.
2395
23962001-09-27      Eric Norum <eric.norum@usask.ca>
2397
2398        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2399        TFTP  filesystem.
2400
24012001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2402
2403        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2404        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2405        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2406        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2407        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2408        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2409        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2410        'PREINSTALL_FILES ='.
2411        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2412        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2413        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2414        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2415        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2416        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2417        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2418        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2419        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2420        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2421        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2422        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2423
24242001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2425
2426        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2427        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2428        * librdbg/src/m68k/any/Makefile.am: Ditto.
2429        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2430        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2431        happy.
2432
24332001-09-21      Joel Sherrill <joel@OARcorp.com>
2434
2435        * libchip/network/Makefile.am: Fixed typo on file name.
2436        * libchip/network/i82586.c: Commented out line 318 which is referencing
2437        a member of a structure that is not currently there.  This needs to be
2438        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2439        to C style.
2440
24412001-09-19      Eric Norum <eric.norum@usask.ca>
2442
2443        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2444
24452001-09-19      Chris Johns <ccj@acm.org>
2446
2447        * libchip/network/README.i82586, libchip/network/i82586.c,
2448        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2449        Network driver for Intel i82586.
2450        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2451        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2452        "root" filesystem with information obtained via the DHCP response.
2453
24542001-09-14      Eric Norum <eric.norum@usask.ca>
2455
2456        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2457        make gcc 3.x happy.
2458
24592001-08-16      Mike Siers <mikes@poliac.com>
2460
2461        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2462        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2463        These support callback functionality that has not even been compiled
2464        under RTEMS yet.
2465        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2466        example application.  Mike's notes on the modifications: - renamed
2467        error() function because of namespace problems - removed calls to the
2468        exit() funciton - removed extra files from the pppd source directory -
2469        defined pppd task constant values in rtemspppd.h - modifyied example
2470        code to get actual tick per second value - placed the pppd 2.3.11 man
2471        page file (pppd.8) into the pppd directory.
2472        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2473        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2474        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2475        libnetworking/pppd/rtems-ppp.c: Deleted.
2476        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2477        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2478        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2479        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2480        libnetworking/pppd/example/init.c,
2481        libnetworking/pppd/example/netconfig.h,
2482        libnetworking/pppd/example/ppp.conf,
2483        libnetworking/pppd/example/pppdapp.c,
2484        libnetworking/pppd/example/system.h: New files.
2485        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2486        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2487        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2488        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2489        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2490        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2491        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2492        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2493        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2494        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2495        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2496        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2497        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2498        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2499        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2500
25012001-08-16      Joel Sherrill <joel@OARcorp.com>
2502
2503        * libnetworking/pppd/example/Makefile: Removed.
2504        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2505        to avoid bootstrap -c clobbering it.
2506        * libnetworking/rtems_telnetd/.cvsignore: New file.
2507
25082001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2509
2510        * libnetworking/Makefile.am, libnetworking/configure.in,
2511        libnetworking/rtems_servers/Makefile.am,
2512        libnetworking/rtems_servers/telnetd.c,
2513        libnetworking/rtems_servers/telnetd.h,
2514        libnetworking/rtems_telnetd/Makefile.am,
2515        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2516        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2517        libnetworking/rtems_telnetd/telnetd.c,
2518        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2519        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2520        effect when ftpd change. - the tcp/ip stats have been implemented into
2521        icmds.c and started when telnetd daemon is started.
2522        * libnetworking/rtems_servers/telnetd.c,
2523        libnetworking/rtems_servers/telnetd.h: Removed.
2524        * libnetworking/rtems_telnetd: New directory.
2525        * libnetworking/rtems_telnetd/Makefile.am,
2526        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2527        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2528        libnetworking/rtems_telnetd/telnetd.c,
2529        libnetworking/rtems_telnetd/telnetd.h: New files.
2530
25312001-06-14      Joel Sherrill <joel@OARcorp.com>
2532
2533        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2534        Moved from libmisc/shell so the network stack to address network
2535        depenendency.
2536        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2537
25382001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2539
2540        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2541
25422001-05-15      Joel Sherrill <joel@OARcorp.com>
2543
2544        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2545        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2546        accidentally deleted the incorrectly empty versions.
2547
25482001-05-14      Till Straumann <strauman@slac.stanford.edu>
2549
2550        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2551        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2552        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2553        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2554        to know the values) - the affected BSP (shared/motorola) headers have
2555        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2556        driver (libchip/network/dec21140.c) has been fixed to use
2557        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2558        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2559        who is using this driver. - the DEC driver also has been fixed to use
2560        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2561        delay_in_bus_cycles().
2562
25632001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2564
2565        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2566
25672001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2568
2569        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2570
25712001-04-24      Eric Norum <eric.norum@usask.ca>
2572
2573        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2574        NTP synchronization a little more robust -- no NTP daemon yet, but at
2575        least it trys a little harder when the primary NTP server is down.
2576
25772001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2578
2579        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2580        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2581        libnetworking/pppd/modem_example/modem.c,
2582        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2583        other strings into English.
2584        * libnetworking/pppd/STATUS: updated to reflect the changes.
2585
25862001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2587
2588        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2589        again.
2590
25912001-04-20      Eric Valette <valette@crf.canon.fr>
2592
2593        * mcp750 directory renamed new_exception processing as it supports many
2594        more CPU models.
2595        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2596        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2597        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2598        formerly in mcp750 plus modifications.
2599        * librdbg/src/powerpc/mcp750/.cvsignore,
2600        librdbg/src/powerpc/mcp750/Makefile.am,
2601        librdbg/src/powerpc/mcp750/remdeb.h,
2602        librdbg/src/powerpc/mcp750/remdeb_f.x,
2603        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2604        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2605        new_exception_processing.
2606        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2607        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2608        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2609        part of this effort to add support for the MPC8xx.
2610
26112001-04-19      Joel Sherrill <joel@OARcorp.com>
2612
2613        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2614        internal include files.
2615
26162001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2617
2618        PR 158
2619        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2620        rcmd() library call by commenting out the parts that deal with signals.
2621        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2622        stdio. The 'server-side' parts of this file which deal with
2623        authentication are disabled since they are not needed.
2624
26252001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2626
2627        * libnetworking/include/.cvsignore: Remove dangling file.
2628
26292001-03-14      Joel Sherrill <joel@OARcorp.com>
2630
2631        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2632        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2633        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2634        libchip style serial drivers can be written in libcpu or libbsp.
2635
26362001-03-01      Joel Sherrill <joel@OARcorp.com>
2637
2638        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2639        libchip/network/sonic.c, libchip/network/sonic.h,
2640        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2641        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2642        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2643        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2644        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2645        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2646        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2647        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2648
26492001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2650
2651        * librdbg/include/rdbg/Makefile.am,
2652        librdbg/include/rdbg/i386/Makefile.am,
2653        librdbg/include/rdbg/m68k/Makefile.am,
2654        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2655        style on include files.
2656
26572001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2658
2659        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2660        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2661        replace ${..} with $(..).
2662        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2663        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2664        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2665        libnetworking/rtems/Makefile.am, libnetworking/
2666        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2667        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2668        include_*HEADERS instead of H_FILES.
2669        * libnetworking/include/Makefile.am: Remove.
2670        * libnetworking/Makefile.am: Add handling of *.h files.
2671        * libnetworking/configure.in: Remove include/Makefile.
2672
26732001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2674
2675        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2676
26772001-01-31      Sergei Organov <osv@javad.ru>
2678
2679        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2680        current dir and root dir removed in favor of new libio support for
2681        task-local current and root directories. - Bug in `close_data_socket()'
2682        introduced by previous change fixed. - `command_pasv()' changed to set
2683        timeout on socket we are listening on and code fixed to don't close
2684        socket twice on error. - `serr()' changed to clear `errno'. -
2685        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2686        changed to clear `errno' before processing session. -
2687        `close_data_socket()' fixed to close both active and passive sockets -
2688        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2689        empty string  in `exec_command()'.
2690
26912001-01-25      Eric Norum <eric.norum@usask.ca>
2692
2693        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2694        improves throughput on systems which are dropping packets.   Only the
2695        first timeout is reduced.  This keeps the number of extra packets down
2696        on networks that are very busy and dropping lots of packets.
2697
26982001-01-24      Sergei Organov <osv@javad.ru>
2699
2700        * libnetworking/rtems_servers/ftpd.c,
2701        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2702        - Timeouts on sockets implemented. 'idle' field added to configuration.
2703        No timeout by default to keep backward compatibility. Note: SITE IDLE
2704        command not implemented yet. - Basic global access control implemented.
2705        'access' field added to configuration. No access limitations by default
2706        to keep backward compatibility. - Anchor data socket for active mode
2707        (using self IP and port 20.) - Fixed default data port support (still
2708        not tested). - Don't allow IP address different from originating host in
2709        PORT command to improve security. - Fixed bug in MDTM command. - Check
2710        for correctness of parsing of argument in command_port(). - Fixed
2711        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2712        a directory. - Command parsing a little bit improved: command names are
2713        now converted to upper-case to be more compatible with RFC (command
2714        names are not case-sensitive.) - Reformat comments so that they have
2715        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2716        previous changes - True ASCII mode implemented (doesn't work for hooks
2717        and /dev/null) - Passive mode implemented, PASV command added. - Default
2718        port for data connection could be used (untested, can't find ftp client
2719        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2720        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2721
27222001-01-18      Joel Sherrill <joel@OARcorp.com>
2723
2724        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2725        macro using variable arguments.
2726        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2727        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2728        since I updated the main RTEMS development machine to RedHat 7.2 and
2729        apparently got a new version of rpcgen.
2730
27312001-01-12      Sergei Organov <osv@javad.ru>
2732
2733        * libnetworking/rtems_servers/ftpd.c,
2734        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2735        - use pool of pre-created threads to handle sessions instead of
2736        creating/deleting threads on the fly - LIST output is now similar to
2737        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2738        happy with it. - LIST NAME now works (both for files and directories) -
2739        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2740        clients happy  - keep track of CWD for every session separately -
2741        ability to specify root directory name for FTPD in configuration table.
2742        FTPD will then create illusion for FTP clients that this is actually
2743        root directory. - ignore options sent in commands, thus LIST -al FILE
2744        works and doesn't try to list "-al" directory. - buffers are allocated
2745        on stack instead of heap where possible to eliminate malloc/free calls
2746        (avoid possible heap fragmentation troubles). - drop using of task
2747        notepad to pass parameters - use function arguments instead - use
2748        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2749        in socket() instead of AF_INET.
2750
27512001-01-02      Joel Sherrill <joel@OARcorp.com>
2752
2753        * libnetworking/CHANGELOG: Removed.
2754        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2755
27562000-12-14      Eric Norum <eric.norum@usask.ca>
2757
2758        * libnetworking/lib/tftpDriver.c: Added write capability.
2759
27602000-12-08      Joel Sherrill <joel@OARcorp.com>
2761
2762        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2763        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2764        numerous variable declarations conditional on PPP_COMPRESS and
2765        PPP_FILTER.  Commented out variables that were not used because the code
2766        using them was commented out. Removed totally unused variables.
2767        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2768        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2769
27702000-11-30      Joel Sherrill <joel@OARcorp.com>
2771
2772        * libnetworking/modem/ppp_tty.c: Changed to include
2773        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2774        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2775        * libnetworking/Makefile.am: Modified to reflect above.
2776
27772000-11-27      Joel Sherrill <joel@OARcorp.com>
2778
2779        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2780
27812000-11-25      Eric Norum <eric.norum@usask.ca>
2782
2783        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2784        core.
2785
27862000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2787
2788        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2789        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2790        subdir.
2791        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2792        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2793        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2794        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2795        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2796        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2797        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2798        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2799        ppp_tty.c and the real pppd main is in pppmain.c.
2800
28012000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2802
2803        * libchip/network/sonic.c: Added ipalign() routine to align the received
2804        packet so that the ip header is on a 32-bit boundary. Necessary for
2805        cpu's that do not allow unaligned loads and stores and when the 32-bit
2806        DMA mode is used.
2807
28082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2809
2810        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2811        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2812        ACLOCAL_AMFLAGS.
2813        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2814        ACLOCAL_AMFLAGS.
2815        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2816        ACLOCAL_AMFLAGS.
2817
28182000-11-03      Chris Johns <ccj@acm.org>
2819
2820        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2821        libchip/network/cs8900.h: New files.
2822
28232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2824
2825        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2826        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2827        $(RTEMS_TOPdir)/aclocal.
2828        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2829        $(RTEMS_TOPdir)/aclocal.
2830        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2831        $(RTEMS_TOPdir)/aclocal.
2832
28332000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2834
2835        * configure.in: Switch to GNU-canonicalization.
2836        * Makefile.am: Reflect changes to configure.in.
2837        * acinclude.m4: Remove.
2838
28392000-10-30      Joel Sherrill <joel@OARcorp.com>
2840
2841        * POSIX include files merged into newlib.  This resulted in some
2842        definitions moving to other files and thus some secondary effects in
2843        RTEMS source code.
2844        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2845        in sync with newlib's <machine/types.h>.
2846        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2847        definition of struct itimerval in <sys/time.h>.
2848
28492000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2850
2851        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2852        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2853        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2854        * ChangeLog: Fix typos.
2855        * configure.in: add tests to the GNU canonicalized subdirectories.
2856
28572000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2858
2859        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2860        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2861        the lib directory before configuring lib/.
2862
28632000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2864
2865        * configure.in, Makefile.am: add exec to the GNU canonicalized
2866        subdirectories.
2867        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2868        * configure.in: add libnetworking, librpc and librdb to the GNU
2869        canonicalized subdirectories.
2870        * configure.in: add libmisc and libchip to the GNU canonicalized
2871        subdirectories.
2872        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2873        Switch to GNU canonicalization.
2874        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2875        Switch to GNU canonicalization.
2876        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2877        Switch to GNU canonicalization.
2878
28792000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2880
2881        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2882        canonicalization to libfs/. The approach is currently a bit of a hack as
2883        GNU canonicalization does not support the per-BSP build some of the
2884        other directories require.  As more of the tree is converted, this will
2885        become less  of an issue.
2886
28872000-10-20      Joel Sherrill <joel@OARcorp.com>
2888
2889        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2890        parameter.
2891
28922000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2893
2894        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2895        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2896        * librdbg/configure.in: Add m68k support.
2897        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2898        subdirectory.
2899        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2900        failure.
2901        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2902        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2903        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2904        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2905        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2906        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2907        librdbg/src/m68k/.cvsignore: New files.
2908        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2909        function pointers.
2910        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2911        _after_ pointer has been checked against NULL.
2912
29132000-10-18      Joel Sherrill <joel@OARcorp.com>
2914
2915        * wrapup/Makefile.am: Added libfs.
2916
29172000-10-18      Chris Johns <ccj@acm.org>
2918
2919        * libfs created.
2920        * configure.in: Added libfs subdirectory.
2921        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2922
29232000-09-28      Joel Sherrill <joel@OARcorp.com>
2924
2925        * libnetworking/rtems_webserver/Makefile.am,
2926        libnetworking/rtems_webserver/base64.c,
2927        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2928        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2929
29302000-09-22      Joel Sherrill <joel@OARcorp.com>
2931
2932        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2933        libnetworking/rtems/rtems_bsdnet_internal.h,
2934        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2935        have included rtems.h.  It is now including precisely the  least amount
2936        of low level, yet portable .h files to get the basic RTEMS types
2937        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2938        used machine/types.h to include rtems.h.
2939
29402000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2941
2942        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2943
29442000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2945
2946        * libnetworking/ChangeLog: Cleanup.
2947
29482000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2949
2950        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2951        * libchip/ChangeLog: Fix formating.
2952
29532000-09-05      Joel Sherrill <joel@OARcorp.com>
2954
2955        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2956        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2957        confusion and to work with the converted flags.
2958
29592000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2960
2961        * wrapup/Makefile.am: Include compile.am.
2962        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2963        libchip/serial/Makefile.am: Include compile.am.
2964        * librdbg/src/i386/any/Makefile.am,
2965        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2966        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2967        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2968        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2969        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2970        libnetworking/rtems_servers/Makefile.am,
2971        libnetworking/rtems_webserver/Makefile.am,
2972        libnetworking/wrapup/Makefile.am: Include compile.am.
2973
29742000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2975
2976        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2977        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2978
29792000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2980
2981        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2982
29832000-08-31      Joel Sherrill <joel@OARcorp.com>
2984
2985        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2986        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2987        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2988        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2989        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2990        * libnetworking/wbase64.c: Removed.
2991        * libnetworking/Makefile.am, libnetworking/asp.c,
2992        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2993        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2994        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2995        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2996        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2997        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2998        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2999        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3000        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3001        Modified.
3002
30032000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3004
3005        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3006
30072000-08-30      Joel Sherrill <joel@OARcorp.com>
3008
3009        * libnetworking/rtems_webserver/license.txt: New file.
3010
30112000-08-10      Joel Sherrill <joel@OARcorp.com>
3012
3013        * ChangeLog: New file.
3014        * libchip/ChangeLog: New file.
3015        * librdbg/ChangeLog: New file.
3016        * libnetworking/ChangeLog: New file.
3017
Note: See TracBrowser for help on using the repository browser.