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 5d643b3bef sys/socket/scm: return NULL when cmsg_len is zero
     add 96a45e2c75 sched/misc:add linux-like reboot notifier list

No new revisions were added by this update.

Summary of changes:
 Documentation/reference/os/index.rst               |  1 +
 Documentation/reference/os/notifier.rst            | 95 ++++++++++++++++++++++
 boards/boardctl.c                                  |  3 +
 include/nuttx/notifier.h                           | 67 +++++++++++++++
 .../nuttx/{panic_notifier.h => reboot_notifier.h}  | 38 ++++-----
 sched/misc/Make.defs                               |  2 +-
 sched/misc/assert.c                                |  3 +
 sched/misc/{panic_notifier.c => reboot_notifier.c} | 29 ++++---
 8 files changed, 203 insertions(+), 35 deletions(-)
 create mode 100644 Documentation/reference/os/notifier.rst
 copy include/nuttx/{panic_notifier.h => reboot_notifier.h} (73%)
 copy sched/misc/{panic_notifier.c => reboot_notifier.c} (76%)

Reply via email to