This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
from d6070cdfc usrsock:aggregrate more data into single recf_from response
new 58c3dbac9 Revert "netutils: Make telnetd_daemon() in public"
new 12863fbd5 system/telnet: Fix the style warning
new 36a0c924f netutils: Support telnetd in the kernel mode
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:
examples/nxterm/nxterm_main.c | 10 --
examples/telnetd/Makefile | 4 +-
examples/telnetd/telnetd.c | 16 +--
include/netutils/telnetd.h | 77 +++--------
netutils/telnetd/Kconfig | 22 ---
netutils/telnetd/Makefile | 2 -
netutils/telnetd/telnetd_daemon.c | 282 ++++++++++----------------------------
nshlib/Kconfig | 51 +------
nshlib/README.md | 18 ++-
nshlib/nsh.h | 43 ------
nshlib/nsh_command.c | 8 --
nshlib/nsh_telnetd.c | 153 ++++-----------------
system/nsh/nsh_main.c | 10 --
system/telnet/telnet_client.c | 37 +++--
system/telnetd/Kconfig | 9 +-
system/telnetd/telnetd.c | 74 +++++++---
16 files changed, 226 insertions(+), 590 deletions(-)