Commit Graph
506 Commits
Author SHA1 Message Date
Joel Sherrill 936ae5dd1f Added DEC21140 document from Emmanuel Raguet <raguet@crf.canon.fr>. 1999-04-08 16:19:21 +00:00
Joel Sherrill 5dbc2e2e99 First attempt to build. 1999-04-08 16:09:11 +00:00
Joel Sherrill 920e47f667 New files. 1999-04-08 16:05:37 +00:00
Joel Sherrill 56d4e48568 New file 1999-04-08 15:51:40 +00:00
Joel Sherrill 055c18be0d changed version to 19990406 1999-04-06 22:22:39 +00:00
Joel Sherrill b0acdf0b39 oNew file. 1999-04-06 22:20:16 +00:00
Joel Sherrill 98a929c030 Sanitized. 1999-04-06 22:16:04 +00:00
Joel Sherrill 7504be6c0c Removed. 1999-04-06 22:15:18 +00:00
Joel Sherrill 6a6d860814 Updated. 1999-04-06 16:54:02 +00:00
Joel Sherrill 9927f2060c Changed dates. 1999-04-02 18:00:06 +00:00
Joel Sherrill c7b1cb566d Added RTEMS Remote Debugger Server Specifications links. 1999-04-02 17:59:50 +00:00
Joel Sherrill fa8f29d2ef Fixed target name. 1999-04-02 17:59:23 +00:00
Joel Sherrill 02b7a13e90 Added Network Servers Chapter including Jake Janovetz's ftpd server. 1999-04-02 17:58:57 +00:00
Joel Sherrill 65beca61d4 Now at least a version of the figures shows up in the html although
there are no captions.
1999-04-02 17:41:37 +00:00
Joel Sherrill 64e0f6c40c Can now produce html, info, and PostScript without errors. Links
between chapters are correct.
1999-04-02 17:23:36 +00:00
Joel Sherrill 5a8e90c56f Accidentally added the .tex file not the .texi root document.
Also the Makefile had "@include" lines in it.
1999-04-02 17:07:33 +00:00
Joel Sherrill bea606aee5 New files. This manual was ritten by Eric Valette <valette@crf.canon.fr>
and Emmanuel Raguet <raguet@crf.canon.fr>.  It was submitted in LaTeX
and converted to Texinfo by Joel.  At this point, the figures are
largely ignored except to put in an example block to show they are
missing.

The Makefile should be just enough to produce output with no links between
chapters.
1999-04-02 17:04:27 +00:00
Joel Sherrill 5345873a5b New file. Text from Jake Janovetz. 1999-04-01 21:43:50 +00:00
Joel Sherrill 33fefc22ca Patch from Eric Norum to account for new routine that improved
parsing of interface names.
1999-03-23 23:17:52 +00:00
Joel Sherrill d8ff79366b Towards automake XI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
This patch is the most scary of all proposals I've been mailing to you
    this week until now.

    It consists of 3 parts:
        1. a patch
        2. a perl script (acpolish)
        3. a shell script wrapper to invoke the perl-script.

    The perl-script reads in each Makefile.in and modifies them
    ("polishes/beautifies" them :-).

    These modifications are not easy to describe:

    Basically, it hard-codes some automake Makefile-variables and rules into
    RTEMS autoconf-Makefile.ins (Note: autoconf vs. automake!!) and converts
    some settings/variables to configure scripts' requirements (Yes,
    plural).

    E.g. it adds the automake standard variables $top_builddir and $subdir,
    adds dependency rules for automatic re-generation of Makefiles from
    Makefile.in, adds support variables for relative paths to multiple
    configure scripts etc.


    The patch is a one-line patch to enable the support of the new features
    added by acpolish.

    The shell script is a wrapper which pokes around inside of the source
    tree for Makefile.ins and invokes acpolish on all autoconf-Makefile.ins.

    acpolish is designed to be able to run several times on the same
    Makefile.in and may once become a more general tool to convert RTEMS
    Makefile.in to automake. Therefore, I'd like to keep it inside of source
    tree. (e.g. as contrib/acpolish or c/update-tools/acpolish). However, it
    doesn't make sense to export it outside of RTEMS.


