Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-03 | linked_list: Initial implementation | Kenny Levinsen | |
2020-08-03 | list: Make list_concat argument const | Kenny Levinsen | |
2020-08-02 | list: Add list_pop_back | Kenny Levinsen | |
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-02 | log: Fix inverted loglevel check | Kenny Levinsen | |
2020-08-01 | Remove ALWAYS_INLINE | Kenny Levinsen | |
Didn't do what I wanted it to anyway. | |||
2020-08-01 | connection: Shrink buffers from 1KB to 256B each | Kenny Levinsen | |
2020-08-01 | client: Implement get_peer for FreeBSD | Kenny Levinsen | |
2020-08-01 | devices: Use path to check device type | Kenny Levinsen | |
FreeBSD device numbers cannot be used to check the type of a device, as they are merely unique filesystem IDs. As the paths we use have been sanitized with realpath, we can simply use the path to check if a requested file is an evdev or drm device. This also allows us to make the check before the file is opened. | |||
2020-08-01 | devices: FreeBSD support in drm and evdev code | Kenny Levinsen | |
2020-08-01 | terminal: FreeBSD VT and KD handling | Kenny Levinsen | |
2020-07-31 | Initial implementation of seatd and libseat | Kenny Levinsen | |