summaryrefslogtreecommitdiff
path: root/cpukit/libfs/src/dosfs (follow)
AgeCommit message (Expand)Author
2019-10-01dosfs: Fix format with media block sizes > 512Sebastian Huber
2019-04-02doxygen: Added groups to IO libraryAndreas Dachsberger
2019-02-28Remove explicit file names from @fileSebastian Huber
2019-02-05fs: Add struct dirent::d_type supportSebastian Huber
2018-12-04Spelling and grammar fixes in source code comments (GCI 2018)Marçal Comajoan Cara
2018-11-27dosfs: Fix device identifierSebastian Huber
2018-08-07dosfs: Avoid deprecated routineSebastian Huber
2018-02-02dosfs: Use self-contained recursive mutexSebastian Huber
2018-01-25Remove make preinstallChris Johns
2017-12-13dosfs: Include <rtems/dosfs.h>Sebastian Huber
2017-12-07dosfs: Allow creating a file with similar name.Christian Mauderer
2017-12-05dosfs: Fix files with same name as volume name.Christian Mauderer
2017-09-15libio: Add rtems_libio_iop_is_append()Sebastian Huber
2017-09-06dosfs: Fix fat_file_update()Sebastian Huber
2017-09-06dosfs: Fix find name next entry preparationSebastian Huber
2017-09-06dosfs: Fix msdos_dir_read()Sebastian Huber
2017-09-06dosfs: Support a cluster size of 64KiBSebastian Huber
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel
2017-03-16dosfs: Fix file name searchSebastian Huber
2017-03-16dosfs: Fix race condition msdos_dir_read()Sebastian Huber
2017-03-16dosfs: Rename fat_entries to lfn_entriesSebastian Huber
2017-03-16dosfs: Fix long file name paddingSebastian Huber
2017-03-16dosfs: msdos_filename_utf8_to_short_name_for_saveSebastian Huber
2017-03-16dosfs: Fix msdos_add_file()Sebastian Huber
2017-03-16dosfs: Simplify msdos_add_file()Sebastian Huber
2017-03-16dosfs: Add and use msdos_lfn_checksum()Sebastian Huber
2017-03-16dosfs: Simplify fat_file_open()Sebastian Huber
2017-03-16dosfs: Simplify msdos_creat_node()Sebastian Huber
2017-03-16dosfs: Fix fat_file_write()Sebastian Huber
2017-03-16dosfs: Fix msdos_utf8_normalize_and_fold()Sebastian Huber
2017-02-28dosfs: Fix FAT32 formatterSebastian Huber
2017-02-28dosfs: Directories should have a file size of 0Sebastian Huber
2017-02-14dosfs: Fix msdos_find_file_in_directory()Sebastian Huber
2017-01-24Use <sys/endian.h>Sebastian Huber
2016-07-12DOSFS - LENGHT -> LENGTHJoel Sherrill
2016-06-06dosfs: Use proper semaphore attr for mutexSebastian Huber
2016-05-20fat: Fix for invalid cluster sizesSebastian Huber
2016-04-07libblock: Drop superfluous <stdlib.h> includeSebastian Huber
2015-05-27dosfs: avoid buffer-overread. closes #2292.Gedare Bloom
2015-04-27dosfs: Fix warning fixSebastian Huber
2015-03-06Fix a number of minor Doxygen formatting issuesJoel Sherrill
2015-03-05dosfs: Fix warningsSebastian Huber
2015-02-09Filesystem: Delete unused fsmountme_h handlerSebastian Huber
2015-01-22Filesystem: Delete node type operationSebastian Huber
2014-11-27msdos_file.c: Reverse return codes per GedareJoel Sherrill
2014-11-26dosfs/msdos_misc.c: Remove unnecessary operationJosh Oguin
2014-11-26dosfs/msdos_file.c: Return an error if it occursJosh Oguin
2014-11-26dosfs/msdos_conv.c: Remove unnecessary operationsJosh Oguin
2014-11-21dosfs/fat_fat_operations.c: Explicitly ignore return (Coverity ID 26048)Joel Sherrill
2014-11-21dosfs/msdos_format.c: Dead code removal (Coverity ID 1255325)Joel Sherrill