summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ralf Corsepius (corsepiu@faw.uni-ulm.de) submitted these scripts toJoel Sherrill1999-10-157-0/+399
| | | | help build RPMs.
* Reorganized a lot per Jennifer's suggestions.Joel Sherrill1999-10-134-120/+120
|
* Updated copyright date.Joel Sherrill1999-10-136-5/+7
|
* More manuals and a little reorganization.Joel Sherrill1999-10-131-5/+25
|
* First commit of miscellaneous tools and documentation for a procedureJoel Sherrill1999-10-138-0/+343
| | | | that can be used to produce an online bookshelf of the GNU tools.
* Made many changes to turn the outline into something more like a manualJoel Sherrill1999-10-129-448/+1854
| | | | and less like a collection of notes.
* Dispersed.Joel Sherrill1999-10-121-35/+0
|
* Dispersed.Joel Sherrill1999-10-121-324/+0
|
* Dispersed.Joel Sherrill1999-10-121-339/+0
|
* New file.Joel Sherrill1999-10-121-0/+34
|
* Spacing.Joel Sherrill1999-10-124-0/+4
|
* Split null handlers table to own file and renamed.Joel Sherrill1999-10-1226-238/+60
| | | | Renamed IMFS handler tables to include IMFS prefix.
* Added rtems_filesystem_freenode() macro and added calls at appropriateJoel Sherrill1999-10-1252-280/+209
| | | | | places to make sure memory allocated for filesystem specifif nodes gets freed.
* Fixed spacing.Joel Sherrill1999-10-124-4/+4
|
* Corrected mistakes in the IMFS file handlers table and added the missingJoel Sherrill1999-10-1213-31/+428
| | | | routine imfs_fcntl.c
* Added call to freenod to let each filesystem free its own internalJoel Sherrill1999-10-1246-208/+697
| | | | node used to manage file access.
* Changed bcopy to strncpy to stick to ANSI/ISO routines.Joel Sherrill1999-10-123-3/+3
|
* Fixed random cut and paste problem.Joel Sherrill1999-10-111-23/+23
|
* Added files generated by index process to clean stanza.Joel Sherrill1999-10-113-1/+5
|
* Changed link for bad PDF files to BAD.html.Joel Sherrill1999-10-111-2/+2
|
* Changed version information.Joel Sherrill1999-10-112-2/+2
|
* Changed release information.Joel Sherrill1999-10-111-5/+5
|
* New files.Joel Sherrill1999-10-114-0/+0
|
* New file.Joel Sherrill1999-10-111-0/+22
|
* Corrected spacing.Joel Sherrill1999-10-111-1/+0
|
* Added support for @appendix and @preface.Joel Sherrill1999-10-111-0/+12
|
* Corrected bullet with @bullet.Joel Sherrill1999-10-111-1/+1
|
* Generated concept and function index entries.Joel Sherrill1999-10-1119-1171/+2626
|
* Added descriptions.Joel Sherrill1999-10-112-61/+88
|
* Updated to incldue descriptions and reformatted to wrap lines better.Joel Sherrill1999-10-111-93/+396
|
* Added descriptions of routines to section headings.Joel Sherrill1999-10-113-80/+80
|
* Added descriptions.Joel Sherrill1999-10-113-38/+66
|
* More cleanup.Joel Sherrill1999-10-118-63/+65
|
* Enabled index generation.Joel Sherrill1999-10-111-4/+4
|
* Cleaned up to install dvi, use native texi2dvi, etc..Joel Sherrill1999-10-1124-107/+117
|
* Added filesystem design guide and scaling directives for the images.Joel Sherrill1999-10-111-72/+144
|
* Added filesystem design guide.Joel Sherrill1999-10-111-1/+1
|
* Install all of the gif's in the common directory.Joel Sherrill1999-10-111-0/+1
|
* Changed install point and cleaned up.Joel Sherrill1999-10-111-11/+2
|
* Now build.Joel Sherrill1999-10-113-175/+489
|
* Added enough to let script find that this does not have descriptions.Joel Sherrill1999-10-111-10/+10
|
* changed version to 19991011Joel Sherrill1999-10-110-0/+0
|
* Make sure directories are made before installing and install html,Joel Sherrill1999-10-111-3/+4
| | | | pdf, ps, and dvi into the html directory so they all can be browsed.
* changed version to 19991011Joel Sherrill1999-10-111-1/+1
|
* Turned on concept and function name indexing.Joel Sherrill1999-10-1123-154/+771
|
* Fixed variable reference for RTEMS-RELEASE.Joel Sherrill1999-10-111-1/+1
|
* Moved RTEMS error and association from libmisc to libc support toJoel Sherrill1999-10-118-14/+14
| | | | | avoid cyclic dependencies generated when moving packages to the top level.
* Removed targets and configurations that are no longer functionalJoel Sherrill1999-10-1114-1428/+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.
* 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>.