summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Return the amount of data written when an error occurs rather thanChris Johns2013-07-271-3/+9
* score: Create states implementation headerSebastian Huber2013-07-261-0/+1
* Include missing <string.h>Sebastian Huber2013-07-2318-0/+21
* rtems: Create barrier implementation headerSebastian Huber2013-07-221-0/+1
* IMFS: Fix reference count for debug enabledSebastian Huber2013-06-211-3/+3
* documentation: Fix Doxygen commentsSebastian Huber2013-06-141-11/+11
* score: Add and use _Objects_Put()Sebastian Huber2013-06-071-8/+10
* dosfs: DocumentationSebastian Huber2013-06-071-0/+8
* nfsclient: Add rpcSetXIDs()Sebastian Huber2013-06-052-0/+30
* nfsclient: Fix warningsSebastian Huber2013-06-052-8/+3
* nfsclient: Delete superfluous mask operationSebastian Huber2013-06-051-1/+1
* nfsclient: Delete superfluous assignmentSebastian Huber2013-06-051-1/+0
* dosfs: DocumentationRalf Kirchner2013-06-031-6/+97
* dosfs: UTF-8 Support: Multibyte conversionsRalf Kirchner2013-06-034-10/+340
* dosfs: UTF-8 Support: UI, backwards compatibilityRalf Kirchner2013-06-0311-560/+1781
* dosfs: Add RTEMS_DOSFS_SEMAPHORES_PER_INSTANCERalf Kirchner2013-05-241-0/+7
* dosfs: Fix typoRalf Kirchner2013-05-241-1/+1
* dosfs: Add statvfs() supportAndrei Mozzhuhin2013-05-164-2/+80