source: rtems/cpukit/libfs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @5b34e7a   01/16/14 12:05:13 Sebastian Huber IMFS: Improved support for generic nodes The … 4.115
(edit) @45e82bb8   01/16/14 12:02:50 Sebastian Huber IMFS: Allow sockets as generic nodes 4.115
(edit) @c1d8ee4   12/17/13 09:59:13 Sebastian Huber libcsupport: Accept NULL for zero-length entries 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) @a9619f3c   12/18/13 17:00:42 alan.cudmore For PR 2164 - RFS File System - fix bitmap_create_search loop bug … 4.115
(edit) @9b48dc6   12/18/13 17:37:47 alan.cudmore For PR 2162 - RFS File System - statvfs reports 1 block free This is … 4.115
(edit) @e60b7b1   12/18/13 16:39:19 alan.cudmore For PR 2163 - RFS File System - fix group search algorithm bug This … 4.115
(edit) @fb664a2   12/16/13 09:55:27 Sebastian Huber nfsclient: Move defines to cover all header files 4.115
(edit) @99c2323   12/13/13 12:57:06 Sebastian Huber JFFS2: Do not re-define struct iovec 4.115
(edit) @98e5c95   12/11/13 08:39:09 Sebastian Huber PR2160: imfs: Use ENOSYS for unsupported nodes Return an error status … 4.115
(edit) @c59f668   12/10/13 04:00:27 Chris Johns PR2138: rtems_rfs_rtems_initialize() can erroneously set errno. Patch … 4.115
(edit) @9da8740   12/10/13 01:33:22 Chris Johns PR2159: Have the FIFO driver read follow POSIX standard. The read … 4.115
(edit) @b51d8a4   12/10/13 01:30:20 Chris Johns libfs/imfs: Set the FIFO control block. The FIFO was incorrectly set … 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) @8cb2882   10/31/13 14:00:20 Sebastian Huber Filesystem: Add kernel event filter handler This handler is necessary … 4.115
(edit) @16829460   10/31/13 14:00:14 Sebastian Huber Filesystem: Add poll() handler This handler is necessary to implement … 4.115
(edit) @ba120d1   10/31/13 13:17:57 Sebastian Huber Filesystem: Use ENOTTY for default ioctl() handler This is in line … 4.115
(edit) @73e7345   10/27/13 17:49:01 Sebastian Huber IMFS: Use IMFS_mtime_ctime_update() 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) @1f724a0   10/16/13 12:45:00 Sebastian Huber RFS: Include missing header file 4.115
(edit) @3c2bb22   10/11/13 14:22:00 Sebastian Huber Return EINVAL in default ftruncate() handler According to POSIX this … 4.115
(edit) @40eea001   09/22/13 15:36:57 Joel Sherrill nfsclient/src/dirutils.c: Fix missing prototype warnings 4.115
(edit) @3c96bee   09/12/13 13:32:07 Sebastian Huber JFFS2: Add RTEMS support 4.115
(edit) @78b85286   09/12/13 14:53:41 Sebastian Huber JFFS2: Update Linux compatibility layer Modify compatbility layer for … 4.115
(edit) @672038b   09/12/13 14:46:51 Sebastian Huber JFFS2: Import from eCos Import of Linux compatibility layer and JFFS2 … 4.115
(edit) @0c0f128   09/12/13 13:57:47 Sebastian Huber JFFS2: Import from Linux Import of Journalling Flash File System, … 4.115
(edit) @c5b2d79   09/13/13 13:17:57 Sebastian Huber IMFS: Fix truncate according to POSIX ftruncate() and open() with … 4.115
(edit) @f82851c5   09/13/13 13:17:35 Sebastian Huber IMFS: Use inline functions instead of macros 4.115
(edit) @b6657c39   09/11/13 08:34:02 Sebastian Huber Filesystem: Add and use rtems_filesystem_chmod() Implement POSIX … 4.115
(edit) @3dbb68d   09/10/13 08:48:23 ralf.kirchner dosfs: Correct handling of iconv() return value 4.115
(edit) @8ee95e6   09/05/13 18:44:24 Gedare Bloom imfs: use safe string functions Replace strcpy and strcat with … 4.115
(edit) @97ae1eeb   09/05/13 18:13:32 Gedare Bloom imfs: check return value from mkdir 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) @c963ac7   09/05/13 17:44:04 Gedare Bloom nfs: Fix ln option processing. If opts is NULL, then strchr() will … 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) @a6d35256   09/05/13 15:53:39 Gedare Bloom IMFS: Resource leak Free fs_info in case root_node is NULL. 4.115
(edit) @a839d62   08/26/13 08:31:46 Sebastian Huber RFS: Use unprotected chain operations This area is protected by the … 4.115
(edit) @630365b   08/23/13 07:43:53 Sebastian Huber Filesystem: Avoid usage of uninitialized variable This is a cosmetic … 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) @712c62d   08/09/13 07:38:36 Nick Withers Add "const void* data" parameter to rtems_rfs_rtems_initialize()'s … 4.115
(edit) @ae75429   08/06/13 14:10:26 Sebastian Huber PR766: Delete RTEMS_VIOLATE_KERNEL_VISIBILITY 4.115
(edit) @ffa2defc   08/06/13 08:58:58 rdiezmail-rtems Fix compiler warnings 4.115
(edit) @681f1985   07/27/13 13:57:05 Chris Johns Return the amount of data written when an error occurs rather than the … 4.115
(edit) @fe6c170c   07/24/13 14:19:52 Sebastian Huber score: Create states implementation header Move implementation … 4.115
(edit) @7660e8b3   07/23/13 11:32:58 Sebastian Huber Include missing <string.h> 4.115
(edit) @0b32bb8   07/19/13 08:42:39 Sebastian Huber rtems: Create barrier implementation header Move implementation … 4.115
(edit) @9165a5b0   06/18/13 12:14:43 Sebastian Huber IMFS: Fix reference count for debug enabled 4.115
(edit) @961669d   06/14/13 13:30:37 Sebastian Huber documentation: Fix Doxygen comments 4.115
(edit) @2d2352b   06/05/13 09:48:57 Sebastian Huber score: Add and use _Objects_Put() Add and use … 4.115
(edit) @9bfd7ff   06/06/13 10:07:50 Sebastian Huber dosfs: Documentation 4.115
(edit) @36ae561   06/04/13 13:51:35 Sebastian Huber nfsclient: Add rpcSetXIDs() 4.115
(edit) @a2854fd   06/04/13 13:43:39 Sebastian Huber nfsclient: Fix warnings 4.115
(edit) @442db915   06/04/13 13:34:49 Sebastian Huber nfsclient: Delete superfluous mask operation 4.115
(edit) @c295e09   06/04/13 12:57:04 Sebastian Huber nfsclient: Delete superfluous assignment 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) @f2a1ba5   03/22/13 14:30:16 Sebastian Huber libfs: Always use geteuid() and getegid() The two functions are … 4.115
(edit) @6d9ab345   03/18/13 14:19:35 Sebastian Huber IMFS: Fix NULL pointer access 4.115
(edit) @2434555   02/27/13 10:00:26 Andreas Heinig dosfs: PR2091: Fix warning 4.115
(edit) @01eff24   02/27/13 09:22:28 Sebastian Huber IMFS: PR2093: 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) @e858f70   01/10/13 23:06:06 Joel Sherrill cpukit: Fix many Doxygen warnings 4.115
(edit) @0c2f1e3   01/10/13 22:31:52 Joel Sherrill devfs: Doxygen Warning Removal and Cleanup 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) @ff1becb   01/10/13 19:22:57 Joel Sherrill rfs: Doxygen group cannot have a dash in it Change rtems-rfs to rtems_rfs 4.115
(edit) @a15eaaf   01/10/13 19:20:34 Joel Sherrill cpukit: Doxygen group fixes and many warnings addressed The output of … 4.115
(edit) @a89a2ec5   01/09/13 19:52:44 Sebastian Huber IMFS: Documentation 4.115
(edit) @f33a84b5   01/09/13 16:22:51 Sebastian Huber nfsclient: Return an error status in nfsInit() Avoid assert() and use … 4.115
(edit) @e354eb4f   01/08/13 14:02:58 alexivanov97 libfs: Doxygen Clean Up Task #14.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) @3cf4031   12/28/12 23:48:12 alexivanov97 Header File Doxygen Enhancement Task #1 4.115
(edit) @9ab091e   12/28/12 16:35:32 matkallada Header File Doxygen Enhancement Task #2 4.115
(edit) @8587b01   12/28/12 14:26:30 kolaveridi87 libfs: Doxygen Enhancement Task #4 4.115
(edit) @4e59276   12/28/12 14:05:20 matkallada libfs: Doxygen Enhancement Task #5 4.115
(edit) @36f3207   12/28/12 13:49:39 alexivanov97 libfs: Doxygen Enhancement Task #3 4.115
(edit) @9fd4d0d1   12/21/12 20:38:00 Sebastian Huber IMFS: Documentation 4.115
(edit) @3b91605   12/21/12 11:21:11 Sebastian Huber IMFS: Fix resource leak in IMFS_allocate_node() 4.115
(edit) @ef5e452   12/20/12 15:45:31 alexivanov97 libfs: Doxygen Enhancement Task #1 4.115
(edit) @d883ce2   12/20/12 14:22:52 matkallada libfs: Doxygen Enhancement Task #6" 4.115
(edit) @11109ea   12/18/12 20:46:38 alexivanov97 libfs: Doxygen Enhancement Task #24.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) @d0b9295f   12/14/12 09:17:04 Sebastian Huber Fix spelling 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
Note: See TracRevisionLog for help on using the revision log.