summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/mount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added code to correctly free any allocated space during the evaluationJennifer Averett1999-10-251-72/+73
* Added rtems_filesystem_freenode() macro and added calls at appropriateJoel Sherrill1999-10-121-4/+2
* Added call to freenod to let each filesystem free its own internalJoel Sherrill1999-10-121-14/+21
* After comments D. V. Henkel-Wallace <gumby@zembu.com>, the interface toJoel Sherrill1999-06-151-35/+3
* RTEMS_FILESYSTEM_READ_WRITE_ONLY changed to RTEMS_FILESYSTEM_READ_WRITEJoel Sherrill1999-06-141-1/+1
* Switched to using strcasecmp() since it is more portable.Joel Sherrill1999-06-091-2/+2
* Removed usage of printf.Joel Sherrill1999-05-271-1/+1
* Changed IMFS to use IMFS_NAME_MAX as the maximum length of a basenameJoel Sherrill1999-02-241-1/+5
* Corrected spacing and added some new error checks that were neededJoel Sherrill1999-02-051-13/+23
* Added base version of file system infrastructure. This includes a majorJoel Sherrill1998-11-231-0/+299