[Bug 285394] sysutils/consolekit2 seems to use wrong tty

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 01 May 2025 10:58:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285394

--- Comment #33 from Gleb Popov <arrowd@FreeBSD.org> ---
Another reason for having a special device node is an ability to wait for VT
switching notifications using poll/kqueue rather than ioctl.

Right now consolekit has to start a thread for each ttyv device present that
all wait on ioctl (VT_WAITACTIVE)

-- 
You are receiving this mail because:
You are the assignee for the bug.