summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* dosfs: Fix read from invalid memory areaSebastian Huber2014-05-161-1/+1
* libfs/rfs: Fix the fstime failures for the RFS file system.Chris Johns2014-04-252-12/+22
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21153-153/+153
* dosfs/fat.c: Remove use of register keywordJoel Sherrill2014-02-031-1/+1
* IMFS: Improved support for generic nodesSebastian Huber2014-01-212-3/+3
* IMFS: Allow sockets as generic nodesSebastian Huber2014-01-211-1/+2
* libcsupport: Accept NULL for zero-length entriesSebastian Huber2013-12-202-20/+28
* Filesystem: Use default kqfilter and poll handlerSebastian Huber2013-12-2015-0/+38
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-2018-89/+249
* For PR 2164 - RFS File System - fix bitmap_create_search loop bugAlan Cudmore2013-12-191-1/+2
* For PR 2162 - RFS File System - statvfs reports 1 block freeAlan Cudmore2013-12-192-2/+2
* For PR 2163 - RFS File System - fix group search algorithm bugAlan Cudmore2013-12-191-1/+15
* nfsclient: Move defines to cover all header filesSebastian Huber2013-12-161-2/+3
* JFFS2: Do not re-define struct iovecSebastian Huber2013-12-161-5/+1
* PR2160: imfs: Use ENOSYS for unsupported nodesSebastian Huber2013-12-114-7/+18
* PR2138: rtems_rfs_rtems_initialize() can erroneously set errno.Chris Johns2013-12-101-1/+1
* PR2159: Have the FIFO driver read follow POSIX standard.Chris Johns2013-12-101-43/+41
* libfs/imfs: Set the FIFO control block.Chris Johns2013-12-101-1/+1
* statvfs filesystem handlers: Remove restrictJoel Sherrill2013-11-274-12/+12
* statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez2013-11-217-18/+21
* Filesystem: Add kernel event filter handlerSebastian Huber2013-11-042-0/+39
* Filesystem: Add poll() handlerSebastian Huber2013-11-042-0/+38
* Filesystem: Use ENOTTY for default ioctl() handlerSebastian Huber2013-10-311-1/+1
* IMFS: Use IMFS_mtime_ctime_update()Sebastian Huber2013-10-272-4/+2
* dosfs: Ensure initially the sector size is used as bdbuf block sizeRalf Kirchner2013-10-181-0/+9
* RFS: Include missing header fileSebastian Huber2013-10-161-0/+1
* Return EINVAL in default ftruncate() handlerSebastian Huber2013-10-111-1/+1
* nfsclient/src/dirutils.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+12
* JFFS2: Add RTEMS supportSebastian Huber2013-09-1919-2821/+1858
* JFFS2: Update Linux compatibility layerSebastian Huber2013-09-1925-66/+261
* JFFS2: Import from eCosSebastian Huber2013-09-1938-0/+4843
* JFFS2: Import from LinuxSebastian Huber2013-09-1924-0/+11350
* IMFS: Fix truncate according to POSIXSebastian Huber2013-09-131-3/+2
* IMFS: Use inline functions instead of macrosSebastian Huber2013-09-131-28/+36
* Filesystem: Add and use rtems_filesystem_chmod()Sebastian Huber2013-09-122-42/+2
* dosfs: Correct handling of iconv() return valueRalf Kirchner2013-09-101-5/+16
* imfs: use safe string functionsGedare Bloom2013-09-051-3/+5
* imfs: check return value from mkdirGedare Bloom2013-09-051-1/+1
* dosfs: Eliminate empty case statements that fall through to default.Gedare Bloom2013-09-051-2/+0
* nfs: Fix ln option processing.Gedare Bloom2013-09-051-1/+1
* dosfs: Unsigned compared against 0Gedare Bloom2013-09-051-1/+1
* dosfs: Unsigned compared against 0Gedare Bloom2013-09-051-1/+1
* dosfs: Unintentional integer overflowGedare Bloom2013-09-051-1/+1
* IMFS: Resource leakGedare Bloom2013-09-051-0/+1
* RFS: Use unprotected chain operationsSebastian Huber2013-08-272-12/+15
* Filesystem: Avoid usage of uninitialized variableSebastian Huber2013-08-231-2/+2
* dosfs: Use unprotected chain operationsSebastian Huber2013-08-212-4/+4
* Add "const void* data" parameter to rtems_rfs_rtems_initialize()'s declaratio...Nick Withers2013-08-091-1/+1
* PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__Sebastian Huber2013-08-081-6/+0
* Fix compiler warningsR. Diez2013-08-061-1/+1