summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-22cpukit/dosfs: Simplify expressions where possibleKinsey Moore1-3/+3
2024-01-22cpukit/dosfs: Don't leak a FAT FDKinsey Moore1-7/+7
2024-01-16cpukit/dosfs: Remove unused internal function argKinsey Moore1-2/+0
2024-01-16cpukit: Remove or use unused variable assignmentsKinsey Moore3-2/+8
2024-01-10cpukit/dosfs: Jump to correct error handlerKinsey Moore1-1/+1
2024-01-05cpukit/dosfs: Cast away ignored returnKinsey Moore1-1/+1
2023-10-30cpukit/libfs/dosfs: Use enum values for enum initKinsey Moore1-1/+1
2023-10-12fat_fat_operations.c: Fix incorrect indentationJoel Sherrill1-3/+3
2023-05-20Update company nameSebastian Huber7-8/+8
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber1-2/+2
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