summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-10cpukit: Automated IMD header file clean upChristian Mauderer1-1/+1
2022-03-10bsps and cpukit: Manual file header clean upChristian Mauderer1-8/+5
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill2-12/+0
2021-07-16cpukit: occured -> occurredSebastian Huber9-41/+41
2021-05-28Change filesystem utime_h handler to utimens_hRyan Long1-6/+5
2021-03-26dosfs: Use peek supportChristian Mauderer3-5/+31
2020-12-02dosfs: Fix Doxygen group placementSebastian Huber10-25/+27
2020-08-04dosfs: Fix memory leak on failed mounts.Christian Mauderer1-0/+5
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber20-20/+40
2020-04-16Canonicalize config.h includeSebastian Huber19-20/+20
2019-10-01dosfs: Fix format with media block sizes > 512Sebastian Huber1-47/+46
2019-04-02doxygen: Added groups to IO libraryAndreas Dachsberger2-2/+2
2019-02-28Remove explicit file names from @fileSebastian Huber1-1/+1
2019-02-05fs: Add struct dirent::d_type supportSebastian Huber1-0/+11
2018-12-04Spelling and grammar fixes in source code comments (GCI 2018)Marçal Comajoan Cara1-1/+1
2018-11-27dosfs: Fix device identifierSebastian Huber1-1/+1
2018-08-07dosfs: Avoid deprecated routineSebastian Huber4-2/+5
2018-02-02dosfs: Use self-contained recursive mutexSebastian Huber8-103/+43
2018-01-25Remove make preinstallChris Johns1-433/+0
2017-12-13dosfs: Include <rtems/dosfs.h>Sebastian Huber2-2/+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-15libio: Add rtems_libio_iop_is_append()Sebastian Huber1-1/+1
2017-09-06dosfs: Fix fat_file_update()Sebastian Huber1-5/+3
2017-09-06dosfs: Fix find name next entry preparationSebastian Huber1-25/+50
2017-09-06dosfs: Fix msdos_dir_read()Sebastian Huber1-27/+28
2017-09-06dosfs: Support a cluster size of 64KiBSebastian Huber3-12/+10
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2-0/+2
2017-03-16dosfs: Fix file name searchSebastian Huber1-17/+7
2017-03-16dosfs: Fix race condition msdos_dir_read()Sebastian Huber1-5/+5
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: msdos_filename_utf8_to_short_name_for_saveSebastian Huber1-15/+10
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 Huber3-22/+25
2017-03-16dosfs: Simplify fat_file_open()Sebastian Huber1-3/+1
2017-03-16dosfs: Simplify msdos_creat_node()Sebastian Huber1-21/+14
2017-03-16dosfs: Fix fat_file_write()Sebastian Huber3-30/+11
2017-03-16dosfs: Fix msdos_utf8_normalize_and_fold()Sebastian Huber1-2/+2
2017-02-28dosfs: Fix FAT32 formatterSebastian Huber1-2/+2
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
2017-01-24Use <sys/endian.h>Sebastian Huber1-13/+5
2016-07-12DOSFS - LENGHT -> LENGTHJoel Sherrill4-6/+6
2016-06-06dosfs: Use proper semaphore attr for mutexSebastian Huber1-1/+2
2016-05-20fat: Fix for invalid cluster sizesSebastian Huber1-1/+3
2016-04-07libblock: Drop superfluous <stdlib.h> includeSebastian Huber1-0/+1
2015-05-27dosfs: avoid buffer-overread. closes #2292.Gedare Bloom1-2/+2
2015-04-27dosfs: Fix warning fixSebastian Huber1-1/+1