nuttx-apps/examples/poll
wanggang26 429eeca3bb enable SOCK_CLOEXEC explicit
leaking here means fork/vfork will duplicate fd without O_CLOEXEC flag
to the child process.

Signed-off-by: wanggang26 <wanggang26@xiaomi.com>
2026-04-20 15:18:13 +08:00
..
CMakeLists.txt cmake:refine cmake build for apps/examples 2026-04-20 15:11:53 +08:00
Kconfig Application.mk and main.c files: Change builtin's entry point from main to xxx_main by macro expansion. This change make the entry point fully compliant with POSIX/ANSI standard. 2026-04-20 14:49:52 +08:00
Make.defs nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
Makefile nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
Makefile.host nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
host.c Replace all sprintf with snprintf 2026-04-20 15:08:52 +08:00
net_listener.c enable SOCK_CLOEXEC explicit 2026-04-20 15:18:13 +08:00
net_reader.c enable SOCK_CLOEXEC explicit 2026-04-20 15:18:13 +08:00
poll_internal.h Merge remote-tracking branch 'remotes/mirtos/dev-upmerge-nuttx-10.2' into dev 2026-04-20 15:00:02 +08:00
poll_listener.c fs/epoll: fix compile break about change type of pollevent_t 2026-04-20 15:01:41 +08:00
poll_main.c Revert "tools/Wasm.mk: Take optimization flags from native build" 2026-04-20 15:11:07 +08:00
select_listener.c Remove the unnecessary cast for main_t, NULL and argv 2026-04-20 15:05:05 +08:00