genode/repos/dde_linux/src
Emery Hemingway 401ba6e7fd Manage socket_fs socket lifetime via handles
Socket_fs sockets are now created each time a 'new_socket' control file
is opened, not each time a 'new_socket' file is read. When a handle on a
'new_socket' file is closed the socket and its socket files are
destroyed. The accept control file on a listening socket reads "1" or
reads nothing to indicate a client connection is queued. Client sockets
are accepted by opening an 'accept_socket' file in the listen socket
directory. This file behaves like the aforementioned 'new_socket' file.

Ref #2707
2018-05-03 15:31:57 +02:00
..
drivers dde_linux: enable more platforms for nic_drv 2018-04-19 12:38:24 +02:00
include dde_linux: canceling a pending work is no error 2018-04-19 12:38:24 +02:00
lib Manage socket_fs socket lifetime via handles 2018-05-03 15:31:57 +02:00
lx_kit dde_linux: enable pci config command memory access 2018-02-09 13:34:18 +01:00
server/usb_terminal terminal session: propagate resize events 2018-02-14 20:41:03 +01:00
test Exclude higher-level repos from strict warnings 2018-01-17 12:14:36 +01:00