nuttx/net/local
Xiang Xiao eddd90de78 poll: pollsetup should notify only one fd passd by caller
since it's redundant to iterate the whole fds array in setup

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-11-21 09:07:17 +01:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig net/local: rename NET_LOCAL_VFS_PATH to follow linux 2023-01-04 20:50:38 +08:00
local_accept.c local socket: fix accept used after free 2023-09-24 10:42:35 +08:00
local_bind.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
local_conn.c net/local: Allow the local udp socketpair function to use the local_release_fifos interface. 2023-09-27 19:28:02 +08:00
local_connect.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
local_fifo.c enable O_CLOEXEC explicit 2023-09-22 13:51:00 +08:00
local_listen.c net/local: Support the abstract path to connect 2023-07-14 09:57:24 +08:00
local_netpoll.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
local_recvmsg.c fs/dup3: impletement dup3/nx_dup3_from_tcb function 2023-10-27 21:15:07 +08:00
local_recvutils.c net/local: Return -EINVAL if the address length passed to local_bind is too small 2022-12-18 20:12:30 +02:00
local_release.c net/local: remove client from server.lc_waiters when client close 2023-07-17 09:01:36 +02:00
local_sendmsg.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
local_sendpacket.c net/local: Support SO_SNDBUF option in getsockopt 2023-10-25 01:13:56 +08:00
local_sockif.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
local.h net/local: Support SO_SNDBUF option in getsockopt 2023-10-25 01:13:56 +08:00
Make.defs