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.git
from 198747322c1 boards/lm3s6965-ek: Link the protected kernel against
kflash.
new 3635004dcd8 libs/libc/grp: fix getgrbuf_r() pointer-alignment padding
new 3cbf6f21680 libc: add wait4()
new c1891e07c91 fs: resolve a trailing lone '.' path component
new 9f0f886c305 boards: sim: add sim:toybox defconfig
new edbc03e40a3 boards: stm32f4discovery: add toybox defconfig
new fdcd0ec317a Documentation: add apps/system/toybox entry
new 36bcebb9c4a boards: sim: enable CONFIG_LIBC_LOCALTIME for sim:toybox
The 7 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:
Documentation/applications/system/toybox/index.rst | 54 ++++++++++++++++++++++
.../configs/{nsh => toybox}/defconfig | 19 ++++----
.../sim/sim/sim/configs/{nsh => toybox}/defconfig | 14 +++---
fs/inode/fs_inodesearch.c | 29 +++++++++---
include/sys/wait.h | 9 ++++
libs/libc/grp/lib_getgrbufr.c | 10 +++-
libs/libc/unistd/CMakeLists.txt | 4 ++
libs/libc/unistd/Make.defs | 4 ++
.../libc/unistd/lib_wait4.c | 53 ++++++++-------------
9 files changed, 139 insertions(+), 57 deletions(-)
create mode 100644 Documentation/applications/system/toybox/index.rst
copy boards/arm/stm32f4/stm32f4discovery/configs/{nsh => toybox}/defconfig
(80%)
copy boards/sim/sim/sim/configs/{nsh => toybox}/defconfig (90%)
copy boards/arm/nrf53/common/src/nrf53_adxl362.c =>
libs/libc/unistd/lib_wait4.c (63%)