You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gu...@apache.org on 2021/07/09 21:23:42 UTC

[incubator-nuttx] branch master updated (ee76702 -> 2fa1e55)

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

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


    from ee76702  fs: Remove the inernal st_count field from struct stat
     add b7653e2  fs: Add parent node of inode
     add 2fa1e55  libc: Implement ttyname and ttyname_r

No new revisions were added by this update.

Summary of changes:
 fs/inode/Make.defs                                 |  4 +-
 fs/inode/{fs_inodeaddref.c => fs_inodegetpath.c}   | 39 ++++++++----
 fs/inode/fs_inoderemove.c                          |  3 +-
 fs/inode/fs_inodereserve.c                         |  6 +-
 fs/inode/inode.h                                   | 10 +++
 fs/vfs/fs_fcntl.c                                  | 10 +++
 fs/vfs/fs_ioctl.c                                  |  7 +++
 fs/vfs/fs_rename.c                                 |  3 +-
 include/fcntl.h                                    |  1 +
 include/limits.h                                   |  1 +
 include/nuttx/fs/fs.h                              |  1 +
 include/nuttx/fs/ioctl.h                           |  3 +
 include/unistd.h                                   |  3 +
 libs/libc/termios/Make.defs                        |  1 +
 .../termios/{lib_tcgetattr.c => lib_ttyname.c}     | 51 ++++++++-------
 .../lib_ttynamer.c}                                | 73 ++++++++++------------
 16 files changed, 135 insertions(+), 81 deletions(-)
 copy fs/inode/{fs_inodeaddref.c => fs_inodegetpath.c} (75%)
 copy libs/libc/termios/{lib_tcgetattr.c => lib_ttyname.c} (62%)
 copy libs/libc/{pthread/pthread_conddestroy.c => termios/lib_ttynamer.c} (57%)