..
Kconfig
net: Fix dupulicated NET_USRSOCK in Kconfig
2020-07-19 20:05:50 -07:00
Make.defs
net/socket: move si_send/recv into sendmsg/recvmsg
2021-03-02 17:33:01 +08:00
usrsock.h
net/socket: move si_send/recv into sendmsg/recvmsg
2021-03-02 17:33:01 +08:00
usrsock_accept.c
Fix nxstyle warning
2020-08-22 17:37:21 -06:00
usrsock_bind.c
net/usrsock: fix outputted function name in debug prints
2020-09-21 10:36:31 -03:00
usrsock_close.c
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
2020-02-01 08:27:30 -06:00
usrsock_conn.c
Run nxstyle all .c and .h files modified by PR.
2020-05-17 14:01:00 -03:00
usrsock_connect.c
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
2020-02-01 08:27:30 -06:00
usrsock_dev.c
sched/: Make more naming consistent
2020-05-17 14:01:00 -03:00
usrsock_event.c
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
2020-02-01 08:27:30 -06:00
usrsock_getpeername.c
net/usrsock: fix outputted function name in debug prints
2020-09-21 10:36:31 -03:00
usrsock_getsockname.c
net/usrsock: fix outputted function name in debug prints
2020-09-21 10:36:31 -03:00
usrsock_getsockopt.c
net/usrsock: fix outputted function name in debug prints
2020-09-21 10:36:31 -03:00
usrsock_ioctl.c
Fix nxstyle warning
2020-08-22 17:37:21 -06:00
usrsock_listen.c
Change all files come from Xiaomi/Pinecone to Apache License 2.0
2020-08-22 17:37:21 -06:00
usrsock_poll.c
Squashed commit of the following:
2019-12-31 09:26:14 -06:00
usrsock_recvmsg.c
net/socket: move si_send/recv into sendmsg/recvmsg
2021-03-02 17:33:01 +08:00
usrsock_sendmsg.c
net/socket: move si_send/recv into sendmsg/recvmsg
2021-03-02 17:33:01 +08:00
usrsock_setsockopt.c
net/usrsock: fix outputted function name in debug prints
2020-09-21 10:36:31 -03:00
usrsock_socket.c
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
2020-02-01 08:27:30 -06:00
usrsock_sockif.c
net/socket: move si_send/recv into sendmsg/recvmsg
2021-03-02 17:33:01 +08:00