To apply this:

    cd <source-tree>
    patch -p1 -E < <path-to-patch>/rtems-rc-19990318-1.diff
    tar xzvf <path-to>/rtems-rc-polish.tar.gz
    ./rtems-polish.sh
    ./autogen

    Note: The path contrib/acpolish is hard-coded into rtems-polish.sh, if
    you decide to put it in an alternative place, please modify
    rtems-polish.sh to reflect this change.

    Later:
    cvs rm make/rtems.cfg (It isn't used anymore)
    cvs add contrib
    cvs add contrib/acpolish
    cvs commit

    I've tested this intensively, but naturally I can't exclude bugs.

    Ralf.

    PS.: Most probably, this is the last "Towards automake" patch. The next
    one probably will be a real automake patch.
1999-03-19 22:27:02 +00:00
Joel Sherrill 97b8b8f5fa This file is linked in 1999-03-02 15:56:04 +00:00
Joel Sherrill cef83027c5 Added thank you. 1999-02-10 19:51:13 +00:00
Joel Sherrill 90fe8b3854 Added POSIX timers. 1999-02-10 19:51:01 +00:00
Joel Sherrill 6ea3da8811 Corrected title 1999-02-10 19:50:44 +00:00
Joel Sherrill c62665237c Added gdb_rtems 1999-02-10 19:50:28 +00:00
Joel Sherrill 9414e3f87b Changed versions. 1999-02-10 19:50:01 +00:00
Joel Sherrill 7b597b8540 Now generates HTML, PostScript, and info correctly. 1999-02-10 18:54:14 +00:00
Joel Sherrill 89d177ebb0 Base file. 1999-02-10 18:35:36 +00:00
Joel Sherrill 387f41adcd Base version. 1999-02-10 18:33:15 +00:00
Joel Sherrill c13cd487ba Added maximum_timers field to configuration table. 1999-02-09 20:31:34 +00:00
Joel Sherrill afc40a5482 Changed version numbers. 1999-02-09 20:31:09 +00:00
Joel Sherrill ba0bd422e1 Changed versions. 1999-02-09 20:30:46 +00:00
Joel Sherrill 381fc999bc Added information on debug modes that can be enabled in the network stack. 1999-02-09 20:30:34 +00:00
Joel Sherrill 5bb77c446d Changed the name of a section. 1999-02-09 20:30:11 +00:00
Joel Sherrill 67b8f4725a Install the PostScript file. 1999-02-09 20:29:43 +00:00
Joel Sherrill 3ce8540ab8 Changed version. 1999-02-09 20:05:03 +00:00
Joel Sherrill b7111263ef Changed date. 1999-02-09 20:04:50 +00:00
Joel Sherrill 2a766a0eea Added POSIX timers. 1999-02-03 13:46:12 +00:00
Joel Sherrill 3048b8f3ac Added common problems section after post by Philippe Le Foll
<Philippe.LeFoll@fridu.com> on rtems-list. :)
1999-01-21 14:51:34 +00:00
Joel Sherrill 0296c071b6 Updated to correct information on post switch extension and to make
the user extension table type definition correct.
1998-12-17 18:34:01 +00:00
Joel Sherrill 94c0943d17 Corrected information about the post_switch extension. 1998-12-17 18:21:39 +00:00
Joel Sherrill 0ed9ac7820 Updated socket information 1998-12-17 18:18:44 +00:00
Joel Sherrill 183369d865 Incorporated Jeff's suggestions. 1998-12-17 18:15:39 +00:00
Joel Sherrill 9d36726507 Added MIPS supplement template. 1998-12-17 17:30:24 +00:00
Joel Sherrill cdd26ca278 Document from Ian Lance Taylor <ian@airs.com> on the tap function. 1998-12-10 23:35:40 +00:00
Joel Sherrill 8f30e3ee91 First Cut at Hitachi SH. 1998-11-25 16:25:12 +00:00
Joel Sherrill f48b100053 New files copied from template and personalized. 1998-11-23 22:09:47 +00:00
Joel Sherrill df4eb76e52 Changed BOOTP -> BOOTP/DHCP. 1998-11-19 17:08:20 +00:00
Joel Sherrill febb47e071 Changed version string.
Added much new stuff to the POSIX User's Guide.

New chapters stuff shrunk.
1998-11-19 16:59:38 +00:00
Joel Sherrill 982e295e68 Stripped down to be just new chapters. 1998-11-19 16:41:04 +00:00