[Bug 289812] [vt] Make frsig field optional in VT_SETMODE.

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 01 Oct 2025 14:07:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289812

--- Comment #5 from Jan Beich <jbeich@FreeBSD.org> ---
frsig == 0 wouldn't help portability e.g., mpv didn't set frsig at all, vkmark
wanted acqsig == 0 and relsig == 0 as well. According to
sys/compat/linux/linux_ioctl.c invalid signals are reset to 0 instead of
returning EINVAL.

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