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 d36b7fea45 timerfd: remove timeout work and do notify in isr
     new 3927d878e4 signal/nxsig_pengingset: move nxsig_pendingset to common 
header
     new 9244b5a737 signal: Support sigaction:sa_user, siginfo_t:si_user with 
user info
     new f85d9a9332 fs/signalfd: using file descriptor to accept signal

The 3 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:
 fs/vfs/Kconfig                        |  16 ++
 fs/vfs/Make.defs                      |   6 +
 fs/vfs/fs_signalfd.c                  | 403 ++++++++++++++++++++++++++++++++++
 include/nuttx/signal.h                |  19 ++
 include/signal.h                      |   3 +
 include/sys/{timerfd.h => signalfd.h} |  58 ++---
 sched/signal/sig_action.c             |   1 +
 sched/signal/sig_dispatch.c           |  19 ++
 sched/signal/sig_pending.c            |  17 +-
 sched/signal/signal.h                 |   4 -
 10 files changed, 510 insertions(+), 36 deletions(-)
 create mode 100644 fs/vfs/fs_signalfd.c
 copy include/sys/{timerfd.h => signalfd.h} (71%)

Reply via email to