summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-12DOSFS - LENGHT -> LENGTHJoel Sherrill4-6/+6
2016-06-06dosfs: Use proper semaphore attr for mutexSebastian Huber1-1/+2
2016-05-20fat: Fix for invalid cluster sizesSebastian Huber1-1/+3
2016-04-07libblock: Drop superfluous <stdlib.h> includeSebastian Huber1-0/+1
2015-05-27dosfs: avoid buffer-overread. closes #2292.Gedare Bloom1-2/+2
2015-04-27dosfs: Fix warning fixSebastian Huber1-1/+1
2015-03-06Fix a number of minor Doxygen formatting issuesJoel Sherrill1-5/+5
2015-03-05dosfs: Fix warningsSebastian Huber7-18/+12
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