seatd/common
Kenny Levinsen dbdce8a54b terminal: Construct TTY paths correctly on FreeBSD
FreeBSD TTY paths are contructed in the kernel using the %r formatter,
which in this case ends up being a base 32 encoding.

The base 32 implementation is taken more or less directly from wlroots
commit fc6c0ca12e94.
2020-08-28 17:46:13 +02:00
..
connection.c Remove ALWAYS_INLINE 2020-08-01 23:13:54 +02:00
drm.c Remove pointless compiler.h 2020-08-05 23:20:50 +02:00
evdev.c Remove pointless compiler.h 2020-08-05 23:20:50 +02:00
linked_list.c linked_list: Assert initialized list in linked_list_empty 2020-08-04 14:25:07 +02:00
list.c list: Make list_concat argument const 2020-08-03 00:56:27 +02:00
log.c Introduce libseat_set_log_level 2020-08-28 01:21:57 +02:00
terminal.c terminal: Construct TTY paths correctly on FreeBSD 2020-08-28 17:46:13 +02:00