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 68aa7a838 games/brickmatch: add touchscreen input and module support
new bcf2cd179 nshlib: add chroot command
new f75251f7e nshlib: close extra fds before jailed execvp
new 0b3d36a1a testing: add ostest coverage for chroot
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:
nshlib/Kconfig | 5 +
nshlib/nsh.h | 3 +
nshlib/nsh_command.c | 5 +
nshlib/nsh_envcmds.c | 94 +++++++++++++
testing/ostest/CMakeLists.txt | 8 ++
testing/ostest/Makefile | 8 ++
testing/ostest/chroot.c | 304 ++++++++++++++++++++++++++++++++++++++++++
testing/ostest/ostest.h | 7 +
testing/ostest/ostest_main.c | 14 ++
9 files changed, 448 insertions(+)
create mode 100644 testing/ostest/chroot.c