nuttx/net/socket
Gregory Nutt 154a87993f fs/vfs/fd_open.c: fs_fdopen() must not set errno
Functions within the OS must never set the errno value.  fs_fdopen() was setting the errno value.  Now, after some parameter changes, it reports errors via a negated errno integer return value as do most all other internal OS functions.
2020-05-23 15:22:09 +08:00
..
accept.c
bind.c
connect.c
getpeername.c
getsockname.c net: socket: Enable parameter check (addr and addrlen) in getsockname.c 2020-02-21 01:43:12 -06:00
getsockopt.c net/sockopt: fix nxstyle warning 2020-05-14 07:53:15 -06:00
Kconfig
listen.c
Make.defs
net_checksd.c fs/vfs/fd_open.c: fs_fdopen() must not set errno 2020-05-23 15:22:09 +08:00
net_close.c sched/group: On task creation, do not clone uninitialized descriptors. 2020-04-28 21:27:05 +01:00
net_dup.c fs/vfs: Add nx_dup and nx_dup2 function 2020-05-04 07:20:02 -06:00
net_dup2.c fs/vfs: Add nx_dup and nx_dup2 function 2020-05-04 07:20:02 -06:00
net_fstat.c
net_poll.c
net_sendfile.c
net_sockets.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00
net_sockif.c
net_timeo.c Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
net_vfcntl.c
recv.c
recvfrom.c
send.c
sendto.c
setsockopt.c net/sockopt: fix nxstyle warning 2020-05-14 07:53:15 -06:00
socket.c sched/group: On task creation, do not clone uninitialized descriptors. 2020-04-28 21:27:05 +01:00
socket.h net: move the _SF*/_SS* definitions to net.h 2020-03-04 21:37:34 -06:00