summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-27statvfs filesystem handlers: Remove restrictJoel Sherrill4-12/+12
2013-11-21statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez7-18/+21
2013-11-04Filesystem: Add kernel event filter handlerSebastian Huber2-0/+39
2013-11-04Filesystem: Add poll() handlerSebastian Huber2-0/+38
2013-10-31Filesystem: Use ENOTTY for default ioctl() handlerSebastian Huber1-1/+1
2013-10-27IMFS: Use IMFS_mtime_ctime_update()Sebastian Huber2-4/+2
2013-10-18dosfs: Ensure initially the sector size is used as bdbuf block sizeRalf Kirchner1-0/+9
2013-10-16RFS: Include missing header fileSebastian Huber1-0/+1
2013-10-11Return EINVAL in default ftruncate() handlerSebastian Huber1-1/+1
2013-09-22nfsclient/src/dirutils.c: Fix missing prototype warningsJoel Sherrill1-0/+12
2013-09-19JFFS2: Add RTEMS supportSebastian Huber19-2821/+1858
2013-09-19JFFS2: Update Linux compatibility layerSebastian Huber25-66/+261
2013-09-19JFFS2: Import from eCosSebastian Huber38-0/+4843
2013-09-19JFFS2: Import from LinuxSebastian Huber24-0/+11350
2013-09-13IMFS: Fix truncate according to POSIXSebastian Huber1-3/+2
2013-09-13IMFS: Use inline functions instead of macrosSebastian Huber1-28/+36
2013-09-12Filesystem: Add and use rtems_filesystem_chmod()Sebastian Huber2-42/+2
2013-09-10dosfs: Correct handling of iconv() return valueRalf Kirchner1-5/+16
2013-09-05imfs: use safe string functionsGedare Bloom1-3/+5
2013-09-05imfs: check return value from mkdirGedare Bloom1-1/+1
2013-09-05dosfs: Eliminate empty case statements that fall through to default.Gedare Bloom1-2/+0
2013-09-05nfs: Fix ln option processing.Gedare Bloom1-1/+1
2013-09-05dosfs: Unsigned compared against 0Gedare Bloom1-1/+1
2013-09-05dosfs: Unsigned compared against 0Gedare Bloom1-1/+1
2013-09-05dosfs: Unintentional integer overflowGedare Bloom1-1/+1
2013-09-05IMFS: Resource leakGedare Bloom1-0/+1
2013-08-27RFS: Use unprotected chain operationsSebastian Huber2-12/+15
2013-08-23Filesystem: Avoid usage of uninitialized variableSebastian Huber1-2/+2
2013-08-21dosfs: Use unprotected chain operationsSebastian Huber2-4/+4
2013-08-09Add "const void* data" parameter to rtems_rfs_rtems_initialize()'s declaratio...Nick Withers1-1/+1
2013-08-08PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__Sebastian Huber1-6/+0
2013-08-06Fix compiler warningsR. Diez1-1/+1
2013-07-27Return the amount of data written when an error occurs rather thanChris Johns1-3/+9
2013-07-26score: Create states implementation headerSebastian Huber1-0/+1
2013-07-23Include missing <string.h>Sebastian Huber18-0/+21
2013-07-22rtems: Create barrier implementation headerSebastian Huber1-0/+1
2013-06-21IMFS: Fix reference count for debug enabledSebastian Huber1-3/+3
2013-06-14documentation: Fix Doxygen commentsSebastian Huber1-11/+11
2013-06-07score: Add and use _Objects_Put()Sebastian Huber1-8/+10
2013-06-07dosfs: DocumentationSebastian Huber1-0/+8
2013-06-05nfsclient: Add rpcSetXIDs()Sebastian Huber2-0/+30
2013-06-05nfsclient: Fix warningsSebastian Huber2-8/+3
2013-06-05nfsclient: Delete superfluous mask operationSebastian Huber1-1/+1
2013-06-05nfsclient: Delete superfluous assignmentSebastian Huber1-1/+0
2013-06-03dosfs: DocumentationRalf Kirchner1-6/+97
2013-06-03dosfs: UTF-8 Support: Multibyte conversionsRalf Kirchner4-10/+340
2013-06-03dosfs: UTF-8 Support: UI, backwards compatibilityRalf Kirchner11-560/+1781
2013-05-24dosfs: Add RTEMS_DOSFS_SEMAPHORES_PER_INSTANCERalf Kirchner1-0/+7
2013-05-24dosfs: Fix typoRalf Kirchner1-1/+1
2013-05-16dosfs: Add statvfs() supportAndrei Mozzhuhin4-2/+80