summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added common problems section after post by Philippe Le FollJoel Sherrill1999-01-212-1/+82
| | | | <Philippe.LeFoll@fridu.com> on rtems-list. :)
* Updated to correct information on post switch extension and to makeJoel Sherrill1998-12-171-41/+8
| | | | the user extension table type definition correct.
* Corrected information about the post_switch extension.Joel Sherrill1998-12-171-7/+0
|
* Updated socket informationJoel Sherrill1998-12-171-1/+2
|
* Incorporated Jeff's suggestions.Joel Sherrill1998-12-1712-58/+106
|
* Added MIPS supplement template.Joel Sherrill1998-12-171-1/+1
|
* Document from Ian Lance Taylor <ian@airs.com> on the tap function.Joel Sherrill1998-12-101-0/+28
|
* First Cut at Hitachi SH.Joel Sherrill1998-11-2512-0/+1222
|
* New files copied from template and personalized.Joel Sherrill1998-11-2312-0/+1314
|
* Changed BOOTP -> BOOTP/DHCP.Joel Sherrill1998-11-192-11/+12
|
* Changed version string.Joel Sherrill1998-11-199-33/+447
| | | | | | Added much new stuff to the POSIX User's Guide. New chapters stuff shrunk.
* Stripped down to be just new chapters.Joel Sherrill1998-11-192-102/+8
|
* Renamed entire document so this is a transient working directory.Joel Sherrill1998-11-191-43/+5
|
* Merged these into POSIX manual.Joel Sherrill1998-11-1919-9745/+0
|
* Added.Joel Sherrill1998-11-191-0/+175
|
* Readded prefaceJoel Sherrill1998-11-191-0/+34
|
* Major update/merge of POSIX manual.Joel Sherrill1998-11-1919-741/+6740
|
* New filesJoel Sherrill1998-11-196-0/+1020
|
* Applied updates from remote work while doing class.Joel Sherrill1998-11-1930-422/+2115
|
* making release docsJoel Sherrill1998-10-294-29/+8
|