summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs/msdos_misc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-16cpukit/dosfs: Remove unused internal function argKinsey Moore1-2/+0
2024-01-16cpukit: Remove or use unused variable assignmentsKinsey Moore1-1/+2
2023-05-20Update company nameSebastian Huber1-1/+1
2021-07-16cpukit: occured -> occurredSebastian Huber1-9/+9
2020-12-02dosfs: Fix Doxygen group placementSebastian Huber1-1/+1
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber1-1/+2
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2018-02-02dosfs: Use self-contained recursive mutexSebastian Huber1-6/+2
2017-12-07dosfs: Allow creating a file with similar name.Christian Mauderer1-3/+7
2017-12-05dosfs: Fix files with same name as volume name.Christian Mauderer1-1/+2
2017-09-06dosfs: Fix find name next entry preparationSebastian Huber1-25/+50
2017-03-16dosfs: Fix file name searchSebastian Huber1-17/+7
2017-03-16dosfs: Rename fat_entries to lfn_entriesSebastian Huber1-20/+20
2017-03-16dosfs: Fix long file name paddingSebastian Huber1-3/+3
2017-03-16dosfs: Fix msdos_add_file()Sebastian Huber1-245/+155
2017-03-16dosfs: Simplify msdos_add_file()Sebastian Huber1-4/+2
2017-03-16dosfs: Add and use msdos_lfn_checksum()Sebastian Huber1-14/+21
2017-02-28dosfs: Directories should have a file size of 0Sebastian Huber1-1/+6
2017-02-14dosfs: Fix msdos_find_file_in_directory()Sebastian Huber1-1/+1
2016-07-12DOSFS - LENGHT -> LENGTHJoel Sherrill1-3/+3
2015-05-27dosfs: avoid buffer-overread. closes #2292.Gedare Bloom1-2/+2
2014-11-26dosfs/msdos_misc.c: Remove unnecessary operationJosh Oguin1-1/+1
2014-10-23dosfs: Support ctime and mtimeSebastian Huber1-39/+61
2014-09-11dosfs: Check error statusSebastian Huber1-14/+16
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-09-05dosfs: Eliminate empty case statements that fall through to default.Gedare Bloom1-2/+0
2013-06-03dosfs: UTF-8 Support: Multibyte conversionsRalf Kirchner1-9/+15
2013-06-03dosfs: UTF-8 Support: UI, backwards compatibilityRalf Kirchner1-289/+739
2013-05-24dosfs: Fix typoRalf Kirchner1-1/+1
2012-12-20libfs: Doxygen Enhancement Task #6"Mathew Kallada1-2/+7
2012-12-05dosfs: Cluster write optimizationRalf Kirchner1-9/+9
2012-11-13dosfs: Lazy update of FAT32 FS info sectorSebastian Huber1-14/+1
2012-07-11dosfs: Use fs_info instead of mt_entrySebastian Huber1-41/+41
2012-05-31Fix C files which had two semi-colons at EOLJoel Sherrill1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2012-05-11dosfs: Remove fat_file_datasync()Sebastian Huber1-0/+31
2012-05-11Filesystem: PR1893: Fix write and truncate handlerSebastian Huber1-2/+2
2012-03-13Filesystem: Reference counting for locationsSebastian Huber1-90/+7
2011-11-06Remove stray whitespaces.Ralf Corsepius1-3/+3
2011-02-232011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+0
2010-12-282010-12-28 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-4/+14
2010-12-272010-12-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-2/+4
2010-08-232010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+2
2010-03-302010-03-30 Chris Johns <chrisj@rtems.org>Chris Johns1-12/+79
2010-03-262010-03-26 Chris Johns <chrisj@rtems.org>Chris Johns1-11/+11
2010-03-122010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
2010-03-12Do not overwrite errno in case fat_file_write() returns with an error status.Thomas Doerfler1-2/+6
2010-03-04010-03-04 Chris Johns <chrisj@rtems.org>Chris Johns1-1/+1
2009-11-29Whitespace removal.Ralf Corsepius1-38/+38
2009-11-02Use uint16_t instead of "unsigned short" to circumvent warning onRalf Corsepius1-2/+2