nuttx-apps/nshlib
v-tangmeng 79232d8233 nsh: fix nsh redirect fd double close
avoid double-close of redirection fds

Signed-off-by: zhenwei fang <fangzhenwei@bytedance.com>
2026-04-27 10:36:59 +08:00
..
CMakeLists.txt App startup:merge nsh_builtin into nsh_fileapps 2026-04-20 15:20:14 +08:00
Kconfig fs: rename PSEUDOFS_SOFTLINKS to FS_LINKS 2026-04-20 15:20:16 +08:00
Make.defs Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),) 2026-04-20 15:05:00 +08:00
Makefile App startup:merge nsh_builtin into nsh_fileapps 2026-04-20 15:20:14 +08:00
nsh.h nshlib: Add stderr redirection support 2026-04-20 15:20:24 +08:00
nsh_alias.c toolchain/ghs: Fix green hills toolchain build Vela warnings 2026-04-20 15:18:17 +08:00
nsh_altconsole.c nsh: support watch command 2026-04-20 15:18:53 +08:00
nsh_builtin.c fix compile error 2026-04-20 15:20:13 +08:00
nsh_codeccmd.c nshlib/md5: Support reading from standard input 2026-04-20 15:19:55 +08:00
nsh_command.c fs: rename PSEUDOFS_SOFTLINKS to FS_LINKS 2026-04-20 15:20:16 +08:00
nsh_console.c nsh_console: Fixed the bug where the process could not be exited using Ctrl+C after redirecting the log. 2026-04-20 15:20:25 +08:00
nsh_console.h nshlib: Add stderr redirection support 2026-04-20 15:20:24 +08:00
nsh_consolemain.c Merge branch 'dev-merge-github-20230228' into dev 2026-04-20 15:12:39 +08:00
nsh_dbgcmds.c nshlib: disable nsh error print if NSH_DISABLE_ERROR_PRINT enabled 2026-04-20 15:09:38 +08:00
nsh_ddcmd.c bugfix:nsh_ddcmd type mismatchin conditional expression 2026-04-20 15:19:49 +08:00
nsh_envcmds.c Merge branch 'dev-merge-github-20230228' into dev 2026-04-20 15:12:39 +08:00
nsh_fileapps.c nshlib: Add stderr redirection support 2026-04-20 15:20:24 +08:00
nsh_fscmds.c nshlib/nsh_fscmd:improve symlink handling in ls_handler 2026-04-20 15:20:21 +08:00
nsh_fsutils.c If file name too long,can show next dir and no error info 2026-04-20 15:19:00 +08:00
nsh_init.c nsh: support watch command 2026-04-20 15:18:53 +08:00
nsh_login.c Replace all strncpy with strlcpy 2026-04-20 15:08:52 +08:00
nsh_mmcmds.c Use lib_get_tempbuffer Saving stack 2026-04-20 15:19:03 +08:00
nsh_mntcmds.c add -f for umount 2026-04-20 15:19:49 +08:00
nsh_modcmds.c nshlib: Remove the remaining CONFIG_FILE_STREAM dependence 2026-04-20 15:07:45 +08:00
nsh_netcmds.c net/ethernet: ARP can be configured on interface 2026-04-20 15:19:35 +08:00
nsh_parse.c nsh: fix nsh redirect fd double close 2026-04-27 10:36:59 +08:00
nsh_passwdcmds.c apps/nshlib: add the missing FAR macro for all source files 2026-04-20 15:05:33 +08:00
nsh_printf.c nshlib: Remove the remaining CONFIG_FILE_STREAM dependence 2026-04-20 15:07:45 +08:00
nsh_proccmds.c nsh/tools: add support for DISABLE_SIGNALS 2026-04-20 15:20:12 +08:00
nsh_prompt.c nsh: support watch command 2026-04-20 15:18:53 +08:00
nsh_routecmds.c netlib/setroute: fix dhcpd stack-overflow when calls netlib_set_dripv4addr with debug info-level 2026-04-20 15:17:26 +08:00
nsh_script.c nshlib: Add stderr redirection support 2026-04-20 15:20:24 +08:00
nsh_session.c nsh: return EOF when nread is 0 2026-04-20 15:19:02 +08:00
nsh_syscmds.c nshlib/reset_cause: Fix format warning for flag 2026-04-20 15:20:20 +08:00
nsh_system.c nshlib: Remove the remaining CONFIG_FILE_STREAM dependence 2026-04-20 15:07:45 +08:00
nsh_telnetd.c Minor typo fix 2026-04-20 15:07:03 +08:00
nsh_telnetlogin.c Replace all strncpy with strlcpy 2026-04-20 15:08:52 +08:00
nsh_test.c nshlib: add negative number logical judgement support for test and [ command 2026-04-20 15:10:36 +08:00
nsh_timcmds.c nsh: Fix incorrect redirection restore in cmd_time() 2026-04-20 15:19:30 +08:00
nsh_usbconsole.c Merge branch 'dev-merge-github-20230228' into dev 2026-04-20 15:12:39 +08:00
nsh_usbtrace.c nshlib: Remove the remaining CONFIG_FILE_STREAM dependence 2026-04-20 15:07:45 +08:00
nsh_vars.c nsh_vars: Remove rogue sched_unlock() 2026-04-20 15:18:58 +08:00
nsh_wait.c nshlib/cmd_wait: Wait failed if "PROCFS/PROCES" not enabled 2026-04-20 15:19:00 +08:00
rc.sysinit.template driver/sensor: rename /dev/sensor -> /dev/uorb 2026-04-20 15:04:00 +08:00
rcS.template driver/sensor: rename /dev/sensor -> /dev/uorb 2026-04-20 15:04:00 +08:00