source: rtems/cpukit/libfs/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8ddd92d   12/14/17 05:12:59 Sebastian Huber pipe: Use self-contained mutex Update #2843. 5
(edit) @0940648f   12/13/17 15:23:34 Sebastian Huber RFS: Use self-contained recursive mutex Update #2843. 5
(edit) @3b77417   12/13/17 15:15:25 Sebastian Huber dosfs: Use self-contained recursive mutex Update #2843. 5
(edit) @b17bcb3   12/13/17 05:18:28 Sebastian Huber JFFS2: 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) @6bb9b3df   01/23/18 07:00:11 Sebastian Huber rfs: Fix format warning Update #3082. 5
(edit) @5fb838d   01/22/18 11:32:46 Sebastian Huber rfs: Fix for 64-bit targets The RTEMS_BLKIO_SETBLKSIZE IO control … 5
(edit) @295ca7d   12/13/17 07:23:41 Sebastian Huber RFS: Include <rtems/rtems-rfs-shell.h> Prepare for header file move … 5
(edit) @7d9455e   12/13/17 07:07:22 Sebastian Huber pipe: Include <rtems/pipe.h> Prepare for header file move to common … 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) @339069fc   12/13/17 07:02:09 Sebastian Huber devfs: Include <rtems/devfs.h> Prepare for header file move to common … 5
(edit) @a397c7d8   12/13/17 07:00:02 Sebastian Huber IMFS: Include <rtems/imfs.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) @e2fe881a   09/27/17 12:37:07 Sebastian Huber score: Simplify red-black tree debug support Make the RBTree_Node … 5
(edit) @d4c5441   09/13/17 08:42:21 Sebastian Huber libio: Add rtems_libio_iop_is_append() Update #3132. 5
(edit) @3cffd66d   09/13/17 08:36:11 Sebastian Huber libio: Add rtems_libio_iop_is_writeable() Update #3132. 5
(edit) @bbcdc302   09/13/17 08:24:25 Sebastian Huber libio: Add rtems_libio_iop_is_no_delay() Update #3132. 5
(edit) @e2b1db23   09/13/17 11:30:30 Sebastian Huber libio: Add rtems_libio_iop_flags() Update #3132. 5
(edit) @856ede4f   09/13/17 08:11:46 Sebastian Huber libio: Add iop set/clear flags 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) @b2ed712   08/25/17 08:58:58 Sebastian Huber Include missing <string.h> Update #2133. 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) @643b820   06/06/17 09:11:49 Sebastian Huber Include missing <sys/param.h> Some kernel-space header expect that … 5
(edit) @787f51f   06/06/17 09:08:16 Sebastian Huber Do not include <sys/ioctl.h> in kernel-space Update #2833. 5
(edit) @54bdf0c   04/14/17 18:55:48 joel rtems/inttypes.h: New file. Uses contents from cpukit Provide … 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) @5bfeddc0   02/21/17 08:01:49 Sebastian Huber termios: Add kqueue() and poll() support Real implementation is … 5
(edit) @df184eb   08/10/15 04:21:02 Nick Withers Remove old CVS keywords Update #2388. 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) @c0151e6   01/23/17 13:38:35 Sebastian Huber nfsclient: Fix suspicious condition Close #2700. 5
(edit) @66bd19ea   01/19/17 13:10:42 Sebastian Huber JFFS2: Fix typo 5
(edit) @ab834d65   12/20/16 07:23:49 Sebastian Huber JFFS2: RTEMS_JFFS2_ON_DEMAND_GARBAGE_COLLECTION Update #2844. 5
(edit) @ade135d4   12/19/16 09:19:44 Sebastian Huber JFFS2: Add RTEMS_JFFS2_FORCE_GARBAGE_COLLECTION Add IO control to … 5
(edit) @07c833f   12/19/16 08:54:16 Sebastian Huber JFFS2: Add RTEMS_JFFS2_GET_INFO Add IO control RTEMS_JFFS2_GET_INFO … 5
(edit) @d496e097   09/16/16 11:56:08 Sebastian Huber imfs: Untangle dependencies This helps to use … 5
(edit) @a3e9ae5d   09/16/16 11:54:18 Sebastian Huber imfs: Fix IMFS_stat_file() Use the adjusted and not the requested … 5
(edit) @da15db78   08/24/16 13:25:33 Sebastian Huber score: Improve red-black tree debug support Ensure that we extract a … 5
(edit) @aaaf9610   08/08/16 06:44:51 Sebastian Huber score: Add debug support to red-black trees This helps to detect … 5
(edit) @612297e8   07/12/16 10:44:17 joel Misc: Spell length correctly 5
(edit) @665f03a   07/12/16 10:43:06 joel DOSFS - LENGHT -> LENGTH closes #2756, 5
(edit) @ede1a41   06/21/16 11:12:31 Sebastian Huber Make rtems/print.h independent of rtems/bspIo.h 5
(edit) @c75aa86   06/06/16 10:51:59 Sebastian Huber pipe: Use proper semaphore attr for mutex Close #2728. 5
(edit) @a7f0096   06/06/16 10:50:23 Sebastian Huber dosfs: Use proper semaphore attr for mutex Close #2727. 5
(edit) @c16e54a   05/23/16 05:25:36 Chris Johns libfs/jff2: Avoid printk format warnings. This change does not fix … 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) @a2aa920   04/22/16 06:00:40 Sebastian Huber nfsclient: Fix warnings 5
(edit) @d8ec270b   04/07/16 08:29:09 Sebastian Huber libblock: Drop superfluous <stdlib.h> include Drop superfluous … 5
(edit) @f9f7321e   12/22/15 06:56:57 Sebastian Huber Filesystem: Remove superfluous permission checks The permission is … 5
(edit) @9394aa5e   11/23/15 09:09:06 pisa untar: do not exit with error when created directory already exists. … 5
(edit) @f97536d   10/16/15 06:21:48 Sebastian Huber basdefs.h: Add and use RTEMS_UNUSED 5
(edit) @7d59bb6   10/21/15 07:52:36 Sebastian Huber RFS: Fix resource leak Close #2433. 5
(edit) @f8202273   08/31/15 09:30:36 Sebastian Huber JFFS2: Use RTEMS red-black tree implementation 5
(edit) @040ddd2   08/06/15 02:17:41 Nick Withers Respect 232 - 1 B NFSv2 maximum file size closes #2384 5
(edit) @1cfe012   06/19/15 12:24:27 Sebastian Huber nfsclient: Use an interrupt lock 4.115
(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) @9f10911   04/22/15 19:29:21 Sebastian Huber score: Delete Thread_queue_Control::state Use a parameter for … 4.115
(edit) @4727585   03/20/15 15:42:33 Joel Sherrill imfs.h: Add cast to remove warning for pointer/integer size mismatch 4.115
(edit) @e6f4a612   03/16/15 19:28:20 Sebastian Huber IMFS: NUL-terminate name returned by readdir() 4.115
(edit) @4b7df86   03/13/15 21:10:08 Joel Sherrill cpukit/libdl/rtl-obj-comp.c: Use correct printf() specification 4.115
(edit) @674f8b1b   03/16/15 17:23:36 jamie IMFS: don't strlen() an unterminated string in IMFS_dir_read(). … 4.115
(edit) @b4d1f08   03/16/15 16:14:15 Gedare Bloom rfs: cast minor to uintptr_t to truncate explicitly 4.115
(edit) @e0eb07a   03/06/15 19:26:12 Joel Sherrill Fix more Doxygen typos 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) @2c88438   03/05/15 09:26:22 Sebastian Huber IMFS: Fix warning 4.115
(edit) @29d36fa   03/05/15 08:58:43 Sebastian Huber IMFS: Include missing header file 4.115
(edit) @81c73acf   03/05/15 08:58:22 Sebastian Huber IMFS: Fix warning 4.115
(edit) @a45dfa14   02/20/15 08:42:15 Sebastian Huber IMFS: Fix copy on write for linfiles 4.115
(edit) @fd14430   02/18/15 16:06:05 Sebastian Huber IMFS: Silence warning 4.115
(edit) @a43a3466   02/15/15 09:38:15 Sebastian Huber IMFS: Implement variable length node names This reduces the average … 4.115
(edit) @f785492   02/14/15 19:07:19 Sebastian Huber IMFS: Add CONFIGURE_IMFS_DISABLE_READDIR 4.115
(edit) @a9df916   02/08/15 18:43:09 Sebastian Huber IMFS: Add fine grained configuration Remove miniIMFS. Statically … 4.115
(edit) @a2f5c7e1   02/08/15 15:09:27 Sebastian Huber IMFS: Allow static initialization of FS info 4.115
(edit) @11026956   02/06/15 19:50:49 Sebastian Huber IMFS: Fix resource leak 4.115
(edit) @60cf8a5   02/06/15 15:32:39 Sebastian Huber IMFS: Add root directory to FS info Fix memory leak in IMFS_fsunmount(). 4.115
(edit) @9247d3f   02/05/15 15:58:09 Sebastian Huber IMFS: Simplify IMFS_symlink() 4.115
(edit) @e4d35d8   02/05/15 15:43:58 Sebastian Huber IMFS: Split linfile and memfile modules Make several functions static. 4.115
(edit) @24ec25d   02/05/15 15:14:59 Sebastian Huber IMFS: Introduce IMFS_mknod_control Drop IMFS_node_control::node_size … 4.115
(edit) @194eb007   02/12/15 19:52:16 Sebastian Huber Filesystem: Use ENOTSUP for default mount/unmount 4.115
(edit) @eb77534   02/09/15 14:37:00 Sebastian Huber Filesystem: Delete unused fsmountme_h handler 4.115
(edit) @924cbd4f   01/31/15 20:27:01 Sebastian Huber IMFS: Simplify ino generation The type of ino_t is unsigned long, so … 4.115
Note: See TracRevisionLog for help on using the revision log.