You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/07/28 15:08:21 UTC

[nuttx] branch master updated (9d67c7b6ac -> dfa6a43744)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 9d67c7b6ac binfmt/elf: both regular file and non-regular file (such as /dev/node) should be accessible
     add e4739ab575 fs/tmpfs: add munmap interface for tmpfs file map
     add 88161bfca5 fs/mmap: add sanity check
     add dfa6a43744 fs/mmap: fix wrong return value check

No new revisions were added by this update.

Summary of changes:
 fs/mmap/fs_mmap.c   |  7 +++++++
 fs/mmap/fs_munmap.c | 14 +++++++++++++-
 fs/tmpfs/fs_tmpfs.c | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 66 insertions(+), 2 deletions(-)