summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/mount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2001-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-081-0/+4
* 2000-11-20 Dmitry Kargapolov <dk@gentex.ru>Joel Sherrill2000-11-201-3/+9
* 2000-11-17 Jennifer Averret <jennifer@OARcorp.com>Jennifer Averett2000-11-171-20/+18
* 2000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-011-1/+1
* 2000-10-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-251-21/+1
* 2000-09-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-281-5/+5
* Fixed spacing.Joel Sherrill1999-11-291-1/+1
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* 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