summaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-04-06Updated.Joel Sherrill1-0/+2
1999-04-02Changed dates.Joel Sherrill3-8/+8
1999-04-02Added RTEMS Remote Debugger Server Specifications links.Joel Sherrill1-0/+2
1999-04-02Fixed target name.Joel Sherrill1-1/+1
1999-04-02Added Network Servers Chapter including Jake Janovetz's ftpd server.Joel Sherrill3-2/+7
1999-04-02Now at least a version of the figures shows up in the html althoughJoel Sherrill9-7/+150
there are no captions.
1999-04-02Can now produce html, info, and PostScript without errors. LinksJoel Sherrill7-61/+67
between chapters are correct.
1999-04-02Accidentally added the .tex file not the .texi root document.Joel Sherrill3-1234/+115
Also the Makefile had "@include" lines in it.
1999-04-02New files. This manual was ritten by Eric Valette <valette@crf.canon.fr>Joel Sherrill16-0/+12427
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-01New file. Text from Jake Janovetz.Joel Sherrill2-1/+122
1999-03-23Patch from Eric Norum to account for new routine that improvedJoel Sherrill1-9/+22
parsing of interface names.
1999-03-19Towards automake XI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-0/+13
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-02This file is linked inJoel Sherrill1-284/+0
1999-02-10Added thank you.Joel Sherrill1-2/+2
1999-02-10Added POSIX timers.Joel Sherrill1-5/+5
1999-02-10Corrected titleJoel Sherrill1-1/+1
1999-02-10Added gdb_rtemsJoel Sherrill3-2/+5
1999-02-10Changed versions.Joel Sherrill3-11/+11
1999-02-10Now generates HTML, PostScript, and info correctly.Joel Sherrill7-63/+42
1999-02-10Base file.Joel Sherrill1-0/+129
1999-02-10Base version.Joel Sherrill7-0/+374
1999-02-09Added maximum_timers field to configuration table.Joel Sherrill1-1/+1
1999-02-09Changed version numbers.Joel Sherrill1-10/+10
1999-02-09Changed versions.Joel Sherrill1-14/+14
1999-02-09Added information on debug modes that can be enabled in the network stack.Joel Sherrill1-0/+45
1999-02-09Changed the name of a section.Joel Sherrill1-1/+1
1999-02-09Install the PostScript file.Joel Sherrill1-1/+1
1999-02-09Changed version.Joel Sherrill2-6/+6
1999-02-09Changed date.Joel Sherrill1-1/+1
1999-02-03Added POSIX timers.Joel Sherrill1-0/+6
1999-01-21Added common problems section after post by Philippe Le FollJoel Sherrill2-1/+82
<Philippe.LeFoll@fridu.com> on rtems-list. :)
1998-12-17Updated to correct information on post switch extension and to makeJoel Sherrill1-41/+8
the user extension table type definition correct.
1998-12-17Corrected information about the post_switch extension.Joel Sherrill1-7/+0
1998-12-17Updated socket informationJoel Sherrill1-1/+2
1998-12-17Incorporated Jeff's suggestions.Joel Sherrill12-58/+106
1998-12-17Added MIPS supplement template.Joel Sherrill1-1/+1
1998-12-10Document from Ian Lance Taylor <ian@airs.com> on the tap function.Joel Sherrill1-0/+28
1998-11-25First Cut at Hitachi SH.Joel Sherrill12-0/+1222
1998-11-23New files copied from template and personalized.Joel Sherrill12-0/+1314
1998-11-19Changed BOOTP -> BOOTP/DHCP.Joel Sherrill2-11/+12
1998-11-19Changed version string.Joel Sherrill9-33/+447
Added much new stuff to the POSIX User's Guide. New chapters stuff shrunk.
1998-11-19Stripped down to be just new chapters.Joel Sherrill2-102/+8
1998-11-19Renamed entire document so this is a transient working directory.Joel Sherrill1-43/+5
1998-11-19Merged these into POSIX manual.Joel Sherrill19-9745/+0
1998-11-19Added.Joel Sherrill1-0/+175
1998-11-19Readded prefaceJoel Sherrill1-0/+34
1998-11-19Major update/merge of POSIX manual.Joel Sherrill19-741/+6740
1998-11-19New filesJoel Sherrill6-0/+1020
1998-11-19Applied updates from remote work while doing class.Joel Sherrill30-422/+2115
1998-10-29making release docsJoel Sherrill4-29/+8