summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added FAQ to the documentation set.Joel Sherrill1999-04-193-12/+9
|
* Added debugging hints to the FAQ.Joel Sherrill1999-04-193-8/+10
|
* New file.Joel Sherrill1999-04-191-0/+43
|
* Updated to include first set of questions.Joel Sherrill1999-04-192-1/+124
|
* First attempt to build.Joel Sherrill1999-04-193-5/+20
|
* New file.Joel Sherrill1999-04-192-0/+176
|
* New file based on notes from Jiri Gaisler <jgais@ws.estec.esa.nl>.Joel Sherrill1999-04-191-0/+77
|
* Added info based on i960HA support.Joel Sherrill1999-04-191-10/+8
|
* Unlimited objects information from Chris Johns (ccj@acm.org).Joel Sherrill1999-04-191-12/+36
|
* Comments from Eric Norum taken into account.Joel Sherrill1999-04-191-2/+14
|
* First cut at addition of information on macros that need to be defined.Joel Sherrill1999-04-191-0/+29
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-04-191-1/+1
| | | | | | | | | | | | | | This one is an enhancement to acpolish. It replaces some Makefile variables by others variable in Makefile.ins (tries to use unique name for some variables). It therefore eases parsing Makefile.ins for further automatic Makefile.in conversions in future. To apply: cd <rtems-source-tree> sh <path-to>/rtems-rc-19990407-8.sh ./autogen
* Added DEC21140 document from Emmanuel Raguet <raguet@crf.canon.fr>.Joel Sherrill1999-04-083-6/+14
|
* First attempt to build.Joel Sherrill1999-04-081-264/+305
|
* New files.Joel Sherrill1999-04-084-0/+500
|
* New fileJoel Sherrill1999-04-081-0/+264
|
* changed version to 19990406Joel Sherrill1999-04-061-0/+5
|
* oNew file.Joel Sherrill1999-04-061-0/+0
|
* Sanitized.Joel Sherrill1999-04-061-3/+0
|
* Removed.Joel Sherrill1999-04-066-2860/+0
|
* Updated.Joel Sherrill1999-04-061-0/+2
|
* Changed dates.Joel Sherrill1999-04-023-8/+8
|
* Added RTEMS Remote Debugger Server Specifications links.Joel Sherrill1999-04-021-0/+2
|
* Fixed target name.Joel Sherrill1999-04-021-1/+1
|
* Added Network Servers Chapter including Jake Janovetz's ftpd server.Joel Sherrill1999-04-023-2/+7
|
* Now at least a version of the figures shows up in the html althoughJoel Sherrill1999-04-029-7/+150
| | | | there are no captions.
* Can now produce html, info, and PostScript without errors. LinksJoel Sherrill1999-04-027-61/+67
| | | | between chapters are correct.
* Accidentally added the .tex file not the .texi root document.Joel Sherrill1999-04-023-1234/+115
| | | | Also the Makefile had "@include" lines in it.
* New files. This manual was ritten by Eric Valette <valette@crf.canon.fr>Joel Sherrill1999-04-0216-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.
* New file. Text from Jake Janovetz.Joel Sherrill1999-04-012-1/+122
|
* Patch from Eric Norum to account for new routine that improvedJoel Sherrill1999-03-231-9/+22
| | | | parsing of interface names.
* Towards automake XI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-03-191-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.
* This file is linked inJoel Sherrill1999-03-021-284/+0
|
* Added thank you.Joel Sherrill1999-02-101-2/+2
|
* Added POSIX timers.Joel Sherrill1999-02-101-5/+5
|
* Corrected titleJoel Sherrill1999-02-101-1/+1
|
* Added gdb_rtemsJoel Sherrill1999-02-103-2/+5
|
* Changed versions.Joel Sherrill1999-02-103-11/+11
|
* Now generates HTML, PostScript, and info correctly.Joel Sherrill1999-02-107-63/+42
|
* Base file.Joel Sherrill1999-02-101-0/+129
|
* Base version.Joel Sherrill1999-02-107-0/+374
|
* Added maximum_timers field to configuration table.Joel Sherrill1999-02-091-1/+1
|
* Changed version numbers.Joel Sherrill1999-02-091-10/+10
|
* Changed versions.Joel Sherrill1999-02-091-14/+14
|
* Added information on debug modes that can be enabled in the network stack.Joel Sherrill1999-02-091-0/+45
|
* Changed the name of a section.Joel Sherrill1999-02-091-1/+1
|
* Install the PostScript file.Joel Sherrill1999-02-091-1/+1
|
* Changed version.Joel Sherrill1999-02-092-6/+6
|
* Changed date.Joel Sherrill1999-02-091-1/+1
|
* Added POSIX timers.Joel Sherrill1999-02-031-0/+6
|