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

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


    from f442c6b05ef libs/libc/pthread/pthread_mutex: Fix robust mutex 
initialization
     new 14661fdba07 sched/group: implement POSIX saved-set-UID/GID semantics
     new d487c46a292 Documentation/sched: Add POSIX user identity transition 
docs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Documentation/implementation/index.rst            |  1 +
 Documentation/implementation/tasks_vs_threads.rst |  2 +
 Documentation/implementation/user_identity.rst    | 71 +++++++++++++++++++++++
 include/nuttx/sched.h                             | 10 ++--
 sched/Kconfig                                     | 19 ++++--
 sched/group/group_create.c                        |  6 +-
 sched/group/group_setegid.c                       | 17 +++++-
 sched/group/group_seteuid.c                       | 17 +++++-
 sched/group/group_setgid.c                        | 24 +++++++-
 sched/group/group_setuid.c                        | 24 +++++++-
 10 files changed, 167 insertions(+), 24 deletions(-)
 create mode 100644 Documentation/implementation/user_identity.rst

Reply via email to