summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/mount.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-11-29Fixed spacing.Joel Sherrill1-1/+1
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-10-25Added code to correctly free any allocated space during the evaluationJennifer Averett1-72/+73
1999-10-12Added rtems_filesystem_freenode() macro and added calls at appropriateJoel Sherrill1-4/+2
1999-10-12Added call to freenod to let each filesystem free its own internalJoel Sherrill1-14/+21
1999-06-15After comments D. V. Henkel-Wallace <gumby@zembu.com>, the interface toJoel Sherrill1-35/+3
1999-06-14RTEMS_FILESYSTEM_READ_WRITE_ONLY changed to RTEMS_FILESYSTEM_READ_WRITEJoel Sherrill1-1/+1
1999-06-09Switched to using strcasecmp() since it is more portable.Joel Sherrill1-2/+2
1999-05-27Removed usage of printf.Joel Sherrill1-1/+1
1999-02-24Changed IMFS to use IMFS_NAME_MAX as the maximum length of a basenameJoel Sherrill1-1/+5
1999-02-05Corrected spacing and added some new error checks that were neededJoel Sherrill1-13/+23
1998-11-23Added base version of file system infrastructure. This includes a majorJoel Sherrill1-0/+299