summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-10-116-34/+18
| | | | | | | | Removed all go32 configuration tests. This patch also comments out some special treatment for Cygwin from *.m4 macros. According to reports from David Fiddes. these should not be necessary anymore.
* Added as part of moving librdbg to its own top level package. This wasJoel Sherrill1999-10-116-0/+141
| | | | done as part of a patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to move librdbgJoel Sherrill1999-10-1114-137/+1083
| | | | to its own top level package.
* Switched to the C++ front end to gcc to link. This still did notJoel Sherrill1999-10-111-1/+1
| | | | work.
* Now compiles for coff and elf.Joel Sherrill1999-10-111-65/+185
|
* Added file system guide.Joel Sherrill1999-10-111-45/+163
| | | | Corrected link to supplements.
* Cleanup.Joel Sherrill1999-10-114-109/+140
|
* First cut at complete document under CVS and texinfo.Joel Sherrill1999-10-112-1/+9
|
* New files.Joel Sherrill1999-10-112-0/+2968
|
* Added filesystem implementation notes chapter.Joel Sherrill1999-10-082-1/+8
|
* Added lifecycle chapter.Joel Sherrill1999-10-083-3/+45
|
* First cut at merging.Joel Sherrill1999-10-081-26/+42
|
* Another couple of chapters formatting under texinfo.Joel Sherrill1999-10-082-31/+65
|
* Added initial version of 3 other chapters.Joel Sherrill1999-10-084-32/+49
|
* Renamed path_eval to pathevalJoel Sherrill1999-10-081-2/+11
|
* Base versions cut from old document.Joel Sherrill1999-10-083-0/+108
|
* Finished initial conversion to texinfo.Joel Sherrill1999-10-081-171/+214
|
* Added applayering but did not finish it.Joel Sherrill1999-10-073-1/+288
|
* Filled in descriptions for required fields in CPU Configuration Table.Joel Sherrill1999-10-071-1/+58
|
* Added Base File System chapter. Builds completely.Joel Sherrill1999-10-074-39/+325
|
* Built with preface for info.Joel Sherrill1999-10-073-0/+279
|
* Remove $(PROJECT).pdf not *.pdf. We were accidentally removing theJoel Sherrill1999-10-071-1/+2
| | | | | | pdf version of figures. Added convert stanza to generate pdf's from eps of figures.
* Enhanced to support @email{} as supported in texi2html in texinfo 4.0.Joel Sherrill1999-10-071-0/+5
| | | | | This way we maintain compatibility but continue to use the better, more flexible tool.
* Remove $(PROJECT).pdf not *.pdf. We were accidentally removing theJoel Sherrill1999-10-0717-17/+17
| | | | pdf version of figures.
* Remove $(PROJECT).pdf not *.pdf. We were accidentally removing theJoel Sherrill1999-10-072-6/+6
| | | | | | | | | | | | pdf version of figures. Disabled building of pdf for both the C and Ada Getting Started manuals because texi2pdf can not handle the construct: @set URL http://www.rtems.com @uref{@value{URL},@value{URL}} It will be reenabled as soon as this problem is fixed.
* Switched back to jpg for networkflow because netscape 4.71 for linuxJoel Sherrill1999-10-071-1/+1
| | | | did not display the png properly.
* Regenerated.Joel Sherrill1999-10-073-0/+0
|
* Enabled table of contents generation so the left hand side of the PDFJoel Sherrill1999-10-0710-10/+10
| | | | viewer can have section headings.
* Now includes figures.Joel Sherrill1999-10-071-12/+5
|
* Updated.Joel Sherrill1999-10-071-0/+0
|
* COpy the images to the html install point.Joel Sherrill1999-10-071-2/+6
| | | | Added stanza to generate pdf files from eps ones.
* Copy figures from user guide directory so they can be included in theJoel Sherrill1999-10-071-7/+15
| | | | | | generated document. User $(PROJECT) instead of ada_user
* Remove $(PROJECT).pdf not *.pdf. We were accidentally removing theJoel Sherrill1999-10-073-3/+3
| | | | pdf version of figures.
* Added Porting Guide to documentation set.Joel Sherrill1999-10-071-1/+1
|
* Enabled building pdf.Joel Sherrill1999-10-071-1/+1
|
* Changed install point to /usr1/rtems/tmp.Joel Sherrill1999-10-071-1/+1
|
* Renamed and generated pdf.Joel Sherrill1999-10-073-1/+1
|
* New file -- converted from networkflow.epsJoel Sherrill1999-10-071-0/+0
|
* New files.Joel Sherrill1999-10-072-0/+0
|
* New directive added -- rtems_task_is_suspended.Joel Sherrill1999-10-073-1/+153
|
* Added rtems_task_is_suspended.Joel Sherrill1999-10-071-0/+42
|
* Cleaned up use of $(PROJECT) instead of hard-coding c_user.Joel Sherrill1999-10-071-3/+5
| | | | Added rule to convert rtemspie.eps to .pdf.
* Added Is_Suspended method.Joel Sherrill1999-10-074-0/+40
|
* Removed targets and configurations that are no longer functionalJoel Sherrill1999-10-0626-5265/+0
| | | | | | | | | | | | | | and not likely to become so. Comments on each configuration are below. + Force CPU386 - This BSP was developed as part of the initial port of RTEMS to the i386. This board has been unavailable for a long time now. + GO32 - This BSP and some CPU code supported djgpp v1.x. This version is now quite old. No one has stepped forward to update the code to v2.x which may be technically impossible anyway. More importantly, go32 has been superceded by the pc386 BSP.
* New file.Joel Sherrill1999-10-066-0/+84
|
* Removed aclocal.m4 generated from aclocal macrosJoel Sherrill1999-10-0645-29493/+0
|
* Removed configure generated from configure.inJoel Sherrill1999-10-0645-93893/+0
|
* Modified to avoid conflicts on definitions of malloc. newlib 1.8.2Joel Sherrill1999-10-0610-10/+10
| | | | | | | | now prototypes the malloc family in stdlib.h. This causes conflicts with the way the network stack overrides the definitions of malloc. As best I (being Joel) can tell, commenting stdlib.h out keeps the files compiling and referencing the desired malloc/free but results in more warnings.
* Modified to explicitly list all files as part of C_PIECES.Joel Sherrill1999-10-061-1/+2
|
* Added Porting Guide.Joel Sherrill1999-10-061-0/+2
|