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
97dfff2011baa61ba4c17519bf97c501e50c70e7
nuttx
/
net
/
local
T
History
Gregory Nutt
d596e56c3d
net/local/local_conn.c: Removed un-ncessary memset(). Connection structure is allocated with kmm_zalloc() which will clear all memory.
2019-09-01 11:23:40 -06:00
..
Kconfig
…
local_accept.c
net/local: Fixed deadlock issue by replacing nxsem_wait() with net_lockedwait() so that we do not wait with the network locked.
2019-03-19 09:54:22 -06:00
local_bind.c
…
local_conn.c
net/local/local_conn.c: Removed un-ncessary memset(). Connection structure is allocated with kmm_zalloc() which will clear all memory.
2019-09-01 11:23:40 -06:00
local_connect.c
net/local: Fixed deadlock issue by replacing nxsem_wait() with net_lockedwait() so that we do not wait with the network locked.
2019-03-19 09:54:22 -06:00
local_fifo.c
arch/arm/src/stm32l4: if SRAM3 is used as heap, do not power it off in stop 2 mode.
2019-06-13 05:52:40 -06:00
local_listen.c
…
local_netpoll.c
…
local_recvfrom.c
…
local_recvutils.c
…
local_release.c
…
local_send.c
…
local_sendpacket.c
…
local_sendto.c
net/: Fix alignment and spacing problems found by tools/nxstyle.
2019-07-02 18:02:23 -06:00
local_sockif.c
Squashed commit of the following:
2019-05-21 18:57:54 -06:00
local.h
net/: Re-order the content of all address-family socket 'connection' structures so that they begin with a comomon prologue. This permits better use of logic for different address family types.
2019-09-01 08:47:01 -06:00
Make.defs
Squashed commit of the following:
2019-05-21 18:57:54 -06:00