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-apps.git
from 5d2145aee system/uorb: fix listener_top not showing topic data
new 80ee6d845 system/nxinit: Handle trailing file '\0'
new 596c6a15d system/nxinit: fix compilation errors in action.c
new cce4e95d1 system/nxinit: fix uninitialized 'wstatus' warning
new 4f9c20a3d system/nxinit: Fix timespec incomplete error in action.h
new ea57dbd12 system/nxinit: prevent parser from reading past string
boundry
new 21a8840a2 system/nxinit: Avoid SIGCHLD race with ppoll()
new e4937b993 system/nxinit: fix unused variable warning
new ae022c8e2 system/nxinit: Fix missing check for import argument
new c265c95c2 system/nxinit: Fix signal mask inheritance
new 494c608d9 system/nxinit: fix init parser to handle multiple quoted
arguments
The 10 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:
system/nxinit/action.c | 2 +-
system/nxinit/action.h | 2 ++
system/nxinit/builtin.c | 72 ++++++++++++++++++++++++++++++++++++-------------
system/nxinit/import.c | 8 +++++-
system/nxinit/init.c | 19 +++++++++++--
system/nxinit/parser.c | 12 ++++++++-
system/nxinit/service.c | 29 +++++++++++++++++++-
7 files changed, 119 insertions(+), 25 deletions(-)