You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/07/14 13:35:22 UTC

[incubator-nuttx] branch master updated (09f3a1e -> 82c17fd)

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

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


    from 09f3a1e  tcp_send_buffered: throttle IOB allocations for send
     add 0148e1d  fs: Support the root file system attributes(mode, uid, gid and time)
     add a0f2f6c  fs: Move umask to task_info_s
     add 82c17fd  sim/nsh: Enable the attributes and soflinks of pseduo file system

No new revisions were added by this update.

Summary of changes:
 boards/sim/sim/sim/configs/nsh/defconfig |  2 ++
 fs/Kconfig                               |  8 ++++++++
 fs/driver/fs_registerblockdriver.c       |  7 ++-----
 fs/driver/fs_registerdriver.c            |  7 ++-----
 fs/driver/fs_registermtddriver.c         |  7 ++-----
 fs/fat/fs_fat32.c                        |  4 ----
 fs/inode/fs_inodereserve.c               | 18 +++++++++++++-----
 fs/inode/inode.h                         |  4 +++-
 fs/mount/fs_mount.c                      |  5 +----
 fs/mqueue/mq_open.c                      | 13 ++++++++-----
 fs/nxffs/nxffs_open.c                    |  4 ----
 fs/romfs/fs_romfs.c                      |  4 ----
 fs/semaphore/sem_open.c                  | 11 +++++------
 fs/unionfs/fs_unionfs.c                  |  7 ++-----
 fs/vfs/fs_mkdir.c                        |  4 +++-
 fs/vfs/fs_open.c                         | 10 +++++-----
 fs/vfs/fs_rename.c                       |  9 +++++++--
 fs/vfs/fs_stat.c                         | 11 +++++++++++
 fs/vfs/fs_symlink.c                      |  2 +-
 include/nuttx/fs/fs.h                    | 14 ++++++++++----
 include/nuttx/mqueue.h                   |  8 +++-----
 include/nuttx/tls.h                      | 11 +++++------
 include/sys/stat.h                       |  1 +
 libs/libc/misc/lib_umask.c               | 27 +++++++++++++++++++--------
 sched/mqueue/mq_msgqalloc.c              |  4 +---
 25 files changed, 114 insertions(+), 88 deletions(-)