This patch provides some minor networking documentation tweaks. Checked-in.
John Dallaway eCos maintainer
Index: bsd_tcpip/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/bsd_tcpip/current/ChangeLog,v retrieving revision 1.70 diff -U5 -r1.70 ChangeLog --- bsd_tcpip/current/ChangeLog 22 Jul 2009 19:17:14 -0000 1.70 +++ bsd_tcpip/current/ChangeLog 18 Sep 2010 15:59:35 -0000 @@ -1,5 +1,9 @@ +2010-09-18 John Dallaway <[email protected]> + + * doc/freebsd.sgml: No longer "recent". + 2009-07-22 John Dallaway <[email protected]> * include/sys/cdefs.h: Silence undefined macro warning reported by Jay Foster. @@ -627,11 +631,11 @@ GUI CT, no big deal. # ####GPLCOPYRIGHTBEGIN#### # ------------------------------------------- # This file is part of eCos, the Embedded Configurable Operating System. -# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2010 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 or (at your option) any # later version. Index: bsd_tcpip/current/doc/freebsd.sgml =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/bsd_tcpip/current/doc/freebsd.sgml,v retrieving revision 1.5 diff -U5 -r1.5 freebsd.sgml --- bsd_tcpip/current/doc/freebsd.sgml 29 Jan 2009 17:49:55 -0000 1.5 +++ bsd_tcpip/current/doc/freebsd.sgml 18 Sep 2010 15:59:35 -0000 @@ -7,11 +7,11 @@ <!-- eCos TCP/IP Stacks --> <!-- --> <!-- =============================================================== --> <!-- ####ECOSDOCCOPYRIGHTBEGIN#### --> <!-- =============================================================== --> -<!-- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. --> +<!-- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2010 Free Software Foundation, Inc. --> <!-- This material may be distributed only subject to the terms --> <!-- and conditions set forth in the Open Publication License, v1.0 --> <!-- or later (the latest version is presently available at --> <!-- http://www.opencontent.org/openpub/) --> <!-- Distribution of the work or derivative of the work in any --> @@ -31,11 +31,11 @@ <TITLE>FreeBSD TCP/IP Stack port for eCos</TITLE> <PARTINTRO> <PARA> <productname>TCP/IP Networking for eCos</productname> now provides a complete TCP/IP networking stack, -based on a recent snapshot of the FreeBSD code, released by the +based on a snapshot of the FreeBSD code, released by the KAME project. The networking support is fully featured and well tested within the eCos environment. </PARA> </PARTINTRO> Index: httpd/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/httpd/current/ChangeLog,v retrieving revision 1.16 diff -U5 -r1.16 ChangeLog --- httpd/current/ChangeLog 11 Aug 2006 15:54:45 -0000 1.16 +++ httpd/current/ChangeLog 18 Sep 2010 15:59:36 -0000 @@ -1,5 +1,9 @@ +2010-09-18 John Dallaway <[email protected]> + + * doc/httpd.sgml: Fix GoAhead URL. + 2006-07-28 Jochen Gerster <[email protected]> * src/monitor.c (cyg_monitor_network): Calling the network monitor html handler can trigger an exception when the function getifaddrs() fails because we are out of memory. Check the @@ -100,10 +104,26 @@ * src/monitor.c: * doc/httpd.sgml: * cdl/httpd.cdl: Created HTTPD package. -# Copyright (C) 2002 Nick Garnett -# All Rights Reserved. +# ####GPLCOPYRIGHTBEGIN#### +# ------------------------------------------- +# This file is part of eCos, the Embedded Configurable Operating System. +# Copyright (C) 2002, 2010 Free Software Foundation, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. # -# Permission is granted to use, copy, modify and redistribute this -# file. +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the +# Free Software Foundation, Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301, USA. +# ------------------------------------------- +# ####GPLCOPYRIGHTEND#### Index: httpd/current/doc/httpd.sgml =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/httpd/current/doc/httpd.sgml,v retrieving revision 1.5 diff -U5 -r1.5 httpd.sgml --- httpd/current/doc/httpd.sgml 29 Jan 2009 17:49:58 -0000 1.5 +++ httpd/current/doc/httpd.sgml 18 Sep 2010 15:59:36 -0000 @@ -6,11 +6,11 @@ <!-- eCos HTTP Server --> <!-- --> <!-- =============================================================== --> <!-- ####ECOSDOCCOPYRIGHTBEGIN#### --> <!-- =============================================================== --> -<!-- Copyright (C) 2002 Free Software Foundation, Inc. --> +<!-- Copyright (C) 2002, 2010 Free Software Foundation, Inc. --> <!-- This material may be distributed only subject to the terms --> <!-- and conditions set forth in the Open Publication License, v1.0 --> <!-- or later (the latest version is presently available at --> <!-- http://www.opencontent.org/openpub/) --> <!-- Distribution of the work or derivative of the work in any --> @@ -38,11 +38,11 @@ applications. For this reason the emphasis is on dynamically generated content, simple forms handling and a basic CGI interface. It is <emphasis>not</emphasis> intended to be a general purpose server for delivering arbitrary web content. For these purposes a port of the GoAhead web server is available from <ulink -url="www.goahead.com">www.goahead.com</ulink>. +url="http://www.goahead.com">www.goahead.com</ulink>. </para> <para>This server is also capable of serving content using IPv6 when the eCos configuration contains IPv6. </para> </sect1> Index: tcpip/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/tcpip/current/ChangeLog,v retrieving revision 1.49 diff -U5 -r1.49 ChangeLog --- tcpip/current/ChangeLog 10 Sep 2009 08:24:47 -0000 1.49 +++ tcpip/current/ChangeLog 18 Sep 2010 15:59:38 -0000 @@ -1,5 +1,9 @@ +2010-09-18 John Dallaway <[email protected]> + + * doc/openbsd.sgml: No longer "recent". + 2009-09-10 John Dallaway <[email protected]> * src/sys/netinet/tcp_input.c, src/sys/netinet/tcp_timer.c: Remove lvalue casts. @@ -1733,11 +1737,11 @@ Tidy display strings. # ####GPLCOPYRIGHTBEGIN#### # ------------------------------------------- # This file is part of eCos, the Embedded Configurable Operating System. -# Copyright (C) 2000, 2001, 2002, 2009 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2009, 2010 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 or (at your option) any # later version. Index: tcpip/current/doc/openbsd.sgml =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/tcpip/current/doc/openbsd.sgml,v retrieving revision 1.4 diff -U5 -r1.4 openbsd.sgml --- tcpip/current/doc/openbsd.sgml 29 Jan 2009 17:50:01 -0000 1.4 +++ tcpip/current/doc/openbsd.sgml 18 Sep 2010 15:59:38 -0000 @@ -7,11 +7,11 @@ <!-- eCos TCP/IP Stacks --> <!-- --> <!-- =============================================================== --> <!-- ####ECOSDOCCOPYRIGHTBEGIN#### --> <!-- =============================================================== --> -<!-- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. --> +<!-- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2010 Free Software Foundation, Inc. --> <!-- This material may be distributed only subject to the terms --> <!-- and conditions set forth in the Open Publication License, v1.0 --> <!-- or later (the latest version is presently available at --> <!-- http://www.opencontent.org/openpub/) --> <!-- Distribution of the work or derivative of the work in any --> @@ -30,11 +30,11 @@ <PART id="tcpip-openbsd"> <TITLE>OpenBSD TCP/IP Stack port for eCos</TITLE> <PARTINTRO> <PARA> <productname>TCP/IP Networking for eCos</productname> now provides a complete - TCP/IP networking stack, which is derived from a recent + TCP/IP networking stack, which is derived from a stable release of OpenBSD. The networking support is fully featured and well tested within the eCos environment. </PARA> </PARTINTRO>
