summaryrefslogtreecommitdiff
path: root/cpukit/libfs/src/dosfs (follow)
AgeCommit message (Expand)Author
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
2013-01-04libfs: Doxygen Clean Up Task #2Mathew Kallada
2012-12-28libfs: Doxygen Enhancement Task #5Mathew Kallada
2012-12-20libfs: Doxygen Enhancement Task #6"Mathew Kallada
2012-12-14dosfs: Avoid error caused by bdbuf configurationSebastian Huber
2012-12-13dosfs: Add sync_device option for msdos_format()Sebastian Huber
2012-12-13dosfs: Fix error status handlingSebastian Huber
2012-12-13dosfs: Bugfix for disks of for example 100MB sizeRalf Kirchner
2012-12-13dosfs: Whitespace changeRalf Kirchner
2012-12-13dosfs: Fix request evaluationRalf Kirchner
2012-12-05dosfs: Cluster write optimizationRalf Kirchner
2012-12-05dosfs: Block size optimizationRalf Kirchner
2012-12-05dosfs: DocumentationRalf Kirchner
2012-12-05dosfs: Delete fattype parameter for msdos_format()Ralf Kirchner
2012-12-05dosfs: Add skip_alignment for msdos_format()Ralf Kirchner