summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs/msdos_misc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/dosfs: Remove unused internal function argKinsey Moore2024-01-161-2/+0
* cpukit: Remove or use unused variable assignmentsKinsey Moore2024-01-161-1/+2
* Update company nameSebastian Huber2023-05-201-1/+1
* cpukit: occured -> occurredSebastian Huber2021-07-161-9/+9
* dosfs: Fix Doxygen group placementSebastian Huber2020-12-021-1/+1
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-281-1/+2
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* dosfs: Use self-contained recursive mutexSebastian Huber2018-02-021-6/+2
* dosfs: Allow creating a file with similar name.Christian Mauderer2017-12-071-3/+7
* dosfs: Fix files with same name as volume name.Christian Mauderer2017-12-051-1/+2
* dosfs: Fix find name next entry preparationSebastian Huber2017-09-061-25/+50
* dosfs: Fix file name searchSebastian Huber2017-03-161-17/+7
* dosfs: Rename fat_entries to lfn_entriesSebastian Huber2017-03-161-20/+20
* dosfs: Fix long file name paddingSebastian Huber2017-03-161-3/+3
* dosfs: Fix msdos_add_file()Sebastian Huber2017-03-161-245/+155
* dosfs: Simplify msdos_add_file()Sebastian Huber2017-03-161-4/+2
* dosfs: Add and use msdos_lfn_checksum()Sebastian Huber2017-03-161-14/+21
* dosfs: Directories should have a file size of 0Sebastian Huber2017-02-281-1/+6
* dosfs: Fix msdos_find_file_in_directory()Sebastian Huber2017-02-141-1/+1
* DOSFS - LENGHT -> LENGTHJoel Sherrill2016-07-121-3/+3
* dosfs: avoid buffer-overread. closes #2292.Gedare Bloom2015-05-271-2/+2
* dosfs/msdos_misc.c: Remove unnecessary operationJosh Oguin2014-11-261-1/+1
* dosfs: Support ctime and mtimeSebastian Huber2014-10-231-39/+61
* dosfs: Check error statusSebastian Huber2014-09-111-14/+16
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* dosfs: Eliminate empty case statements that fall through to default.Gedare Bloom2013-09-051-2/+0
* dosfs: UTF-8 Support: Multibyte conversionsRalf Kirchner2013-06-031-9/+15
* dosfs: UTF-8 Support: UI, backwards compatibilityRalf Kirchner2013-06-031-289/+739
* dosfs: Fix typoRalf Kirchner2013-05-241-1/+1
* libfs: Doxygen Enhancement Task #6"Mathew Kallada2012-12-201-2/+7
* dosfs: Cluster write optimizationRalf Kirchner2012-12-051-9/+9
* dosfs: Lazy update of FAT32 FS info sectorSebastian Huber2012-11-131-14/+1
* dosfs: Use fs_info instead of mt_entrySebastian Huber2012-07-111-41/+41
* Fix C files which had two semi-colons at EOLJoel Sherrill2012-05-311-1/+1
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* dosfs: Remove fat_file_datasync()Sebastian Huber2012-05-111-0/+31
* Filesystem: PR1893: Fix write and truncate handlerSebastian Huber2012-05-111-2/+2
* Filesystem: Reference counting for locationsSebastian Huber2012-03-131-90/+7
* Remove stray whitespaces.Ralf Corsepius2011-11-061-3/+3
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-231-3/+0
* 2010-12-28 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-281-4/+14
* 2010-12-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-271-2/+4
* 2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-231-2/+2
* 2010-03-30 Chris Johns <chrisj@rtems.org>Chris Johns2010-03-301-12/+79
* 2010-03-26 Chris Johns <chrisj@rtems.org>Chris Johns2010-03-261-11/+11
* 2010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-121-1/+1
* Do not overwrite errno in case fat_file_write() returns with an error status.Thomas Doerfler2010-03-121-2/+6
* 010-03-04 Chris Johns <chrisj@rtems.org>Chris Johns2010-03-041-1/+1
* Whitespace removal.Ralf Corsepius2009-11-291-38/+38
* Use uint16_t instead of "unsigned short" to circumvent warning onRalf Corsepius2009-11-021-2/+2