summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added portability write up from paper from France in 1997 as startingJoel Sherrill1999-10-062-5/+133
| | | | point for portability discussion.
* Added copyrights and CVS Ids.Joel Sherrill1999-10-0610-0/+80
|
* Now builds with full links.Joel Sherrill1999-10-062-20/+20
|
* Now builds successfully.Joel Sherrill1999-10-066-26/+24
|
* Renamed preface.t to preface.texi since it has no automaticallyJoel Sherrill1999-10-061-2/+12
| | | | generated information. Also added CVS Id and Copyright notice.
* New manual. First version to CVS. Just starting to see if it builds.Joel Sherrill1999-10-0613-0/+1846
|
* Added $(LINK_LIBS) to linking gcc command so paranoia would link.Joel Sherrill1999-10-061-1/+1
|
* Corrected build order so it was not as dependent on the mpc750 check.Joel Sherrill1999-10-062-6/+2
|
* Added sections as required by C++ and ELF.Joel Sherrill1999-10-064-3/+14
|
* Added more sections and made minor modifications to let the linkcmdsJoel Sherrill1999-10-068-29/+54
| | | | | work with m68k-elf on late model versions of binutils (990901+) without overlapping or missing section errors.
* Added convert stanza to generate pdf version of figures from eps.Joel Sherrill1999-10-061-0/+3
|
* Disabled building PDF by default.Joel Sherrill1999-10-061-1/+1
|
* Enabled images. They appear to work ok for PostScript but not as wellJoel Sherrill1999-10-065-24/+13845
| | | | for PDF -- at least according to ghostview.
* Enabled images. Works pretty well for PostScript. Ghostview doesJoel Sherrill1999-10-0610-41/+38
| | | | not like the generated pdf but who knows what that really means.
* Renamed seq_init.jpg to seqinit.jpg.Joel Sherrill1999-10-061-0/+0
|
* Renamed seq_init.eps to seqinit.eps.Joel Sherrill1999-10-061-0/+0
|
* Renamed seq_detach.jpg to seqdetach.jpg.Joel Sherrill1999-10-061-0/+0
|
* Renamed seq_detach.eps to seqdetach.eps.Joel Sherrill1999-10-061-0/+0
|
* Renamed seq_break.jpg to seqbreak.jpg.Joel Sherrill1999-10-061-0/+0
|
* Renamed seq_break.eps to seqbreak.eps.Joel Sherrill1999-10-061-0/+0
|
* Renamed seg_init to seq_init.Joel Sherrill1999-10-064-7/+19
|
* Renamed networking figure to networkflow and added PCIreg.pdf.Joel Sherrill1999-10-064-0/+1343
|
* Turned this image back off because it works for PS but not PDF.Joel Sherrill1999-10-061-2/+2
|