summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* DOSFS - LENGHT -> LENGTHJoel Sherrill2016-07-124-6/+6
* dosfs: Use proper semaphore attr for mutexSebastian Huber2016-06-061-1/+2
* fat: Fix for invalid cluster sizesSebastian Huber2016-05-201-1/+3
* libblock: Drop superfluous <stdlib.h> includeSebastian Huber2016-04-071-0/+1
* dosfs: avoid buffer-overread. closes #2292.Gedare Bloom2015-05-271-2/+2
* dosfs: Fix warning fixSebastian Huber2015-04-271-1/+1
* Fix a number of minor Doxygen formatting issuesJoel Sherrill2015-03-061-5/+5
* dosfs: Fix warningsSebastian Huber2015-03-057-18/+12
* Filesystem: Delete unused fsmountme_h handlerSebastian Huber2015-02-091-1/+0
* Filesystem: Delete node type operationSebastian Huber2015-01-224-82/+10
* msdos_file.c: Reverse return codes per GedareJoel Sherrill2014-11-271-3/+3
* dosfs/msdos_misc.c: Remove unnecessary operationJosh Oguin2014-11-261-1/+1
* dosfs/msdos_file.c: Return an error if it occursJosh Oguin2014-11-261-1/+4
* dosfs/msdos_conv.c: Remove unnecessary operationsJosh Oguin2014-11-261-3/+2
* dosfs/fat_fat_operations.c: Explicitly ignore return (Coverity ID 26048)Joel Sherrill2014-11-211-2/+7
* dosfs/msdos_format.c: Dead code removal (Coverity ID 1255325)Joel Sherrill2014-11-211-75/+61
* Delete or rename MIN/MAX macros and definesSebastian Huber2014-11-211-4/+1
* dosfs: Avoid MIN() re-definitionSebastian Huber2014-11-201-0/+2
* dosfs: Write meta-data only if it changedSebastian Huber2014-10-233-17/+40
* dosfs: Support ctime and mtimeSebastian Huber2014-10-239-133/+170
* dosfs: Check error statusSebastian Huber2014-09-111-14/+16
* dosfs: Fix read from invalid memory areaSebastian Huber2014-05-161-1/+1
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2124-24/+24
* dosfs/fat.c: Remove use of register keywordJoel Sherrill2014-02-031-1/+1
* Filesystem: Use default kqfilter and poll handlerSebastian Huber2013-12-202-0/+4
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-202-22/+26
* statvfs filesystem handlers: Remove restrictJoel Sherrill2013-11-273-10/+10
* statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez2013-11-214-12/+14
* dosfs: Ensure initially the sector size is used as bdbuf block sizeRalf Kirchner2013-10-181-0/+9
* dosfs: Correct handling of iconv() return valueRalf Kirchner2013-09-101-5/+16
* dosfs: Eliminate empty case statements that fall through to default.Gedare Bloom2013-09-051-2/+0
* dosfs: Unsigned compared against 0Gedare Bloom2013-09-051-1/+1
* dosfs: Unsigned compared against 0Gedare Bloom2013-09-051-1/+1
* dosfs: Unintentional integer overflowGedare Bloom2013-09-051-1/+1
* dosfs: Use unprotected chain operationsSebastian Huber2013-08-212-4/+4
* documentation: Fix Doxygen commentsSebastian Huber2013-06-141-11/+11
* dosfs: DocumentationSebastian Huber2013-06-071-0/+8
* dosfs: DocumentationRalf Kirchner2013-06-031-6/+97
* dosfs: UTF-8 Support: Multibyte conversionsRalf Kirchner2013-06-033-10/+339
* dosfs: UTF-8 Support: UI, backwards compatibilityRalf Kirchner2013-06-0310-560/+1780
* dosfs: Add RTEMS_DOSFS_SEMAPHORES_PER_INSTANCERalf Kirchner2013-05-241-0/+7
* dosfs: Fix typoRalf Kirchner2013-05-241-1/+1
* dosfs: Add statvfs() supportAndrei Mozzhuhin2013-05-163-1/+79
* dosfs: PR2091: Fix warningAndreas Heinig2013-02-271-2/+2
* dosfs: PR2092: Delete unused functionAndreas Heinig2013-02-271-32/+0
* dosfs: Fix file length updateSebastian Huber2013-02-201-2/+3
* dosfs: Start scan with a valid data clusterSebastian Huber2013-02-151-26/+16
* dosfs: Fix file extendSebastian Huber2013-02-151-23/+24
* dosfs: Ensure valid data cluster countSebastian Huber2013-02-151-1/+6
* dosfs: Always release the buffersSebastian Huber2013-01-301-22/+23