Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 32 and Version 33 of Release/4.10


Ignore:
Timestamp:
06/12/09 06:05:05 (15 years ago)
Author:
ChrisJohns
Comment:

/* General */

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.10

    v32 v33  
    101101
    102102 *  New API for Universally Unique Identifiers.
     103
     104 *  RTEMS file system generics have changed removing the {{{rtems_filesystem_evaluate_parent</code>. This call found the parent by evaluating the path ".." on a node how-ever some file systems cannot do this. The {{{rmnod</code> and {{{unlink</code> calls now evaluate the parent path first then the child node with a relative evaluation from the parent. To do this a path length was added to the evaluate call and all file system handlers. Note, some file system such the NFS client still have a work around.
     105
     106 *  The IMFS file system now handles all POSIX flags correctly in the chmod call and ignores flags that are not permission flags.
    103107= BSPs and Device Drivers =
    104108