index
:
seatd.git
master
vt-switch
fork of seatd
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
seatd
/
seat.c
Age
Commit message (
Expand
)
Author
2021-09-07
seat: Allow new clients when active is pending ack
Kenny Levinsen
2021-09-02
seat: Avoid holding a tty fd
Kenny Levinsen
2021-03-02
Normalize log texts a bit
Kenny Levinsen
2021-02-27
clang-format
Kenny Levinsen
2021-02-27
seatd: Close cur_ttyfd in seat_destroy
Kenny Levinsen
2021-02-27
seatd: Clean up debug logs a bit
Kenny Levinsen
2021-02-27
Convert a few debug logs to error logs
Kenny Levinsen
2021-02-27
seatd: Set errno in seat_add_client
Kenny Levinsen
2021-02-27
seatd: Tear down VT when disabled client closes
Kenny Levinsen
2021-02-27
client: Replace pending_disable with state enum
Kenny Levinsen
2021-02-02
seat: Remove unused arg from seat_deactive_device
Kenny Levinsen
2020-11-23
client: More robust handling of client links
Kenny Levinsen
2020-09-22
seat: Only close VT if no new session was found
Kenny Levinsen
2020-09-22
terminal: Ack both release and acquire
Kenny Levinsen
2020-09-22
seat: Use current VT for switch and ack
Kenny Levinsen
2020-09-22
seat: Reuse deactivate logic, more logging
Kenny Levinsen
2020-09-22
seat: Plug leak of deactivated fds
Kenny Levinsen
2020-09-22
seat: Rework seat activation/switch logic
Kenny Levinsen
2020-09-01
Move list removal to seat/client destroy
Kenny Levinsen
2020-08-29
seat: Destroy all clients on teardown
Kenny Levinsen
2020-08-04
seat: Fix device double-remove
Kenny Levinsen
2020-08-04
client: Sanitize shutdown/kill mechanism
Kenny Levinsen
2020-08-03
seat: Enable VT process switching when switching away
Kenny Levinsen
2020-08-03
seat: Add VT cleanup on switch to empty VT
Kenny Levinsen
2020-08-03
seat: Convert client list to linked list
Kenny Levinsen
2020-08-03
seat: Convert device list to linked list
Kenny Levinsen
2020-08-03
client: Prefix notification methods with 'send'
Kenny Levinsen
2020-08-02
seat: Deactivate devices before sending disable
Kenny Levinsen
2020-08-02
seat: Open/close tty on activation/deactivation
Kenny Levinsen
2020-08-01
seat: Fix seat_device->fd assert
Kenny Levinsen
2020-08-01
devices: Use path to check device type
Kenny Levinsen
2020-07-31
seat: Use PATH_MAX long array for realpath
Kenny Levinsen
2020-07-31
seat: remove_client return value was inverted
Kenny Levinsen
2020-07-31
Initial implementation of seatd and libseat
Kenny Levinsen