summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/dosfs: Simplify expressions where possibleKinsey Moore2024-01-221-3/+3
* cpukit/dosfs: Don't leak a FAT FDKinsey Moore2024-01-221-7/+7
* cpukit/dosfs: Remove unused internal function argKinsey Moore2024-01-161-2/+0
* cpukit: Remove or use unused variable assignmentsKinsey Moore2024-01-163-2/+8
* cpukit/dosfs: Jump to correct error handlerKinsey Moore2024-01-101-1/+1
* cpukit/dosfs: Cast away ignored returnKinsey Moore2024-01-051-1/+1
* cpukit/libfs/dosfs: Use enum values for enum initKinsey Moore2023-10-301-1/+1
* fat_fat_operations.c: Fix incorrect indentationJoel Sherrill2023-10-121-3/+3
* Update company nameSebastian Huber2023-05-207-8/+8
* Do not use RTEMS_INLINE_ROUTINESebastian Huber2022-09-191-2/+2
* cpukit: Automated IMD header file clean upChristian Mauderer2022-03-101-1/+1
* bsps and cpukit: Manual file header clean upChristian Mauderer2022-03-101-8/+5
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-102-12/+0
* cpukit: occured -> occurredSebastian Huber2021-07-169-41/+41
* Change filesystem utime_h handler to utimens_hRyan Long2021-05-281-6/+5
* dosfs: Use peek supportChristian Mauderer2021-03-263-5/+31
* dosfs: Fix Doxygen group placementSebastian Huber2020-12-0210-25/+27
* dosfs: Fix memory leak on failed mounts.Christian Mauderer2020-08-041-0/+5
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-2820-20/+40
* Canonicalize config.h includeSebastian Huber2020-04-1619-20/+20
* dosfs: Fix format with media block sizes > 512Sebastian Huber2019-10-011-47/+46
* doxygen: Added groups to IO libraryAndreas Dachsberger2019-04-022-2/+2
* Remove explicit file names from @fileSebastian Huber2019-02-281-1/+1
* fs: Add struct dirent::d_type supportSebastian Huber2019-02-051-0/+11
* Spelling and grammar fixes in source code comments (GCI 2018)Marçal Comajoan Cara2018-12-041-1/+1
* dosfs: Fix device identifierSebastian Huber2018-11-271-1/+1
* dosfs: Avoid deprecated routineSebastian Huber2018-08-074-2/+5
* dosfs: Use self-contained recursive mutexSebastian Huber2018-02-028-103/+43
* Remove make preinstallChris Johns2018-01-251-433/+0
* dosfs: Include <rtems/dosfs.h>Sebastian Huber2017-12-132-2/+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
* libio: Add rtems_libio_iop_is_append()Sebastian Huber2017-09-151-1/+1
* dosfs: Fix fat_file_update()Sebastian Huber2017-09-061-5/+3
* dosfs: Fix find name next entry preparationSebastian Huber2017-09-061-25/+50
* dosfs: Fix msdos_dir_read()Sebastian Huber2017-09-061-27/+28
* dosfs: Support a cluster size of 64KiBSebastian Huber2017-09-063-12/+10
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-142-0/+2
* dosfs: Fix file name searchSebastian Huber2017-03-161-17/+7
* dosfs: Fix race condition msdos_dir_read()Sebastian Huber2017-03-161-5/+5
* dosfs: Rename fat_entries to lfn_entriesSebastian Huber2017-03-161-20/+20
* dosfs: Fix long file name paddingSebastian Huber2017-03-161-3/+3
* dosfs: msdos_filename_utf8_to_short_name_for_saveSebastian Huber2017-03-161-15/+10
* 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-163-22/+25
* dosfs: Simplify fat_file_open()Sebastian Huber2017-03-161-3/+1
* dosfs: Simplify msdos_creat_node()Sebastian Huber2017-03-161-21/+14
* dosfs: Fix fat_file_write()Sebastian Huber2017-03-163-30/+11
* dosfs: Fix msdos_utf8_normalize_and_fold()Sebastian Huber2017-03-161-2/+2