wlroots/backend/session
Tobias Blass 482fc48c74 FIX: Suprocess loops endlessly when the control socket closes.
recvmsg(3) returns 0 if the connection partner has shut down its socket.
The communicate function considered 0 a successful message, though, and
keeps calling recvmsg(3) again and again.
2018-06-20 22:00:45 +02:00
..
direct-freebsd.c
direct-ipc.c FIX: Suprocess loops endlessly when the control socket closes. 2018-06-20 22:00:45 +02:00
direct.c Check for seat0 properly 2018-06-14 21:02:32 +12:00
logind.c
session.c