seatd/include
Kenny Levinsen b751481e5c seat: Open/close tty on activation/deactivation
The VT and KD ioctl's are picky about the tty fd used. In order to
satisfy these, and to improve state cleanup, we now only and store the
current tty when opening a client, and use this fd to perform teardown
later. The presence of the fd is also used to signal that teardown is
needed.
2020-08-02 21:46:10 +02:00
..
backend.h Initial implementation of seatd and libseat 2020-07-31 00:22:18 +02:00
client.h Initial implementation of seatd and libseat 2020-07-31 00:22:18 +02:00
compiler.h Remove ALWAYS_INLINE 2020-08-01 23:13:54 +02:00
connection.h connection: Shrink buffers from 1KB to 256B each 2020-08-01 23:13:44 +02:00
drm.h devices: Use path to check device type 2020-08-01 16:53:44 +02:00
evdev.h devices: Use path to check device type 2020-08-01 16:53:44 +02:00
libseat.h Initial implementation of seatd and libseat 2020-07-31 00:22:18 +02:00
list.h Initial implementation of seatd and libseat 2020-07-31 00:22:18 +02:00
log.h log: Avoid unnecessary GNU extension 2020-08-01 16:53:44 +02:00
poller.h Initial implementation of seatd and libseat 2020-07-31 00:22:18 +02:00
protocol.h Initial implementation of seatd and libseat 2020-07-31 00:22:18 +02:00
seat.h seat: Open/close tty on activation/deactivation 2020-08-02 21:46:10 +02:00
server.h Initial implementation of seatd and libseat 2020-07-31 00:22:18 +02:00
terminal.h seat: Open/close tty on activation/deactivation 2020-08-02 21:46:10 +02:00