Lines Matching refs:a

3 This file contains a list of updates made to Reliance Edge over the course of
4 recent releases and a list of known issues.
10 - Added support for Linux as a host environment
14 - An additional host tool has been added for Linux only: `redfuse`. It is a
15 File System in User Space (FUSE) implementation, allowing a Reliance Edge
20 - Fixed a bug that could leave a directory in an invalid state after removing
21 files. For example, an affected directory might report a non-zero length even
23 - Fixed a bug that would leave the driver in a bad state if a mount operation
28 - Added support for a discard (trim) interface in the commercial kit. While
55 - A new per-volume configuration option has been added: users can specify a
56 number of times to retry a block device read, write or flush operation before
57 returning a failure. The configuration tool has been updated to version 1.0.2
59 - This added a new field to the volume configuration in redconf.c: existing
71 - Fixed a bug which prevented Reliance Edge from compiling if the File System
73 - Fixed a bug which would have returned an uninitialized value from
93 that all headers use the product prefix. If you created a port using v0.9,
96 - Add a new header for OS-specific MISRA C:2012 deviation macros, located at
97 os/\*/include/redosdeviations.h. If you created a port using v0.9, copy the
99 - Eliminated support for sector sizes less than 256. If using a smaller sector
100 size (say for a RAM disk), this must now be emulated in the implementation of
104 - This added a new macro to redconf.h: existing redconf.h files from v0.9 must
109 to be updated; for a file containing the old names, the new config tool will
113 - Fix a bug which would result in an error when attempting to create a name with
115 - Fix a bug where an open handle for an inode on one volume would prevent the
116 same inode number from being deleted on a different volume.