This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 3a0ab848554 xtensa/esp32s3: fix dcache flush error in up_flush_dcache
new 8506259b799 net/socket: replace net_lock with conn_lock
new 24ee7cba868 net_lock: add net_sem_timedwait2, passing in rmutex that
needs to be break
new f27a9bbc277 net/usrsock: replace net_lock with usrsock_lock
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:
drivers/usrsock/usrsock_dev.c | 2 +-
drivers/usrsock/usrsock_rpmsg.c | 6 +-
include/nuttx/net/net.h | 65 +++++++-------------
include/nuttx/net/usrsock.h | 118 ++++++++++++++++++++++++++++++++++++
net/socket/accept.c | 2 -
net/socket/net_dup2.c | 5 +-
net/socket/setsockopt.c | 4 +-
net/usrsock/usrsock_accept.c | 12 ++--
net/usrsock/usrsock_bind.c | 6 +-
net/usrsock/usrsock_close.c | 6 +-
net/usrsock/usrsock_conn.c | 12 +++-
net/usrsock/usrsock_connect.c | 7 ++-
net/usrsock/usrsock_devif.c | 40 ++++++------
net/usrsock/usrsock_event.c | 4 +-
net/usrsock/usrsock_getpeername.c | 6 +-
net/usrsock/usrsock_getsockname.c | 6 +-
net/usrsock/usrsock_getsockopt.c | 6 +-
net/usrsock/usrsock_ioctl.c | 6 +-
net/usrsock/usrsock_listen.c | 6 +-
net/usrsock/usrsock_poll.c | 8 ++-
net/usrsock/usrsock_recvmsg.c | 12 ++--
net/usrsock/usrsock_sendmsg.c | 12 ++--
net/usrsock/usrsock_setsockopt.c | 6 +-
net/usrsock/usrsock_shutdown.c | 6 +-
net/usrsock/usrsock_socket.c | 8 +--
net/utils/net_lock.c | 124 +++++++++-----------------------------
26 files changed, 268 insertions(+), 227 deletions(-)