seatd/include
Kenny Levinsen 6747c5f3f8 poller: Raise signals through self-pipe
Signal handling relied on poll(2) being interrupted by signals, followed
by a check for signal handlers flagging a signal as received. This only
allowed signals that were received during poll(2) to be handled
correctly.

Implement the usual self-pipe implementation, where signal handlers
write an arbitrary byte to a polled file descriptor to ensure proper
level-triggered signal handling.
2020-09-22 01:01:46 +02:00
..
backend.h libseat: Rename libseat_impl to seat_impl 2020-08-05 23:41:55 +02:00
client.h seat: Destroy all clients on teardown 2020-08-29 23:49:22 +02:00
connection.h libseat: Improve logging with seatd conn helpers 2020-08-29 20:56:42 +02:00
drm.h devices: Use path to check device type 2020-08-01 16:53:44 +02:00
evdev.h devices: Use path to check device type 2020-08-01 16:53:44 +02:00
libseat.h Introduce libseat_set_log_level 2020-08-28 01:21:57 +02:00
linked_list.h linked_list: Implement linked_list_take 2020-08-30 00:05:19 +02:00
log.h Introduce libseat_set_log_level 2020-08-28 01:21:57 +02:00
poller.h poller: Raise signals through self-pipe 2020-09-22 01:01:46 +02:00
protocol.h seatd: Remove unused device_closed msg body 2020-08-30 03:26:32 +02:00
seat.h server: Convert seat list to linked_list 2020-08-31 14:09:59 +02:00
server.h client: Do not leak idle clients on exit 2020-08-31 23:13:16 +02:00
terminal.h terminal: Remove unused prototypes 2020-08-03 00:56:38 +02:00
test.h test: Add test_run and test_assert macros 2020-08-31 14:40:58 +02:00