summaryrefslogtreecommitdiffstats
path: root/doc/filesystem (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-05-01Patch rtemsdoc-4.5.0-rc-3.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-19/+18
It addresses: * .cvsignore (only minor changes to yours, as they were pretty clean, most changes result from my mkcvsignore script being overly pedantic sorting entries alphabetically.) * timing.t handling and time<BSP>_.texi handling in supplements * network.t handling in bsp_howto * RTEMS_DATE and RTEMS_UPDATE handling in configure.in. [It actually is a hack, as we could apply automake's version.texi handling instead - I know think to understand what automake does with it.] * avoid using temporary files; Therefore a new tool called bmenu2, derived from bemenu, is introduced, which reads a single file from stdin and writes to stdio. To apply: cd rtemsdoc patch -p1 < rtemsdoc-4.5.0-rc-3.diff cvs rm -f bsp_howto/network.t cvs add tools/bmenu/bmenu2.c ./bootstrap BTW: word-replace now is unused. It could be removed if you like to.
2000-04-27New files. First attempt.Joel Sherrill1-0/+28
2000-04-26Patch rtemsdoc-4.5.0-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-120/+68
which contains the bulk of converting the documentation tree to automake and GNU conventions. Comments follow: This is the automake port of rtemsdoc. To apply: cvs co rtemsdoc cd rtemsdoc sh cvs-rm.sh patch -p0 < rtemsdoc-4.5.0-rc-0.diff sh cvs-add.sh [Attention: cvs-rm.sh and cvs-add.sh directly modify cvs] Known bugs: 1) src2html is not supported (yet? - Is this supposed to work?) 2) all *.pdf images now are generated on-the-fly, but not yet deleted during "make distclean" 3) All supplements, including the templated ones, get build and installed. 4) Building outside of the source tree is completely untested and very likely does not work. 5) Make [ps|pdf] are not (yet) supported, make [dvi|info] are supported by automake's default texinfo rules. Fixing 2, 3 and 5 is almost trivial and needs to be done. 4) is a matter of testing and tool-properties, for now it is simply untested. General issues: * gif vs jpg vs png. I would recommend to replace all images with pngs to avoid potential copyright issues (gif) or lack in quality (jpg, jpg is good for real world photographs, but extremely poor on artificial images, graphs). * pdf images do net get placed correctly in pdf-documents. * texinfo: We now use a local copy of texinfo-4.0's texinfo.tex in texinfo/texinfo.tex for generating infos. However pdftex's system-wide texinfo.tex and pdftexinfo.tex are used for generating *.dvi, *.ps, *.pdf. * .cvsignore files still missing. * I have renamed the supplements filename not to use c_<supplement>, because automake seems to have problems with it. Notes: * Again, I recommend not to put any generated files into CVS. Here, this comprises some *texi, all *.pdf and many *.html pages. Ie. I recommend to run make maintainer-clean before checking in any files. * To get building started, this should be sufficient: ./bootstrap ./configure cd tools; make; cd .. make info * To make a public tarball: [cvs co ; ./bootstrap] ./configure cd tools; make; cd .. make info [make clean] make dist => This generates a rtems-<version>.tar.gz in the toplevel directory. => Building the tools only is required after a "cvs co", but not in a distribution tarball.
1999-11-17Removed reference to Jennifer.Joel Sherrill1-2/+1
1999-11-16Changed copyright date to 1999.Joel Sherrill11-11/+11
1999-10-28Added information to fstat handler.Joel Sherrill1-14/+21
1999-10-28Reformatted.Joel Sherrill1-359/+395
1999-10-28Added shell of chapters on implementation of miniIMFS and TFTP clientJoel Sherrill5-6/+50
filesystems. Moved system call chapter to before filesystem implementation requirements.
1999-10-26Added information on the evaluate and evaluate for make routines.Jennifer Averett2-21/+115
Added details on how generic code starts the pathevaluation process.
1999-10-26Corrected spacing problem.Jennifer Averett1-1/+1
1999-10-25Added descriptions of the mount table entry elements.Jennifer Averett1-0/+97
1999-10-25+ Filled in information on IMFS_freenod and IMFS_freenodinfoJennifer Averett1-13/+58
+ Filled in information on the imfs_fsunmount and imfs_unmount methods.
1999-10-25+ Cleaned up lines that were too long.Jennifer Averett1-129/+19
+ Removed subheading File - This is not valid for the callback descriptions. + Filled in information on freenod
1999-10-25Added information on how the directory is stored for future referanceJennifer Averett1-2/+3
during a mount.
1999-10-13Reorganized a lot per Jennifer's suggestions.Joel Sherrill4-120/+120
1999-10-12Made many changes to turn the outline into something more like a manualJoel Sherrill9-448/+1854
and less like a collection of notes.
1999-10-12Dispersed.Joel Sherrill1-35/+0
1999-10-12Dispersed.Joel Sherrill1-324/+0
1999-10-12Dispersed.Joel Sherrill1-339/+0
1999-10-12New file.Joel Sherrill1-0/+34
1999-10-11More cleanup.Joel Sherrill8-63/+65
1999-10-11Cleanup.Joel Sherrill4-109/+140
1999-10-11First cut at complete document under CVS and texinfo.Joel Sherrill2-1/+9
1999-10-11New files.Joel Sherrill2-0/+2968
1999-10-08Added filesystem implementation notes chapter.Joel Sherrill2-1/+8
1999-10-08Added lifecycle chapter.Joel Sherrill3-3/+45
1999-10-08First cut at merging.Joel Sherrill1-26/+42
1999-10-08Another couple of chapters formatting under texinfo.Joel Sherrill2-31/+65
1999-10-08Added initial version of 3 other chapters.Joel Sherrill4-32/+49
1999-10-08Renamed path_eval to pathevalJoel Sherrill1-2/+11
1999-10-08Base versions cut from old document.Joel Sherrill3-0/+108
1999-10-08Finished initial conversion to texinfo.Joel Sherrill1-171/+214
1999-10-07Added applayering but did not finish it.Joel Sherrill3-1/+288
1999-10-07Added Base File System chapter. Builds completely.Joel Sherrill4-39/+325
1999-10-07Built with preface for info.Joel Sherrill3-0/+279