Peter van der Perk a3132cf3b7 [Backport] SocketCAN support 4 年之前
..
Kconfig 9a44f3017b Fix a few typos in the last commit 8 年之前
Make.defs b49be4bb20 Squashed commit of the following: 5 年之前
local.h 6266e067e9 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. 5 年之前
local_accept.c 81a3ec250e net/local: Fixed deadlock issue by replacing nxsem_wait() with net_lockedwait() so that we do not wait with the network locked. 5 年之前
local_bind.c f6b00e1966 tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 5 年之前
local_conn.c d596e56c3d net/local/local_conn.c: Removed un-ncessary memset(). Connection structure is allocated with kmm_zalloc() which will clear all memory. 5 年之前
local_connect.c e8b5dd4528 Fix use of undefined pp-token #errror, other typos. 5 年之前
local_fifo.c abc49a6a13 arch/arm/src/stm32l4: if SRAM3 is used as heap, do not power it off in stop 2 mode. 5 年之前
local_listen.c b54ffe858a Standardization of some function headers. 6 年之前
local_netpoll.c 21041af8a7 This commit modifies the Unix domain local socket design. Local sockets are built on top of pipes. The Local socket implementation maintained file descriptors to interrupt with the pipes. File descriptors have the bad property that they are valid only while running on the thread within the task that created the local socket. 7 年之前
local_recvfrom.c 3b275fcf4e net/: Run nxstyle against all C files. 5 年之前
local_recvutils.c f6b00e1966 tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 5 年之前
local_release.c f6b00e1966 tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 5 年之前
local_send.c b54ffe858a Standardization of some function headers. 6 年之前
local_sendpacket.c b54ffe858a Standardization of some function headers. 6 年之前
local_sendto.c 3b275fcf4e net/: Run nxstyle against all C files. 5 年之前
local_sockif.c a3132cf3b7 [Backport] SocketCAN support 4 年之前