Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-28 | terminal: Set K_RAW and term raw mode on FreeBSD | Kenny Levinsen | |
Taken from X11, weston and consolekit2 ports for FreeBSD. Setting just K_CODE as done before makes input seemingly have no ill effects, but it is still buffered and possibly send to the terminal after application exit if stdin is never drained. Setting raw mode appears to be needed to solve that issue. A K_OFF-like VT keyboard setting like Linux has would seem more appropriate, but that is not currently available to us on FreeBSD. | |||
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 | |