summaryrefslogtreecommitdiff
path: root/cpukit/libfs/src/dosfs (follow)
AgeCommit message (Expand)Author
2016-05-20fat: Fix for invalid cluster sizesSebastian Huber
2016-04-07libblock: Drop superfluous <stdlib.h> includeSebastian Huber
2015-05-27dosfs: avoid buffer-overread. closes #2292.Gedare Bloom
2015-04-27dosfs: Fix warning fixSebastian Huber
2015-03-06Fix a number of minor Doxygen formatting issuesJoel Sherrill
2015-03-05dosfs: Fix warningsSebastian Huber
2015-02-09Filesystem: Delete unused fsmountme_h handlerSebastian Huber
2015-01-22Filesystem: Delete node type operationSebastian Huber
2014-11-27msdos_file.c: Reverse return codes per GedareJoel Sherrill
2014-11-26dosfs/msdos_misc.c: Remove unnecessary operationJosh Oguin
2014-11-26dosfs/msdos_file.c: Return an error if it occursJosh Oguin
2014-11-26dosfs/msdos_conv.c: Remove unnecessary operationsJosh Oguin
2014-11-21dosfs/fat_fat_operations.c: Explicitly ignore return (Coverity ID 26048)Joel Sherrill
2014-11-21dosfs/msdos_format.c: Dead code removal (Coverity ID 1255325)Joel Sherrill
2014-11-21Delete or rename MIN/MAX macros and definesSebastian Huber
2014-11-20dosfs: Avoid MIN() re-definitionSebastian Huber
2014-10-23dosfs: Write meta-data only if it changedSebastian Huber
2014-10-23dosfs: Support ctime and mtimeSebastian Huber
2014-09-11dosfs: Check error statusSebastian Huber
2014-05-16dosfs: Fix read from invalid memory areaSebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-02-03dosfs/fat.c: Remove use of register keywordJoel Sherrill
2013-12-20Filesystem: Use default kqfilter and poll handlerSebastian Huber
2013-12-20Filesystem: Add readv/writev handlersSebastian Huber
2013-11-27statvfs filesystem handlers: Remove restrictJoel Sherrill
2013-11-21statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez
2013-10-18dosfs: Ensure initially the sector size is used as bdbuf block sizeRalf Kirchner
2013-09-10dosfs: Correct handling of iconv() return valueRalf Kirchner
2013-09-05dosfs: Eliminate empty case statements that fall through to default.Gedare Bloom
2013-09-05dosfs: Unsigned compared against 0Gedare Bloom
2013-09-05dosfs: Unsigned compared against 0Gedare Bloom
2013-09-05dosfs: Unintentional integer overflowGedare Bloom
2013-08-21dosfs: Use unprotected chain operationsSebastian Huber
2013-06-14documentation: Fix Doxygen commentsSebastian Huber
2013-06-07dosfs: DocumentationSebastian Huber
2013-06-03dosfs: DocumentationRalf Kirchner
2013-06-03dosfs: UTF-8 Support: Multibyte conversionsRalf Kirchner
2013-06-03dosfs: UTF-8 Support: UI, backwards compatibilityRalf Kirchner
2013-05-24dosfs: Add RTEMS_DOSFS_SEMAPHORES_PER_INSTANCERalf Kirchner
2013-05-24dosfs: Fix typoRalf Kirchner
2013-05-16dosfs: Add statvfs() supportAndrei Mozzhuhin
2013-02-27dosfs: PR2091: Fix warningAndreas Heinig
2013-02-27dosfs: PR2092: Delete unused functionAndreas Heinig
2013-02-20dosfs: Fix file length updateSebastian Huber
2013-02-15dosfs: Start scan with a valid data clusterSebastian Huber
2013-02-15dosfs: Fix file extendSebastian Huber
2013-02-15dosfs: Ensure valid data cluster countSebastian Huber
2013-01-30dosfs: Always release the buffersSebastian Huber
2013-01-10cpukit: Use Consistent Beginning of Doxygen Group NotationJoel Sherrill
2013-01-10cpukit: Add EOL on files missing EOL at EOFJoel Sherrill