summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-09Filesystem: Delete unused fsmountme_h handlerSebastian Huber1-1/+0
2015-01-22Filesystem: Delete node type operationSebastian Huber4-82/+10
2014-11-27msdos_file.c: Reverse return codes per GedareJoel Sherrill1-3/+3
2014-11-26dosfs/msdos_misc.c: Remove unnecessary operationJosh Oguin1-1/+1
2014-11-26dosfs/msdos_file.c: Return an error if it occursJosh Oguin1-1/+4
2014-11-26dosfs/msdos_conv.c: Remove unnecessary operationsJosh Oguin1-3/+2
2014-11-21dosfs/fat_fat_operations.c: Explicitly ignore return (Coverity ID 26048)Joel Sherrill1-2/+7
2014-11-21dosfs/msdos_format.c: Dead code removal (Coverity ID 1255325)Joel Sherrill1-75/+61
2014-11-21Delete or rename MIN/MAX macros and definesSebastian Huber1-4/+1
2014-11-20dosfs: Avoid MIN() re-definitionSebastian Huber1-0/+2
2014-10-23dosfs: Write meta-data only if it changedSebastian Huber3-17/+40
2014-10-23dosfs: Support ctime and mtimeSebastian Huber9-133/+170
2014-09-11dosfs: Check error statusSebastian Huber1-14/+16
2014-05-16dosfs: Fix read from invalid memory areaSebastian Huber1-1/+1
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns24-24/+24
2014-02-03dosfs/fat.c: Remove use of register keywordJoel Sherrill1-1/+1
2013-12-20Filesystem: Use default kqfilter and poll handlerSebastian Huber2-0/+4
2013-12-20Filesystem: Add readv/writev handlersSebastian Huber2-22/+26
2013-11-27statvfs filesystem handlers: Remove restrictJoel Sherrill3-10/+10
2013-11-21statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez4-12/+14
2013-10-18dosfs: Ensure initially the sector size is used as bdbuf block sizeRalf Kirchner1-0/+9
2013-09-10dosfs: Correct handling of iconv() return valueRalf Kirchner1-5/+16
2013-09-05dosfs: Eliminate empty case statements that fall through to default.Gedare Bloom1-2/+0
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-08-21dosfs: Use unprotected chain operationsSebastian Huber2-4/+4
2013-06-14documentation: Fix Doxygen commentsSebastian Huber1-11/+11
2013-06-07dosfs: DocumentationSebastian Huber1-0/+8
2013-06-03dosfs: DocumentationRalf Kirchner1-6/+97
2013-06-03dosfs: UTF-8 Support: Multibyte conversionsRalf Kirchner3-10/+339
2013-06-03dosfs: UTF-8 Support: UI, backwards compatibilityRalf Kirchner10-560/+1780
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 Mozzhuhin3-1/+79
2013-02-27dosfs: PR2091: Fix warningAndreas Heinig1-2/+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: 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-04libfs: Doxygen Clean Up Task #2Mathew Kallada5-35/+69
2012-12-28libfs: Doxygen Enhancement Task #5Mathew Kallada4-15/+33
2012-12-20libfs: Doxygen Enhancement Task #6"Mathew Kallada20-64/+192
2012-12-14dosfs: Avoid error caused by bdbuf configurationSebastian Huber1-10/+5
2012-12-13dosfs: Add sync_device option for msdos_format()Sebastian Huber2-0/+10
2012-12-13dosfs: Fix error status handlingSebastian Huber1-16/+18