source: rtems/cpukit/libfs/src/dosfs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @d4880509   09/30/19 06:01:24 Sebastian Huber dosfs: Fix format with media block sizes > 512 5
(edit) @5342261   04/01/19 08:55:15 andreas.dachsberger doxygen: Added groups to IO library Update #3706. 5
(edit) @feea03b6   02/27/19 09:53:30 Sebastian Huber Remove explicit file names from @file This makes the @file … 5
(edit) @03fcbb1   11/27/18 11:45:53 Sebastian Huber fs: Add struct dirent::d_type support 5
(edit) @0446f680   12/03/18 20:37:32 mcomajoancara Spelling and grammar fixes in source code comments (GCI 2018) 5
(edit) @06331e4   11/27/18 10:56:01 Sebastian Huber dosfs: Fix device identifier Update #3358. 5
(edit) @ab96aec   08/04/18 08:56:46 Sebastian Huber dosfs: Avoid deprecated routine Update #3358. 5
(edit) @3b77417   12/13/17 15:15:25 Sebastian Huber dosfs: Use self-contained recursive mutex Update #2843. 5
(edit) @2afb22b   12/23/17 07:18:56 Chris Johns Remove make preinstall A speciality of the RTEMS build system was the … 5
(edit) @7683da88   12/13/17 07:05:10 Sebastian Huber dosfs: Include <rtems/dosfs.h> Prepare for header file move to common … 5
(edit) @2fe3687   12/06/17 14:56:50 Christian.Mauderer dosfs: Allow creating a file with similar name. If there is already a … 5
(edit) @ca835e56   11/28/17 15:42:00 Christian.Mauderer dosfs: Fix files with same name as volume name. Take care that a file … 5
(edit) @d4c5441   09/13/17 08:42:21 Sebastian Huber libio: Add rtems_libio_iop_is_append() Update #3132. 5
(edit) @4d495cf   09/06/17 12:30:00 Sebastian Huber dosfs: Fix fat_file_update() Do not update the non-existant meta-data … 5
(edit) @a2c204eb   09/06/17 11:58:28 Sebastian Huber dosfs: Fix find name next entry preparation Update #2964. 5
(edit) @34dda604   09/06/17 11:19:05 Sebastian Huber dosfs: Fix msdos_dir_read() Set a proper name buffer length for each … 5
(edit) @fae59c9   09/06/17 08:12:06 Sebastian Huber dosfs: Support a cluster size of 64KiB Close #3003. 5
(edit) @c6bb1c33   06/29/17 14:36:43 kevin-kirspel posix/mmap: Add support for file handler and MAP_ANON Added a mmap … 5
(edit) @d50ab079   03/16/17 14:12:20 Sebastian Huber dosfs: Fix file name search Do not use our long file name entry count … 5
(edit) @dfd879fa   03/16/17 10:59:23 Sebastian Huber dosfs: Fix race condition msdos_dir_read() Obtain file system … 5
(edit) @6c988987   03/16/17 07:03:42 Sebastian Huber dosfs: Rename fat_entries to lfn_entries The name "fat_entries" for … 5
(edit) @5f8ed0d   03/16/17 06:44:38 Sebastian Huber dosfs: Fix long file name padding Update #2934. 5
(edit) @e625a57   03/16/17 06:37:20 Sebastian Huber dosfs: msdos_filename_utf8_to_short_name_for_save Simplify. 5
(edit) @b1daf0f   03/14/17 10:41:18 Sebastian Huber dosfs: Fix msdos_add_file() Make sure that long file names work … 5
(edit) @1a9483e2   03/14/17 09:28:19 Sebastian Huber dosfs: Simplify msdos_add_file() Update #2929. 5
(edit) @3efe749   03/14/17 08:36:07 Sebastian Huber dosfs: Add and use msdos_lfn_checksum() Update #2929. 5
(edit) @063eb574   03/14/17 07:26:40 Sebastian Huber dosfs: Simplify fat_file_open() Update #2929. 5
(edit) @ccd4a7f   03/14/17 07:13:07 Sebastian Huber dosfs: Simplify msdos_creat_node() Update #2929. 5
(edit) @e69ee36   03/13/17 14:20:20 Sebastian Huber dosfs: Fix fat_file_write() Remove forced overwrite which leads to … 5
(edit) @1becaa9   03/14/17 12:59:09 Sebastian Huber dosfs: Fix msdos_utf8_normalize_and_fold() It is all right in case … 5
(edit) @a60db69   02/27/17 10:50:30 Sebastian Huber dosfs: Fix FAT32 formatter The second FAT entry contains a bit to … 5
(edit) @267de79a   02/27/17 09:40:49 Sebastian Huber dosfs: Directories should have a file size of 0 Close #2755. 5
(edit) @d9c65429   02/13/17 14:13:02 Sebastian Huber dosfs: Fix msdos_find_file_in_directory() For a filename match the … 5
(edit) @2711914f   01/23/17 07:06:41 Sebastian Huber Use <sys/endian.h> Update #2803. 5
(edit) @665f03a   07/12/16 10:43:06 joel DOSFS - LENGHT -> LENGTH closes #2756, 5
(edit) @a7f0096   06/06/16 10:50:23 Sebastian Huber dosfs: Use proper semaphore attr for mutex Close #2727. 5
(edit) @452b7f8   05/18/16 07:17:09 Sebastian Huber fat: Fix for invalid cluster sizes A cluster size > 32KiB resulted in … 5
(edit) @d8ec270b   04/07/16 08:29:09 Sebastian Huber libblock: Drop superfluous <stdlib.h> include Drop superfluous … 5
(edit) @92422be   03/10/15 13:54:30 Gedare Bloom dosfs: avoid buffer-overread. closes #2292. 4.115
(edit) @f60b4f93   04/27/15 07:10:49 Sebastian Huber dosfs: Fix warning fix 4.115
(edit) @cc69334f   03/06/15 16:35:40 Joel Sherrill Fix a number of minor Doxygen formatting issues 4.115
(edit) @c735cd5   03/05/15 09:34:28 Sebastian Huber dosfs: Fix warnings 4.115
(edit) @eb77534   02/09/15 14:37:00 Sebastian Huber Filesystem: Delete unused fsmountme_h handler 4.115
(edit) @c625a641   12/21/14 19:12:28 Sebastian Huber Filesystem: Delete node type operation Use the fstat handler instead. 4.115
(edit) @8dbbea6b   11/27/14 15:29:16 Joel Sherrill msdos_file.c: Reverse return codes per Gedare 4.115
(edit) @43d6a28   11/19/14 20:39:14 josh.oguin dosfs/msdos_misc.c: Remove unnecessary operation CodeSonar? flagged … 4.115
(edit) @21c0ca8   11/19/14 20:38:16 josh.oguin dosfs/msdos_file.c: Return an error if it occurs CodeSonar? flagged … 4.115
(edit) @10f28a3a   11/19/14 20:36:44 josh.oguin dosfs/msdos_conv.c: Remove unnecessary operations These were flagged … 4.115
(edit) @e8abdfb   11/20/14 23:21:05 Joel Sherrill dosfs/fat_fat_operations.c: Explicitly ignore return (Coverity ID … 4.115
(edit) @8f73af85   11/20/14 23:19:13 Joel Sherrill dosfs/msdos_format.c: Dead code removal (Coverity ID 1255325) … 4.115
(edit) @11925eef   11/21/14 07:49:57 Sebastian Huber Delete or rename MIN/MAX macros and defines Include <sys/param.h> if … 4.115
(edit) @7bfa0970   11/17/14 12:00:17 Sebastian Huber dosfs: Avoid MIN() re-definition 4.115
(edit) @cf4f962   10/23/14 06:21:26 Sebastian Huber dosfs: Write meta-data only if it changed 4.115
(edit) @a7eaaae8   10/20/14 07:33:34 Sebastian Huber dosfs: Support ctime and mtime Implement ctime and mtime updates … 4.115
(edit) @4c9f02d   09/11/14 11:04:42 Sebastian Huber dosfs: Check error status 4.115
(edit) @39840438   05/16/14 13:34:33 Sebastian Huber dosfs: Fix read from invalid memory area 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @ba386a6   01/31/14 18:28:47 Joel Sherrill dosfs/fat.c: Remove use of register keyword 4.115
(edit) @56bea43   12/16/13 13:26:29 Sebastian Huber Filesystem: Use default kqfilter and poll handler 4.115
(edit) @2f68778   12/16/13 12:44:13 Sebastian Huber Filesystem: Add readv/writev handlers The readv() and writev() … 4.115
(edit) @03e54614   11/27/13 19:06:16 Joel Sherrill statvfs filesystem handlers: Remove restrict 4.115
(edit) @bb81e04   11/21/13 22:54:21 Daniel Ramirez statvfs and ALL filesystem handlers: Add restrict keyword. 4.115
(edit) @e89ed92   10/18/13 16:08:00 ralf.kirchner dosfs: Ensure initially the sector size is used as bdbuf block size 4.115
(edit) @3dbb68d   09/10/13 08:48:23 ralf.kirchner dosfs: Correct handling of iconv() return value 4.115
(edit) @b6cfbab4   09/05/13 18:03:00 Gedare Bloom dosfs: Eliminate empty case statements that fall through to default. … 4.115
(edit) @a8007dc2   09/05/13 17:15:33 Gedare Bloom dosfs: Unsigned compared against 0 Change the type for storing the … 4.115
(edit) @e4c1926   09/05/13 17:09:37 Gedare Bloom dosfs: Unsigned compared against 0 Fix the type of "cmpltd" to be … 4.115
(edit) @551468c   09/05/13 16:58:34 Gedare Bloom dosfs: Unintentional integer overflow Explicitly promote 32-bit … 4.115
(edit) @389ffb28   08/21/13 12:58:26 Sebastian Huber dosfs: Use unprotected chain operations This area is protected by the … 4.115
(edit) @961669d   06/14/13 13:30:37 Sebastian Huber documentation: Fix Doxygen comments 4.115
(edit) @9bfd7ff   06/06/13 10:07:50 Sebastian Huber dosfs: Documentation 4.115
(edit) @27170bae   05/31/13 08:49:59 ralf.kirchner dosfs: Documentation 4.115
(edit) @83a4cbb   05/23/13 13:48:54 ralf.kirchner dosfs: UTF-8 Support: Multibyte conversions Add optional conversion … 4.115
(edit) @d2e0bb3   05/22/13 10:16:18 ralf.kirchner dosfs: UTF-8 Support: UI, backwards compatibility User interface and … 4.115
(edit) @e67025e   05/22/13 10:10:33 ralf.kirchner dosfs: Add RTEMS_DOSFS_SEMAPHORES_PER_INSTANCE 4.115
(edit) @a0f3ce2   05/14/13 14:18:04 ralf.kirchner dosfs: Fix typo 4.115
(edit) @56f22600   05/16/13 09:23:46 Andrey Mozzhuhin dosfs: Add statvfs() support 4.115
(edit) @2434555   02/27/13 10:00:26 Andreas Heinig dosfs: PR2091: Fix warning 4.115
(edit) @d06d4ab   02/27/13 09:40:13 Andreas Heinig dosfs: PR2092: Delete unused function 4.115
(edit) @78a50d9   02/18/13 07:36:55 Sebastian Huber dosfs: Fix file length update 4.115
(edit) @cd85e84   02/15/13 15:57:21 Sebastian Huber dosfs: Start scan with a valid data cluster Simpify the loop. Set … 4.115
(edit) @df8c2d7   02/15/13 15:53:53 Sebastian Huber dosfs: Fix file extend Only append a valid cluster chain (cluster … 4.115
(edit) @0c9b35e8   02/15/13 15:52:05 Sebastian Huber dosfs: Ensure valid data cluster count 4.115
(edit) @eefeefdd   01/30/13 09:31:40 Sebastian Huber dosfs: Always release the buffers Release the buffers also if this is … 4.115
(edit) @b697bc6   01/10/13 21:06:42 Joel Sherrill cpukit: Use Consistent Beginning of Doxygen Group Notation This is … 4.115
(edit) @b10825c   01/10/13 19:29:41 Joel Sherrill cpukit: Add EOL on files missing EOL at EOF 4.115
(edit) @2305f97   01/04/13 14:39:30 matkallada libfs: Doxygen Clean Up Task #2 There were minor conflicts and the … 4.115
(edit) @4e59276   12/28/12 14:05:20 matkallada libfs: Doxygen Enhancement Task #5 4.115
(edit) @d883ce2   12/20/12 14:22:52 matkallada libfs: Doxygen Enhancement Task #6" 4.115
(edit) @4fdc3ee0   12/13/12 17:21:08 Sebastian Huber dosfs: Avoid error caused by bdbuf configuration The success of a … 4.115
(edit) @4b8e01f   12/13/12 10:08:03 Sebastian Huber dosfs: Add sync_device option for msdos_format() 4.115
(edit) @60e8cd4   12/13/12 08:58:33 Sebastian Huber dosfs: Fix error status handling 4.115
(edit) @465b0865   12/12/12 16:42:24 ralf.kirchner dosfs: Bugfix for disks of for example 100MB size 4.115
(edit) @26d6eddb   12/12/12 16:13:54 ralf.kirchner dosfs: Whitespace change 4.115
(edit) @253b3e5   12/12/12 16:09:41 ralf.kirchner dosfs: Fix request evaluation Return the ability to set a cluster … 4.115
(edit) @42a22f08   12/05/12 12:43:34 ralf.kirchner dosfs: Cluster write optimization Separate cluster write from sector … 4.115
(edit) @a20fbe7   11/28/12 13:43:32 ralf.kirchner dosfs: Block size optimization Change block size of bdbuf to the … 4.115
(edit) @697cf9df   11/29/12 13:35:23 ralf.kirchner dosfs: Documentation 4.115
(edit) @a0bc1dc   12/05/12 12:58:19 ralf.kirchner dosfs: Delete fattype parameter for msdos_format() Delete fattype … 4.115
(edit) @5b8d935a   12/05/12 13:11:26 ralf.kirchner dosfs: Add skip_alignment for msdos_format() Add skip_alignment … 4.115
Note: See TracRevisionLog for help on using the revision log.