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-apps.git


    from e86c0b997 system/nxinit: skip empty lines in init.rc parser
     new df01c3cbf system/nxinit: Handle trailing file '\0'
     new 3d26835e0 system/nxinit: fix compilation errors in action.c
     new 62b74502f system/nxinit: fix uninitialized 'wstatus' warning
     new b0fdffb7f system/nxinit: Fix timespec incomplete error in action.h
     new 78bf19c83 system/nxinit: prevent parser from reading past string 
boundry
     new 84d6b1276 system/nxinit: Avoid SIGCHLD race with ppoll()
     new 63c691eae system/nxinit: fix unused variable warning
     new b73a5acf9 system/nxinit: Fix missing check for import argument
     new d79d8107b system/nxinit: Fix signal mask inheritance
     new 1d7d4fe67 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(-)

Reply via email to