This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-16 05:27:45 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e9fa96258b3968e0ff407efb54f5cc48079e8ff0
nuttx
/
net
/
local
T
History
Gregory Nutt
6de41b6cf3
net/local: Missed at least one change from read() to nx_read().
2017-10-11 12:16:00 -06:00
..
Kconfig
…
local_accept.c
net/local: Need to include nuttx/semaphore.h to eliminate some new warnings.
2017-10-08 13:31:03 -06:00
local_bind.c
…
local_conn.c
Squashed commit of the following:
2017-10-03 15:35:24 -06:00
local_connect.c
net/local: Need to include nuttx/semaphore.h to eliminate some new warnings.
2017-10-08 13:31:03 -06:00
local_fifo.c
…
local_listen.c
…
local_netpoll.c
Squashed commit of the following:
2017-10-03 15:35:24 -06:00
local_recvfrom.c
…
local_recvutils.c
net/local: Missed at least one change from read() to nx_read().
2017-10-11 12:16:00 -06:00
local_release.c
net/local: Need to include nuttx/semaphore.h to eliminate some new warnings.
2017-10-08 13:31:03 -06:00
local_send.c
…
local_sendpacket.c
Adds OS internal function nx_write() which is functionally equivalent to write() except that it does not set the errno variable and do not cause cancellation points.
2017-10-11 10:18:30 -06:00
local_sendto.c
…
local_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
local.h
…
Make.defs
…