nuttx/net/usrsock
Gregory Nutt 42a0796615 Squashed commit of the following:
sched/semaphore:  Add nxsem_post() which is identical to sem_post() except that it never modifies the errno variable.  Changed all references to sem_post in the OS to nxsem_post().

    sched/semaphore:  Add nxsem_destroy() which is identical to sem_destroy() except that it never modifies the errno variable.  Changed all references to sem_destroy() in the OS to nxsem_destroy().

    libc/semaphore and sched/semaphore:  Add nxsem_getprotocol() and nxsem_setprotocola which are identical to sem_getprotocol() and set_setprotocol() except that they never modifies the errno variable.  Changed all references to sem_setprotocol in the OS to nxsem_setprotocol().  sem_getprotocol() was not used in the OS
2017-10-03 15:35:24 -06:00
..
Kconfig network: Move USRSOCK specific code from from inet_sockif to usrsock_sockif 2017-07-31 09:33:59 -06:00
Make.defs network: Move USRSOCK specific code from from inet_sockif to usrsock_sockif 2017-07-31 09:33:59 -06:00
usrsock_bind.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
usrsock_close.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
usrsock_conn.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
usrsock_connect.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
usrsock_dev.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
usrsock_event.c net/usrsock: fix USRSOCK to work with recent changes to networking layer 2017-07-31 07:38:24 -06:00
usrsock_getsockname.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
usrsock_getsockopt.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
usrsock_poll.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
usrsock_recvfrom.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
usrsock_sendto.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
usrsock_setsockopt.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
usrsock_socket.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
usrsock_sockif.c Networking: Fix a race condition. The accept() operation is performed with the network locked. However, the network is unlocked BEFORE the connected state is set. Therefore, a context switch may occur and the socket may no longer be connected when it is marked so. Noted by Pascal Speck. 2017-08-31 07:23:19 -06:00
usrsock.h network: Move USRSOCK specific code from from inet_sockif to usrsock_sockif 2017-07-31 09:33:59 -06:00