seatd/common
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
..
connection.c Remove ALWAYS_INLINE 2020-08-01 23:13:54 +02:00
drm.c devices: Use path to check device type 2020-08-01 16:53:44 +02:00
evdev.c devices: Use path to check device type 2020-08-01 16:53:44 +02:00
list.c Initial implementation of seatd and libseat 2020-07-31 00:22:18 +02:00
log.c log: Fix inverted loglevel check 2020-08-02 17:46:46 +02:00
terminal.c seat: Open/close tty on activation/deactivation 2020-08-02 21:46:10 +02:00