Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-02 | seat: Open/close tty on activation/deactivation | Kenny Levinsen | |
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 | terminal: Correctly set K_ON on keyboard enable | Kenny Levinsen | |
2020-08-01 | client: Implement get_peer for FreeBSD | Kenny Levinsen | |
2020-08-01 | terminal: FreeBSD VT and KD handling | Kenny Levinsen | |
2020-07-31 | Initial implementation of seatd and libseat | Kenny Levinsen | |