21041af8a7
As a policy, all internal OS implementations must use "detached" files which are valid in any context and do not depend on the validity of a file descriptor at any point in time. This commit converts the usage of file descriptors to detached files throughout the local socket implementation. Squashed commit of the following: net/local: Finish change to eliminate use of file descriptors. net/local: A little more of the conversion. net/local: Beginning of chnages to eliminate use of file descriptors in the local socket implementeation. poll() will be a problem. |
||
---|---|---|
.. | ||
Kconfig | ||
local_accept.c | ||
local_bind.c | ||
local_conn.c | ||
local_connect.c | ||
local_fifo.c | ||
local_listen.c | ||
local_netpoll.c | ||
local_recvfrom.c | ||
local_recvutils.c | ||
local_release.c | ||
local_send.c | ||
local_sendpacket.c | ||
local_sendto.c | ||
local_sockif.c | ||
local.h | ||
Make.defs |