summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-03-22libfs: Always use geteuid() and getegid()Sebastian Huber2-12/+2
2013-03-18IMFS: Fix NULL pointer accessSebastian Huber1-9/+10
2013-02-27dosfs: PR2091: Fix warningAndreas Heinig1-2/+2
2013-02-27IMFS: PR2093: Fix warningSebastian Huber1-3/+2
2013-02-27dosfs: PR2092: Delete unused functionAndreas Heinig1-32/+0
2013-02-20dosfs: Fix file length updateSebastian Huber1-2/+3
2013-02-15dosfs: Start scan with a valid data clusterSebastian Huber1-26/+16
2013-02-15dosfs: Fix file extendSebastian Huber1-23/+24
2013-02-15dosfs: Ensure valid data cluster countSebastian Huber1-1/+6
2013-01-30dosfs: Always release the buffersSebastian Huber1-22/+23
2013-01-10cpukit: Fix many Doxygen warningsJoel Sherrill1-2/+1
2013-01-10devfs: Doxygen Warning Removal and CleanupJoel Sherrill1-41/+56
2013-01-10cpukit: Use Consistent Beginning of Doxygen Group NotationJoel Sherrill1-1/+1
2013-01-10cpukit: Add EOL on files missing EOL at EOFJoel Sherrill2-2/+2
2013-01-10rfs: Doxygen group cannot have a dash in itJoel Sherrill21-21/+21
2013-01-10cpukit: Doxygen group fixes and many warnings addressedJoel Sherrill22-89/+94
2013-01-09IMFS: DocumentationSebastian Huber1-23/+36
2013-01-09nfsclient: Return an error status in nfsInit()Sebastian Huber2-50/+84
2013-01-08libfs: Doxygen Clean Up Task #1Alex Ivanov19-482/+666
2013-01-04libfs: Doxygen Clean Up Task #2Mathew Kallada9-94/+195