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

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


    from d33e20fa1c5 drivers/contactless/pn532: Fix Stack Overflow in PN532 
Contactless Driver
     new 370d89a0121 sched/group: implement POSIX saved-set-UID/GID semantics
     new fec3c5bc076 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